2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-03 17:40:53 +00:00
restic/changelog/unreleased/issue-3382
2021-11-04 15:13:48 +01:00

10 lines
445 B
Plaintext

Change: honor RESTIC_CACHE_DIR environment variable in the check command
--cache-dir option doesn't honor the RESTIC_CACHE_DIR environment variable by
default. This fixes an issue with the restic check command that doesn't obey the
RESTIC_CACHE_DIR environment variable. Extend the behavior of cache command to
manage directories created by restic check.
https://github.com/restic/restic/issues/3382
https://github.com/restic/restic/pull/3474