Skip to content
Snippets Groups Projects
Commit 499f6505 authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Merge branch 'morten/add-rsync-debuginfod' into 'master'

rsync.conf: Exclude debug package pools and repos

See merge request !509
parents a4a8a640 563fc066
No related branches found
No related tags found
1 merge request!509rsync.conf: Exclude debug package pools and repos
Pipeline #13166 passed
......@@ -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