64 lines
1.9 KiB
YAML
64 lines
1.9 KiB
YAML
---
|
|
rsync_max_connections: '30'
|
|
rsync_no_compress: '*.gz *.tgz *.zip *.z *.Z *.rpm *.deb *.bz2 *.iso'
|
|
rsync_timeout: '600'
|
|
rsync_exclude: 'lost+found/ .snapshot/ .~tmp~/ /.private/ /.private/** **/.nfs* /feeds/ feeds/'
|
|
rsync_paths:
|
|
- name: rocky-staging
|
|
content: |
|
|
path = /mnt/repos-staging/mirror/pub/rocky
|
|
comment = Rocky Linux Staging Repositories
|
|
read only = true
|
|
refuse options = checksum
|
|
list = false
|
|
- name: rocky-production
|
|
content: |
|
|
path = /mnt/repos-production
|
|
comment = DEPRECATED! Rocky Linux Production - Use rocky-linux
|
|
read only = true
|
|
refuse options = checksum
|
|
list = false
|
|
- name: rocky
|
|
content: |
|
|
path = /mnt/repos-production
|
|
comment = DEPRECATED! Rocky Linux Production - Use rocky-linux
|
|
read only = true
|
|
refuse options = checksum
|
|
list = true
|
|
- name: rocky-linux
|
|
content: |
|
|
path = /mnt/repos-production/mirror/pub/rocky
|
|
comment = Rocky Linux Production
|
|
read only = true
|
|
refuse options = false
|
|
list = true
|
|
- name: rocky-sigs
|
|
content: |
|
|
path = /mnt/repos-production/mirror/pub/sig
|
|
comment = Rocky Linux Special Interest Groups
|
|
read only = true
|
|
refuse options = checksum
|
|
list = true
|
|
- name: rocky-everything
|
|
content: |
|
|
path = /mnt/repos-production/mirror/
|
|
comment = All content available on the mirror. Rocky (Prod+Vault), CentOS (Vault)
|
|
read only = true
|
|
refuse options = checksum
|
|
list = true
|
|
- name: rocky-vault
|
|
content: |
|
|
path = /mnt/repos-production/mirror/vault/rocky
|
|
comment = Rocky Linux Vault - Archived Releases
|
|
read only = true
|
|
refuse options = checksum
|
|
list = true
|
|
- name: centos-vault
|
|
content: |
|
|
path = /mnt/repos-production/mirror/vault/centos
|
|
comment = CentOS 8 Vault
|
|
read only = true
|
|
refuse options = checksum
|
|
list = true
|
|
...
|