Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions restore/borg/mount.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down