Merge pull request #119 from roles-ansible/DO1JLR-patch-1

adding restic rest server to docs
This commit is contained in:
L3D 2024-02-26 20:42:46 +01:00 committed by GitHub
commit 2cdf30f6f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: