Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.44 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.44 KB

BorgBackup Homebrew tap

Why install Borg using this tap vs brew install borgbackup?

The borgbackup-fuse formula maintained in this tap depends on macFUSE and llfuse which are required to mount repositories or archives using borg mount.

These dependencies have been removed from Homebrew’s borgbackup formula because FUSE for macOS is no longer open source.

If one doesn’t plan on using borg mount, installing Borg using brew install borgbackup works just fine.

How to install Borg using this tap?

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

After that, borgbackup should upgrade automatically with homebrew when a new release is made.

For maintainers: How to make a new release?

  1. Get new package URLs and SHAs from PyPi
  2. Lint brew audit --strict Formula/borgbackup-fuse.rb
  3. Install brew install Formula/borgbackup-fuse.rb
  4. Test brew test Formula/borgbackup-fuse.rb

Documentation

brew help, man brew or check Homebrew’s documentation.