LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   clone system to another machine (https://www.linuxquestions.org/questions/linux-server-73/clone-system-to-another-machine-4175449059/)

!! hack-back !! 02-07-2013 02:53 PM

clone system to another machine
 
hello minds,
i have small question please
what is the tool that i can take an image from my installed centos system machine to copy it to another machine ??
thank you guys

gilead 02-07-2013 03:03 PM

You can do it several ways. Have you used partimage, dd or clonezilla? There are others as well. Do you want a byte by byte copy of your hard disk? Or is it OK to use rsync (or cp) and manually set up your partitions and boot loader?

camorri 02-07-2013 03:04 PM

Clonezilla.

Keep in mind you need identical hardware, or some devices may not work.

!! hack-back !! 02-07-2013 03:14 PM

gilead : yes i want byte by byte i want to copy the hole system with the installed libraries and packages
camorri: clonezilla make live CD or i can install the clone system to another ?

gilead 02-07-2013 03:21 PM

It's worth having a look at some docs for clonezilla, partimage and dd to see which fits your needs best. There are plenty of people here using each of those who can answer specific questions about them.

!! hack-back !! 02-07-2013 03:26 PM

thank you gilead

camorri 02-07-2013 04:13 PM

Yes, clonezilla makes a live CD.

-->http://distrowatch.com/table.php?dis...ion=clonezilla

!! hack-back !! 02-07-2013 04:23 PM

camorri : i dont want to make live cd i want to make installation cd to install the whole system on another machine with the same packages i were created on the old one

michaelk 02-07-2013 05:43 PM

Another option is kickstart.

There should be a anaconda-ks.cfg file in your root's directory. This configuration file contains the settings used to install CentOS on your system and can be used to repeat the installation. This method uses the same installation CD/DVD.

Here is an example of loading the kickstart file from a USB drive:

http://miltonpaiva.wordpress.com/200...b-flash-drive/

The kickstart file will not include packages installed post installation including data or modified configuration files.

!! hack-back !! 02-07-2013 05:59 PM

i used Clonezilla thank you all


All times are GMT -5. The time now is 10:17 AM.