2
2
mirror of https://github.com/octoleo/restic.git synced 2025-04-08 07:51:49 +00:00
2018-07-20 20:51:20 +01:00

8 lines
326 B
Plaintext

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