mirror of
https://github.com/octoleo/restic.git
synced 2024-11-01 03:12:31 +00:00
9 lines
314 B
Plaintext
9 lines
314 B
Plaintext
|
Bugfix: Add stricter prune error checks
|
||
|
|
||
|
Additional checks were added to the prune command in order to improve
|
||
|
resiliency to backend, hardware and/or networking issues. The checks now
|
||
|
detect a few more cases where such outside factors could potentially cause
|
||
|
data loss.
|
||
|
|
||
|
https://github.com/restic/restic/pull/2674
|