Hi,
thanks.
Sorry for this question … but …
is everything cloned/saved in the snapshot?
SMB, NFS, Access, …?
Or do you need to set up everything twice (once → temp, once → destination)?
was it kind of this way:
export MY_SNAP=“date +%H%M%S”
zfs snapshot -r ${MY_SRC_POOL}@${MY_SNAP}
zfs send -Rpv ${MY_SRC_POOL}@${MY_SNAP} |
zfs receive -dFu ${MY_DEST_POOL}