Here is the v0.4! Changelog: 0.4 - Rewrited getxattr, setxattr to don't use getattrlist/setattrlist Corrected a bug on path2fsref where non-ASCII characters buggedRewrited listxattr to better handle fifos, block and character devices
PS: This patch goes fine with rsync 3.0.0pre10
This version copies the test files of backup bouncer disk image except for some tricky files, like fifos.
There is an issue that I don't know if it's a known bug: If I run: sudo ./rsync -aHXN --fileflags /Volumes/Src/ /Volumes/Dst/80-rsync-test/ It goes all fine, but sudo ./rsync -aHXN --fileflags /Volumes/Src /Volumes/Dst/80-rsync-test/does not. It's maybe normal because Src, as a mount point, is seen as an alias, so it refuse to go deeper, as we have NO_FOLLOW options all into the code. It's not very clear to me, can somebody explain better this point saying if it's normal/a bug/a known issue?
Thanks Vitorio
rsync10.3xattr_supportv0.4.diff
Description: Binary data
-- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html