BorgBackup

System Utilities

Deduplicating archiver with compression and encryption.

Latest 1.4.5 · by Borg CollectiveWritten in PythonWebsiteborgbackup/borgRSS

Branches

2
2.0.0b24Pre-release
1
1.4.5

Release activity

Release activity — 9 releases across 9 days in the last year. Each cell is one day; darker means more releases that day. Older weeks are hidden at this screen width.
JunJulAugSep
SundayNo releases on May 24, 2026No releases on May 31, 2026No releases on Jun 7, 2026No releases on Jun 14, 2026No releases on Jun 21, 2026No releases on Jun 28, 2026No releases on Jul 5, 2026No releases on Jul 12, 2026No releases on Jul 19, 2026No releases on Jul 26, 2026No releases on Aug 2, 2026No releases on Aug 9, 2026No releases on Aug 16, 20261 release on Aug 23, 2026No releases on Aug 30, 2026No releases on Sep 6, 2026
MondayNo releases on May 25, 2026No releases on Jun 1, 2026No releases on Jun 8, 2026No releases on Jun 15, 2026No releases on Jun 22, 2026No releases on Jun 29, 2026No releases on Jul 6, 2026No releases on Jul 13, 2026No releases on Jul 20, 2026No releases on Jul 27, 2026No releases on Aug 3, 2026No releases on Aug 10, 2026No releases on Aug 17, 2026No releases on Aug 24, 2026No releases on Aug 31, 2026No releases on Sep 7, 2026
TuesdayNo releases on May 26, 2026No releases on Jun 2, 2026No releases on Jun 9, 2026No releases on Jun 16, 2026No releases on Jun 23, 2026No releases on Jun 30, 2026No releases on Jul 7, 2026No releases on Jul 14, 2026No releases on Jul 21, 2026No releases on Jul 28, 2026No releases on Aug 4, 2026No releases on Aug 11, 2026No releases on Aug 18, 2026No releases on Aug 25, 2026No releases on Sep 1, 2026No releases on Sep 8, 2026
WednesdayNo releases on May 27, 2026No releases on Jun 3, 2026No releases on Jun 10, 2026No releases on Jun 17, 2026No releases on Jun 24, 2026No releases on Jul 1, 2026No releases on Jul 8, 2026No releases on Jul 15, 20261 release on Jul 22, 2026No releases on Jul 29, 2026No releases on Aug 5, 2026No releases on Aug 12, 2026No releases on Aug 19, 2026No releases on Aug 26, 20261 release on Sep 2, 2026
ThursdayNo releases on May 28, 2026No releases on Jun 4, 2026No releases on Jun 11, 2026No releases on Jun 18, 2026No releases on Jun 25, 2026No releases on Jul 2, 2026No releases on Jul 9, 2026No releases on Jul 16, 2026No releases on Jul 23, 2026No releases on Jul 30, 2026No releases on Aug 6, 2026No releases on Aug 13, 2026No releases on Aug 20, 2026No releases on Aug 27, 2026No releases on Sep 3, 2026
FridayNo releases on May 29, 2026No releases on Jun 5, 2026No releases on Jun 12, 2026No releases on Jun 19, 2026No releases on Jun 26, 2026No releases on Jul 3, 2026No releases on Jul 10, 2026No releases on Jul 17, 2026No releases on Jul 24, 2026No releases on Jul 31, 2026No releases on Aug 7, 2026No releases on Aug 14, 2026No releases on Aug 21, 2026No releases on Aug 28, 2026No releases on Sep 4, 2026
SaturdayNo releases on May 30, 2026No releases on Jun 6, 2026No releases on Jun 13, 2026No releases on Jun 20, 2026No releases on Jun 27, 2026No releases on Jul 4, 2026No releases on Jul 11, 20261 release on Jul 18, 2026No releases on Jul 25, 2026No releases on Aug 1, 2026No releases on Aug 8, 2026No releases on Aug 15, 2026No releases on Aug 22, 2026No releases on Aug 29, 2026No releases on Sep 5, 2026

9 releases in the last year

Changelog

Filter releases by branch
12 of 12 releases
2.0.0b24Pre-release

Release 2.0.0b24

See the changelog for what changed in this release.

Installation

pip install borgbackup==2.0.0b24, or use one of the standalone binaries below - they contain everything they need and just have to be made executable.

For each platform there is a single-file binary (borg-*-gh, .exe on Windows) and, as a .tgz, the same thing as a directory (borg-dir/borg.exe), which starts up faster.

The macOS binaries are built without FUSE support, so borg mount does not work with them; install via pip instead if you need FUSE support.

All release assets have a build provenance attestation, verifiable with gh attestation verify --owner borgbackup <file>.

Every attestation is additionally attached as a sigstore bundle <asset>.sigstore.jsonl, so it can be verified offline and without a GitHub token, e.g. with cosign:

cosign verify-blob borgbackup-2.0.0b24.tar.gz \
  --bundle borgbackup-2.0.0b24.tar.gz.sigstore.jsonl \
  --certificate-identity https://github.com/borgbackup/borg/.github/workflows/release.yml@refs/tags/2.0.0b24 \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com

The binaries are built by ci.yml, not by release.yml, so their --certificate-identity is https://github.com/borgbackup/borg/.github/workflows/ci.yml@refs/tags/2.0.0b24.

View originalPermalink
How 2.0.0b24 went
2.0.0b23Pre-release

Release 2.0.0b23

borgbackup 2.0.0b23 beta release - do not use this on production backup repositories.

Big changes, please help practically testing them!

Long changelog: https://borgbackup.readthedocs.io/en/2.0.0b23/changes.html#version-2-0-0b23-2026-08-23

If you use pip to install this, use: pip install "borgbackup==2.0.0b23"

Docs: https://borgbackup.readthedocs.io/en/2.0.0b23/

Discussion: https://github.com/borgbackup/borg/discussions/10187

View originalPermalink
How 2.0.0b23 went
2.0.0b22Pre-release

Release 2.0.0b22

Added 1
  • Introduce PACKS, a new feature for organizing backup data
Changed 1
  • This is the first release with PACKS functionality, representing a major architectural change

From BorgBackup

borgbackup 2.0.0b22 beta release - do not use this on production backup repositories.

Big changes, this is the first release with PACKS! So, despite the "beta" release number, rather expect alpha quality / stability.

Read the full story about packs there: https://mrraj.dev/borg

Long changelog: https://borgbackup.readthedocs.io/en/2.0.0b22/changes.html#version-2-0-0b22-2026-07-22

If you use pip to install this, use: pip install "borgbackup==2.0.0b22"

Docs: https://borgbackup.readthedocs.io/en/2.0.0b22/

Discussion: https://github.com/borgbackup/borg/discussions/9926

View originalPermalink
How 2.0.0b22 went
1.4.5Latest

Release 1.4.5

Added 1
  • Added new features
Fixed 1
  • Fixed various bugs
Security 1
  • Fixed a low-severity security issue

From BorgBackup

borgbackup 1.4.5

Some fixes (including a low-severity security fix), some new features and other updates.

Long changelog:

https://borgbackup.readthedocs.io/en/1.4.5/changes.html#version-1-4-5-2026-07-19

Short borg 1.4 overview (from a borg 1.2 perspective):

https://www.borgbackup.org/releases/borg-1.4.html

Installation

If you use pip to install this, use: pip install "borgbackup==1.4.5"

For other installation methods and more details, please see: https://borgbackup.org/

See also the 00_README.txt file in the assets list below for a description of the available "fat binary" downloads.

Discussion: https://github.com/borgbackup/borg/discussions/9915

Note:

  • *-gh binaries are built on GitHub now. These Linux and FreeBSD binaries do support borg mount(FUSE filesystem), but the macOS binaries don't (use our brew tap!).
View originalPermalink
How 1.4.5 went
1.4.4

Release 1.4.4

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 them as 1.2.x, but rather needed some testing first.

Long changelog:

https://borgbackup.readthedocs.io/en/1.4.4/changes.html#version-1-4-4-2026-03-19

Short borg 1.4 overview (from a borg 1.2 perspective):

https://www.borgbackup.org/releases/borg-1.4.html

Installation

If you use pip to install this, use: pip install "borgbackup==1.4.4"

For other installation methods and more details, please see: https://borgbackup.org/

See also the 00_README.txt file in the assets list below for a description of the available "fat binary" downloads.

Discussion: https://github.com/borgbackup/borg/discussions/9514

Note:

  • *-gh binaries are built on GitHub now. These Linux and FreeBSD binaries do support borg mount(FUSE filesystem), but the macOS binaries don't (use our brew tap!).
  • if you run on or package for a big endian architecture (most nowadays are little endian), check issue #9521.
View originalPermalink
How 1.4.4 went
2.0.0b21Pre-release

Release 2.0.0b21, beta quality, for testing only

borgbackup 2.0.0b21 beta release - do not use this on production backup repositories.

Long changelog: https://borgbackup.readthedocs.io/en/2.0.0b21/changes.html#version-2-0-0b21-2026-03-16

If you use pip to install this, use: pip install "borgbackup==2.0.0b21"

Docs: https://borgbackup.readthedocs.io/en/2.0.0b21/

Discussion: https://github.com/borgbackup/borg/discussions/9483

View originalPermalink
How 2.0.0b21 went
2.0.0b20Pre-release

Release 2.0.0b20, beta quality, for testing only

borgbackup 2.0.0b20 beta release - do not use this on production backup repositories.

Long changelog: https://borgbackup.readthedocs.io/en/2.0.0b20/changes.html#version-2-0-0b20-2025-12-24

If you use pip to install this, use: pip install "borgbackup==2.0.0b20"

Docs: https://borgbackup.readthedocs.io/en/2.0.0b20/

Discussion: https://github.com/borgbackup/borg/discussions/9237

View originalPermalink
How 2.0.0b20 went
1.4.3

Release 1.4.3

borgbackup 1.4.3

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 them as 1.2.x, but rather needed some testing first.

Long changelog:

https://borgbackup.readthedocs.io/en/1.4.3/changes.html#version-1-4-3-2025-12-02

Short borg 1.4 overview (from a borg 1.2 perspective):

https://www.borgbackup.org/releases/borg-1.4.html

Installation

If you use pip to install this, use: pip install "borgbackup==1.4.3"

For other installation methods and more details, please see: https://borgbackup.org/

See also the 00_README.txt file in the assets list below for a description of the available "fat binary" downloads.

Discussion: https://github.com/borgbackup/borg/discussions/9206

Note:

  • *-gh binaries are built on GitHub now. These Linux and FreeBSD binaries do support borg mount(FUSE filesystem), but the macOS binaries don't (use our brew tap!).
  • I built and signed the borg-linux-glibc231-x86_64* binaries locally.
View originalPermalink
How 1.4.3 went
1.4.2

Release 1.4.2

borgbackup 1.4.2

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 them as 1.2.x, but rather needed some testing first.

Long changelog:

https://borgbackup.readthedocs.io/en/1.4.2/changes.html#version-1-4-2-2025-10-31

Short borg 1.4 overview (from a borg 1.2 perspective):

https://www.borgbackup.org/releases/borg-1.4.html

Installation

If you use pip to install this, use: pip install "borgbackup==1.4.2"

For other installation methods and more details, please see: https://borgbackup.org/

See also the 00_README.txt file in the assets list below for a description of the available "fat binary" downloads.

Discussion: https://github.com/borgbackup/borg/discussions/9120

Note:

  • *-gh binaries are built on GitHub now.
  • *-gh binaries do not support borg mount(FUSE filesystem) due to a missing library. workaround: use the non-gh binary or borg 1.4.3 or 1.4.1.
  • I built and signed the borg-linux-glibc231-x86_64* binaries locally.
  • I built and signed the borg-freebsd-14-x86_64* binaries locally.
View originalPermalink
How 1.4.2 went
1.2.9

Release 1.2.9

borgbackup 1.2.9 release

This is likely the final 1.2.x release, please migrate to using 1.4.x (it is quite similar).

If you are upgrading from borg < 1.2.5, please read and follow:

https://github.com/borgbackup/borg/blob/1.2.9/docs/changes.rst#pre-125-archives-spoofing-vulnerability-cve-2023-36811

Long changelog:

https://github.com/borgbackup/borg/blob/1.2.9/docs/changes.rst#version-129-2025-08-04

Short borg 1.2 overview (from a borg 1.1 perspective):

https://www.borgbackup.org/releases/borg-1.2.html

Installation

If you use pip to install this, use: pip install pkgconfig ; pip install "borgbackup==1.2.9"

For other installation methods and more details, please see: https://borgbackup.org/

See also the 00_README.txt file in the assets list below for a description of the available "fat binary" downloads.

Notes:

  • no binary built on debian buster, use the stretch one if you need an old one.
  • no freebsd binary, build machine is broken.
View originalPermalink
How 1.2.9 went
2.0.0b19Pre-release

Release 2.0.0b19, beta quality, for testing only

borgbackup 2.0.0b19 beta release - do not use this on production backup repositories.

Long changelog: https://borgbackup.readthedocs.io/en/2.0.0b19/changes.html#version-2-0-0b19-2025-07-02

If you use pip to install this, use: pip install "borgbackup==2.0.0b19"

Docs: https://borgbackup.readthedocs.io/en/2.0.0b19/

Discussion: https://github.com/borgbackup/borg/discussions/8973

Notes:

  • The macOS Intel binaries will come later.
  • Give feedback if you find the linux32 (32bit intel/amd) binary useful.
  • The release notes erroneously state 2025-07-02 as release date, but it actually was 2025-08-02.
View originalPermalink
How 2.0.0b19 went
2.0.0b18Pre-release

Release 2.0.0b18, beta quality, for testing only

Security 1
  • Fixed a serious corruption issue in borg create

From BorgBackup

DO NOT USE! b18 has a serious corruption issue in borg create.

borgbackup 2.0.0b18 beta release - do not use this on production backup repositories.

Long changelog: https://borgbackup.readthedocs.io/en/2.0.0b18/changes.html#version-2-0-0b18-2025-06-19

If you use pip to install this, use: pip install "borgbackup==2.0.0b18"

Docs: https://borgbackup.readthedocs.io/en/2.0.0b18/

Discussion: https://github.com/borgbackup/borg/discussions/8932

Notes:

  • Give feedback if you find the linux32 (32bit intel/amd) binary useful.
View originalPermalink
How 2.0.0b18 went
View all

Discussion

If you publish BorgBackup, you can claim this product by proving you administer its repository.