mirror of
https://github.com/octoleo/restic.git
synced 2024-11-05 04:47:51 +00:00
78a1757e5a
If the cache suddenly disappears, the current command will now fail.
8 lines
338 B
Plaintext
8 lines
338 B
Plaintext
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
|