Merge pull request #4811 from konidev20/fix-gh-4781-restore-include-and-exclude-file-switches

Restore flags to include from file and exclude from file
This commit is contained in:
Michael Eischer
2024-06-10 19:36:07 +00:00
committed by GitHub
8 changed files with 400 additions and 95 deletions

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.