<div class="gmail_quote">On Mon, Apr 12, 2010 at 7:51 AM, Tarso dos Santos <span dir="ltr">&lt;<a href="mailto:tarso.dos.santos@oracle.com">tarso.dos.santos@oracle.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">




<div bgcolor="#ffffff" text="#000000">
I am running rsync 3.0.7 and I think I have hit the following bug from
3.0.1:<br>
<br>
NEWS for rsync 3.0.1 (3 Apr 2008)
Protocol: 30 (unchanged)
Changes since 3.0.0:<br>
Fixed a bug in the handling of xattr values that could cause rsync to
not think that a file&#39;s extended attributes are up-to-date.</div></blockquote><div><br></div><div>What you should do is to dump the xattrs of a file in its source version and its dest version and see where they differ.  I&#39;d imagine that rsync is trying to set an xattr and it is getting tweaked somehow by the filesystem so that it doesn&#39;t get reported back to rsync has having the right value.  You can then try setting a value on the destination file manually and see if that hypothesis is right or not.  If you think that rsync is doing the wrong thing, figuring out exactly what xargs are tripping up rsync should help.</div>
</div><br>..wayne..<br>