]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/roles/files/static-mirroring/static-master-ssh-wrap
Add --hard-links to rsync options
[dsa-puppet.git] / modules / roles / files / static-mirroring / static-master-ssh-wrap
index 6041a567b31441e314a202e965d0aa5d8d70efa5..9c543bf0f1ec12cc9e6ac3bf7fc517462d4da290 100755 (executable)
@@ -73,7 +73,7 @@ lock() {
 do_rsync() {
        local remote_host="$1"; shift
 
-       local args="--server --sender -vltrze.iLsf --safe-links ."
+       local args="--server --sender -vlHtrze.iLsf --safe-links ."
        if [ "$*" = "$args -new-/" ] || [ "$*" = "$args ./-new-/" ] ; then
                local path="$BASEDIR/current-push"
                info "serving $remote_host with $path"