Skip to content
Snippets Groups Projects
Verified Commit 563fc066 authored by Morten Linderud's avatar Morten Linderud :surfer:
Browse files

rsync.conf: Exclude debug package pools and repos

parent a4a8a640
No related branches found
No related tags found
1 merge request!509rsync.conf: Exclude debug package pools and repos
......@@ -31,19 +31,19 @@ hosts deny = *
[ftp]
path = /srv/ftp
comment = ftp area (most mirrors should use this)
exclude = /archive/ /other/ /sources/
exclude = /archive/ /other/ /sources/ /*-debug/ /pool/*-debug/
[ftp_tier1]
path = /srv/ftp
comment = ftp area (most mirrors should use this)
exclude = /archive/ /other/ /sources/
exclude = /archive/ /other/ /sources/ /*-debug/ /pool/*-debug/
hosts allow = @@ALLOWHOSTS_TIER1@@
max connections = 0
[ftp_auth]
path = /srv/ftp
comment = ftp area, passworded (same as 'ftp')
exclude = /archive/ /other/ /sources/
exclude = /archive/ /other/ /sources/ /*-debug/ /pool/*-debug/
hosts allow = *
auth users = *
secrets file = /etc/rsyncd.secrets
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment