Added extra secret step to REST server instructions
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
10e460ff2d
commit
72688dc42c
@ -99,6 +99,10 @@ abra app secret insert <backupbot_name> 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 <backuobot_name> 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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user