
26 Nov
2012
26 Nov
'12
11:20 p.m.
Andrew Greig writes:
I have 2 x identical Lenovo IdeaPads each 160Gb storage. I have downloaded and burned the CD iso of Clonezilla. I set up the source with a fixed IP of 192.168.0.44 and the target with 192.168.0.55 have CloneZilla running on each machine and ran the command line as root ocs-onthefly -s 192.168.0.44 -t sda from the receiving machine.
Why are you using clonezilla? I would be inclined to just use dd and socat (on a trusted network), or dd and ssh (on an untrusted network). I can't help with clonezilla, but I can probably help with that.