diff --git a/README.md b/README.md index f6bd8ca..b92caa6 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,10 @@ abra app secret insert restic_repo v1 "rest:https://user:pass@h ``` The secret will overwrite the `RESTIC_REPOSITORY` variable. +Add the restic_password as a secret (take from the REST server url): +``` +abra app secret insert restic_password v1 "pass" +``` See [restic REST docs](https://restic.readthedocs.io/en/latest/030_preparing_a_new_repo.html#rest-server) for more information.