mirror of
https://github.com/octoleo/restic.git
synced 2024-11-11 15:51:02 +00:00
doc: Update restic mount availability and requirements
NetBSD doesn't support restic mount either, so it's easier to list the positive cases. Also noted that FUSE for macOS is required on the Mac.
This commit is contained in:
parent
ae179ee63e
commit
8091151638
@ -71,10 +71,11 @@ command to serve the repository with FUSE:
|
|||||||
Now serving /srv/restic-repo at /mnt/restic
|
Now serving /srv/restic-repo at /mnt/restic
|
||||||
When finished, quit with Ctrl-c or umount the mountpoint.
|
When finished, quit with Ctrl-c or umount the mountpoint.
|
||||||
|
|
||||||
Mounting repositories via FUSE is not possible on OpenBSD, Solaris/illumos
|
Mounting repositories via FUSE is only possible on Linux, macOS and FreeBSD.
|
||||||
and Windows. For Linux, the ``fuse`` kernel module needs to be loaded. For
|
On Linux, the ``fuse`` kernel module needs to be loaded and the ``fusermount``
|
||||||
FreeBSD, you may need to install FUSE and load the kernel module (``kldload
|
command needs to be in the ``PATH``. On macOS, you need `FUSE for macOS
|
||||||
fuse``).
|
<https://osxfuse.github.io/>`__. On FreeBSD, you may need to install FUSE
|
||||||
|
and load the kernel module (``kldload fuse``).
|
||||||
|
|
||||||
Restic supports storage and preservation of hard links. However, since
|
Restic supports storage and preservation of hard links. However, since
|
||||||
hard links exist in the scope of a filesystem by definition, restoring
|
hard links exist in the scope of a filesystem by definition, restoring
|
||||||
|
Loading…
Reference in New Issue
Block a user