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 9994933 commit bfb3e06Copy full SHA for bfb3e06
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