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