X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=backup-script.git;a=blobdiff_plain;f=bin%2Fbackup-script;h=97f3e80af999eb943c0ab234e97b5530024fc26b;hp=a55367398269df7024d64a2ab05761b7b4a7b06f;hb=3df3ea77d4cd34cde6a4d0338b341010430bd6dd;hpb=274b967c3d86e1753286c23c95864ef4658f04ce diff --git a/bin/backup-script b/bin/backup-script index a553673..97f3e80 100755 --- a/bin/backup-script +++ b/bin/backup-script @@ -574,7 +574,7 @@ for f in "${sys[@]}"; do cmd="$rsync --archive" [ "$compress" -ne 0 ] && cmd="$cmd --compress" [ "$local" -eq 0 ] && cmd="$cmd --rsh=\"$ssh_cmd\"" - cmd="$cmd --delete --delete-excluded --sparse" + cmd="$cmd --delete-during --delete-excluded --sparse" if [ "$VERBOSE" -gt 0 ]; then [ "$rsync_proto" -ge 31 ] \ && cmd="$cmd --info=progress2" \