mirror of
https://github.com/Steffo99/backup-duplicity.git
synced 2024-12-22 03:34:17 +00:00
Update HOWTO
This commit is contained in:
parent
5319dfc0ab
commit
3c35a85c1a
1 changed files with 2 additions and 1 deletions
|
@ -18,10 +18,11 @@ Backup solution for Docker volumes based on Duplicity
|
||||||
|
|
||||||
### Backup
|
### Backup
|
||||||
|
|
||||||
1. Create a new volume in Docker with the name `duplicity_credentials`:
|
1. Create two new volumes in Docker with the names `duplicity_credentials` and `duplicity_cache`:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
# docker volume create duplicity_credentials
|
# docker volume create duplicity_credentials
|
||||||
|
# docker volume create duplicity_cache
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Create a new file in the host system with the name `/root/secrets/backup/passphrase.txt`, and enter in it a secure passphrase to use to encrypt files:
|
2. Create a new file in the host system with the name `/root/secrets/backup/passphrase.txt`, and enter in it a secure passphrase to use to encrypt files:
|
||||||
|
|
Loading…
Reference in a new issue