Skip to content

Commit 5b5f03e

Browse files
norrisjeremytridge
authored andcommitted
Ignore directory has vanished errors.
1 parent 1c5ebdc commit 5b5f03e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/rsync-no-vanished

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
REAL_RSYNC=/usr/bin/rsync
44
IGNOREEXIT=24
5-
IGNOREOUT='^(file has vanished: |rsync warning: some files vanished before they could be transferred)'
5+
IGNOREOUT='^((file|directory) has vanished: |rsync warning: some files vanished before they could be transferred)'
66

77
# If someone installs this as "rsync", make sure we don't affect a server run.
88
for arg in "${@}"; do

0 commit comments

Comments
 (0)