Displaying 2 results from an estimated 2 matches for "flist0".
Did you mean:
flist
2016 Jul 12
2
Rsync (3.1.1) reports directories but not files with changed permissions
...h 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/
I would expect rsync to report changes in permissions consistently
both in case of files and directories.
Ádám
2016 Aug 08
0
[Bug 12131] New: Rsync reports directories but not files with changed permissions
...h 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.