From 9c16c29b60aeced9089b14931e67bc2b62f65318 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 2 May 2015 12:10:54 +0200 Subject: [PATCH] Add -x to allowed rsync parameteres due to jessie --- modules/roles/files/static-mirroring/staticsync-ssh-wrap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.20.1