config was a bit off for rsync

This commit is contained in:
Louis Abel 2022-07-19 23:18:09 -07:00
parent 1848569d33
commit 0547f360a1
Signed by: label
GPG Key ID: 6735C0E1BD65D048

View File

@ -14,7 +14,14 @@ rsync_paths:
- name: rocky-production - name: rocky-production
content: | content: |
path = /mnt/repos-production path = /mnt/repos-production
comment = Rocky Linux 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 read only = true
refuse options = checksum refuse options = checksum
list = true list = true
@ -24,20 +31,13 @@ rsync_paths:
comment = Rocky Linux Production comment = Rocky Linux Production
read only = true read only = true
refuse options = false refuse options = false
list = false list = true
- name: rocky-sigs - name: rocky-sigs
content: | content: |
path = /mnt/repos-production/mirror/pub/sigs path = /mnt/repos-production/mirror/pub/sigs
comment = Rocky Linux Special Interest Groups comment = Rocky Linux Special Interest Groups
read only = true read only = true
refuse options = checksum refuse options = checksum
list = false
- name: rocky
content: |
path = /mnt/repos-production
comment = Rocky Linux - !!Deprecated Module!! - Please use rocky-linux
read only = true
refuse options = checksum
list = true list = true
- name: rocky-everything - name: rocky-everything
content: | content: |