-
-
Notifications
You must be signed in to change notification settings - Fork 742
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
bauerj ARM binary for 1.4.0: broken borg key export --qr-html #8353
Comments
Oh, looks like the html template that should be included with borg is missing from the pyinstaller-made fat borg binary. As a workaround you can use another export format for now, they should work, likely only the |
I already exported the key and don't need the html version, so that's good. I'm wondering if installing from a source checkout with pip (non-editable) have the same error? |
1.4.0 pypi.org packageAnd also: 1.4.0 .tar.gz download on github releases. I installed these via pip into a venv and tested |
1.4.0 macos fat binary from borgbackup gh releasesI downloaded that and tested |
As I do not build the ARM binaries, it looks like you have to talk to bauerj about the binary he built. The build process we use for our binaries can be seen in the Vagrantfile. |
I'll leave this open for a while, but will tag this as wontfix because that binary is not built by me. |
@jjakob file an issue there: https://gitlab.com/borg-binary-builder/borg-binaries/-/issues |
Will do, is this the builder that bauerj uses? |
@jjakob yes. |
Have you checked borgbackup docs, FAQ, and open GitHub issues?
yes
Is this a BUG / ISSUE report or a QUESTION?
bug
System information. For client/server mode post info for both machines.
Your borg version (borg -V).
borg 1.4.0
Operating system (distribution) and version.
Platform: Linux pureos 6.6.0-1-librem5 #1 SMP PREEMPT Fri Jun 7 03:48:21 EDT 2024 aarch64
Linux: Unknown Linux
Borg: 1.4.0 Python: CPython 3.12.4 msgpack: 1.0.8 fuse: None [pyfuse3,llfuse]
pre-built binary for arm64 downloaded from https://borg.bauerj.eu/bin/borg-1.4.0-arm64
Hardware / network configuration, and filesystems used.
n/a
How much data is handled by borg?
n/a
Full borg commandline that lead to the problem (leave away excludes and passwords)
borg key export --qr-html user@192.0.2.3:~/borg borg_key_export.html
Describe the problem you're observing.
Can you reproduce the problem? If so, describe how. If not, describe troubleshooting steps you took before opening the issue.
created a new repo with borg init, then tried exporting the key, both regular and
--paper
export worked, but--qr-html
doesn't.Include any warning/errors/backtraces from the system logs
nothing logged to syslog
The text was updated successfully, but these errors were encountered: