From 3c35a85c1a6150be1cffb0c5cbc71d3d0226b749 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 24 Oct 2024 11:11:22 +0200 Subject: [PATCH] Update HOWTO --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e781da1..824ed1b 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,11 @@ Backup solution for Docker volumes based on Duplicity ### 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 # 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: