mirror of
https://github.com/restic/restic.git
synced 2025-08-27 09:50:24 +00:00
Cancel current command if cache becomes unusable
If the cache suddenly disappears, the current command will now fail.
This commit is contained in:
7
changelog/unreleased/pull-4166
Normal file
7
changelog/unreleased/pull-4166
Normal file
@@ -0,0 +1,7 @@
|
||||
Enhancement: Cancel current command if cache becomes unusable
|
||||
|
||||
If the cache directory was removed or ran out of space while restic was
|
||||
running, this caused further caching attempts to fail and drastically slow down
|
||||
the command execution. Now, the currently running command is canceled instead.
|
||||
|
||||
https://github.com/restic/restic/pull/4166
|
Reference in New Issue
Block a user