Files
thanks/README.md
Sam Hoffman 94d56cdbb2 README
2026-01-30 15:32:26 -05:00

24 lines
743 B
Markdown

# 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](https://github.com/jimsalterjrs/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.