<div class="gmail_quote">On Wed, Jun 29, 2011 at 1:25 AM, Michael Hierweck <span dir="ltr"><<a href="mailto:team@edv-serviceteam.net">team@edv-serviceteam.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
rsync: failed to write xattr user.rsync.%stat for "path/to/a/socket" (in<br>
backup): Operation not permitted (1)<br></blockquote><div><br></div><div>The --fake-super option turns devices and special files into normal files with an xattr attribute with the real file mode and device info.  What you should check is that the destination file is indeed a file, not a device (e.g. if it was copied by root w/o --fake-super, it might be an actual socket, which can confuse --fake-super).  If it is a file, check that the destination filesystem has extended attributes enabled.  If it is not a file, remove it and let fake-super create the fake version.</div>
<div><br></div></div>..wayne..<br>