chore(cp): migrate backup to Garage
This commit is contained in:
parent
89039a9852
commit
e6de9656aa
1 changed files with 9 additions and 8 deletions
|
@ -2,11 +2,12 @@ access-key-id: ${accessKey}
|
||||||
secret-access-key: ${secretKey}
|
secret-access-key: ${secretKey}
|
||||||
|
|
||||||
dbs:
|
dbs:
|
||||||
- path: /var/lib/rancher/k3s/server/db/state.db
|
- path: /var/lib/rancher/k3s/server/db/state.db
|
||||||
replicas:
|
replicas:
|
||||||
- type: s3
|
- name: Garage
|
||||||
endpoint: ${endpoint}
|
type: s3
|
||||||
bucket: k3s
|
endpoint: ${endpoint}
|
||||||
region: us-east-1
|
bucket: k3s
|
||||||
retention: 72h
|
region: hel1
|
||||||
snapshot-interval: 1h
|
retention: 24h
|
||||||
|
snapshot-interval: 15m
|
Loading…
Reference in a new issue