wok-next diff rsync/stuff/etc/rsyncd.conf @ rev 34
expat, flex, fuse, libcap-dev
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Dec 18 14:07:37 2007 +0100 (2007-12-18) |
parents | |
children | e67f0b59c2a6 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/rsync/stuff/etc/rsyncd.conf Tue Dec 18 14:07:37 2007 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +# /etc/rsyncd.conf: Rsync deamon configuration file. 1.5 +# 1.6 + 1.7 +max connections = 2 1.8 +use chroot = yes 1.9 +#motd file = /etc/rsyncd.motd 1.10 +pid file = /var/run/rsyncd.pid 1.11 + 1.12 +# Deny/allow hosts by IP. 1.13 +# 1.14 +#hosts allow = 192.168.1.100/255.255.0.0 1.15 +#hosts deny = * 1.16 + 1.17 +[web-server] 1.18 + path = /var/www 1.19 + comment = WWW rsync module 1.20 + exclude = cgi-bin/ 1.21 +