mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-11-04 19:13:30 +01:00
Merge pull request #119 from roles-ansible/DO1JLR-patch-1
adding restic rest server to docs
This commit is contained in:
commit
2cdf30f6f7
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue