[Bug 12131] New: Rsync reports directories but not files with changed permissions

samba-bugs at samba.org samba-bugs at samba.org
Mon Aug 8 16:04:19 UTC 2016


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

            Bug ID: 12131
           Summary: Rsync reports directories but not files with changed
                    permissions
           Product: rsync
           Version: 3.1.1
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: core
          Assignee: wayned at samba.org
          Reporter: ajoadam at gmail.com
        QA Contact: rsync-qa at samba.org

$ ssh remote mkdir /tmp/tests
$ ssh remote mkdir /tmp/tests/test.d
$ ssh remote touch /tmp/tests/test

$ ssh remote chmod 700 /tmp/tests
$ ssh remote chmod 700 /tmp/tests/test.d
$ ssh remote chmod 600 /tmp/tests/test

$ rsync -rp remote:/tmp/tests /tmp

$ chmod o+r /tmp/tests/test.d
$ chmod o+r /tmp/tests/test

$ rsync -rpcv --info=flist0,stats0 remote:/tmp/tests /tmp -n -i
.f...p..... tests/test
.d...p..... tests/test.d/

$ rsync -rpcv --info=flist0,stats0 remote:/tmp/tests /tmp -n
tests/test.d/

-- 
You are receiving this mail because:
You are the QA Contact for the bug.



More information about the rsync mailing list