Replies: 2 comments 1 reply
|
About the entware package giving "unsupported msgpack": you have to contact the package maintainer about that. They should be careful and provide a msgpack as required by borgbackup. About the "ELF load command alignment not page aligned": not sure where that comes from, never seen that before. Maybe an OpenSSL issue? As a general note: you maybe don't want to run borg on too old / too small hardware. Borg needs some RAM to load the indexes into memory and older SBCs tend to not have a lot of RAM. Of course it also depends on the repository size. |
|
Closing this as outdated: it has seen no activity for a long time and predates the current borg releases. If this still affects you on a current version - borg 1.4.x (stable) or the borg 2.0.0 beta - please open a new discussion with up-to-date details. |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I have an very old box (armv7l) which I destroyed by mistake my running borgbackup.
Entware is sucessfully installed but the package coming with entware always gives an error about an unsupported msgpack.
So I tried installing via pip
Successfully built borgbackup msgpack
Installing collected packages: msgpack, borgbackup
Successfully installed borgbackup-1.2.7 msgpack-1.0.7
but running borg I get this error:
Appreciate any suggestion on how to fix this.
All reactions