<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body 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's extended attributes are up-to-date.
<br>
<br>
However because I am running rsync over a lustre file system, I am not
sure if this is the same bug.<br>
How could I test this?? <br>
Please see below the symptom :<br>
<b><br>
[root@solardm3 tsantos]# rsync -aviHX source/ destin/</b><br>
sending incremental file list<br>
.d..t...... ./<br>
&gt;f+++++++++ file2<br>
&gt;f+++++++++ file3<br>
&gt;f+++++++++ file4<br>
&gt;f+++++++++ file5<br>
&gt;f+++++++++ filelistcd<br>
&gt;f+++++++++ hardlink<br>
cL+++++++++ link -&gt; file1<br>
&gt;f+++++++++ todayfile<br>
cd+++++++++ dir/<br>
cd+++++++++ dir1/<br>
cd+++++++++ dir2/<br>
hf+++++++++ file1 =&gt; hardlink<br>
<br>
sent 2217 bytes&nbsp; received 204 bytes&nbsp; 4842.00 bytes/sec<br>
total size is 75&nbsp; speedup is 0.03<br>
<br>
<b>[root@solardm3 tsantos]# rsync -aviHX source/ destin/</b><br>
sending incremental file list<br>
.f........x file1<br>
.f........x file2<br>
.f........x file3<br>
.f........x file4<br>
.f........x file5<br>
.f........x filelistcd<br>
hf........x hardlink<br>
.f........x todayfile<br>
<br>
sent 1863 bytes&nbsp; received 62 bytes&nbsp; 3850.00 bytes/sec<br>
total size is 75&nbsp; speedup is 0.04<br>
<br>
<b>[root@solardm3 tsantos]# rsync -aviHX source/ destin/</b><br>
sending incremental file list<br>
.f........x file1<br>
.f........x file2<br>
.f........x file3<br>
.f........x file4<br>
.f........x file5<br>
.f........x filelistcd<br>
hf........x hardlink<br>
.f........x todayfile<br>
<br>
sent 1863 bytes&nbsp; received 62 bytes&nbsp; 3850.00 bytes/sec<br>
total size is 75&nbsp; speedup is 0.04<br>
<br>
<br>
Thanks in advance<br>
<br>
Tarso<br>
</body>
</html>