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.
 
 
 
 
 
 

29 lines
839 B

##
## rsync.conf -- RSYNC Configuration for Server Mode
##
motd file = @l_prefix@/etc/rsync/rsync.motd
secrets file = @l_prefix@/etc/rsync/rsync.passwd
lock file = @l_prefix@/var/rsync/rsync.lck
pid file = @l_prefix@/var/rsync/rsync.pid
log file = @l_prefix@/var/rsync/rsync.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