Displaying 1 result from an estimated 1 matches for "ajoadam".
Did you mean:
ajadav
2016 Aug 08
0
[Bug 12131] New: Rsync reports directories but not files with changed permissions
...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/t...