This commit is contained in:
parent
1feb72bf3b
commit
ede477f8a2
1 changed files with 10 additions and 5 deletions
|
@ -1,11 +1,16 @@
|
||||||
persistence:
|
persistence:
|
||||||
recurringJobSelector:
|
recurringJobSelector:
|
||||||
enable: true
|
enable: true
|
||||||
jobList:
|
jobList: '[
|
||||||
- name: snapshot
|
{
|
||||||
isGroup: false
|
"name":"snapshot",
|
||||||
- name: backup
|
"isGroup":false
|
||||||
isGroup: false
|
},
|
||||||
|
{
|
||||||
|
"name":"backup",
|
||||||
|
"isGroup":false
|
||||||
|
}
|
||||||
|
]'
|
||||||
defaultSettings:
|
defaultSettings:
|
||||||
defaultDataPath: /storage1
|
defaultDataPath: /storage1
|
||||||
backupTarget: "s3://yolokube-backup@weur/"
|
backupTarget: "s3://yolokube-backup@weur/"
|
||||||
|
|
Loading…
Reference in a new issue