• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Server Imaging?

Chiefcrowe

Diamond Member
Does anyone have a good program to recommend that can make a clone image of a windows 2003 or 2008 server like ghost does for workstations?
thanks!
 
I'm pretty sure I've used the old DOS version of Ghost to image server installs just fine. As should any of the free tools like partimage, clonezilla, ntfsclone, etc.
 
Just a reminder that you don't want to use an image backup if the server is a DC. Otherwise, I use ghost4linux.
 
Depends on what you want to use it for.

Unattended installs I like Windows Deployment Server w/Imagex (dsim now), MOM/SMS, Altiris or Ghost (last solution in ghost for unattends).

For migrations I usually just back up the data and redeploy the OS and migrate date to the new server (excluding Biztalk, Im finished screwing with that thing).

For mass deployments (we call it pressing), I just ghost it and pxe boot and ghostcast on a private network.

Pretty much any of the current tools for windows (or linux) will work just fine. The good thing is that if you screw it up you can just make another image 😀
 
Just a reminder that you don't want to use an image backup if the server is a DC. Otherwise, I use ghost4linux.

Last I checked G4U didn't understand any filesystems, it always did a block-by-block copy so it's probably the worst of the bunch. You can help make the images slightly smaller by creating a huge file holding zeros before creating the image and then compressing it after, but it'll still be larger than a "smart" imaging tool like partimage or ntfsclone.
 
Actually, G4L does handle NTFS well now. It only images the section of the hdd that is used. It's not the most efficient solution, but in RAW mode it will copy any filesystem.
 
Actually, G4L does handle NTFS well now. It only images the section of the hdd that is used. It's not the most efficient solution, but in RAW mode it will copy any filesystem.

Interesting, I may have to take another look at it again. I don't image things that much anymore so when I do I just usually bootup Ubuntu from a CD or USB stick and manually create the image myself with whatever low-level tool is appropriate.
 
Back
Top