mirror of
https://github.com/octoleo/restic.git
synced 2024-12-22 10:58:55 +00:00
doc: Add paragraph about finding path in file
This commit is contained in:
parent
c7a8086c19
commit
228a970540
@ -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``.
|
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
|
Restore using mount
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user