restic/changelog/0.16.0_2023-07-31/issue-4130

10 lines
407 B
Text
Raw Normal View History

Enhancement: Cancel current command if cache becomes unusable
If the cache directory was removed or ran out of space while restic was
2023-07-28 20:30:40 -04:00
running, this would previously cause further caching attempts to fail and
thereby drastically slow down the command execution. Now, the currently running
command is instead canceled.
2023-07-27 15:52:04 -04:00
https://github.com/restic/restic/issues/4130
https://github.com/restic/restic/pull/4166