lib/functions.sh: Tweak rsync options somewhat.
[mirror-admin] / lib / functions.sh
index 7c5fbe9..6f6a84f 100644 (file)
@@ -12,7 +12,7 @@ standard_rsync () {
       --timeout=$rsync_timeout \
       --times --omit-dir-times \
       --links --safe-links \
-      --delete-during --delete-excluded \
+      --delete-delay --delete-excluded --delay-updates \
       --chmod=ug=rw,o=r,Dg+s,Da+x --perms \
       "$@"
     rc=$?