enable back-ups of applications' immutable storage #125

Open
opened 2025-02-12 09:18:05 +01:00 by kiara · 0 comments
Owner

As a Fediversity user,
given I run Fediversity applications,
I want to be able to make back-ups of applications' immutable storage,
in order to rest assured I will not lose important data.

implementation notes

**As** a Fediversity user, **given** I run Fediversity applications, **I want** to be able to make back-ups of applications' immutable storage, **in order to** rest assured I will not lose important data. ## implementation notes - steps - [creating a bucket with key](https://garagehq.deuxfleurs.fr/documentation/quick-start/#creating-buckets-and-keys) ([nix](https://git.fediversity.eu/fediversity/fediversity/src/commit/09119803e8731b123313641bbfc5a81d16b78f0f/services/fediversity/garage/default.nix#L70-L72)) - copying - from destination: at worst just use buckets' read access to list (`mc ls`) and grab their content - do we need metadata, which as per `mc mirror`'s documentation might copy along only by `mc (admin) replicate`? - from source: - [mc cli: bucket replicating rules](https://docs.min.io/enterprise/aistor-object-store/reference/cli/mc-replicate/) - [mc mirror](https://docs.min.io/enterprise/aistor-object-store/reference/cli/mc-mirror/) - [s3 sync](https://docs.aws.amazon.com/cli/latest/reference/s3/sync.html): copy within s3 - c.f. #126 - c.f. [contract](https://github.com/ibizaman/selfhostblocks/issues/469)
kiara changed title from Operator can make back-ups of applications' immutable storage to enable back-ups of applications' immutable storage 2025-05-21 13:56:23 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Blocks Depends on
Reference: fediversity/fediversity#125
No description provided.