X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Ffiles%2Fstatic-mirroring%2Fstatic-mirror-ssh-wrap;h=240fefec8389e45d48c6ad7304b3fa273c3e9e84;hb=555de34d7aaa711413ef387b383e07815ad9c0f4;hp=3b1d99896b1e435d5c3823ebd5a540080e710c6a;hpb=83c98bce49fad95a56e4d52e6dd9d2558439f55a;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/files/static-mirroring/static-mirror-ssh-wrap b/modules/roles/files/static-mirroring/static-mirror-ssh-wrap index 3b1d99896..240fefec8 100755 --- a/modules/roles/files/static-mirroring/static-mirror-ssh-wrap +++ b/modules/roles/files/static-mirroring/static-mirror-ssh-wrap @@ -76,7 +76,7 @@ do_rsync() { if [ -e "$COMPONENTLIST" ]; then for path in $(awk -v host="$(hostname -f)" '$2 == host {print $3}' $COMPONENTLIST); do - allowed_rsyncs+=("--server --sender -ltHrze.iLsf --safe-links . $path/.") + allowed_rsyncs+=("--server --sender -lHtrze.iLsf --safe-links . $path/.") done fi for cmd_idx in ${!allowed_rsyncs[*]}; do