mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 05:35:57 +03:00
[GH-ISSUE #135] [Feature Request] Support Multiple Backup Destinations for a Single Backup Task #114
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#114
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 @bobbycw on GitHub (Sep 28, 2025).
Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/135
Description: Simplifying the process, enhance organization, and reduce setup redundancy, I propose implementing support for multiple backup destinations within a single backup task.
Benefits:
Proposed Implementation:
Example Use Case: A user wants to back up their PostgreSQL database to both a local disk for faster recovery in case of accidental deletion and to one or more remote S3 services for off-site backup and disaster recovery.
Currently, the user has to create two separate tasks, one for each destination. With support for multiple backup destinations, the user could create a single task and specify both the local disk and any S3 services as destinations.
Hope it's fine I'm using AI to rewrite the post, my original only have 2 lines. That's just too short.
Thanks!