I would like to transfer VM from virtualbox to Proxmox. I think I can do this with steps:
1) on virtualbox: export VM to .ova (use OVF 1.0 and "Write manifest file" option)
2) transfer this .ova file (124Gb) to PVE server with scp
3) unzip this .ova file with tar
4) import vmdk. with "qm importdisk"
But "local" (/var/lib/vz/images/) on my PVE server hasn't enough free space for 124Gb .ova file. Only 95Gb is available.
How could I transfer this big .ova file (124Gb) to PVE server?
1) on virtualbox: export VM to .ova (use OVF 1.0 and "Write manifest file" option)
3) unzip this .ova file with tar
4) import vmdk. with "qm importdisk"
But "local" (/var/lib/vz/images/) on my PVE server hasn't enough free space for 124Gb .ova file. Only 95Gb is available.
How could I transfer this big .ova file (124Gb) to PVE server?
Last edited: