Ignore directory has vanished errors.

This commit is contained in:
Jeremy Norris
2025-03-12 10:09:57 -05:00
committed by Andrew Tridgell
parent b6457bbc83
commit 0d0f615240

View File

@@ -2,7 +2,7 @@
REAL_RSYNC=/usr/bin/rsync
IGNOREEXIT=24
IGNOREOUT='^(file has vanished: |rsync warning: some files vanished before they could be transferred)'
IGNOREOUT='^((file|directory) has vanished: |rsync warning: some files vanished before they could be transferred)'
# If someone installs this as "rsync", make sure we don't affect a server run.
for arg in "${@}"; do