Skip to content

Commit 270a566

Browse files
authored
update disclaimer about mount command (#119)
1 parent c6db7fe commit 270a566

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/commands/restore/using_mount.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Restore using mount
22

33
**NOTE**: `rustic` currently only supports `mount` for linux; we are working on
4-
support for other operation systemss.
4+
support for other operation systems. Moreover, when compiling, the `mount`
5+
feature must be chosen and `libfuse` must be installed during comilation and as
6+
shared library when calling `rustic`. Your binary hence may not have a `mount`
7+
command - depending on the preferences during the compilation process.
8+
Alternatives for `rustic mount` are to use `rustic webdav` or
9+
`rustic snapshots -i`.
510

611
Browsing your backup as a regular file system is also very easy. First, create a
712
mount point such as `/mnt/rustic` and then use the following command to serve

0 commit comments

Comments
 (0)