diff options
-rw-r--r-- | paludis/syncers/dorsync.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paludis/syncers/dorsync.in b/paludis/syncers/dorsync.in index 6886b60b3..1be780a9e 100644 --- a/paludis/syncers/dorsync.in +++ b/paludis/syncers/dorsync.in @@ -84,7 +84,7 @@ REMOTE="${REMOTE#file://}" REMOTE="${REMOTE#rsync+ssh://}" ${RSYNC_WRAPPER} rsync --recursive --links --safe-links --perms --times \ - --compress --force --whole-file --delete --delete-after --stats --timeout=180 \ + --compress --force --whole-file --delete --delete-delay --stats --timeout=180 \ ${PALUDIS_SYNC_FILTER_FILE:+--filter "merge ${PALUDIS_SYNC_FILTER_FILE}"} \ --exclude=/.cache --progress "${RSYNC_OPTIONS[@]}" "${REMOTE%/}/" "${LOCAL}/" |