Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mounting borg archive on MacOSX doesn't work #2212

Open
2 tasks done
nisfisker opened this issue Feb 25, 2025 · 2 comments
Open
2 tasks done

Mounting borg archive on MacOSX doesn't work #2212

nisfisker opened this issue Feb 25, 2025 · 2 comments

Comments

@nisfisker
Copy link

Description

Thanks for a GREAT user interface! It is the best by far.

In Vorta when clicking on a profile -> Archives -> Mount ... and choosing a folder to mount at, I recieve the message in the Vorta UI:
[repo_name] ERROR: Runtime Error: borg mount not available: no FUSE support, BORG_FUSE_IMPL=pyfuse3,llfuse.

I tried to install and restart with either brews macfuse installed or directly from https://macfuse.github.io/
It doesn't seem to matter...

BR
/Nis

Reproduction

  • I tried to reproduce the issue.
  • I was able to reproduce the issue.

OS

macOS 15.3.1

Version of Vorta

0.10.3

What did you install Vorta with?

Homebrew

Version of Borg

1.4.0

Logs

2025-02-25 15:08:29,335 - vorta.borg.borg_job - INFO - Running command /opt/homebrew/bin/borg --log-json mount ssh://[email protected]/path/to/borg_backup /path/to/local_mount_point
2025-02-25 15:08:29,512 - vorta.borg.borg_job - ERROR - Runtime Error: borg mount not available: no FUSE support, BORG_FUSE_IMPL=pyfuse3,llfuse.
2025-02-25 15:08:29,630 - vorta.borg.jobs_manager - DEBUG - Finish job for site: 2
2025-02-25 15:08:29,630 - vorta.borg.jobs_manager - DEBUG - No more jobs for site: 2
@m3nu
Copy link
Contributor

m3nu commented Feb 25, 2025

Can you confirm that the Borg version you have installed supports FUSE? E.g. this custom Homebrew formula we maintain here:

https://github.com/borgbackup/homebrew-tap

The stock Homebrew Borg does NOT have FUSE support and neither has the Borg binary we ship for the macOS release. This is a decision taken by the team around Homebrew, not us.

@nisfisker
Copy link
Author

I can hereby verify that I was using the ordinary brew borgbackup edition.
I solved the issue by running the following in a terminal:

brew install --cask macfuse
brew install borgbackup/tap/borgbackup-fuse
brew install --cask vorta

Thanks for the guidance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants