mirror of
https://github.com/kevinveenbirkenbach/docker-volume-backup.git
synced 2024-10-31 23:33:11 +01:00
Added whitespaces
This commit is contained in:
parent
65151194f9
commit
ef80363143
@ -4,18 +4,21 @@ This script backups all docker-volumes with the help of rsync.
|
||||
|
||||
## Backup
|
||||
Execute:
|
||||
|
||||
``bash
|
||||
./docker-volume-backup.sh
|
||||
``
|
||||
|
||||
## Test
|
||||
Delete the volume.
|
||||
|
||||
``bash
|
||||
docker rm -f container-name
|
||||
docker volume rm volume-name
|
||||
``
|
||||
|
||||
Recover the volume:
|
||||
|
||||
``bash
|
||||
docker volume create volume-name
|
||||
docker run --rm -v volume-name:/recover/ -v ~/backup/:/backup/ "kevinveenbirkenbach/alpine-rsync" sh -c "rsync -avv /backup/ /recover/"
|
||||
|
Loading…
Reference in New Issue
Block a user