This commit is contained in:
Sam Hoffman
2026-01-30 15:32:26 -05:00
parent e325fcca1a
commit 94d56cdbb2

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
# 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.