LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-28-2006, 08:24 PM   #1
westman
LQ Newbie
 
Registered: Jan 2006
Distribution: SLES, RH9
Posts: 15

Rep: Reputation: 0
Question Backup software for linux??


Hi,
I have an installation of SLES 9 in my 40gb harddrive. I want to make a backup image for it. Can anyone suggest any software that can be used to do this backup? Does Norton Ghost support linux? Can the backup process be done using windows? Below is my system config.

Pentium 4
Master-Quantum 30gb (window XP SP2)
Slave-Seagate 40gb (SLES 9)
1gb RAM.

Thank you.
 
Old 03-28-2006, 09:14 PM   #2
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,436
Blog Entries: 7

Rep: Reputation: 2551Reputation: 2551Reputation: 2551Reputation: 2551Reputation: 2551Reputation: 2551Reputation: 2551Reputation: 2551Reputation: 2551Reputation: 2551Reputation: 2551
dd is probably the best tool for imaging drives under Linux. 'man dd' is your friend.

Never use Windows to attempt to read a Linux partition. NOT EVER.

Norton Ghost supports the ext2 FS. But its not much use if you're using ReiserFS.
 
Old 03-28-2006, 09:18 PM   #3
gilead
Senior Member
 
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 14.0
Posts: 4,141

Rep: Reputation: 168Reputation: 168
Ghost will work on your ext2 or ext3 partitions (http://www.symantec.com/home_homeoff...10/sysreq.html). You could also download the SystemRescueCd from http://www.sysresccd.org/Main_Page and use partimage.
 
Old 03-28-2006, 09:46 PM   #4
mrclisdue
Senior Member
 
Registered: Dec 2005
Distribution: Slackware
Posts: 1,134

Rep: Reputation: 277Reputation: 277Reputation: 277
There's g4u (ghost 4 unix):

http://www.feyrer.de/g4u/

and g4l (ghost 4 linux):

http://freshmeat.net/projects/g4l/

which looks to be (or to have been) a ripoff of g4u. Whether or not you decide to go with either package, if you delve into the g4u pages you'll come across an area where the author details the similarities between the two programs and the correspondence relating to this issue.


cheers,
 
Old 03-28-2006, 09:50 PM   #5
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Ghost--and any other SW that does verbatim byte-level copying---does not care what file system is on the drive.

Ghost will clone **anything**---as will dd, or any of the other options mentioned.
 
Old 03-28-2006, 10:27 PM   #6
westman
LQ Newbie
 
Registered: Jan 2006
Distribution: SLES, RH9
Posts: 15

Original Poster
Rep: Reputation: 0
Thanks for the quick reply. pixellany, you mention about Ghost does not care file system type, so does this mean that it can detect the SLEs 9 partition in windows?

For dd, is it an imaging software that create an image of the partition or is it just copy file form the partition?

Quote:
Never use Windows to attempt to read a Linux partition. NOT EVER.
Ghost support ext2 FS. rkelsen, I'm quite confius about this statement. what do you mean by it?
 
Old 03-28-2006, 10:35 PM   #7
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
dd is a low-level copying utility. It copies bytes without regard to filesystems, partitions, or anything else. Ghost does the same thing.

dd is free, Ghost costs $$

for more that you ever wanted to know about dd:
http://www.linuxquestions.org/questi...hreadid=366442
 
Old 03-28-2006, 10:39 PM   #8
finklewicz
Member
 
Registered: Mar 2005
Posts: 41

Rep: Reputation: 15
If you're looking to image your drives, try PartImage. It's a Drive Image clone for Linux, very user friendly.

Along with dd, PartImage is available on Knoppix and SystemRecoveryCD if you need to recover from a disaster.
PartImage can be used from your active Linux to backup/restore any unmounted partitions without having to boot to cdrom. So you can backuprestore your Windows partition from Linux. It can't do the same with your active partition, you'd have to boot from cd.
 
Old 03-28-2006, 11:04 PM   #9
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,436
Blog Entries: 7

Rep: Reputation: 2551Reputation: 2551Reputation: 2551Reputation: 2551Reputation: 2551Reputation: 2551Reputation: 2551Reputation: 2551Reputation: 2551Reputation: 2551Reputation: 2551
Quote:
Originally Posted by westman
Ghost support ext2 FS. rkelsen, I'm quite confius about this statement. what do you mean by it?
Ghost is not Windows. Windows doesn't support ext2 FS.

The best way to use Ghost for your application is to make a Ghost boot floppy and boot from that.

IMO, it is never a good idea to perform low-level HD operations from within a GUI. Particularly Windows.
 
Old 03-28-2006, 11:14 PM   #10
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,436
Blog Entries: 7

Rep: Reputation: 2551Reputation: 2551Reputation: 2551Reputation: 2551Reputation: 2551Reputation: 2551Reputation: 2551Reputation: 2551Reputation: 2551Reputation: 2551Reputation: 2551
Quote:
Originally Posted by pixellany
Ghost will clone **anything**---as will dd, or any of the other options mentioned.
I couldn't get Ghost to work on a ReiserFS drive.

Needless to say, dd worked.
 
Old 03-29-2006, 01:44 AM   #11
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
rkelsen is right. dd works, no matter what you try to do. Sometimes it even does what you expect it to do.

But the real explanation is in this thread

This if you want a real image. If you just want to backup your file system, use tar or star.

jlinkels
 
Old 03-29-2006, 09:57 AM   #12
haertig
Senior Member
 
Registered: Nov 2004
Distribution: Debian, Ubuntu, LinuxMint, Slackware, SysrescueCD, Raspbian, Arch
Posts: 2,331

Rep: Reputation: 357Reputation: 357Reputation: 357Reputation: 357
Quote:
Originally Posted by rkelsen
Quote:
Originally Posted by pixellany
Ghost will clone **anything**---as will dd, or any of the other options mentioned.
I couldn't get Ghost to work on a ReiserFS drive.
Ghost can clone an entire drive irregardless of what filesystem is present. However, it cannot clone a partition unless it knows about the filesystem. At least not using it's default configuration. This, I think, is because it tries to leave out stuff that doesn't need cloning to save space (Windows swap files, etc.) I believe there is an option to make Ghost work more like dd - a straight copy without trying to determine what it is copying. This should work to copy Linux partitions. But something in the back of my mind is telling me that this dd-like straight copy option for Ghost is only available on a full disk cloning, not a partition cloning. I haven't played with Ghost for a while (last version was Ghost2003forDOS) and I really can't remember the details.
 
Old 03-30-2006, 01:51 AM   #13
westman
LQ Newbie
 
Registered: Jan 2006
Distribution: SLES, RH9
Posts: 15

Original Poster
Rep: Reputation: 0
Thank you for all the help. Right now, i'm trying to understand more about dd. Maybe after a few hours for a manual walkthrough , i can start backing up my hdisk...
 
Old 03-31-2006, 04:16 PM   #14
raffytaffy
Member
 
Registered: Mar 2006
Distribution: Gentoo2006.1 , Ubuntu 6.10
Posts: 94

Rep: Reputation: 15
I have acronis true image on my win xp partition. It can make backups of both OS without a problem. I managed to make several backups and restores. No issues yet.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux backup software and drive mirroring software csross Linux - Software 1 12-26-2007 06:59 PM
linux backup software jmarsh Linux - Software 5 05-02-2003 03:55 PM
is there any backup software for linux raymondm Linux - Newbie 3 04-22-2003 03:24 PM
Linux backup-to-CD software? neitzke Linux - Software 1 02-06-2003 07:43 AM
Backup software for Linux and Windows? cottonmouth Linux - Software 4 11-13-2002 10:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration