mirror of
https://github.com/restic/restic.git
synced 2026-08-25 06:53:18 +00:00
issue2699: restore symlinks on windows when run as admin user
This commit is contained in:
@@ -56,6 +56,10 @@ There are case insensitive variants of ``--exclude`` and ``--include`` called
|
||||
``--iexclude`` and ``--iinclude``. These options will behave the same way but
|
||||
ignore the casing of paths.
|
||||
|
||||
Restoring symbolic links on windows is only possible when the user has
|
||||
``SeCreateSymbolicLinkPrivilege`` privilege or is running as admin. This is a
|
||||
restriction of windows not restic.
|
||||
|
||||
Restore using mount
|
||||
===================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user