samba-bugs@samba.org
2008-Jun-08 12:47 UTC
DO NOT REPLY [Bug 5526] New: problems with rsync -X --link-dest
https://bugzilla.samba.org/show_bug.cgi?id=5526 Summary: problems with rsync -X --link-dest Product: rsync Version: 3.0.2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: idra@samba.org QAContact: rsync-qa@samba.org See RH bugzilla, it contains reproducible case: https://bugzilla.redhat.com/show_bug.cgi?id=450364 -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
samba-bugs@samba.org
2008-Jun-08 12:50 UTC
DO NOT REPLY [Bug 5526] problems with rsync -X --link-dest
https://bugzilla.samba.org/show_bug.cgi?id=5526 ------- Comment #1 from idra@samba.org 2008-06-08 07:49 CST ------- The RH binaries use the ACL patch for backward compatibility with previous version of patched rsync -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
samba-bugs@samba.org
2008-Jun-09 03:54 UTC
DO NOT REPLY [Bug 5526] problems with rsync -X --link-dest
https://bugzilla.samba.org/show_bug.cgi?id=5526 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #2 from wayned@samba.org 2008-06-08 22:55 CST ------- This is now fixed in the git repository. This bug could also affect runs that did not use --link-dest: If a file was transferred w/o any xattr changes, and a later file needed to update its xattrs to be the same as the earlier file, the receiver and the generator had different ideas about what was still abbreviated (and the receiver died with an error). Thanks for the helpful test case! -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
samba-bugs@samba.org
2008-Jun-10 17:10 UTC
DO NOT REPLY [Bug 5526] problems with rsync -X --link-dest
https://bugzilla.samba.org/show_bug.cgi?id=5526 ------- Comment #3 from briemers+bugzilla@redhat.com 2008-06-10 12:10 CST ------- I just tried a build from git. It looks like xattr are not being copied at all now... # rsync -aXHSA --delete --link-dest=/media/backups/hartnell.local/DellPrecision490/Fedora9/200806101037.dir /dev/shm/lvbackup/src/. /media/backups/hartnell.local/DellPrecision490/Fedora9/200806101248.dir/. # ls -ladZ /media/backups/hartnell.local/DellPrecision490/Fedora9/200806101037.dir/var drwxr-xr-x root root system_u:object_r:var_t:s0 /media/backups/hartnell.local/DellPrecision490/Fedora9/200806101037.dir/var # ls -ladZ /media/backups/hartnell.local/DellPrecision490/Fedora9/200806101248.dir/var drwxr-xr-x root root unconfined_u:object_r:default_t:s0 /media/backups/hartnell.local/DellPrecision490/Fedora9/200806101248.dir/var -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
samba-bugs@samba.org
2008-Jun-10 17:15 UTC
DO NOT REPLY [Bug 5526] problems with rsync -X --link-dest
https://bugzilla.samba.org/show_bug.cgi?id=5526 ------- Comment #4 from briemers+bugzilla@redhat.com 2008-06-10 12:15 CST ------- I would reopen this, but it looks like I don't have sufficient privilege. For a simple test case: sudo mkdir /var2 sudo rsync -aX --link-dest=/var /var/. /var2/. ls -laZ /var2 -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
samba-bugs@samba.org
2008-Jul-29 01:32 UTC
DO NOT REPLY [Bug 5526] problems with rsync -X --link-dest
https://bugzilla.samba.org/show_bug.cgi?id=5526 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Version|3.0.2 |3.0.3 ------- Comment #5 from wayned@samba.org 2008-07-28 20:32 CST ------- (Note that the immediately prior comments about the bug not being fixed were actually a different, old bug that was fixed in bug 5538.) -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.