slitaz-forge view mirror/files/etc/rsyncd.conf @ rev 309

mirror: pizza need a rsyncd module for stable packages
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 19 21:10:58 2012 +0200 (2012-05-19)
parents badc896c116d
children
line source
1 # rsynd configuration for SliTaz mirror
2 #
3 motd file=/etc/rsyncd.motd
4 log file=/var/log/rsyncd
5 #log format = %h - - [%t] "%f" - %l
6 pid file=/var/run/rsyncd.pid
9 [slitaz]
11 comment = SliTaz GNU/Linux mirror
12 path = /var/www/slitaz/mirror
13 use chroot = yes
14 max connections = 5
15 lock file = /var/lock/rsyncd
16 read only = yes
17 list = yes
18 uid = nobody
19 gid = nogroup
20 strict modes = yes
21 ignore errors = no
22 ignore nonreadable = yes
23 transfer logging = no
24 timeout = 600
25 refuse options = checksum dry-run
26 dont compress = *.lzma *.gz *.tgz *.zip *.iso *.bz2 *.tazpkg
28 [slitaz-doc]
30 comment = SliTaz GNU/Linux documentation
31 path = /var/www/doc
32 # exclude = conf/users.auth.php.TANK conf/users.auth.php.old conf/users.auth.php conf/local.php conf/local.php.bak
33 exclude = conf/*
34 use chroot = yes
35 max connections = 5
36 lock file = /var/lock/rsyncd
37 read only = yes
38 list = yes
39 uid = nobody
40 gid = nogroup
41 strict modes = yes
42 ignore errors = no
43 ignore nonreadable = yes
44 transfer logging = no
45 timeout = 600
46 refuse options = checksum dry-run
47 dont compress = *.gz *.tgz *.zip *.iso *.bz2 *.tazpkg
49 [slitaz-stable]
51 comment = SliTaz GNU/Linux stable packages
52 path = /var/www/slitaz/mirror/packages/stable
53 use chroot = yes
54 max connections = 5
55 lock file = /var/lock/rsyncd
56 read only = yes
57 list = yes
58 uid = nobody
59 gid = nogroup
60 strict modes = yes
61 ignore errors = no
62 ignore nonreadable = yes
63 transfer logging = no
64 timeout = 600
65 refuse options = checksum dry-run
66 dont compress = *.tazpkg
68 [slitaz-cooking]
70 comment = SliTaz GNU/Linux cooking packages
71 path = /var/www/slitaz/mirror/packages/cooking
72 use chroot = yes
73 max connections = 5
74 lock file = /var/lock/rsyncd
75 read only = yes
76 list = yes
77 uid = nobody
78 gid = nogroup
79 strict modes = yes
80 ignore errors = no
81 ignore nonreadable = yes
82 transfer logging = no
83 timeout = 600
84 refuse options = checksum dry-run
85 dont compress = *.tazpkg
87 [tiny-slitaz]
89 comment = Tiny SliTaz GNU/Linux mirror
90 path = /var/www/pizza/tiny
91 use chroot = yes
92 max connections = 5
93 lock file = /var/lock/rsyncd
94 read only = yes
95 list = yes
96 uid = nobody
97 gid = nogroup
98 strict modes = yes
99 ignore errors = no
100 ignore nonreadable = yes
101 transfer logging = no
102 timeout = 600
103 refuse options = checksum dry-run
104 dont compress = *.lzma *.gz *.tgz *.zip *.iso *.bz2 *.tazpkg