We should figure out a way to allow user to maintain a retention policy.
That might be as easy as allowing Backy to be run with a option for naming the current cycle. For example backy backup --cycle daily for daily backups.
This way we could have the user run their own cron jobs purging daily backups older than time or all hourly backups exceeding limit and so on.
backy purge --cycle daily --time "2023-05-01"
backy purge --cycle hourly --limit 100
We should figure out a way to allow user to maintain a retention policy.
That might be as easy as allowing Backy to be run with a option for naming the current cycle. For example
backy backup --cycle dailyfor daily backups.This way we could have the user run their own cron jobs purging daily backups older than
timeor all hourly backups exceedinglimitand so on.backy purge --cycle daily --time "2023-05-01"backy purge --cycle hourly --limit 100