From: Peter Palfrader Date: Sat, 2 May 2015 10:10:54 +0000 (+0200) Subject: Add -x to allowed rsync parameteres due to jessie X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=9c16c29b60aeced9089b14931e67bc2b62f65318;p=mirror%2Fdsa-puppet.git Add -x to allowed rsync parameteres due to jessie --- diff --git a/modules/roles/files/static-mirroring/staticsync-ssh-wrap b/modules/roles/files/static-mirroring/staticsync-ssh-wrap index 2858f4d13..300f54364 100755 --- a/modules/roles/files/static-mirroring/staticsync-ssh-wrap +++ b/modules/roles/files/static-mirroring/staticsync-ssh-wrap @@ -105,7 +105,8 @@ do_rsync_on_source() { if [ -e "$COMPONENTLIST" ]; then for path in $(awk -v host="$(hostname -f)" '!/^ *(#|$)/ && $3 == host {print $4}' $COMPONENTLIST); do - allowed_rsyncs+=("--server --sender -lHtrze.iLsf --safe-links . $path/.") + allowed_rsyncs+=("--server --sender -lHtrze.iLsf --safe-links . $path/.") # wheezy + allowed_rsyncs+=("--server --sender -lHtrze.iLsfx --safe-links . $path/.") # jessie done fi for cmd_idx in ${!allowed_rsyncs[*]}; do