btrbk vs snapper

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?
Featurebtrbksnapper
Deploy effortRead-the-docs projectRead-the-docs project
Health score78 · Good83 · Excellent
CategoryBackup & RecoveryBackup & Recovery
LicenseGPL-3.0GPL-2.0
LanguagePerlC++
Setup difficultyMediumMedium
Min. RAM64 MB64 MB
Deploymentbare-metal, binarybare-metal
GitHub stars★ 2,155★ 1,171
First released20142011
ReplacesTime MachineTime Machine

What are btrbk and snapper?

btrbk

btrbk is a backup tool for creating and managing snapshots of Btrfs subvolumes and replicating them to local or remote targets. It is designed for incremental, atomic backups driven by a simple configuration file.

  • Incremental Btrfs backups
  • Remote replication over SSH
  • Configurable retention
  • Atomic snapshots

snapper

Snapper is a tool for managing filesystem snapshots on Btrfs and LVM thin volumes. It can create automatic timeline snapshots and roll back the system to a previous state.

  • Automatic timeline snapshots
  • Btrfs and LVM support
  • System rollback

btrbk vs snapper: key differences

Btrbk is written in Perl, while snapper is built with C++. Licensing differs — GPL-3.0 for btrbk versus GPL-2.0 for snapper. Snapper is the more established project (first released 2011), while btrbk arrived in 2014.

Why pick each one

Choose btrbk if…

  • Released under the GPL-3.0 license
  • Active community (2.2k GitHub stars)
  • Written in Perl
  • Tiny footprint — runs in 64 MB RAM

Watch out for

  • Btrfs only
  • No graphical interface
btrbk details

Choose snapper if…

  • Released under the GPL-2.0 license
  • Active community (1.2k GitHub stars)
  • Written in C++
  • Tiny footprint — runs in 64 MB RAM
snapper details

Frequently asked questions

Is btrbk or snapper better?

Neither is universally better. btrbk has the larger community; both share a medium setup difficulty, so the decision comes down to features and licensing.

Are btrbk and snapper free and open-source?

Yes. btrbk is licensed under GPL-3.0 and snapper under GPL-2.0. Both can be self-hosted at no software cost.

Can I run btrbk and snapper with Docker?

btrbk: check the project docs for container support. snapper: check the project docs for container support.

Related comparisons