Operating System - Linux
1754303 Members
3227 Online
108813 Solutions
New Discussion юеВ

Linux image backup tools?

 
yyghp
Super Advisor

Linux image backup tools?

I would like to backup Linux as image for our production servers.
Now I use HP Data Protector to backup the filesystem, but I would like an image backup for the whole server in case harddisk fails, like Norton Ghost for Windows.
So, is there any good, powerful tools for image backup, besides Mondo/Mindi? Commercial or Opensource will be both good.

And can I just use "Mindi + Data Protector" for the whole system backup, or do I have to use Mondo?
Thanks!
5 REPLIES 5
Steven E. Protter
Exalted Contributor

Re: Linux image backup tools?

Shalom,

http://www.mondorescue.org is a good free tool.

If you have money you can use acronis.

http://www.acronis.com

Acronis is awesome.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Pau Garcia i Quiles
Frequent Advisor

Re: Linux image backup tools?

You may as well use tar. Follow the explanation given in the Linux Hard-disk upgrade howto:
http://www.tldp.org/HOWTO/Hard-Disk-Upgrade/index.html

But instead of transferring your Linux to another hard disk, just save the tarred file.

In case you are tempted to use 'dd', do not. It may not work if you try to restore the system in a hard-drive different from the original one (particularly if you try to restore in a smaller hard-disk).
dirk dierickx
Honored Contributor

Re: Linux image backup tools?

according to the ghost features site it also supports linux ext2/3 filesystems.

http://www.symantec.com/home_homeoffice/products/backup_recovery/ghost10/sysreq.html
Vipulinux
Respected Contributor

Re: Linux image backup tools?

Alan_152
Honored Contributor

Re: Linux image backup tools?

A couple of my favorits for imaging are "dd" and "Ghost for Linux". "dd" would probably be best, since you don't have to down the system to grab the image.