I've ordered a second SDD for my appliance and I'd like to set up the ZFS mirror functionality: do I have to re-install OPNsense from scratch or I can do it with some commands?
Tia.
Assuming your present ssd is ada0 and the new one is ada1:
gpart backup ada0 | gpart restore ada1
zpool attach zroot ada0p4 ada1p4
HTH,
Patrick
Thanks Patrick, will keep you posted once it's done.
I finally got the second SSD, and should I delete the data on it or gpart will erase it anyway?
Once installed into the appliance, I just reboot it, I log in with SSH and run those commands, and that's it?
Thanks.