From 5b5f03efbdd5244fd5390f134fe46166496b20ec Mon Sep 17 00:00:00 2001 From: Jeremy Norris Date: Wed, 12 Mar 2025 10:09:57 -0500 Subject: [PATCH] Ignore `directory has vanished` errors. --- support/rsync-no-vanished | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/rsync-no-vanished b/support/rsync-no-vanished index b31a5d210..892c90baa 100755 --- a/support/rsync-no-vanished +++ b/support/rsync-no-vanished @@ -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