mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-20 21:27:32 +00:00
docs: add solutions for (ll)fuse installation problems
This commit is contained in:
parent
12a50bc6fe
commit
859c33d42b
1 changed files with 5 additions and 0 deletions
|
@ -57,6 +57,11 @@ Some of the steps detailled below might be useful also for non-git installs.
|
|||
apt-get install build-essential
|
||||
|
||||
# optional: lowlevel FUSE py binding - to mount backup archives
|
||||
# in case you get complaints about permission denied on /etc/fuse.conf:
|
||||
# on ubuntu this means your user is not in the "fuse" group. just add
|
||||
# yourself there, log out and log in again.
|
||||
# if it complains about not being able to find llfuse: make a symlink
|
||||
# borg-env/lib/python3.4/site-packages/llfuse -> /usr/lib/python3/dist-packages/llfuse
|
||||
apt-get install python3-llfuse fuse
|
||||
|
||||
# optional: for unit testing
|
||||
|
|
Loading…
Reference in a new issue