zfsbackrest
⚠️ Experimental:
Do not use it as your only way for backups. This is something I wrote over a weekend. There's a lot of things that need work here.
pgbackrest style encrypted backups for ZFS filesystems.
Getting Started
Installing
You need age installed to generate encryption keys. Encryption is NOT optional.
$ go install github.com/gargakshit/zfsbackrest/cmd/zfsbackrest@latest
Configuring
Create /etc/zfsbackrest.toml .
... continue reading