Moving an Encrypted Dataset is not a complicated task but can require a little work if you have snapshots which you want to move as well. A handy tip to accomplish this is to create a recursive snapshot before moving and then send this snapshot to get all moved easily. Tip Create a recursive snapshot and send this …
Read Moreenable ZFS Encryption feature: zpool set feature@encryption=enabled tank Create Encrypted Dataset with Passphrase create dataset: zfs create -o encryption=on -o keyformat=passphrase tank/tmp this will prompt you for the passphrase after rebooting, you will need to load the passphrase to mount the volume such as: zfs …
Read More