From e8e13662b28f96c2f5c7ac56f681264850c8aee8 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Thu, 16 Nov 2017 09:28:33 -0800 Subject: [PATCH] Update readme with restore instructions --- Readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 29a1afe..2fdd002 100644 --- a/Readme.md +++ b/Readme.md @@ -47,6 +47,8 @@ PATH_TO_BACKUP="/" ### Backing up from another container Mount all volumes from your existing container with `--volumes-from` and then back up by providing the paths to those volumes. If there are more than one volumes, you'll want to use the above tip for mulitple backup sources +### Restoring a backup +On your running container, execute `/restore.sh`. That should be that! Eg. `docker exec my_backup_container /restore.sh` + ### To Do - - [x] Some easy way to trigger restoration (can now exec /restore.sh) - [ ] Automatic restoration if there is no source data