Added debuging hints

This commit is contained in:
Kevin Veen-Birkenbach 2020-12-27 10:12:47 +01:00
parent 996c9ba2f0
commit 8bc6bf209f

View File

@ -16,6 +16,15 @@ Execute:
./docker-volume-backup.sh
```
## Debug
To checkout what's going on in the mount container type in the following command:
```bash
docker run -it --entrypoint /bin/sh --rm --volumes-from {{container_name}} -v /Backups/:/Backups/ kevinveenbirkenbach/alpine-rsync
```
## Manual Backup
rsync -aPvv '***{{source_path}}***/' ***{{destination_path}}***";
## Test
Delete the volume.