1
0
mirror of https://github.com/restic/restic.git synced 2024-07-01 08:30:53 +02:00
restic/changelog/unreleased/pull-2674
Michael Eischer d8b80e9862 Add changelog
2020-08-16 11:36:14 +02:00

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