Honor RESTIC_CACHE_DIR on Mac and Windows

This commit is contained in:
greatroar
2020-02-27 23:03:22 +01:00
parent 58bd165253
commit 5cd0bce452
3 changed files with 41 additions and 54 deletions

View File

@@ -0,0 +1,7 @@
Bugfix: Honor RESTIC_CACHE_DIR environment variable on Mac and Windows
On Mac and Windows, the RESTIC_CACHE_DIR environment variable was ignored.
This variable can now be used on all platforms to set the directory where
restic stores caches.
https://github.com/restic/restic/pull/2607