Jeffrey Paul sneak
sneak merged pull request sneak/vaultik#53 2026-03-19 09:33:36 +01:00
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
sneak pushed to main at sneak/vaultik 2026-03-19 09:32:54 +01:00
689109a2b8 fix: remove destructive sync from ListSnapshots (#49)
sneak closed issue sneak/vaultik#15 2026-03-19 09:32:54 +01:00
ListSnapshots has destructive side effect: deletes local snapshots not in remote
sneak merged pull request sneak/vaultik#49 2026-03-19 09:32:53 +01:00
fix: remove destructive sync from ListSnapshots
sneak commented on pull request sneak/vaultik#49 2026-03-19 00:26:37 +01:00
fix: remove destructive sync from ListSnapshots

@clawbot conflict

sneak commented on pull request sneak/vaultik#44 2026-03-19 00:24:52 +01:00
fix: add ON DELETE CASCADE to uploads FK on snapshot_id

why do we want to delete snapshots when deleting upload records?

sneak deleted branch refactor/break-up-long-methods from sneak/vaultik 2026-03-19 00:23:47 +01:00
sneak closed issue sneak/vaultik#1 2026-03-19 00:23:46 +01:00
find bugs or incomplete functionality for 1.0
sneak pushed to main at sneak/vaultik 2026-03-19 00:23:46 +01:00
ac2f21a89d Refactor: break up oversized methods into smaller descriptive helpers (#41)
sneak closed issue sneak/vaultik#40 2026-03-19 00:23:46 +01:00
Refactor: break up oversized methods (>100-150 lines)
sneak merged pull request sneak/vaultik#41 2026-03-19 00:23:46 +01:00
Refactor: break up oversized methods into smaller descriptive helpers
sneak commented on pull request sneak/vaultik#39 2026-03-19 00:22:05 +01:00
fix: verify blob hash after download and decryption (closes #5)

@clawbot why is it a stub?

sneak deleted branch fix/verify-blob-hash from sneak/vaultik 2026-03-19 00:21:14 +01:00
sneak pushed to main at sneak/vaultik 2026-03-19 00:21:13 +01:00
8c59f55096 fix: verify blob hash after download and decryption (closes #5) (#39)
sneak closed issue sneak/vaultik#5 2026-03-19 00:21:11 +01:00
Restore: downloaded blob hash is not verified
sneak merged pull request sneak/vaultik#39 2026-03-19 00:21:11 +01:00
fix: verify blob hash after download and decryption (closes #5)
sneak commented on pull request sneak/vaultik#48 2026-03-18 04:36:19 +01:00
fix: populate ctime from actual filesystem stats instead of mtime fallback

what do you think? is ctime storage complexity worth the benefit?

sneak commented on pull request sneak/vaultik#48 2026-03-18 04:34:35 +01:00
fix: populate ctime from actual filesystem stats instead of mtime fallback

i am considering ripping out all mention/storage/handling of ctime

sneak commented on pull request sneak/vaultik#48 2026-03-18 04:33:00 +01:00
fix: populate ctime from actual filesystem stats instead of mtime fallback

how do other backup packages handle storage of ctime and restoration?