FreeBSD Rsyncing

Wayne Davison wayned at samba.org
Thu Jun 23 16:18:14 GMT 2005


On Thu, Jun 23, 2005 at 09:17:18AM -0500, Jason King wrote:
> "rsync -av host.domain.com::module/ /backup/folder/needed"
> 
> rsync: send_files failed to open "/bin/vuserinfo" (in vpopmail): 
> Permission denied (13)

The read permissions are determined by the user for the remote daemon,
which is "nobody" by default.  Feel free to set whatever uid and gid you
need, either in each module or globally in the rsyncd.conf file.

..wayne..


More information about the rsync mailing list