]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - rsync/rsyncd.conf
glibc: Disable multilib support on X86_64
[people/stevee/ipfire-3.x.git] / rsync / rsyncd.conf
1 # /etc/rsyncd: configuration file for rsync daemon mode
2
3 # See rsyncd.conf man page for more options.
4
5 # configuration example:
6
7 # uid = nobody
8 # gid = nobody
9 # use chroot = yes
10 # max connections = 4
11 # pid file = /run/rsyncd/rsyncd.pid
12 # exclude = lost+found/
13 # transfer logging = yes
14 # timeout = 900
15 # ignore nonreadable = yes
16 # dont compress = *.gz *.tgz *.zip *.z *.Z *.rpm *.deb *.bz2
17
18 # [ftp]
19 # path = /home/ftp
20 # comment = ftp export area