
[Question] How tiered mode works with cron?
andriyko69 opened this issue ยท 1 comments
I want to keep backups in such a scheme:
hourly backups - 2
daily - 2
weekly - 1
monthly - 1
As I investigated the config file, I found that tiered mode is what I'm looking for, but I don't understand what frequency (cron) I should set. Is this every hour, and it'll just calculate everything for me and save as I want?