wok annotate rsync/stuff/etc/rsyncd.conf @ rev 2504

libxml2: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 16 12:07:03 2009 +0000 (2009-03-16)
parents 580279b0298b
children ff5fd8788cd9
rev   line source
pankso@8 1 # /etc/rsyncd.conf: Rsync deamon configuration file.
pankso@8 2 #
pankso@8 3
pankso@8 4 max connections = 2
pankso@8 5 use chroot = yes
pankso@8 6 #motd file = /etc/rsyncd.motd
pankso@8 7 pid file = /var/run/rsyncd.pid
pankso@8 8
pankso@8 9 # Deny/allow hosts by IP.
pankso@8 10 #
pankso@8 11 #hosts allow = 192.168.1.100/255.255.0.0
pankso@8 12 #hosts deny = *
pankso@8 13
pankso@8 14 [web-server]
pankso@8 15 path = /var/www
pankso@8 16 comment = WWW rsync module
pankso@8 17 exclude = cgi-bin/
pascal@513 18 # secrets file = /etc/rsyncd.secrets
pankso@8 19