- Berlin, Deutschland
- https://sneak.berlin
- Joined on
2020-02-05
Block a user
feat: add progress bar to restore operation
fix: verify blob hash after download and decryption (closes #5)
blobs may be larger than memory, we should not be storing them in variables.
feat: add progress bar to restore operation
dupe of now closed #24. this is the one to be merged, 24 is closed. make this branch the ideal one.
feat: add progress bar to restore operation
feat: implement --prune flag on snapshot create (closes #4)
these methods are WAAAAY too long. break them up into descriptively named methods that are no more than 100-150 lines each.
--prune flag on snapshot create is a TODO
feat: implement --prune flag on snapshot create (closes #4)
sneak
pushed to feature/implement-prune-flag-on-snapshot-create at sneak/vaultik
2026-02-20 11:20:53 +01:00
Restore silently continues when individual file restoration fails
fix: track and report file restore failures
Return errors from deleteSnapshotFromLocalDB instead of swallowing them (closes #25)
deleteSnapshotFromLocalDB silently swallows all errors and always returns nil