From 383ecd303bc02c42e01b0322b990ba9f476d4cea Mon Sep 17 00:00:00 2001 From: Sayem Chowdhury Date: Sun, 22 Feb 2026 14:57:40 +0600 Subject: [PATCH] Fix mount docs: use borg-mnt consistently in Step 4 --- restore/borg/mount.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/restore/borg/mount.md b/restore/borg/mount.md index be1546c..9362d01 100644 --- a/restore/borg/mount.md +++ b/restore/borg/mount.md @@ -97,13 +97,13 @@ $ mkdir borg-mnt Next mount the whole repository into the newly created folder. This will give us a view of _all_ archives in the repository. ``` -$ borg mount w66xh7lj@w66xh7lj.repo.borgbase.com:repo borg-mount +$ borg mount w66xh7lj@w66xh7lj.repo.borgbase.com:repo borg-mnt ``` -If there was no error, you should now see all your archives in the `borg-mount` folder: +If there was no error, you should now see all your archives in the `borg-mnt` folder: ``` -$ ls -l borg-mount +$ ls -l borg-mnt ``` Depending on the archive names used, the output could look like this.