borgbase / ansible-role-borgbackup

Ansible role to set up Borg and Borgmatic
MIT License
221 stars 98 forks source link

llfuse is not installed (used for borg mount) #90

Open Sebclem opened 2 years ago

Sebclem commented 2 years ago

Hi,

The llfuse python module is missing during the Borg installation. We need it to use borgmatic mount

In debian you need to add these apt package:

and the llfuse Pypi package in the Borgmatic venv.

I don't know for the others distribution witch package is needed.

agross commented 1 year ago

On Raspbian, I apt install -y libfuse3-dev on the host and I added pyfuse3 to borg_dependent_python_packages.

Extending borg_dependent_python_packages required me to copy the defaults (cython and pkgconfig) which is unfortunate.