2026-01-30 19:20:04 -05:00
2026-02-09 13:10:00 -05:00
2026-01-30 19:16:00 -05:00
2026-01-30 19:16:00 -05:00
2026-02-07 10:43:08 -05:00
2026-01-30 15:32:26 -05:00
2026-02-09 13:10:00 -05:00

THANKS

ZFS backup utility, using zfs-send and zfs-recv. This software is still under construction and is not production ready. You should use something like sanoid.

Motivation

Invoking zfs-send and zfs-recv directly is simple enough for many use cases that a shell script is typically enough.

But by the time backup retention and other basic backup features are added, shell scripting gets sloppy.

In general I find most of the existing solutions around this difficult to work on (sanoid is a 2000+ line Perl script), or overly complex and filled with features I don't need (zrepl in this case).

I use this personally to backup my personal workstation.

Usage

Work in Progress.

Description
ZFS Snapshot Backup Utility
Readme 66 KiB
Languages
Go 97.9%
Makefile 2.1%