You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
This is related to #2 and #158, but somehow I don't think it's currently possible to do this.
Describe the solution you'd like
I would like to set a different cron option for the backup and for the forget/prune commands. I.e. something like this:
locations:
my-location:
from: /datato: my-backendcron: '0 3 * * 0'# Every Sunday at 3:00forget: prune # Run forget/prune after backupoptions:
forget:
keep-last: 5# always keep at least 5 snapshotscron: '0 0 1 * *'# Only run forget/prune once a month
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
This is related to #2 and #158, but somehow I don't think it's currently possible to do this.
Describe the solution you'd like
I would like to set a different cron option for the backup and for the forget/prune commands. I.e. something like this:
The text was updated successfully, but these errors were encountered: