https://bugzilla.samba.org/show_bug.cgi?id=12569
--- Comment #7 from Axel Kittenberger <axk...@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. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html