-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description:
Allow gib backup to simultaneously write a single backup to multiple storage backends (e.g., one local disk + one S3 bucket) in the same run.
Why:
This removes the need to run multiple backup jobs and ensures redundancy without additional scripting. It's a frequently requested feature from users who want high resilience (local + cloud) or multiple cloud providers.
Proposed Syntax (example):
gib backup --storage local --storage s3Expected Behavior:
- Upload chunks and snapshot metadata to all specified storages concurrently.
- Failures in one storage should not affect the others (unless explicitly required).
- Ideally, support resumable or retry logic per storage.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request