We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6db7fe commit 270a566Copy full SHA for 270a566
src/commands/restore/using_mount.md
@@ -1,7 +1,12 @@
1
# Restore using mount
2
3
**NOTE**: `rustic` currently only supports `mount` for linux; we are working on
4
-support for other operation systemss.
+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`.
10
11
Browsing your backup as a regular file system is also very easy. First, create a
12
mount point such as `/mnt/rustic` and then use the following command to serve
0 commit comments