2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-26 04:22:36 +00:00
restic/internal/repository
Alexander Neumann 3541d06d07 repo: Split packers for tree and data
The code now bundles tree blobs and data blobs into different pack
files, so we'll end up with pack files that either only contain data or
trees. This is in preparation to adding a cache (#1040), because
tree-only pack files can easily be cached later on.
2017-09-22 15:36:47 +02:00
..
testdata Moves files 2017-07-23 14:19:13 +02:00
doc.go Moves files 2017-07-23 14:19:13 +02:00
index_test.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
index.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
key.go Always use long name for keys 2017-09-10 15:35:10 +02:00
master_index.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
packer_manager_test.go repo: Split packers for tree and data 2017-09-22 15:36:47 +02:00
packer_manager.go repo: Split packers for tree and data 2017-09-22 15:36:47 +02:00
parallel_test.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
parallel.go Ignore files with invalid name in the repo 2017-09-10 11:00:07 +02:00
pool.go Moves files 2017-07-23 14:19:13 +02:00
repack_test.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
repack.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
repository_test.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
repository.go repo: Split packers for tree and data 2017-09-22 15:36:47 +02:00
testing.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00