Download Latest Version borg-macos1012.tgz (11.9 MB)
Email in envelope

Get an email when there's a new version of Borg

Home / 1.4.1
Name Modified Size InfoDownloads / Week
Parent folder
borgbackup-1.4.1.tar.gz.asc 2025-04-18 862 Bytes
borg-macos1012.tgz.asc 2025-04-18 862 Bytes
borgbackup-1.4.1.tar.gz 2025-04-18 3.8 MB
borg-macos1012.asc 2025-04-18 862 Bytes
borg-macos1012.tgz 2025-04-18 11.9 MB
borg-linux-glibc236.tgz.asc 2025-04-18 862 Bytes
borg-macos1012 2025-04-18 12.0 MB
borg-linux-glibc236.tgz 2025-04-18 27.1 MB
borg-linux-glibc236.asc 2025-04-18 862 Bytes
borg-linux-glibc231.tgz.asc 2025-04-18 862 Bytes
borg-linux-glibc236 2025-04-18 27.1 MB
borg-linux-glibc231.tgz 2025-04-18 27.0 MB
borg-linux-glibc231.asc 2025-04-18 862 Bytes
borg-linux-glibc231 2025-04-18 26.9 MB
borg-linux-glibc228.tgz.asc 2025-04-18 862 Bytes
borg-linux-glibc228.tgz 2025-04-18 26.8 MB
borg-linux-glibc228.asc 2025-04-18 862 Bytes
borg-linux-glibc228 2025-04-18 26.7 MB
borg-freebsd14.tgz.asc 2025-04-18 862 Bytes
borg-freebsd14.tgz 2025-04-18 21.0 MB
borg-freebsd14.asc 2025-04-18 862 Bytes
00_README.txt 2025-04-18 3.0 kB
borg-freebsd14 2025-04-18 21.0 MB
README.md 2025-04-18 772 Bytes
Release 1.4.1 source code.tar.gz 2025-04-18 2.7 MB
Release 1.4.1 source code.zip 2025-04-18 2.8 MB
Totals: 26 Items   236.7 MB 0
Binary BorgBackup builds
========================

The binaries are supposed to work on the specified platform without installing
any dependencies.


Download the correct files
--------------------------

amd64 / x86_64 architecture
~~~~~~~~~~~~~~~~~~~~~~~~~~~

borg-linux-glibc236 Linux (built on Debian 12 "Bookworm" with glibc 2.36)
borg-linux-glibc231 Linux (built on Debian 11 "Bullseye" with glibc 2.31)
borg-linux-glibc228 Linux (built on Debian 10 "Buster" with glibc 2.28)
                    Note: you can also try them on other Linuxes with other glibc
                    versions - as long as the glibc is compatible, they will work.
                    If it doesn't work, try a borg 1.2.x binary.

borg-macos1012      macOS (built on macOS Sierra 10.12 with latest macFUSE from brew)
                    To avoid signing issues download the file via command line OR
                    remove the "quarantine" attribute after downloading:
                    $ xattr -dr com.apple.quarantine borg-macos.tgz

borg-freebsd13      FreeBSD (built on FreeBSD 13)
borg-freebsd14      FreeBSD (built on FreeBSD 14)

*.tgz               similar to above, but built as a directory with files,
                    not as a single self-extracting binary. using the directory
                    build is faster and doesn't need as much space in the temp
                    directory as the one-file build.
*.asc               GnuPG signatures for *


Verifying your download
-----------------------

Please check the GPG signature to make sure you received the binary as I have
built it.

To check the GPG signature, download both the binary and the corresponding
*.asc file and then (on the shell) type, e.g.:

    gpg --recv-keys 9F88FB52FAF7B393
    gpg --verify borg-freebsd.asc borg-freebsd

The files are signed by:

Thomas Waldmann <tw@waldmann-edv.de>
GPG key fingerprint: 6D5B EF9A DD20 7580 5747 B70F 9F88 FB52 FAF7 B393

My fingerprint is also in the footer of all my borgbackup mailing list posts.


Installing
----------

It is suggested that you rename or symlink the binary to just "borg".
If you need "borgfs", just also symlink it to the same binary, it will
detect internally under which name it was invoked.

On UNIX-like platforms, /usr/local/bin/ or ~/bin/ is a nice place for it,
but you can invoke it from every place by giving a full path to it.

Make sure the file is readable and executable (chmod +rx borg on UNIX-like
platforms).


Reporting issues
----------------

Please first check the FAQ and whether a github issue already exists.

If you find a NEW issue, please open a ticket on our issue tracker:

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

There, please give:
- the version number (it is displayed if you invoke borg -V)
- the sha256sum of the binary
- a good description of what the issue is
- a good description of how to reproduce your issue
- a traceback with system info (if you have one)
- your precise platform (CPU, 32/64bit?), OS, distribution, release
- your python and (g)libc version

Source: 00_README.txt, updated 2025-04-18