add changelog

This commit is contained in:
Jerome Küttner 2022-07-05 08:47:48 +02:00
parent 9adaa6e240
commit 6f3883c9d2
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
Bugfix: Make sure that symlinks can be created during recovery
When restoring a symlink, restic reported an error if the target path already existed.
With this change, the potentially existing target path is first removed before the symlink is recreated.
https://github.com/restic/restic/issues/2578
https://github.com/restic/restic/pull/3780