Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Rsync (3.1.1) reports directories but not files with changed permissions

0 views
Skip to first unread message

Joó Ádám

unread,
Jul 12, 2016, 11:44:57 AM7/12/16
to
Hello,

$ 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/

I would expect rsync to report changes in permissions consistently
both in case of files and directories.


Ádám

--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

0 new messages