summaryrefslogtreecommitdiffstats
path: root/projectroot/etc/rsyncd.conf
blob: 94a89b09e17f7616599c7c8faf16edc7310e429b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#
# generic implementation
#
uid = root
gid = root
use chroot = no
max connections = 4
syslog facility = local5
pid file = /var/run/rsyncd.pid

#[ftp]
#        path = /var/ftp/pub
#        comment = whole ftp area (approx 6.1 GB)
#
#[sambaftp]
#        path = /var/ftp/pub/samba
#        comment = Samba ftp area (approx 300 MB)
#
#[rsyncftp]
#        path = /var/ftp/pub/rsync
#        comment = rsync ftp area (approx 6 MB)
#
#[sambawww]
#        path = /public_html/samba
#        comment = Samba WWW pages (approx 240 MB)
#
#[cvs]
#        path = /data/cvs
#        comment = CVS repository (requires authentication)
#        auth users = tridge, susan
#        secrets file = /etc/rsyncd.secrets