read dir list with write only option

2017-09-06 Thread Pavel Kasparek via rsync
Hello all, when the "write only = yes" option is used on rsync server, the client can't download any file from the server. My question is, if in that case the rsync protocol will allow the client to read the server directory content or not. The question is not about if standard rsync client will

Re: rsync got stuck

2017-09-06 Thread Paul Slootman via rsync
On Tue 05 Sep 2017, Vangelis Katsikaros via rsync wrote: > On 08/30/2017 05:39 PM, Paul Slootman wrote: > > On Wed 23 Aug 2017, Vangelis Katsikaros via rsync wrote: > > > >> abc 3797 3796 0 01:12 ?00:03:14 /usr/bin/rsync --compress > >> --compress-level=9 --bwlimit=512k --recursiv

Re: read dir list with write only option

2017-09-06 Thread Kevin Korb via rsync
--list-only (or no target specified) are the only listings without transferring that rsync supports. The restriction would not apply to the list of modules (IIRC there is another option for that). On 09/06/2017 04:00 AM, Pavel Kasparek via rsync wrote: > Hello all, > > when the "write only = yes