2010/2/15 premrajm@digilink.in:
Hi,
I want to clone my hardisk containing the centos-5.3 OS and its swap region on to new raw hardisk via network either through ssh, tftp or ftp. How do i do that ?
dd if=localfile | ssh target_address "dd of=remotefile"
It is recommended to boot source computer with livecd to avoid filechanges during clone operation.
-- Eero