You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
845 B
30 lines
845 B
24 years ago
|
##
|
||
|
## rsyncd.conf -- RSYNC Configuration for Server Mode
|
||
|
##
|
||
|
|
||
|
motd file = @l_prefix@/etc/rsync/rsyncd.motd
|
||
|
secrets file = @l_prefix@/etc/rsync/rsyncd.passwd
|
||
|
lock file = @l_prefix@/var/rsync/rsyncd.lck
|
||
|
pid file = @l_prefix@/var/rsync/rsyncd.pid
|
||
|
log file = @l_prefix@/var/rsync/rsyncd.log
|
||
|
|
||
|
max connections = 20
|
||
|
timeout = 60
|
||
|
strict modes = yes
|
||
|
use chroot = yes
|
||
|
read only = yes
|
||
|
ignore nonreadable = yes
|
||
|
transfer logging = yes
|
||
|
log format = "%o %h [%a] %m (%u) %f %l"
|
||
|
dont compress = *.bz2 *.gz *.zip *.z *.rpm *.deb *.tgz *.iso
|
||
|
list = no
|
||
|
uid = @l_nusr@
|
||
|
gid = @l_ngrp@
|
||
|
|
||
|
# [tmp]
|
||
|
# comment = The Temporary Filesystem
|
||
|
# path = /tmp/
|
||
|
# exclude = .*
|
||
|
# list = no
|
||
|
|