Skip to content
Merged
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
7 changes: 6 additions & 1 deletion src/commands/restore/using_mount.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Restore using mount

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

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