2018-07-20 19:51:20 +00:00
|
|
|
Bugfix: Use `--cache-dir` argument for `check` command
|
|
|
|
|
2018-07-22 17:24:11 +00:00
|
|
|
`check` command now uses a temporary sub-directory of the specified directory
|
|
|
|
if set using the `--cache-dir` argument. If not set, the cache directory is
|
|
|
|
created in the default temporary directory as before.
|
|
|
|
In either case a temporary cache is used to ensure the actual repository is
|
|
|
|
checked (rather than a local copy).
|
2018-07-20 19:51:20 +00:00
|
|
|
|
2018-07-22 17:24:11 +00:00
|
|
|
The `--cache-dir` argument was not used by the `check` command, instead a
|
|
|
|
cache directory was created in the temporary directory.
|
2018-07-20 19:51:20 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/1880
|