2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-07 11:30:49 +00:00
restic/repository
Alexander Neumann f53008d916 Allow saving duplicate blobs in the repacker
This adds code to the master index to allow saving duplicate blobs
within the repacker. In this mode, only the list of currently in flight
blobs is consulted, and not the index. This correct because while
repacking, a unique list of blobs is saved again to the index.
2016-01-17 21:14:55 +01:00
..
testdata remove ConvertIndex 2015-11-08 22:27:13 +01:00
blob.go Use array instead of hash for backend.ID 2015-07-25 18:01:57 +02:00
config_test.go repository: Refactor Config 2015-07-05 11:07:10 +02:00
config.go Use array instead of hash for backend.ID 2015-07-25 18:01:57 +02:00
decrypt_read_closer.go split out decryptReader and packerManager 2015-11-29 14:29:59 +01:00
doc.go Repo: add documentation 2015-11-29 14:29:57 +01:00
index_test.go Add error checking 2015-11-29 14:25:57 +01:00
index.go Add error checking 2015-11-29 14:25:57 +01:00
key.go Repo: Add more debug 2016-01-17 18:48:05 +01:00
master_index.go Allow saving duplicate blobs in the repacker 2016-01-17 21:14:55 +01:00
packer_manager.go split out decryptReader and packerManager 2015-11-29 14:29:59 +01:00
parallel_test.go Allow cancelling parallel workers on files 2015-07-05 11:07:10 +02:00
parallel.go Small refactorings 2015-09-05 18:41:58 +02:00
pool.go Extract chunker 2015-07-08 16:58:23 -04:00
repository_test.go Allow saving duplicate blobs in the repacker 2016-01-17 21:14:55 +01:00
repository.go Allow saving duplicate blobs in the repacker 2016-01-17 21:14:55 +01:00