config was a bit off for rsync
This commit is contained in:
parent
1848569d33
commit
0547f360a1
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user