2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-22 22:58:26 +00:00

9 lines
342 B
Plaintext
Raw Normal View History

Bugfix: Make `check` command honor `RESTIC_CACHE_DIR` environment variable
2021-11-04 15:10:14 +01:00
Previously, the `check` command didn't honor the `RESTIC_CACHE_DIR` environment
variable, which caused problems in certain system/usage configurations. This
has now been fixed.
2021-11-04 15:10:14 +01:00
https://github.com/restic/restic/issues/3382
https://github.com/restic/restic/pull/3474