slitaz-forge rev 143

mirror: add rsyncd.conf (now with cooking packages modules
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 15 23:34:54 2012 +0100 (2012-03-15)
parents 03ca13be914f
children a6c6507ec25d
files mirror/files/etc/rsyncd.conf
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mirror/files/etc/rsyncd.conf	Thu Mar 15 23:34:54 2012 +0100
     1.3 @@ -0,0 +1,85 @@
     1.4 +# rsynd configuration for SliTaz mirror
     1.5 +#
     1.6 +motd file=/etc/rsyncd.motd
     1.7 +log file=/var/log/rsyncd
     1.8 +#log format = %h - -  [%t] "%f" - %l
     1.9 +pid file=/var/run/rsyncd.pid
    1.10 +
    1.11 +
    1.12 +[slitaz]
    1.13 +
    1.14 +	comment = SliTaz GNU/Linux mirror
    1.15 +	path = /var/www/slitaz/mirror
    1.16 +	use chroot = yes
    1.17 +	max connections = 5
    1.18 +	lock file = /var/lock/rsyncd
    1.19 +	read only = yes
    1.20 +	list = yes
    1.21 +	uid = nobody
    1.22 +	gid = nogroup
    1.23 +	strict modes = yes
    1.24 +	ignore errors = no
    1.25 +	ignore nonreadable = yes
    1.26 +	transfer logging = no
    1.27 +	timeout = 600
    1.28 +	refuse options = checksum dry-run
    1.29 +	dont compress = *.lzma *.gz *.tgz *.zip *.iso *.bz2 *.tazpkg
    1.30 +
    1.31 +[slitaz-doc]
    1.32 +
    1.33 +	comment = SliTaz GNU/Linux documentation
    1.34 +	path = /var/www/doc
    1.35 +#	exclude = conf/users.auth.php.TANK conf/users.auth.php.old conf/users.auth.php conf/local.php conf/local.php.bak
    1.36 +	exclude = conf/*
    1.37 +	use chroot = yes
    1.38 +	max connections = 5
    1.39 +	lock file = /var/lock/rsyncd
    1.40 +	read only = yes
    1.41 +	list = yes
    1.42 +	uid = nobody
    1.43 +	gid = nogroup
    1.44 +	strict modes = yes
    1.45 +	ignore errors = no
    1.46 +	ignore nonreadable = yes
    1.47 +	transfer logging = no
    1.48 +	timeout = 600
    1.49 +	refuse options = checksum dry-run
    1.50 +	dont compress = *.gz *.tgz *.zip *.iso *.bz2 *.tazpkg
    1.51 +
    1.52 +[slitaz-cooking]
    1.53 +
    1.54 +	comment = SliTaz GNU/Linux cooking packages
    1.55 +	path = /var/www/slitaz/mirror/packages/cooking
    1.56 +	use chroot = yes
    1.57 +	max connections = 5
    1.58 +	lock file = /var/lock/rsyncd
    1.59 +	read only = yes
    1.60 +	list = yes
    1.61 +	uid = nobody
    1.62 +	gid = nogroup
    1.63 +	strict modes = yes
    1.64 +	ignore errors = no
    1.65 +	ignore nonreadable = yes
    1.66 +	transfer logging = no
    1.67 +	timeout = 600
    1.68 +	refuse options = checksum dry-run
    1.69 +	dont compress = *.tazpkg
    1.70 +
    1.71 +[tiny-slitaz]
    1.72 +
    1.73 +	comment = Tiny SliTaz GNU/Linux mirror
    1.74 +	path = /var/www/pizza/tiny
    1.75 +	use chroot = yes
    1.76 +	max connections = 5
    1.77 +	lock file = /var/lock/rsyncd
    1.78 +	read only = yes
    1.79 +	list = yes
    1.80 +	uid = nobody
    1.81 +	gid = nogroup
    1.82 +	strict modes = yes
    1.83 +	ignore errors = no
    1.84 +	ignore nonreadable = yes
    1.85 +	transfer logging = no
    1.86 +	timeout = 600
    1.87 +	refuse options = checksum dry-run
    1.88 +	dont compress = *.lzma *.gz *.tgz *.zip *.iso *.bz2 *.tazpkg