Bengt Gördén wrote:
Den 2018-04-06 kl. 23:43, skrev suse@a-domani.nl:
Hi,
Coming week, I'll try to transfer to a more recent virtualisation server and install it with more up-to-date platform (12.3 => 42.3) My XEN-clients (SLES) are all stored in LVM's What would be the most efficiant way to transfer them from one piece of iron to another?
After I create new LVM's, can I 'dd' them over the network? from node1:/dev/data/minoss-servers ==> node2:/dev/data/minoss-servers
As someone already mentioned dd doesn't do urls. But you can pipe the output to ex. ssh.
ex. dd if=/dev/sda | ssh user@host.domain.tld "dd of=/dev/sdb"
Interesting one, haven't seen that one before. -- Per Jessen, Zürich (15.9°C) http://www.cloudsuisse.com/ - your owncloud, hosted in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org