[wellylug] Fw: wlug feedback

Lloyd lloyd at fusion.net.nz
Sat Jul 21 10:22:13 NZST 2001


> > Hi,
> >
> > Can you tell me if there is such a program in Linux that will make an
> exact
> > copy of  a Linux hard disk and be bootable when installed into
> another
> CPU.

TAR is your friend :) Tar up the file system and then untar it onto your new 
drive, update fstab and lilo.conf. Execute lilo and your system is up an 
running on a new HDD :)

tar -cf - /old/mnt/point/* | tar -xf -

Think that will work, "tar -cf -" sends everything to stdout, then pipe that to 
another tar to extract from stdin...

cya

  .-.   Wellington
  /V\   Linux
 // \\  Users       
/(   )\ Group
 ^^-^^
        http://homepages.paradise.net.nz/lug/

To unsubscribe from this group, send an email to:
wellylug-unsubscribe at egroups.com
  

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 




More information about the wellylug mailing list