mina-indexer
mina-indexer copied to clipboard
Provide functionality to restore from a "snapshot"
What would the be the intended semantics for "restore from checkpoint"? sync/replay may already do what you want.
"Restore from checkpoint" would take as input a tarball instead of a database directory.
The flate2 crate looks like it might be a good candidate for (de)compressing.