This message was deleted.
# longhorn-storage
a
This message was deleted.
r
Thank you, In the meantime, I have tried this scheme :
Copy code
recurringJobSelector:
        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 :
Copy code
{
  "name": "b6am",
  "task": "backup",
  "cron": "0 6 * * *",
  "retain": 3,
  "group": "default"
}