- Berlin, Deutschland
- https://sneak.berlin
- Joined on
2020-02-05
Block a user
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?
Refactor: break up oversized methods into smaller descriptive helpers
find bugs or incomplete functionality for 1.0
Refactor: break up oversized methods (>100-150 lines)
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?