From: Wayne Davison Date: Sun, 16 Dec 2007 23:02:42 +0000 (-0800) Subject: Added a "fetchall" option. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/8f42da0b50e15b39e2a636362785e1aafc520ce0 Added a "fetchall" option. --- diff --git a/prepare-source b/prepare-source index ff1e6ba1..3cb7096e 100755 --- a/prepare-source +++ b/prepare-source @@ -15,6 +15,8 @@ elif test x"$1" = x"fetch"; then files='[cp]*' fi rsync -pvz rsync://rsync.samba.org/rsyncftp/generated-files/"$files" . +elif test x"$1" = x"fetchall"; then + rsync -pvz rsync://rsync.samba.org/rsyncftp/generated-files/'*' . else exit 1 fi