2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-24 20:49:01 +00:00
restic/changelog/unreleased/issue-3151
Michael Eischer ca07317815 add changelog
2020-12-28 21:06:47 +01:00

10 lines
419 B
Plaintext

Bugfix: Never create invalid snapshots on backup interruption
When canceling a backup run in the wrong moment it was possible that
restic created a snapshot with an invalid "null" tree. This caused
check and other operations to fail. The backup command now properly
handles interruptions and never saves a snapshot in that case.
https://github.com/restic/restic/issues/3151
https://github.com/restic/restic/pull/3164