Hi all,
I’ve been using restic for a few years to backup our infrastructure. The way I’ve been doing this is by having a single S3 bucket in which I create a restic repo (dir in bucket) for each app (k8s pod).
In the restic documentation, “Working with repositories”, it seems to hint at a single repo for multiple boxes (or pods?).
The way I have it setup allows me to restore an entire snapshot without having to filter on host or specify a path. It makes it easy to automate restores and simplifies restores in general by simply restoring an entire snapshot.
I was wondering what your thoughts were on the matter and what solution you have. I am trying to way the pros and cons.
Thanks for your help!
Ed