diff --git a/doc/050_restore.rst b/doc/050_restore.rst index 5e91fdf75..83eec1d38 100644 --- a/doc/050_restore.rst +++ b/doc/050_restore.rst @@ -37,6 +37,8 @@ backup for a specific host, path or both. enter password for repository: restoring to /tmp/restore-art +The files will be restored to ``/tmp/restore-art/home/art``. + Use ``--exclude`` and ``--include`` to restrict the restore to a subset of files in the snapshot. For example, to restore a single file: @@ -46,7 +48,7 @@ files in the snapshot. For example, to restore a single file: enter password for repository: restoring to /tmp/restore-work -This will restore the file ``foo`` to ``/tmp/restore-work/work/foo``. +This will restore the file ``/work/foo`` to ``/tmp/restore-work/work/foo``. To only restore a specific subfolder, you can use the ``:`` syntax, where ``snapshot`` is the ID of a snapshot (or the string ``latest``)