[Bug 12569] Missing directory errors not ignored

samba-bugs at samba.org samba-bugs at samba.org
Sun Oct 7 13:40:07 UTC 2018


https://bugzilla.samba.org/show_bug.cgi?id=12569

--- Comment #7 from Axel Kittenberger <axkibe at gmail.com> ---
No please don't close. Still not the behavior I'd expect:

"""
~$ mkdir test
~$ cd test
test$ mkdir -p src/a trg/a
test$ echo "/a/b/c" > list
test$ /usr/bin/rsync -slt --ignore-errors --force --ignore-missing-args
--delete-missing-args --files-from=list --no-implied-dirs src
localhost:`pwd`/trg
file has vanished: "/home/axel/test/src/a/b"
rsync warning: some files vanished before they could be transferred (code 24)
at main.c(1196) [sender=3.1.2]
test$ diff -r src/ trg/
Only in trg/a: b
"""

Unless I misunderstand something. It still should not create b at the target,
if it isn't in the source.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.



More information about the rsync mailing list