borgbackup / homebrew-tap

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

Is borgbackup-fuse still supported? #35

Closed andreagrandi closed 4 weeks ago

andreagrandi commented 4 weeks ago

Have you checked borgbackup docs, FAQ, and open GitHub issues?

Yes

Is this a BUG / ISSUE report or a QUESTION?

QUESTION

System information. For client/server mode post info for both machines.

Your borg version (borg -V).

1.2.8

Operating system (distribution) and version.

MacOS 14.5

Hardware / network configuration, and filesystems used.

MacBook Pro M2

How much data is handled by borg?

80 GB

Full borg commandline that lead to the problem (leave away excludes and passwords)

...

Describe the problem you're observing.

I use borgbackup-fuse and vorta on my MacBook. I installed them via brew. This morning I was updating the clients and I noticed that while borgbackup 1.4.0 is available:

➜  ~ brew info borgbackup
==> borgbackup: stable 1.4.0 (bottled)
Deduplicating archiver with compression and authenticated encryption
https://borgbackup.org/
Not installed
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/b/borgbackup.rb
License: BSD-3-Clause
==> Dependencies
Build: pkg-config ✔
Required: libb2 ✔, lz4 ✔, openssl@3 ✔, python@3.12 ✔, xxhash ✔, zstd ✔
==> Analytics
install: 425 (30 days), 1,468 (90 days), 6,220 (365 days)
install-on-request: 425 (30 days), 1,467 (90 days), 6,213 (365 days)
build-error: 0 (30 days)

borgbackup-fuse (which is the version I use, since I need FUSE support) is only available for 1.2.8:

➜  ~ brew info borgbackup-fuse
==> borgbackup/tap/borgbackup-fuse: stable 1.2.8
Deduplicating archiver with compression and authenticated encryption
https://borgbackup.org/
Conflicts with:
  borgbackup (because borgbackup-fuse is a patched version of borgbackup)
Installed
/opt/homebrew/Cellar/borgbackup-fuse/1.2.8 (232 files, 5.8MB) *
  Built from source on 2024-08-23 at 08:08:34
From: https://github.com/borgbackup/homebrew-tap/blob/HEAD/Formula/borgbackup-fuse.rb
License: BSD-3-Clause
==> Dependencies
Build: pkg-config ✔
Required: libb2 ✔, lz4 ✔, openssl@3 ✔, python-packaging ✔, python@3.11 ✔, xxhash ✔, zstd ✔
==> Requirements
Build: Osxfuse ✔
==> Caveats
zsh completions have been installed to:
  /opt/homebrew/share/zsh/site-functions

Considering that 1.4.0 has been release nearly two months ago, I was wondering if borgbackup-fuse is still a supported thing and if not, what is the alternative?

Thanks

Can you reproduce the problem? If so, describe how. If not, describe troubleshooting steps you took before opening the issue.

Include any warning/errors/backtraces from the system logs

ThomasWaldmann commented 4 weeks ago

fixed by https://github.com/borgbackup/homebrew-tap/pull/34 .

@andreagrandi thanks for the reminder, try again now.

andreagrandi commented 4 weeks ago

Thanks 🤩