2023-02-10 21:39:40 +00:00
|
|
|
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 00:30:40 +00: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-02-10 21:39:40 +00:00
|
|
|
|
2023-07-27 19:52:04 +00:00
|
|
|
https://github.com/restic/restic/issues/4130
|
2023-02-10 21:39:40 +00:00
|
|
|
https://github.com/restic/restic/pull/4166
|