libraft
libraft copied to clipboard
Create hooks to clean up old snapshots
Currently OnDiskSnapshotStore
has methods to remove old snapshots and ensure that the snapshot database and the files on the filesystem match. I need to expose these to the user (perhaps using DropWizard ConfiguredCommand
instances or DropWizard tasks).