borgbackup / homebrew-tap

borgbackup packages for macOS homebrew users
30 stars 7 forks source link

Renamed borgbackup-llfuse formula #3

Closed sunknudsen closed 3 years ago

sunknudsen commented 3 years ago

Renamed formula to borgbackup-fuse as discussed here given llfuse has been deprecated and we will likely switch to pyfuse3 shortly.

ThomasWaldmann commented 3 years ago

ah, guess we need #2 first, right?

sunknudsen commented 3 years ago

ah, guess we need #2 first, right?

@ThomasWaldmann Yes... that is what I meant by conflicting PRs.

ThomasWaldmann commented 3 years ago

ok, guess this needs a git rebase -i master now.

sunknudsen commented 3 years ago

@ThomasWaldmann Done! My nose is (figuratively) bleeding haha... Learning so much about collaborative work and Git. Thanks for being patient.

ThomasWaldmann commented 3 years ago

No problem. :-) Can you try the install from the tap in current state?

sunknudsen commented 3 years ago

No problem. :-) Can you try the install from the tap in current state?

For sure, on it!

sunknudsen commented 3 years ago
$ brew install borgbackup/tap/borgbackup-fuse
==> Installing borgbackup-fuse from borgbackup/tap
borgbackup-fuse: osxfuse is required to build borgbackup-fuse. Please run `brew install --cask osxfuse` first.
Error: An unsatisfied requirement failed this build.

$ brew install --cask osxfuse
==> Caveats
osxfuse requires a kernel extension to work.
If the installation fails, retry after you enable it in:
  System Preferences → Security & Privacy → General

For more information, refer to vendor documentation or this Apple Technical Note:
  https://developer.apple.com/library/content/technotes/tn2459/_index.html

You must reboot for the installation of osxfuse to take effect.
...

$ brew install borgbackup/tap/borgbackup-fuse
==> Installing borgbackup-fuse from borgbackup/tap
...

$ borg --version
borg 1.1.14

👍