Is there a proper way of writing a ZFS dataset, in my case which is an ext4 ubuntu filesystem, to a blank SSD? The data looks like this is that's at all helpful
tank/filesystems/ubuntu_1604/(/etc, /boot, /var, and so on)
tank/filesystems/centos_7/(/etc, /boot /var, and so on)
I was thinking maybe I could just do an exact bit copy with dd, but I don't know how that would work with ZFS's duplication.
dd if=/filesystems/ubuntu_1604/ of=/dev/sdb bs=1m
Has anyone ever done this?