From 0d0f61524051d58231aac5a27258d4f7413d6194 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 b31a5d21..892c90ba 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 -- 2.47.3