forked from TrueCloudLab/restic
Merge pull request #2442 from lbausch/patch-1
Docs: Highlight option correctly
This commit is contained in:
commit
07045c7e23
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ This will restore the file ``foo`` to ``/tmp/restore-work/work/foo``.
|
|||
|
||||
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.
|
||||
``--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
|
||||
|
|
Loading…
Reference in a new issue