Rsync doesn't log properly when in standalone daemon mode

Wayne Davison wayned at samba.org
Fri Mar 26 21:48:15 GMT 2004


On Fri, Mar 26, 2004 at 01:32:14PM -0800, Joseph Tam wrote:
> I was under the impression that "[global]" sets up the defaults, which
> all the other modules inherit, if they don't specify something else.

The global defaults are those that occur outside all module sections.
Just to be clear, I mean something like this:

uid = nobody
gid = nogroup
use chroot = yes
max connections = 4
syslog facility = user
pid file = /var/run/rsyncd.pid
refuse options = compress delete checksum link-dest backup-dir
read only = yes

[foo]
	path = /some/path/foo
	comment = foo area
	read only = no

[bar]
	path = /some/path/bar
	comment = bar area

..wayne..


More information about the rsync mailing list