mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-13 11:30:00 +08:00
17 lines
488 B
Plaintext
17 lines
488 B
Plaintext
pid file = /var/run/rsyncd.pid
|
|
syslog facility = daemon
|
|
dont compress = *.gz *.tgz *.zip *.z *.rpm *.deb *.bz2 *.iso
|
|
use chroot = false
|
|
transfer logging = false
|
|
exclude = .snapshot/ .~tmp~/ /.private/ /.private/** **/.nfs*
|
|
|
|
|
|
# For distributing applications
|
|
[log]
|
|
comment = Server Logs
|
|
path = /var/log
|
|
uid = root
|
|
gid = root
|
|
read only = yes
|
|
hosts allow = 10.5.126.13 192.168.1.59
|