Alternatives to zrepl

ZFS backup and replication daemon that snapshots datasets and replicates them between pools and hosts. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as zrepl.

  • Sanoid

    Policy-driven ZFS snapshot management and replication tools, with syncoid for sending snapshots to other machines.

    Sanoid manages ZFS snapshot retention from a readable config file and uses its companion syncoid for incremental replication, running on Linux and FreeBSD instead of as one daemon.

  • ZnapZend

    A ZFS backup tool that takes scheduled snapshots and sends them to local or remote pools.

    ZnapZend stores its configuration in ZFS properties rather than a config file, replicates over ssh with optional mbuffer, and thins old snapshots progressively.

  • ZFS autobackup

    A command-line tool that snapshots ZFS filesystems and replicates them to other locations on a schedule.

    ZFS autobackup selects datasets through a custom ZFS property and runs as a command-line tool for scheduled snapshots and replication.

Similar software

Related functionality, not a direct replacement.