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

10 lines
407 B
Plaintext
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-29 02:30:40 +02: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 21:52:04 +02:00
https://github.com/restic/restic/issues/4130
https://github.com/restic/restic/pull/4166