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
Would it make sense to add support and configuration options for keeping backups for Days, Weeks, Months?
This is a repo based on current - https://github.com/prodrigestivill/docker-postgres-backup-local which provides these capabilities, so it should be straightforward to implement.
This keeps 1d for 7d, 1/wk for 4wks, and then keeps 1/mth for 12 months. - that would be great - i dont need daily backups of my DB going back an entire year, but I would like one to be automatically retained from a few months ago. Perhaps before deleting the 8d old backup, it gets moved to the ./weekly/folder and then we run the same detection algo on that folder, moving the oldest one (beyond 4 weeks) to the ./monthly folder, and then the same again for that folder, moving the oldest monthly to ./yearly - same algo invoked 3 times on ./backup, ./backup/weekly, ./backup-monthly
Would it make sense to add support and configuration options for keeping backups for Days, Weeks, Months?
This is a repo based on current - https://github.com/prodrigestivill/docker-postgres-backup-local which provides these capabilities, so it should be straightforward to implement.
I've also asked this question in the other tool's discussion - prodrigestivill/docker-postgres-backup-local#93 (comment)
The text was updated successfully, but these errors were encountered: