refactor(restic): make role backend-agnostic, document backends

This commit is contained in:
2022-03-12 11:42:29 +01:00
parent a83a1f8d20
commit bece0ede75
7 changed files with 25 additions and 9 deletions

View File

@ -8,8 +8,8 @@ concise area of concern.
## Roles
- [`roles/restic-s3`](roles/restic-s3/README.md): Manage backups using restic
and persist them to an s3-compatible backend.
- [`roles/restic`](roles/restic/README.md): Manage backups using restic
and persist them to a configurable backend.
- [`roles/minio`](roles/minio/README.md): Deploy [min.io](https://min.io), an
s3-compatible object storage server, using docker containers.