docker-vackup icon indicating copy to clipboard operation
docker-vackup copied to clipboard

Script to easily backup and restore docker volumes

Results 26 docker-vackup issues
Sort by recently updated
recently updated
newest added

Hello, I have one more suggestion in case someone wants to save all the volumes. ## Make a volume list beforehand ```bash mkdir /opt/backup-volume/ docker volume ls --format '{{.Name}}' >...

Exporting working, however, when importing Tar files back into non-existent volume it does not auto-create it and just returns the following: ``` [root@ax1 docker]# bin/vackup export docker_atlassiandb bkDB.tar.gz tar: removing...

bug

In compose 2.x files, `depends_on` can support a `condition: service_healthy` option to prevent the starting of a container until a dependency is healthy. This could be used for volume seeding,...

enhancement

Make the image CMD check for proper path in its container (`/mount-volume/`), and if it exists, restore data for the volume. For convenience in using with compose or systems without...

enhancement

I was looking for a solution to backup volumes via Docker CLI. I found Vackup and tested it. I found it interesting because I can use it in bash scripts...

I've added more (de)compression options for import / export. Compression is auto-detected from filename extensions, or can be specified in `VACKUP_COMPRESS`. Other changes: - (de)compression is performed on the host;...

E.g. ``` $ ls vackup $ ./vackup import mosquitto_config.tar.gz mosquitto_config Error: Could not find or open tar file mosquitto_config.tar.gz ```