mirror of
https://github.com/kevinveenbirkenbach/docker-volume-backup.git
synced 2025-01-22 10:58:47 +01:00
Kevin Veen-Birkenbach
0434782049
Adapted backup to https://github.com/kevinveenbirkenbach/backup-manager
docker-volume-backup
This script backups all docker-volumes with the help of rsync.
Backup
Execute:
./docker-volume-backup.sh
Optional a directory for the backup folder can be defined:
./docker-volume-backup.sh /tmp
Test
Delete the volume.
docker rm -f container-name
docker volume rm volume-name
Recover the volume:
docker volume create volume-name
docker run --rm -v volume-name:/recover/ -v ~/backup/:/backup/ "kevinveenbirkenbach/alpine-rsync" sh -c "rsync -avv /backup/ /recover/"
Restart the container.
More information
Languages
Python
85.7%
Shell
14.1%
Smarty
0.2%