Add rsync config for arm hub.
This commit is contained in:
parent
729ccf6f59
commit
4619fb8b38
1 changed files with 24 additions and 0 deletions
24
roles/rsyncd/files/rsyncd.conf.arm.koji.fedoraproject.org
Normal file
24
roles/rsyncd/files/rsyncd.conf.arm.koji.fedoraproject.org
Normal file
|
@ -0,0 +1,24 @@
|
|||
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
|
||||
|
||||
[fedora-arm]
|
||||
comment = Fedora arm content
|
||||
path = /mnt/koji/tree/
|
||||
uid = root
|
||||
gid = root
|
||||
read only = yes
|
||||
hosts allow = 209.132.181.8
|
Loading…
Add table
Add a link
Reference in a new issue