X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bin%2Fsync.sh;h=7b1e7ff0d571723f245596f78264110c8b1b2bdc;hb=1fa3e310692f1499af36eb54526f2e23766847d5;hp=8298140e55545f595debca9586e8e00b34b49986;hpb=927c694fa27e6648d8d0770c5e29a66c7ec306c3;p=wannabuild.git diff --git a/bin/sync.sh b/bin/sync.sh index 8298140..7b1e7ff 100755 --- a/bin/sync.sh +++ b/bin/sync.sh @@ -20,7 +20,7 @@ PASSWORD_FILE="$PASSWORD_BASE/$1.rsync-password" RSYNC_OPTIONS="--delete --delete-excluded -av" -MIRROR_EXCLUDES="--exclude=**/*.changes --exclude=**/installer-* --exclude=**/Packages.diff --exclude=**/Sources.diff --exclude=ChangeLog --exclude=**/Contents-* --exclude=**/Translation-* --exclude=**/*.bz2 --exclude=Packages --exclude=Sources" # the latter two because we only accept gziped files +MIRROR_EXCLUDES="--exclude=**/*.changes --exclude=**/installer-* --exclude=**/Packages.diff --exclude=**/Sources.diff --exclude=ChangeLog --exclude=**/Contents-* --exclude=**/Translation-* --exclude=**/*.bz2 --exclude=Packages --exclude=Sources --exclude=**/*.new" # the latter two because we only accept gziped files MIRROR_OPTIONS="$MIRROR_EXCLUDES $RSYNC_OPTIONS" # END OF OPTIONS ########################################################