2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-26 23:06:32 +00:00

doc: update documentation for restore command

This commit is contained in:
Srigovind Nayak 2024-06-01 20:24:53 +05:30
parent 2a2c09e666
commit e579dfe72a
No known key found for this signature in database
GPG Key ID: 3C4A72A34ABD4C43

View File

@ -68,6 +68,9 @@ 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.
There are also ``--include-file``, ``--exclude-file``, ``--iinclude-file`` and
``--iexclude-file`` flags that read the include and exclude patterns from a file.
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.