We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
directory has vanished
1 parent b6457bb commit 0d0f615Copy full SHA for 0d0f615
1 file changed
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