Auto ghost onto USB

Associate
Joined
1 Aug 2003
Posts
1,053
I'm looking for ways to back up a my laptop and thought that the best way would be to create an image on an external harddrive.

Does anyone have any suggestions for software to do this?

I know that there is much better support for NTFS in linux these days and that a CD could be set to boot to linux and rsync or similar (rather than creating a brand new image each time which would wear out the disk faster and take longer) but wondered if anyone knew any good guides or off the shelf ways to do this.

Ta!
 
For backing up Linux (and taking images of Windows partitions - this is less functional), look into MondoRescue.

Very easy to use and may even be in your distributions repo's somewhere. It creates bootable restore ISO's for you or can backup to a USB pen which it makes bootable. You can also restore single files when in restore mode, not just the whole system.

Once installed, just run: "mondoarchive" to start the process. Run "mondorestore" to restore files or an entire system from the backup media it creates (or boot from the DVD you may have created with it).
 
Sorry, I should have been more clear. The laptop runs XP (I thought the NTFS comment would have been sufficient but in hindsight I realise that it really wasn't).

The idea is that I want a simple backup solution (as I wont always be the one running it) that can be left overnight to create a disk image onto a USB HDD (the capacity required is way beyond that of a solid state drive). Ideally, I'd like it to create an image such that the drive can be taken out of the USB caddie and installed in the laptop should the laptop's original drive fail.

I'll look into MondoRescue running automatically on a live CD
 
MondoRescue should still be able to do that but isn't flexible for Windows imaging (other tools would be better), I would recommend this thread is moved into the Windows forum - you would get better responses there.
 
The reason I posted in the Linux & Open Source section is because I thought that most of the tools that would do what I want would be Linux based and/or open source.

I found one tool that looks good http://ping.windowsdream.com/ping.html but might be tricky to configure to be automatic in the way that I want it to be.

It supports both USB devices and incrimental backup but the software cannot store NTFS ACLs (Access Control Lists) and I have no idea whether stripping these will kill the system or not (advice on that would be helpful).

Does anyone have any experience with this software?
 
You could probably find a Windows tool which does all this whilst the system is Live, without having to reboot into a Linux environment.

Also, MondoRescue will do pretty much the same as ping :)
 
Thanks for the responses, the best answer so far seems to be Clonezilla.

It does require rebooting into a Linux environment but will allow incremental refreshing of an image and most importantly of all it allows for the creation of an autoexecute script so that no user intervention is required :)
 
Back
Top Bottom