Commit 5819d6b1 authored by Wayne Davison's avatar Wayne Davison

Stop disabling the RSYNC_PARTIAL_DIR environment variable now that

there is a newer rsync on samba.org.
parent 7b4a40ed
......@@ -100,7 +100,6 @@ system "find . -name 'rsync-HEAD-*' -daystart -mtime +14 | xargs rm -f";
system 'ls -ltr';
if ($upload) {
$ENV{RSYNC_PARTIAL_DIR} = ''; # The rsync on samba.org is OLD.
system "rsync -aviHP --delete-after . samba.org:/home/ftp/pub/rsync/nightly";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment