What is the simplest way to backup a zfs file system to a second drive
Solution 1:
Dissimilar disks are not an issue.
The easiest way is to use snapshots and zfs send | receive
.
I can highly recommend sanoid / syncoid for automating this: https://github.com/jimsalterjrs/sanoid/