From fd8e45f77a740f20a3fd63221a4c60a1b2eab2f4 Mon Sep 17 00:00:00 2001 From: Thomas Schoebel-Theuer Date: Thu, 15 Mar 2018 09:01:42 +0100 Subject: [PATCH] marsadm: fix bad rsync of .deleted-* --- userspace/marsadm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/marsadm b/userspace/marsadm index cbc378ea..c1e347e7 100755 --- a/userspace/marsadm +++ b/userspace/marsadm @@ -120,7 +120,7 @@ my $ip = ""; my $ssh_port = 22; my $ssh_opts = "-A -o StrictHostKeyChecking=no -o ConnectTimeout=5"; my $ssh_probe = "uname -a"; -my $rsync_opts = "-av"; +my $rsync_opts = "-av --exclude='.deleted-*'"; my $kernel_version = 0; ##################################################################