[Bug 10496] New: --itemize-changes always reports xattr changes with --xattrs --fake-super

samba-bugs at samba.org samba-bugs at samba.org
Thu Mar 13 21:05:11 MDT 2014


https://bugzilla.samba.org/show_bug.cgi?id=10496

           Summary: --itemize-changes always reports xattr changes with
                    --xattrs --fake-super
           Product: rsync
           Version: 3.1.1
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: core
        AssignedTo: wayned at samba.org
        ReportedBy: bgilbert at backtick.net
         QAContact: rsync-qa at samba.org


3.1.1pre1 on RHEL 6.5.

The combination of --itemize-changes --xattrs --fake-super causes a
".f........x" or ".d........x" line to be printed for every unmodified file or
directory in the transfer:

$ mkdir a
$ touch a/1 a/2 a/3
$ rsync -rtiX --fake-super a/ b                   
cd+++++++++ ./
>f+++++++++ 1 
>f+++++++++ 2 
>f+++++++++ 3
$ rsync -rtiX --fake-super a/ b                   
.d........x ./
.f........x 1 
.f........x 2 
.f........x 3

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the rsync mailing list