Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
563fc066
Verified
Commit
563fc066
authored
Nov 17, 2021
by
Morten Linderud
🏄
Browse files
rsync.conf: Exclude debug package pools and repos
Signed-off-by:
Morten Linderud
<
morten@linderud.pw
>
parent
a4a8a640
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/dbscripts/templates/rsyncd.conf.proto.j2
View file @
563fc066
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment