summaryrefslogtreecommitdiff
path: root/archivers/py-borgbackup11/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/py-borgbackup11/pkg-message')
-rw-r--r--archivers/py-borgbackup11/pkg-message28
1 files changed, 28 insertions, 0 deletions
diff --git a/archivers/py-borgbackup11/pkg-message b/archivers/py-borgbackup11/pkg-message
new file mode 100644
index 000000000000..8fcc0ba5f821
--- /dev/null
+++ b/archivers/py-borgbackup11/pkg-message
@@ -0,0 +1,28 @@
+[
+{ type: install
+ message: <<EOM
+In order to mount locally a remote archive or an entire repository as a FUSE
+filesystem, it is required to load fusefs module:
+
+# kldload fusefs
+
+To load the module at boot time, add
+
+fusefs_load="YES"
+
+to /boot/loader.conf by running:
+
+sysrc fusefs_load="YES"
+
+Also, if you plan to mount borg repositories as non root user, you need to run
+
+# sysctl vfs.usermount=1
+
+and add the line
+
+vfs.usermount=1
+
+to /etc/sysctl.conf to ensure the setting is loaded at boot time.
+EOM
+}
+]