2021-02-13 23:57:54 +00:00
|
|
|
Bugfix: Don't create invalid snapshots when `backup` is interrupted
|
2020-12-28 20:06:22 +00:00
|
|
|
|
2021-02-13 23:57:54 +00:00
|
|
|
When canceling a backup run at a certain moment it was possible that
|
2020-12-28 20:06:22 +00:00
|
|
|
restic created a snapshot with an invalid "null" tree. This caused
|
2021-02-13 23:57:54 +00:00
|
|
|
`check` and other operations to fail. The `backup` command now properly
|
|
|
|
handles interruptions and never saves a snapshot when interrupted.
|
2020-12-28 20:06:22 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/3151
|
|
|
|
https://github.com/restic/restic/pull/3164
|