2

I want to make full disk images of different computers that I could later restore if something goes wrong. Also, being able to mount the image/access the backed up files would be really useful.

What are my options?

Zanna
  • 70,465

2 Answers2

4

To make the image you will probably want to use Partimage

So that the image is consistent, you will want to make sure the disk is offline when you make the image.

I have transformed Partimage images into virtual drives for VirtualBox. It appears that you can also Mount a partimage file as a loopback device, but I haven't tried that myself.

jwernerny
  • 1,818
  • The only downside I see is this limitation, which might not bother you too much: "Single files or directories cannot be restored. Although the backup could be restored to an temporary/alternate partition and single files or directories could be recovered from the alternate partition." – djeikyb Feb 14 '11 at 21:50
  • There are some ways to get at the contents of the image without restoring it to a physical drive. I've updated the answer with what I know. – jwernerny Feb 15 '11 at 15:38
1

Bacula is a free-as-in-speech linux backup program that allows bare metal and single file recovery. Also in its favour is it doesn't require an offline system to get a full system backup. It's a bit of a pain to set up, but the end result should be pretty sweet. The backup format is open source but Bacula specific. You need Bacula to access your backup.

http://www.bacula.org/en/

djeikyb
  • 30,245