forked from TrueCloudLab/restic
f1f69bc648
Closes #1880
7 lines
326 B
Text
7 lines
326 B
Text
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
|