vsnap
A command line utility to snapshot & restore docker volumes.
Useful during development for resetting database migrations, but also applicable for restoring the state of general Docker volumes.
Note: This is not intended as a backup solution.
Features
# Help
# Snapshot volumes
# Optionally with compression
# Restore
# Optionally overwrite / reset old volume
# List snapshot volume with sizes
Installation
Make sure to have at least Rust 1.85 installed as well as docker running with proper permissions for your local user.
Demo
