ZFS autobackup
A command-line tool that snapshots ZFS filesystems and replicates them to other locations on a schedule.
These buttons open the developer's own site, repository or store listing in a new tab. wares.gg does not host downloads.
About ZFS autobackup
ZFS autobackup periodically backs up ZFS filesystems to other locations. It can work as a backup tool, a replication tool or a snapshot tool, depending on how you run it.
You choose what to back up by setting a custom ZFS property on a dataset, so adding or removing datasets from the backup does not mean editing a separate configuration file. It suits people running ZFS on a server or NAS who want scripted, repeatable snapshot replication.
Strengths
- Works as a backup, replication or snapshot tool
- Datasets selected through a custom ZFS property
- Uses ZFS's own snapshot mechanism
Limitations
- Only useful on systems running ZFS
- Command line only, with no graphical interface
Details
- Pricing
- FreeFree, with source code published on GitHub.
- License
- Open source, license not stated
- Developer
- psy0rz
- Platforms
- Linux, Command line
- How it runs
- Downloadable app
- Account
- Not required
- Works offline
- Yes
- Best suited for
- ZFS users who want scheduled snapshot replication to another pool or machine
- Categories
- Backup tools, CLI tools
- Last verified
- Added
- Provenance
- Facts checked against the developer's own pages and store listings, 1 sources on file.
Alternatives to ZFS autobackup
Compare allSoftware that can replace ZFS autobackup for an important use case, and what changes if you switch.
Sanoid
Policy-driven ZFS snapshot management and replication tools, with syncoid for sending snapshots to other machines.
Sanoid defines snapshot retention in a readable config file and uses its syncoid companion for incremental replication, instead of selecting datasets through a custom ZFS property.
zrepl
ZFS backup and replication daemon that snapshots datasets and replicates them between pools and hosts.
zrepl runs as a daemon that handles ZFS snapshots, pruning and replication together, driven by a config file rather than ZFS properties, and is MIT licensed.
ZnapZend
A ZFS backup tool that takes scheduled snapshots and sends them to local or remote pools.
ZnapZend stores its schedule in ZFS properties, replicates over ssh with optional mbuffer, and adds progressive thinning of old snapshots plus pre- and post-snapshot hooks.
Similar software
Related functionality, not necessarily a direct replacement.
btrbk
Backup tool for Btrfs that takes atomic snapshots and sends them incrementally to backup locations.
Snapper
A Linux command-line tool for creating and managing filesystem snapshots so system changes can be undone.
TrueNAS Community Edition
A free Linux-based storage operating system built on OpenZFS, with Docker apps and virtualization.
Timeshift
System restore for Linux: scheduled snapshots you can roll back to after an update goes wrong.