From 8bc6bf209fa95ff26ff2f4061b5e6abde5c5c5ef Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Sun, 27 Dec 2020 10:12:47 +0100 Subject: [PATCH] Added debuging hints --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index fe1be74..90cb314 100644 --- a/README.md +++ b/README.md @@ -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.