2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-22 03:49:02 +00:00
restic/changelog/unreleased/pull-3780

8 lines
345 B
Plaintext
Raw Normal View History

2022-07-05 06:47:48 +00:00
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