mirror of https://github.com/schoebel/mars
marsadm: fix bad rsync of .deleted-*
This commit is contained in:
parent
092c264035
commit
fd8e45f77a
|
@ -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;
|
||||
|
||||
##################################################################
|
||||
|
|
Loading…
Reference in New Issue