Source iocage thick jail running on FreeBSD-12.0p12 Destination FreeBSD-12.1p1
Both hosts are using zfs.
What is the recommended method to transfer an existing iocage thick jail from the source to the destination? Is it as simple as:
rsync -aqz -e "ssh -o LogLevel=error" /zroot/iocage/jails/testjail \
destination:/zroot/iocage/jails
Presuming that iocage is installed on both hosts, that the zfs mount points are as indicated above, that the source jail is shutdown, and that testjail does not exist on the destination host.
iocage comes with a great export/import function.
Then transfer the file to your new host, import it there, and voilà!