restic/changelog/0.15.0_2023-01-12/issue-2699

10 lines
422 B
Plaintext
Raw Normal View History

2023-01-08 15:34:30 +01:00
Enhancement: Support restoring symbolic links on Windows
2023-01-08 15:34:30 +01:00
The `restore` command now supports restoring symbolic links on Windows. Because
of Windows specific restrictions this is only possible when running restic with
the `SeCreateSymbolicLinkPrivilege` privilege or as an administrator.
https://github.com/restic/restic/issues/1078
https://github.com/restic/restic/issues/2699
https://github.com/restic/restic/pull/2875