1
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 22, 2024 — Sep 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
changed internal representation of indirect object IDs to be recursive, to allow storing I objects in packs More... about 8 years ago
fixed backups and expire command output More... about 8 years ago
additional detail output for 'backups' command More... about 8 years ago
change block size cache prefetching to be sharded based on only one character More... about 8 years ago
fixed logging storage output More... about 8 years ago
removed conditional PutBlock, which was causing more trouble that it's worth More... about 8 years ago
added block size cache to speed up BlockSize() before uploading a block More... about 8 years ago
added option to read portions of blob storage blocks More... about 8 years ago
added option to ignore file read errors for backup and migration More... about 8 years ago
travis - switched to 1.8 More... about 8 years ago
re-added conditional PutObject More... about 8 years ago
improved GCS exponential backoff More... about 8 years ago
added 'migrate' command that can move all snapshot data between repositories. It's meant to be used in a cloud VM to (relatively) quickly re-create the contents of all snapshots using new repository format. Copying is done using snapshot.Uploader on top of a virtual filesystem from the source repository. More... about 8 years ago
re-added support for bundles (read-only) to aid data migration More... about 8 years ago
changed default pack file size to 20MB and pack item to 4MB More... about 8 years ago
added support for cancelling upload with Ctrl-C which marks the snapshot as incomplete added --include-incomplete to 'backups' command improved upload API, added support for better cancellation and upload limits changed hashcache Reader and Writer to use interfaces More... about 8 years ago
tweaks to pack index format More... about 8 years ago
removed support for bundles now that packs are looking much better and more flexible More... about 8 years ago
changed kopia metadata show to pretty-print JSON by default since all data in the vault is JSON More... about 8 years ago
introduced multiple packs per upload - directory data is stored together, which allows is to be cached together speeding up browsing of backups More... about 8 years ago
move throttling to GCS storage options and create/connect flags More... about 8 years ago
swapped order of packed object IDs More... about 8 years ago
fixed throttling in GCS provider More... about 8 years ago
cleaned up connect/create CLI options More... about 8 years ago
fix for create incorrectly handling store errors More... about 8 years ago
simplified pack manager More... about 8 years ago
removed buffer manager More... about 8 years ago
removed unnecessary optimization to avoid hashing directories, this is now unnecessary since they end up being packed most of the time so they don't incur the cost of a round-trip More... about 8 years ago
enable packing when uploading More... about 8 years ago
deprecated inline object IDs, which cause significant slowdowns to the backup process, will be much more efficient with pack files More... about 8 years ago