In order to migrate a partition/lvm to another server you can run the following command:
dd if=/dev/vg/source bs=512M |gzip |ssh root@target "gzip -d | dd of=/dev/vg/dest bs=512M"
In order to migrate a partition/lvm to another server you can run the following command:
dd if=/dev/vg/source bs=512M |gzip |ssh root@target "gzip -d | dd of=/dev/vg/dest bs=512M"