]>
Commit | Line | Data |
---|---|---|
7473defb SS |
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 |