Files
restic/changelog/unreleased/pull-5421
Michael Eischer 31f87b6188 add changelog
2025-09-06 22:02:50 +02:00

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