mirror of
https://github.com/restic/restic.git
synced 2025-08-15 03:47:28 +00:00
Add documentation for insensitive includes & excludes
This commit is contained in:

committed by
Alexander Neumann

parent
5fe6de219d
commit
8a97bb8661
@@ -52,6 +52,10 @@ You can use the command ``restic ls latest`` or ``restic find foo`` to find the
|
||||
path to the file within the snapshot. This path you can then pass to
|
||||
`--include` in verbatim to only restore the single file or directory.
|
||||
|
||||
There are case insensitive variants of of ``--exclude`` and ``--include`` called
|
||||
``--iexclude`` and ``--iinclude``. These options will behave the same way but
|
||||
ignore the casing of paths.
|
||||
|
||||
Restore using mount
|
||||
===================
|
||||
|
||||
|
Reference in New Issue
Block a user