borgbackup 1.4.4 was just released!

Some important fixes, a few small new features, check the change log please!

https://github.com/borgbackup/borg/releases/tag/1.4.4

#borgbackup #backup #linux #macos #freebsd #openbsd #netbsd

Release Release 1.4.4 · borgbackup/borg

borgbackup 1.4.4 borg 1.4.x is kind of a refreshed 1.2 with mostly the same features and behavior, but a few bigger changes that could introduce issues and thus were not suitable for just releasing...

GitHub

borg 1.4.4: if you package for big-endian architectures (most stuff is little-endian nowadays), you will need this patch:

https://github.com/borgbackup/borg/issues/9521

1.4.4: broken on big endian architectures · Issue #9521 · borgbackup/borg

In the new header value validation code, due to missing _le32toh() calls for num_buckets and num_entries, it crashes with this on big endian architectures, like s390x, hppa, sparc64: E ValueError: ...

GitHub