aboutsummaryrefslogblamecommitdiff
path: root/archivers/py-borgbackup/pkg-message
blob: 8fcc0ba5f821ecfd0902f94dd5991c63aa806132 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                
                                                                            
                                                 
 
                


                                    
                 


                                
                       









                                                                              


   
[
{ 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
}
]