I’d like to copy zvol VM hard disk from one system to another. They’re not on the same network.
I was thinking something like dd to image it, but it appears to not be the best tool for that…?
I’d like to copy zvol VM hard disk from one system to another. They’re not on the same network.
I was thinking something like dd to image it, but it appears to not be the best tool for that…?
You can zfs send to a file.
Indeed it is
zfs send
zfs receive