check: Use --cache-dir argument

Closes #1880
This commit is contained in:
Garry McNulty
2018-07-20 20:51:20 +01:00
parent 67535e00a8
commit f1f69bc648
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Bugfix: Use `--cache-dir` argument for `check` command
`check` command now uses a specific cache directory if set using the `--cache-dir` argument.
The `--cache-dir` argument was not used by the `check` command, instead a cache directory was created in the temporary directory.
https://github.com/restic/restic/issues/1880