https://bugzilla.samba.org/show_bug.cgi?id=12569
--- Comment #17 from Marc Krämer <mag...@mokraemer.de> --- tested release 3.2.2 bug is still present: $ cd /tmp $ mkdir x y $ mkdir -p x/test17/21/ff/zz $ echo "/test17/21/ff/zz /test17/21/ff /test17/21 /test17 " > input.txt $ cd y $ rsync --no-r -ltpDcuhROHigoz --no-implied-dirs --delete --files-from=../input.txt /tmp/x/ /tmp/y/ --delete-missing-args --ignore-errors $ ls test17/ $ rm -rf ../x/test17 $ rsync --no-r -ltpDcuhROHigoz --no-implied-dirs --delete --files-from=../input.txt /tmp/x/ /tmp/y/ --delete-missing-args --ignore-errors *deleting test17/21/ff/ *deleting test17/21/ *deleting test17/ WARNING: parent dir is absent in the file list: test17 WARNING: parent dir is absent in the file list: test17/21 WARNING: parent dir is absent in the file list: test17/21/ff rsync warning: some files vanished before they could be transferred (code 24) at main.c(1287) [sender=3.2.2] $ ls test17/ so this bug is still not fixed! -- 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