2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-08 03:50:49 +00:00

doc: Fix typo

This commit is contained in:
Alexander Neumann 2018-06-18 22:19:01 +02:00
parent ddf2065ce2
commit ae72b438b0

View File

@ -49,7 +49,7 @@ files in the snapshot. For example, to restore a single file:
This will restore the file ``foo`` to ``/tmp/restore-work/work/foo``. 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 pass 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.
Restore using mount Restore using mount