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..
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to