mirror of
https://github.com/restic/restic.git
synced 2025-12-12 05:01:52 +00:00
9 lines
271 B
Plaintext
9 lines
271 B
Plaintext
|
|
Bugfix: Fix rare crash if directory is removed during backup
|
||
|
|
|
||
|
|
In restic 0.18.0, the `backup` command could crash if a directory is removed
|
||
|
|
inbetween reading its metadata and listing its directory content.
|
||
|
|
|
||
|
|
This has been fixed.
|
||
|
|
|
||
|
|
https://github.com/restic/restic/pull/5421
|