2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-24 07:38:25 +00:00

12 lines
453 B
Plaintext
Raw Normal View History

2024-07-23 00:19:22 +02:00
Enhancement: Make `check` command create non-existent cache directory
2024-07-23 00:19:22 +02:00
Previously, if a custom cache directory was specified for the `check` command,
but the directory did not exist, `check` continued with the cache disabled.
2024-07-23 00:19:22 +02:00
The `check` command now attempts to create the cache directory before
initializing the cache.
https://github.com/restic/restic/issues/4437
https://github.com/restic/restic/pull/4805
https://github.com/restic/restic/pull/4883