rework storage to reduce backup load
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
07a1cd6648
commit
0be2949c50
5 changed files with 57 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
persistence:
|
||||
recurringJobSelector:
|
||||
enable: true
|
||||
jobList:
|
||||
- name: snapshot
|
||||
isGroup: false
|
||||
- name: backup
|
||||
isGroup: false
|
||||
defaultSettings:
|
||||
defaultDataPath: /storage1
|
||||
backupTarget: "s3://yolokube-backup@weur/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue