forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
35 lines
772 B
Text
35 lines
772 B
Text
# rsyncd.conf - Example file, see rsyncd.conf(5)
|
|
#
|
|
|
|
# Set this if you want to stop rsync daemon with rc.d scripts
|
|
pid file = /var/run/rsyncd.pid
|
|
|
|
# Edit this file before running rsync daemon!!
|
|
|
|
#uid = nobody
|
|
#gid = nobody
|
|
#use chroot = no
|
|
#max connections = 4
|
|
#syslog facility = local5
|
|
|
|
#[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 = /usr/local/etc/rsync/rsyncd.secrets
|