restic/changelog/0.15.0_2023-01-12/pull-3780

9 lines
352 B
Plaintext
Raw Normal View History

2023-01-08 15:34:30 +01:00
Bugfix: Make `restore` replace existing symlinks
2022-07-05 08:47:48 +02:00
2023-01-08 15:34:30 +01:00
When restoring a symlink, restic used to report an error if the target path
already existed. This has now been fixed such that the potentially existing
target path is first removed before the symlink is restored.
2022-07-05 08:47:48 +02:00
https://github.com/restic/restic/issues/2578
https://github.com/restic/restic/pull/3780