Hi,
I would like to prepare a move of data that is currently stored in a legacy encrypted pool (= poolA) on a TrueNAS Core host. There are a couple of questions I have performing this move:
-
Should the new pool (= poolB) be a ZFS encrypted pool? While I do understand that this is a bit of personal preference, I was wondering whether the ZFS encrypted storage pools will at some point be not supported or - like it is with the legacy encryption now - be somewhat of an obstacle when upgrading in the future?
-
How to move the actual data? Is it recommended to just log into a root ssh session and run an rsync command? Is rsync recommended to perform such a move?
-
Rsync options: I looked into the rsync options and came up with the following. Is that a proper way to move roughly 2.9 TB of storage?
rsync -aHAX /poolA /poolB
-
Due to hardware limitations the newly created poolB will initially consist of 2 drives to enable the data move. Am I right to understand that I will be able to add additional physical drives to the pool using the TrueNAS Community Edition at a later point in time?
Any feedback is greatly appreciated.