doc: Add paragraph about finding path in file

This commit is contained in:
Alexander Neumann 2018-06-17 20:49:11 +02:00
parent c7a8086c19
commit 228a970540
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@ files in the snapshot. For example, to restore a single file:
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 pass you can then pass to
`--include` in verbatim to only restore the single file or directory.
Restore using mount
===================