[Bug 12569] Missing directory errors not ignored

samba-bugs at samba.org samba-bugs at samba.org
Tue Jul 21 11:05:37 UTC 2020


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

--- Comment #18 from Marc Krämer <mageia at 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.


More information about the rsync mailing list