2024-07-22 22:19:22 +00:00
|
|
|
Enhancement: Make `check` command create non-existent cache directory
|
2024-05-25 13:45:42 +00:00
|
|
|
|
2024-07-22 22:19:22 +00: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-05-25 13:45:42 +00:00
|
|
|
|
2024-07-22 22:19:22 +00:00
|
|
|
The `check` command now attempts to create the cache directory before
|
|
|
|
initializing the cache.
|
2024-05-25 13:45:42 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/4437
|
|
|
|
https://github.com/restic/restic/pull/4805
|
2024-06-30 10:03:09 +00:00
|
|
|
https://github.com/restic/restic/pull/4883
|