mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 13:45:54 +03:00
[GH-ISSUE #147] [FEATURE] Advanced retention options #119
Labels
No labels
bug
confirmed next step
duplicate
enhancement
help wanted
in progress
in progress
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pgbackweb#119
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BB-BenBridges on GitHub (Oct 27, 2025).
Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/147
At the moment I can only retain the last 10 days of backups for example. However, what would be nice, for example, is to have a backup task run hourly and then retain the following:
I hope that make sense? It means my backups can span a long time duration in total, but have a small time period in the times that it matters.
I suppose in theory i could do this with 5 backup tasks, but it seems overkill to run a backup on the database 5 times, would be nicer to roll this into one backup with a more advanced retention period.
Thanks,