1
0
mirror of https://github.com/restic/restic.git synced 2024-06-30 08:20:55 +02:00
restic/internal/repository
Alexander Neumann 9be24a1c9f Add cache
This commits adds rudimentary support for a cache directory, enabled by
default. The cache directory is created if it does not exist. The cache
is used if there's anything in it, newly created snapshot and index
files are written to the cache automatically.
2017-09-24 21:54:53 +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 Add cache 2017-09-24 21:54:53 +02:00
testing.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00