mirror of
https://github.com/kevinveenbirkenbach/docker-volume-backup.git
synced 2024-11-24 17:21:03 +01:00
Added debuging hints
This commit is contained in:
parent
996c9ba2f0
commit
8bc6bf209f
@ -16,6 +16,15 @@ Execute:
|
|||||||
./docker-volume-backup.sh
|
./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
|
## Test
|
||||||
Delete the volume.
|
Delete the volume.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user