What I’m trying to do is to have the replicated datasets be encrypted by inheriting the encryption settings of the target pool (new-tank). My understanding is that the -R option on zfs-send will preserve all properties of the datasets, so I used zfs -x encryption to prevent the encryption property from being preserved (again, because i’m trying to end up with encrypted datasets)
I did try this as part of my troubleshooting and i get the same error
I get the following error when I tried the GUI. I assume that what I’m trying to do is not supported by the GUI hence tried command line
Destination dataset 'new-tank' already exists and is its own encryption root. This configuration is not supported yet. If you want to replicate into an encrypted dataset, please, encrypt its parent dataset.
The suggestion in the error doesn’t work for me because i wan to preserve the dataset hierarchy.