mirror of
https://github.com/octoleo/restic.git
synced 2024-11-29 08:14:03 +00:00
Merge pull request #2442 from lbausch/patch-1
Docs: Highlight option correctly
This commit is contained in:
commit
07045c7e23
@ -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
|
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
|
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
|
There are case insensitive variants of of ``--exclude`` and ``--include`` called
|
||||||
``--iexclude`` and ``--iinclude``. These options will behave the same way but
|
``--iexclude`` and ``--iinclude``. These options will behave the same way but
|
||||||
|
Loading…
Reference in New Issue
Block a user