Backrest vs borgmatic

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?
FeatureBackrestborgmatic
Deploy effortUnder-an-hour setupUnder-an-hour setup
CategoryBackup & RecoveryBackup & Recovery
LicenseGPL-3.0GPL-3.0
LanguageTypeScriptPython
Setup difficultyEasyMedium
Min. RAM256 MB128 MB
Deploymentdocker, binarydocker, binary
GitHub stars★ 7,394★ 2,000
First released20242013
ReplacesBackblazeCrashPlan, Backblaze

What are Backrest and borgmatic?

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 →

borgmatic

borgmatic is a command-line tool that wraps BorgBackup to make it easy to schedule and configure backups. It adds features like database dumps, monitoring hooks, and consistency checks.

  • Declarative YAML configuration
  • Database backup integration
  • Monitoring service hooks

Backrest vs borgmatic: key differences

Backrest is written in TypeScript, while borgmatic is built with Python. Borgmatic is the lighter option, starting around 128 MB of RAM against 256 MB for Backrest. Borgmatic is the more established project (first released 2013), while Backrest arrived in 2024. Backrest has the considerably larger community, at 7,394 GitHub stars versus 2,000.

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 borgmatic if…

  • Released under the GPL-3.0 license
  • First-class Docker support for quick deployment
  • Active community (2k GitHub stars)
  • Written in Python
borgmatic details

Frequently asked questions

Is Backrest or borgmatic better?

Backrest is the stronger all-round pick: it has both the larger community and the simpler easy setup. Consider borgmatic if its specific feature set fits your needs better.

Are Backrest and borgmatic free and open-source?

Yes. Backrest is licensed under GPL-3.0 and borgmatic under GPL-3.0. Both can be self-hosted at no software cost.

Can I run Backrest and borgmatic with Docker?

Backrest: yes. borgmatic: yes.

Which is lighter on resources, Backrest or borgmatic?

borgmatic has the smaller minimum footprint at 128 MB of RAM, compared to about 256 MB for Backrest. Real-world usage depends on library size, user count, and enabled features.

Related comparisons