adamant-kite-43734
12/14/2021, 8:44 AMrough-raincoat-93957
12/20/2021, 1:57 PMrecurringJobSelector:
enable: true
jobList: '[{"name": "b6am", "task": "backup", "cron": "0 6 * * *", "retain":3},{"name": "b12pm", "task": "backup", "cron": "0 12 * * *", "retain":2},{"name": "b6pm", "task": "backup", "cron": "0 18 * * *", "retain":2}]'
The list is displayed well on the UI side but they are not active because the tasks doesn’t exist :
I have to create them by hand
Also, is it possible to set a default group on my tasks?
Example :
{
"name": "b6am",
"task": "backup",
"cron": "0 6 * * *",
"retain": 3,
"group": "default"
}