Little image for backing up mounted volumes.
1.0K
Little image for backing up mounted volumes (automatically).
This image is for using inside compose-backuper-script! Please use it if you want to backup your named volumes from docker-compose.yml
To automatically backup mount dir to backup to /mnt/src and destination directory to /mnt/dst.
Also you need to add argument for name of backup. For example, my_service.
Run:
docker run -v /opt/app:/mnt/src -v /mnt/disc:/mnt/dst --rm compose-backuper my_service
You`ll find /mnt/disc/my_service.tar.gz.
Content type
Image
Digest
Size
4 MB
Last updated
about 9 years ago
docker pull approximatenumber/compose-backuper