From: Wayne Davison Date: Sun, 19 Feb 2006 16:05:08 +0000 (+0000) Subject: The hide filter rule is no longer needed. X-Git-Tag: v2.6.7pre2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=af40c7d6678dbe03b9efcef798de7500c96f68bc;p=thirdparty%2Frsync.git The hide filter rule is no longer needed. --- diff --git a/packaging/nightly-rsync b/packaging/nightly-rsync index 67306625..a875d5b4 100755 --- a/packaging/nightly-rsync +++ b/packaging/nightly-rsync @@ -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;