2010/2/15  <premr...@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
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to