Revert "Removed redundant code formatting"

This reverts commit 10e460ff2d.
This commit is contained in:
2024-08-21 11:59:10 +01:00
parent 72688dc42c
commit e09e1b476c

View File

@ -95,7 +95,7 @@ COMPOSE_FILE="$COMPOSE_FILE:compose.secret.yml"
``` ```
Add your REST server url as secret: Add your REST server url as secret:
``` ```
abra app secret insert <backupbot_name> restic_repo v1 "rest:https://user:pass@host:8000/" `abra app secret insert <backupbot_name> restic_repo v1 "rest:https://user:pass@host:8000/"`
``` ```
The secret will overwrite the `RESTIC_REPOSITORY` variable. The secret will overwrite the `RESTIC_REPOSITORY` variable.