Added recover instruction

This commit is contained in:
Kevin Veen-Birkenbach 2021-08-19 13:09:44 +02:00
parent 7864d26aa5
commit 5f6e60d502

View File

@ -16,6 +16,13 @@ Execute:
./docker-volume-backup.sh ./docker-volume-backup.sh
``` ```
## Recover
Execute:
```bash
./docker-volume-recover.sh {{volume_name}} {{backup_path}}
```
## Debug ## Debug
To checkout what's going on in the mount container type in the following command: To checkout what's going on in the mount container type in the following command: