blob: f7161f3f85974ce11bbc503dee55f5ca8fc11452 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
uid = nobody
gid = nobody
use chroot = no
max connections = 4
syslog facility = local5
pid file = /var/run/rsyncd.pid
[ftp]
path = /home/ftp
comment = ftp area
#[cvs]
# path = /data/cvs
# comment = CVS repository (requires authentication)
# auth users = tridge, susan
# secrets file = /etc/rsyncd.secrets
|