- Update bucket structure to include unencrypted blob manifest files - Add <snapshot_id>.manifest.json.zst containing list of referenced blobs - This enables pruning operations without requiring decryption keys - Add snapshot management commands: list, rm, latest (stubs) - Add --prune flag to backup command for automatic cleanup - Update DESIGN.md to document manifest format and updated prune flow |
||
|---|---|---|
| .. | ||
| app.go | ||
| backup.go | ||
| entry_test.go | ||
| entry.go | ||
| fetch.go | ||
| prune.go | ||
| restore.go | ||
| root.go | ||
| snapshot.go | ||
| verify.go | ||