Export VM as VMDK via Network Share from Datto Siris
Access the Datto Device's UI
Select "Restore" from the main menu
Select the Agent to restore from
Select "Export Image" option and choose a recovery point
Click "Start Image Export"
Configure the export settings:
For Destination: Select "Network Share"
For Export format: Select "VMDK"
For Boot Type: Select "UEFI"
Click "Export"
Access the exported image via the CIFS/Samba path displayed by the Datto appliance
Convert the VMDK to a QCOW2 Disk Image
This step required qemu-img, which can be downloaded here.
Run qemu-img to convert the disk using the following command
βqemu-img convert <<path-to-vmdk>> -O qcow2 <<path-to-export>>
Uploading the Disk via the Gallium Console
This step requires Layer 3 connectivity between the technician workstation and the Hypervisor.
Navigate to the target Hypervisor's transfer manager interface from
Actions > Transfer Manager
Import the Disk for the Virtual Machine
Create Blank VM
This step requires Layer 3 connectivity between the technician workstation and the Hypervisor.
Create a Windows Template with a single blank 8gb disk
Deploy the Template to the target Hypervisor, unselect Start Virtual Machine on creation.
From the
Virtual Machine > Disks
page, attach the recently imported disk.Select Set Boot Disk
Remove the unused 8gb disk
Start the Virtual Machine