(no title)
mckmk | 6 years ago
I ended up going with zfs_autobackup - https://github.com/psy0rz/zfs_autobackup because it doesn't need anything set up on the computer to backup. Just a script on the backup server that does pull backups.
I'm not trying to hijack the thread but I've often appreciated links to similar software in threads like this.
Youden|6 years ago
One thing I like about Sanoid/Syncoid is that if you set up Sanoid on both sides and use Syncoid to pull, the backup server only requires the ability to send snapshots (which you can configure with "zfs allow"). The backup server also doesn't require root in this case. This means neither server can delete the other's data.
And you still get all the automatic snapshot creation (done on the primary server) and pruning (done on both servers).
waz0wski|6 years ago
in the spirit of link sharing for other tools, I've been moving many of my personal infrastructure & tools to golang-based apps, and I started using this for zfs replication
https://github.com/zrepl/zrepl
No issues thus far in about 6mo of usage for local-and-remote snapshots