How do i move a LVM from one server to another?
Example : Volume Group = munich4_vg LVM = eviltaz_rootimg
You can simply log in via SSH client and use the following command.
- dd if=/dev/munich4_vg/eviltaz_rootimg bs=1k | ssh '-p 226' 217.114.215.248 dd of=/dev/kw5_vol_gr/eviltaz_rootimg bs=1k