restic/changelog/0.10.0_2020-09-19/pull-2674

9 lines
314 B
Plaintext
Raw Normal View History

2020-03-31 21:50:47 +02:00
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