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
|
- 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: |
|
||||||
|
Loading…
Reference in New Issue
Block a user