We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
directory has vanished
1 parent 1c5ebdc commit 5b5f03eCopy full SHA for 5b5f03e
support/rsync-no-vanished
@@ -2,7 +2,7 @@
2
3
REAL_RSYNC=/usr/bin/rsync
4
IGNOREEXIT=24
5
-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)'
6
7
# If someone installs this as "rsync", make sure we don't affect a server run.
8
for arg in "${@}"; do
0 commit comments