Merge pull request #3474 from kitone/fix-issue-3382

Honor RESTIC_CACHE_DIR environment variable
This commit is contained in:
MichaelEischer
2021-11-07 17:57:54 +01:00
committed by GitHub
5 changed files with 27 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
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