Morgan Jones on 14 Jun 2008 08:14:31 -0700


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: [PLUG] utility to image a linux host?


with dd it's theoretically very easy:

dd if=/dev/sda of=/mnt/somewhere

the filesystem mounted on /mnt/somewhere needs to have enough free space 
to hold the entire contents of /dev/sda.  This won't help you create and 
iso of course.

It's funny that you asked about an iso because I came across this in my 
searching: http://www.sysimage.com

sysimage is a little more complex that I'd like: ie client-server and 
focused around building an image server that can be used to create many 
clients.  It is flarcreate and jumpstart all wrapped up in a custom 
package..  It does seem to allow bare metal restores to a "golden image" 
though which is very handy.

-morgan


Casey Bralla wrote:
> I was literally opening my eMail client to post a very similar request.   
> 
> I've got Gentoo pretty well where I like it, but it's a booger to get it to 
> here.  (Also takes a long time).  I'd like to create a ISO image of my hard 
> drive so that if I ever want to go back to this stage, I just boot to the 
> DVD, and presto, it's there.
> 
> 
> How do you do this with dd?
> 
> 
> 
> On Saturday 14 June 2008 10:49:13 am Morgan Jones wrote:
>> I was talking to a coworker recently about 'flarcreate,' a solaris
>> utillity that creates an image of a system that can be used to re-create
>> a system either manually or via Jumpstart.  It's very handy for
>> re-creating production environments in test or taking an ad-hoc backup,
>> say, before an upgrade.
>>
>> Does such a utility exist for Linux (RHEL/Debian/Ubuntu)?  I know it can
>> be done with dd but I'm looking for error checking and some awareness of
>> the filesystem.  In particular, flarcreate will not backup empty space
>> and can be told to exclude paths.
>>
>> thanks,
>>
>> -morgan
>>
>> ___________________________________________________________________________
>> Philadelphia Linux Users Group         --        http://www.phillylinux.org
>> Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
>> General Discussion  --   http://lists.phillylinux.org/mailman/listinfo/plug
> 
> 
> 
___________________________________________________________________________
Philadelphia Linux Users Group         --        http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion  --   http://lists.phillylinux.org/mailman/listinfo/plug