mirror of
https://github.com/ViViDboarder/docker-restic-cron.git
synced 2024-11-21 20:56:36 +00:00
Update readme with restore instructions
This commit is contained in:
parent
137d32c575
commit
e8e13662b2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user