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

2016-08-08 Thread Joó Ádám
Thank you, Francis. I have opened a ticket: https://bugzilla.samba.org/show_bug.cgi?id=12131 Á -- 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:

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

2016-08-07 Thread Francis . Montagnac
Hi. On Sun, 07 Aug 2016 20:00:46 +0200 Joó Ádám wrote: > Can anyone at least confirm that this is an issue or if I’m doing > something wrong? This seems a bug yes. I checked that it shows up also when one uses the --times option instead of --checksum. Using -i (--itemize-changes) seems the

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

2016-08-07 Thread Joó Ádám
Can anyone at least confirm that this is an issue or if I’m doing something wrong? Thanks, Ádám On Tue, Jul 12, 2016 at 5:17 PM, Joó Ádám wrote: > Hello, > > $ ssh remote mkdir /tmp/tests > $ ssh remote mkdir /tmp/tests/test.d > $ ssh remote touch /tmp/tests/test > > $ ssh

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

2016-07-12 Thread Joó Ádám
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 $