marsadm: fix bad rsync of .deleted-*

This commit is contained in:
Thomas Schoebel-Theuer 2018-03-15 09:01:42 +01:00
parent 092c264035
commit fd8e45f77a
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ my $ip = "";
my $ssh_port = 22; my $ssh_port = 22;
my $ssh_opts = "-A -o StrictHostKeyChecking=no -o ConnectTimeout=5"; my $ssh_opts = "-A -o StrictHostKeyChecking=no -o ConnectTimeout=5";
my $ssh_probe = "uname -a"; my $ssh_probe = "uname -a";
my $rsync_opts = "-av"; my $rsync_opts = "-av --exclude='.deleted-*'";
my $kernel_version = 0; my $kernel_version = 0;
################################################################## ##################################################################