]> git.mxchange.org Git - flightgear-website.git/blob - pub/rsyncd.conf
Added support for ATI viewport hack
[flightgear-website.git] / pub / rsyncd.conf
1 # sample rsyncd.conf configuration file
2
3 # GLOBAL OPTIONS
4
5 #motd file=/etc/motd
6 # log file=/var/log/rsyncd.log
7 # for pid file, dont' use /var/run/rsync.pid unless you're not going to run
8 # rsync out of the init.d script. The /var/run/rsyncd.pid below is OK.
9 pid file=/var/run/rsyncd.pid
10 syslog facility=daemon
11 #socket options=
12 address=0.0.0.0
13 lock file = /var/lock/rsyncd
14
15 # MODULE OPTIONS
16 [Airports]
17
18         comment = Flight Gear Archive - Airports
19         path = /some/path/fgdata/Scenery/Airports/
20         use chroot = no
21 #       max connections=10
22         lock file = /var/lock/rsyncd
23 # the default for read only is yes...
24         read only = yes
25         list = yes
26         uid = nobody
27         gid = nogroup
28 #       exclude = 
29 #       exclude from = 
30 #       include =
31 #       include from =
32 #       auth users = 
33 #       secrets file = /etc/rsyncd.secrets
34         strict modes = yes
35 #       hosts allow =
36 #       hosts deny =
37         ignore errors = no
38         ignore nonreadable = yes
39         transfer logging = yes
40         log format = %t: host %h (%a) %o %f (%l bytes). Total %b bytes.
41         timeout = 600
42         refuse options = dry-run
43         dont compress = *.gz *.tgz *.zip *.z *.rpm *.deb *.iso *.bz2 *.tbz
44
45 # MODULE OPTIONS
46 [Terrain]
47
48         comment = Flight Gear Archive - Terrain
49         path = /some/path/fgdata/Scenery/Terrain/
50         use chroot = no
51 #       max connections=10
52         lock file = /var/lock/rsyncd
53 # the default for read only is yes...
54         read only = yes
55         list = yes
56         uid = nobody
57         gid = nogroup
58 #       exclude = 
59 #       exclude from = 
60 #       include =
61 #       include from =
62 #       auth users = 
63 #       secrets file = /etc/rsyncd.secrets
64         strict modes = yes
65 #       hosts allow =
66 #       hosts deny =
67         ignore errors = no
68         ignore nonreadable = yes
69         transfer logging = yes
70         log format = %t: host %h (%a) %o %f (%l bytes). Total %b bytes.
71         timeout = 600
72         refuse options = dry-run
73         dont compress = *.gz *.tgz *.zip *.z *.rpm *.deb *.iso *.bz2 *.tbz
74
75 [Objects]
76
77         comment = Flight Gear Archive - Objects
78         path = /some/path/fgdata/Scenery/Objects/
79         use chroot = no
80 #       max connections=10
81         lock file = /var/lock/rsyncd
82 # the default for read only is yes...
83         read only = yes
84         list = yes
85         uid = nobody
86         gid = nogroup
87 #       exclude = 
88 #       exclude from = 
89 #       include =
90 #       include from =
91 #       auth users = 
92 #       secrets file = /etc/rsyncd.secrets
93         strict modes = yes
94 #       hosts allow =
95 #       hosts deny =
96         ignore errors = no
97         ignore nonreadable = yes
98         transfer logging = yes
99         log format = %t: host %h (%a) %o %f (%l bytes). Total %b bytes.
100         timeout = 600
101         refuse options = dry-run
102         dont compress = *.gz *.tgz *.zip *.z *.rpm *.deb *.iso *.bz2 *.tbz