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.
| Feature | btrbk | snapper |
|---|---|---|
| Deploy effort | Read-the-docs project | Read-the-docs project |
| Health score | 78 · Good | 83 · Excellent |
| Category | Backup & Recovery | Backup & Recovery |
| License | GPL-3.0 | GPL-2.0 |
| Language | Perl | C++ |
| Setup difficulty | Medium | Medium |
| Min. RAM | 64 MB | 64 MB |
| Deployment | bare-metal, binary | bare-metal |
| GitHub stars | ★ 2,155 | ★ 1,171 |
| First released | 2014 | 2011 |
| Replaces | Time Machine | Time 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
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
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.