diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-01-26 21:48:48 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-01-26 21:48:48 +0100 |
commit | a13a02c45ca212c7ac0aae6dfa510219b6c9f46c (patch) | |
tree | 7b69073252bf9f526086682a9780ca1fd4784319 /op_guide | |
parent | 453b633268eaf10041d557b10c5e30505f028603 (diff) | |
download | infrastructure-a13a02c45ca212c7ac0aae6dfa510219b6c9f46c.tar.gz infrastructure-a13a02c45ca212c7ac0aae6dfa510219b6c9f46c.zip |
Add a backup script for emails
Diffstat (limited to 'op_guide')
-rw-r--r-- | op_guide/backup_minio/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op_guide/backup_minio/README.md b/op_guide/backup_minio/README.md index 7084498..31194e5 100644 --- a/op_guide/backup_minio/README.md +++ b/op_guide/backup_minio/README.md @@ -108,7 +108,7 @@ The idea is that the backuping service is a component of the global running serv You must add: - `backup_aws_access_key_id` - `backup_aws_secret_access_key` - - `backup_aws_endpoint` + - `backup_restic_repository` - `backup_restic_password` |