From 9673572abe7afd8a09ca5ae31fc4feecfc2ee0b0 Mon Sep 17 00:00:00 2001 From: L3D Date: Mon, 26 Feb 2024 20:42:07 +0100 Subject: [PATCH] adding restic rest server to docs See #118 Signed-off-by: L3D --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ac12f0a..382c915 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,10 @@ Example: restic_repos: local: location: /srv/restic-repo + password: securepassword0 + init: true + remote: + location: rest:https://restic_rest_server.example.com:8000/restic-repo/ password: securepassword1 init: true sftp: