From e579dfe72aba472256b9733909ef8021361caec7 Mon Sep 17 00:00:00 2001 From: Srigovind Nayak Date: Sat, 1 Jun 2024 20:24:53 +0530 Subject: [PATCH] doc: update documentation for restore command --- doc/050_restore.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/050_restore.rst b/doc/050_restore.rst index ce17a1cf7..5fc94c145 100644 --- a/doc/050_restore.rst +++ b/doc/050_restore.rst @@ -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.