From f7a45a9f7a3191f04277a048b3858ea4695bbb97 Mon Sep 17 00:00:00 2001 From: Kaj Van der Hallen Date: Wed, 19 Feb 2025 16:51:20 +0100 Subject: [PATCH] Minor fix in README on S3 instructions (#15) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 821fc4b..76b985d 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ The SSH configuration will be written in `{{ restic_user_home }}/.ssh/config`. ### S3 backend configuration - `restic_ssh_enabled`: set to false -- `restic_repository_name`: set to s3 endpoint + bucket, restic syntax (e.g. `s3:https://s3.fr-par.scw.cloud/restic-bucket`) +- `restic_repository`: set to s3 endpoint + bucket, restic syntax (e.g. `s3:https://s3.fr-par.scw.cloud/restic-bucket`) - `restic_aws_access_key_id`: `AWS_ACCESS_KEY_ID` - `restic_aws_secret_access_key`: `AWS_SECRET_ACCESS_KEY`