From 5f6e60d502996fac81a9aaf90a63a9bebaee01bd Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Thu, 19 Aug 2021 13:09:44 +0200 Subject: [PATCH] Added recover instruction --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6766085..bd4fd14 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,13 @@ Execute: ./docker-volume-backup.sh ``` +## Recover +Execute: + +```bash +./docker-volume-recover.sh {{volume_name}} {{backup_path}} +``` + ## Debug To checkout what's going on in the mount container type in the following command: