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
1 changed files with 9 additions and 9 deletions

View File

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