2
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-08-28 20:56:03 +02:00
restic/changelog/0.10.0_2020-09-19/pull-2607
2020-09-19 17:37:59 +02:00

8 lines
287 B
Text

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