Update readme with restore instructions

This commit is contained in:
ViViDboarder 2017-11-16 09:28:33 -08:00
parent 137d32c575
commit e8e13662b2
1 changed files with 3 additions and 1 deletions

View File

@ -47,6 +47,8 @@ PATH_TO_BACKUP="/"
### Backing up from another container ### 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 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 ### To Do
- [x] Some easy way to trigger restoration (can now exec /restore.sh)
- [ ] Automatic restoration if there is no source data - [ ] Automatic restoration if there is no source data