mirror of
https://github.com/octoleo/restic.git
synced 2024-11-01 03:12:31 +00:00
10 lines
433 B
Plaintext
10 lines
433 B
Plaintext
Bugfix: Don't create invalid snapshots when `backup` is interrupted
|
|
|
|
When canceling a backup run at a certain 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 when interrupted.
|
|
|
|
https://github.com/restic/restic/issues/3151
|
|
https://github.com/restic/restic/pull/3164
|