-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
I know the config allows no of days to retain daily backups. There are parameters for weekly, monthly and I believe the weekly, monthly backup options are not developed yet(According to config file comments).
Is it possible to offer retention of old backups based on grandfather-father-son schedule( https://en.wikipedia.org/wiki/Backup_rotation_scheme#Grandfather-father-son)?
You can refer to this repository where similar functionality is implemented using PHP. https://github.com/ianneub/php_backup_s3
Something like below
Everyday for the past two weeks (14 backups)
Every Saturday for the past 2 months (8 or 9 backups)
First day of the month going back forever
Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels