]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/roles/files/static-mirroring/static-mirror-run
Mess with rsync options
[dsa-puppet.git] / modules / roles / files / static-mirroring / static-mirror-run
index bdcc9283fdcc97dc23149a24a0aa8a1f8137b30e..b2bc078e1c3ed148eb7b3da459bc06dad472fdff 100755 (executable)
@@ -64,7 +64,7 @@ if [ -z "$BASEDIR" ]; then usage >&2; exit 1; fi
 if [ -z "$SYNC_SOURCE" ]; then usage >&2; exit 1; fi
 
 RSYNC="rsync"
-RSYNC_BASE_OPTIONS="-avz --delete"
+RSYNC_BASE_OPTIONS="-rtvz --delete --links --safe-links"
 RSYNC_SSH_OPTIONS="ssh -o AddressFamily=inet -o BatchMode=yes"
 
 LOGDIR="$HOME/logs"