Migrando VPS
De MochilaWiki
Clonando com dd
ssh root@remoteIP "dd if=/dev/sda | gzip - " | dd of=image.gz
convertendo para abrir no Virtualbox
gunzip image.gz
VBoxManage convertdd image image.vdi --format VDI
ssh root@remoteIP "dd if=/dev/sda | gzip - " | dd of=image.gz
convertendo para abrir no Virtualbox
gunzip image.gz
VBoxManage convertdd image image.vdi --format VDI