[Bug 13991] rsync --delete --one-file-system skips deletes after crossing filesystems on destination.

samba-bugs at samba.org samba-bugs at samba.org
Mon Jun 10 08:22:29 UTC 2019


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

--- Comment #1 from Bruce Arden <arden at metronet.co.uk> ---
Created attachment 15235
  --> https://bugzilla.samba.org/attachment.cgi?id=15235&action=edit
Commands to demonstrate further problem

set VG to an LVM volumegroup with spare space

On my machine this gives:
...
[root at arden-lt tmp]# /bin/rsync -axv --del testsrc/. testsrc/test1 testdst/.
sending incremental file list
deleting deleteme
deleting test1/deleteme1
./
test1/
test1/test11/
test2/

sent 154 bytes  received 59 bytes  426.00 bytes/sec
total size is 0  speedup is 0.00
[root at arden-lt tmp]# find testsrc -type f -print
[root at arden-lt tmp]# find testdst -type f -print
testdst/test1/test11/deleteme11
testdst/test2/deleteme2
[root at arden-lt tmp]# 

------------
test1/test11/deleteme11 and test2/deleteme2 are left in the destination
Note that test2/deleteme2 is in the original file system

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



More information about the rsync mailing list