The hide filter rule is no longer needed.
authorWayne Davison <wayned@samba.org>
Sun, 19 Feb 2006 16:05:08 +0000 (16:05 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 19 Feb 2006 16:05:08 +0000 (16:05 +0000)
packaging/nightly-rsync

index 67306625b983491e7fd2f4ab3173b84bdac90915..a875d5b4b69afb805058f3c2eb4b972d8b5c880f 100755 (executable)
@@ -95,7 +95,7 @@ system 'ls -ltr';
 
 if ($upload) {
     $ENV{RSYNC_PARTIAL_DIR} = ''; # The rsync on samba.org is OLD.
-    system "rsync -aviHP --delete -f 'H rsync/' . samba.org:/home/ftp/pub/rsync/nightly";
+    system "rsync -aviHP --delete . samba.org:/home/ftp/pub/rsync/nightly";
 }
 
 exit;