1
0
mirror of https://github.com/restic/restic.git synced 2024-06-27 07:55:08 +02:00
restic/internal
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
..
archiver Merge pull request #1243 from restic/improve-error-reporting 2017-09-16 14:54:30 +02:00
backend gs: document required permissions 2017-09-24 11:25:57 -07:00
cache Add cache 2017-09-24 21:54:53 +02:00
checker tests updated 2017-09-09 13:26:35 +02:00
crypto internal/crypto: small simplifications 2017-08-29 00:30:06 +02:00
debug Run goimports 2017-07-23 14:21:03 +02:00
errors Moves files 2017-07-23 14:19:13 +02:00
filter filter: document recursive wildcards 2017-09-04 14:38:48 -07:00
fs local: Fix creating data dirs 2017-09-11 21:48:25 +02:00
fuse fuse: added symlink 'latest' to snapshots-dir 2017-09-21 16:41:20 +02:00
hashing Moves files 2017-07-23 14:19:13 +02:00
index Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
list Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
migrations Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
mock Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
options Run goimports 2017-07-23 14:21:03 +02:00
pack Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
pipe Run goimports 2017-07-23 14:21:03 +02:00
repository Add cache 2017-09-24 21:54:53 +02:00
restic Add cache 2017-09-24 21:54:53 +02:00
test internal: check error before deferring file Close() 2017-08-13 19:28:13 +02:00
walk tests updated 2017-09-09 13:26:35 +02:00
worker Run goimports 2017-07-23 14:21:03 +02:00