- Berlin, Deutschland
- https://sneak.berlin
- Joined on
2020-02-05
Block a user
Rename blob_fetch_stub.go to blob_fetch.go
sneak
deleted branch fix/list-snapshots-no-destructive-side-effect from sneak/vaultik
2026-03-19 09:32:54 +01:00
ListSnapshots has destructive side effect: deletes local snapshots not in remote
fix: remove destructive sync from ListSnapshots
fix: add ON DELETE CASCADE to uploads FK on snapshot_id
why do we want to delete snapshots when deleting upload records?
find bugs or incomplete functionality for 1.0
Refactor: break up oversized methods (>100-150 lines)
Refactor: break up oversized methods into smaller descriptive helpers
Restore: downloaded blob hash is not verified
fix: verify blob hash after download and decryption (closes #5)
fix: populate ctime from actual filesystem stats instead of mtime fallback
what do you think? is ctime storage complexity worth the benefit?
fix: populate ctime from actual filesystem stats instead of mtime fallback
i am considering ripping out all mention/storage/handling of ctime
fix: populate ctime from actual filesystem stats instead of mtime fallback
how do other backup packages handle storage of ctime and restoration?