Hello
I was under the impression that I could create a .raw image of my linux device for migrating to proxmox like this:
dd if=/dev/hda | gzip | ssh proxmoxserver dd -of=disk_image.raw
The problem is that this raw image gets really big, bigger than virtual disk images in general. I think I am missing something.
Is there some other step that I am missing? I thought I could just create an image like above and then add it to a proxmox vm.
I was under the impression that I could create a .raw image of my linux device for migrating to proxmox like this:
dd if=/dev/hda | gzip | ssh proxmoxserver dd -of=disk_image.raw
The problem is that this raw image gets really big, bigger than virtual disk images in general. I think I am missing something.
Is there some other step that I am missing? I thought I could just create an image like above and then add it to a proxmox vm.