At the source server:
zfs snapshot zones/testzone@today
zfs send zones/testzone@today | gzip > /snappie.gz
At the destination server:
gzcat snappie.gz | zfs receive -F zones/testzone
some Unix notes
At the source server:
zfs snapshot zones/testzone@today
zfs send zones/testzone@today | gzip > /snappie.gz
At the destination server:
gzcat snappie.gz | zfs receive -F zones/testzone