ken wrote:
On 04/07/2018 10:00 AM, Per Jessen wrote:
suse@a-domani.nl wrote:
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? Rsync.
After I create new LVM's, can I 'dd' them over the network? from node1:/dev/data/minoss-servers ==> node2:/dev/data/minoss-servers I don't think 'dd' works with URLs.
That's correct: "dd" doesn't accept network addresses. But recently I successfully used "wget [options] node://path/to/dir | dd of=/device/addr". But rsync is probably easier if it's possible to use.
wget ?? Not for this kind of job - you would need something listening on the source side. A webserver for instance. -- Per Jessen, Zürich (10.3°C) http://www.hostsuisse.com/ - dedicated server rental in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org