Backrest vs BorgBackup

A side-by-side comparison of two self-hosted backup & recovery options — licensing, setup difficulty, resource needs, and what each one replaces.

Not the right match-up?
FeatureBackrestBorgBackup
Deploy effortUnder-an-hour setupRead-the-docs project
Health score91 · Excellent94 · Excellent
CategoryBackup & RecoveryBackup & Recovery
LicenseGPL-3.0BSD-3-Clause
LanguageTypeScriptPython
Setup difficultyEasyMedium
Min. RAM256 MB256 MB
Deploymentdocker, binarybinary, bare-metal
GitHub stars★ 7,389★ 13,756
First released20242015
ReplacesBackblazeCarbonite, Backblaze

What are Backrest and BorgBackup?

Backrest

Backrest is a web-based backup orchestrator built on top of Restic, adding scheduling, monitoring, and a friendly interface. It targets users who want Restic's power with a GUI. It is deployed via Docker or a binary.

  • Web UI for Restic
  • Scheduling and retention policies
  • Backup health monitoring
  • Notifications

Read the full Backrest guide →

BorgBackup

BorgBackup is a deduplicating backup program with compression and authenticated encryption for efficient, secure archives. It targets technical users backing up to local or remote storage. It is deployed as a binary or package.

  • Deduplication and compression
  • Authenticated encryption
  • Append-only repos for ransomware safety
  • Efficient remote backups over SSH

Read the full BorgBackup guide →

Backrest vs BorgBackup: key differences

Backrest is written in TypeScript, while BorgBackup is built with Python. Licensing differs — GPL-3.0 for Backrest versus BSD-3-Clause for BorgBackup. BorgBackup is the more established project (first released 2015), while Backrest arrived in 2024. Backrest lists first-class Docker deployment; BorgBackup does not.

Why pick each one

Choose Backrest if…

  • Makes Restic approachable
  • Good scheduling
  • Lightweight

Watch out for

  • Young project
  • Depends on Restic underneath
Backrest details

Choose BorgBackup if…

  • Excellent space efficiency
  • Strong security
  • Battle-tested

Watch out for

  • Command-line oriented
  • Repo not directly mountable everywhere
BorgBackup details

Frequently asked questions

Is Backrest or BorgBackup better?

Neither is universally better. BorgBackup has the larger community, while Backrest is simpler to set up (easy difficulty). Choose based on the comparison table above and your own setup.

Are Backrest and BorgBackup free and open-source?

Yes. Backrest is licensed under GPL-3.0 and BorgBackup under BSD-3-Clause. Both can be self-hosted at no software cost.

Can I run Backrest and BorgBackup with Docker?

Backrest: yes. BorgBackup: check the project docs for container support.

Related comparisons