From 655e5277657524438ce1e4c50af8e9dad6e9b6ca Mon Sep 17 00:00:00 2001 From: Kjetil Torgrim Homme Date: Fri, 5 Dec 2025 18:04:46 +0100 Subject: [PATCH] doc: restore: be clearer about resulting filenames in restore --- doc/050_restore.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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``)