forked from TrueCloudLab/restic
add changelog
This commit is contained in:
parent
d0ca8fb0b8
commit
ca07317815
1 changed files with 9 additions and 0 deletions
9
changelog/unreleased/issue-3151
Normal file
9
changelog/unreleased/issue-3151
Normal file
|
@ -0,0 +1,9 @@
|
|||
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
|
Loading…
Reference in a new issue