Skip to content

Retention of old backups  #42

@nbokkisam

Description

@nbokkisam

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions