Skip to content

Commit ca2838e

Browse files
committed
no motd for rsync copying
1 parent e6fe2ea commit ca2838e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sync.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
my @to_sync = @{$dirs{$sync}};
1717
my $dest = pop @to_sync;
1818
chdir glob('~') or die "Cannot chdir: $!";
19-
system('rsync', '-az', '--delete', @to_sync, "feather3:$dest");
19+
system('rsync', '-az', '--no-motd', '--delete', @to_sync, "feather3:$dest");
2020
if ($? == -1) {
2121
say "failed to execute rsync: $!";
2222
exit 2;

0 commit comments

Comments
 (0)