Lines 2-18
Link Here
|
2 |
{ type: install |
2 |
{ type: install |
3 |
message: <<EOM |
3 |
message: <<EOM |
4 |
In order to mount locally a remote archive or an entire repository as a FUSE |
4 |
In order to mount locally a remote archive or an entire repository as a FUSE |
5 |
filesystem, it is required to load fuse module: |
5 |
filesystem, it is required to load fusefs module: |
6 |
|
6 |
|
7 |
# kldload fuse |
7 |
# kldload fusefs |
8 |
|
8 |
|
9 |
To load the module at boot time, add |
9 |
To load the module at boot time, add |
10 |
|
10 |
|
11 |
fuse_load="YES" |
11 |
fusefs_load="YES" |
12 |
|
12 |
|
13 |
to /boot/loader.conf by running: |
13 |
to /boot/loader.conf by running: |
14 |
|
14 |
|
15 |
sysrc fuse_load="YES" |
15 |
sysrc fusefs_load="YES" |
16 |
|
16 |
|
17 |
Also, if you plan to mount borg repositories as non root user, you need to run |
17 |
Also, if you plan to mount borg repositories as non root user, you need to run |
18 |
|
18 |
|