Kodi Community Forum
Copy Linux install to duplicate machine - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Copy Linux install to duplicate machine (/showthread.php?tid=65280)



Copy Linux install to duplicate machine - MrDohnuts - 2009-12-28

I've spend several hours getting my Linux install setup up on my Revo

I'd now like to replicate this to my other 2 Revo's. Can anyone suggest a good technique to achieve this without going through the install and configuration routine again?


- JumJum - 2009-12-28

The easiest way is to use the command dd to copy the entire harddrive. Google "backup using dd".

The fastest way is to to copy only the first 512 bytes of the disk with dd and then use rsync to copy all the files.


- graysky - 2009-12-28

What is the file system you used (ext3 or ext4, etc.)? If it's ext3 you can use partimage or clonezilla. Why not just manually create the partitions on the new box, then place that HDD in your original box and just copy the entire dir structure from a live CD?

EDIT: even easier is to connect all the drives to one box and boot into a gparted-live cd where you can copy/paste the partitions in a graphically GUI.