vaultik/internal/cli
sneak c07d8eec0a Fix snapshot list to not download manifests
- Removed unnecessary manifest downloads from snapshot list command
- Removed blob size calculation from listing operation
- Removed COMPRESSED SIZE column from output since we're not calculating it
- This makes snapshot list much faster and avoids 404 errors for old snapshots
2025-07-26 03:16:18 +02:00
..
app.go Major refactoring: UUID-based storage, streaming architecture, and CLI improvements 2025-07-22 14:56:44 +02:00
duration_test.go Major refactoring: UUID-based storage, streaming architecture, and CLI improvements 2025-07-22 14:56:44 +02:00
duration.go Major refactoring: UUID-based storage, streaming architecture, and CLI improvements 2025-07-22 14:56:44 +02:00
entry_test.go Major refactoring: UUID-based storage, streaming architecture, and CLI improvements 2025-07-22 14:56:44 +02:00
entry.go Major refactoring: UUID-based storage, streaming architecture, and CLI improvements 2025-07-22 14:56:44 +02:00
fetch.go Implement local SQLite index database with repositories 2025-07-20 10:26:15 +02:00
prune.go Fix manifest generation to not encrypt manifests 2025-07-26 02:54:52 +02:00
restore.go Implement local SQLite index database with repositories 2025-07-20 10:26:15 +02:00
root.go Major refactoring: UUID-based storage, streaming architecture, and CLI improvements 2025-07-22 14:56:44 +02:00
snapshot.go Fix snapshot list to not download manifests 2025-07-26 03:16:18 +02:00
store.go Major refactoring: UUID-based storage, streaming architecture, and CLI improvements 2025-07-22 14:56:44 +02:00
verify.go Implement local SQLite index database with repositories 2025-07-20 10:26:15 +02:00