test@example.com wrote:
> Hi,
>
> I would like to rsync a file not using ssh by rsync and have tried
> following:
> [little client]
> reg@NovaxPRG-T1111:/usr/share/NovaxTSP$ rsync --password-file=pwd log_record
> root@192.168.101.3::PRG-LOG/
> ERROR: module is read only
> ...
By default, an rsync server makes all 'modules' read-only. If you want to
be able to upload files to a module, you need 'read only = false' in
the rsyncd.conf configuration file.