When rsync is used in remote-shell server mode, the documentation says: "Rsync supports connecting to a host using a remote shell and then spawning a single-use "daemon" server that expects to read its config file in the home dir of the remote user."
I have been trying to make rsync read a config file (which I presume should be named rsyncd.conf) in the home directory of the remote user like so: [all] path = / read only = true Presumably, this file would make the remote-shell transfers one way only (from the remote end to the local end) by making the remote file system read-only. But it doesn't work; it doesn't seem like rsync actually reads a config file in the user's home directory. Documentation error, or am I not understanding something? Thanks -G. -- Glenn Eychaner (geycha...@lco.cl) Telescope Systems Programmer, Las Campanas Observatory -- 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