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