Hi. I’ve been trying out the trucloud backup with Storj (to replace replication to an offsite NAS). Part of my use case requires the ability to backup ZVOLs. Backing these up through the GUI went fine. The restore is giving me issues.
-
When backing up, I select the ZVOL in /dev/zvol/pool
-
When restoring, the GUI requires me to pick a target within /mnt/pool
-
After restore is complete, no new ZVOL shows up within the pool
-
Using the shell, I see the restore task created a restored file in /mnt/pool/restored-target-name/volume
This is as far as I get without tampering with things in the shell. I was able to create a target ZVOL with the GUI and use “dd if=/mnt/pool/restored-target-name/volume of=/dev/zvol/poolname/zvolname” and that seems to work.
I assume doing it like this is not the intent…where am I going wrong?