Update Docker & Kubernetes/Docker/Docker Compose/Kopia.md
This commit is contained in:
@ -32,9 +32,9 @@ networks:
|
|||||||
docker_network:
|
docker_network:
|
||||||
external: true
|
external: true
|
||||||
```
|
```
|
||||||
:::note Credentials:
|
!!! note "Credentials"
|
||||||
Your username will be `kopia@kopia-backup` and the password will be the value you set for `--server-password` in the entrypoint section of the compose file. The `KOPIA_PASSWORD:` is used by the backup repository, such as Backblaze B2, to encrypt/decrypt the backed-up data, and must be updated in the compose file if the repository is changed / updated.
|
Your username will be `kopia@kopia-backup` and the password will be the value you set for `--server-password` in the entrypoint section of the compose file. The `KOPIA_PASSWORD:` is used by the backup repository, such as Backblaze B2, to encrypt/decrypt the backed-up data, and must be updated in the compose file if the repository is changed / updated.
|
||||||
:::
|
|
||||||
|
|
||||||
```jsx title=".env"
|
```jsx title=".env"
|
||||||
KOPIA_ENRYPTION_PASSWORD=PasswordUsedToEncryptDataOnBackblazeB2
|
KOPIA_ENRYPTION_PASSWORD=PasswordUsedToEncryptDataOnBackblazeB2
|
||||||
|
Reference in New Issue
Block a user