https://bugzilla.samba.org/show_bug.cgi?id=5458
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Version|3.0.1 |3.0.8 ------- Comment #2 from [email protected] 2011-01-03 13:26 CST ------- Note: you can use the patch osx-xattr-nodev.diff to disable xattr calls on devices and special files. The reason that --no-D didn't help is that the rsync sender supplies a full filelist to the receiving side (so that deletions work properly), even when the generator is skipping some file types (such as devices). However, it is possible for rsync to optimize the file list generation to have it not bother to (try to) supply xattr information for file types that are being skipped. I'm checking in a patch that adds this optimization. I'm also checking in a change that makes OS X avoid accessing xattrs on device and special files. -- 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. -- 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
