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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
03-28-2006, 08:24 PM
|
#1
|
LQ Newbie
Registered: Jan 2006
Distribution: SLES, RH9
Posts: 15
Rep:
|
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. 
|
|
|
03-28-2006, 09:14 PM
|
#2
|
Senior Member
Registered: Sep 2004
Distribution: slackware
Posts: 4,833
|
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.
|
|
|
03-28-2006, 09:46 PM
|
#4
|
Senior Member
Registered: Dec 2005
Distribution: Slackware
Posts: 1,135
|
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,
|
|
|
03-28-2006, 09:50 PM
|
#5
|
LQ Veteran
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809
|
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.
|
|
|
03-28-2006, 10:27 PM
|
#6
|
LQ Newbie
Registered: Jan 2006
Distribution: SLES, RH9
Posts: 15
Original Poster
Rep:
|
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?
|
|
|
03-28-2006, 10:35 PM
|
#7
|
LQ Veteran
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809
|
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
|
|
|
03-28-2006, 10:39 PM
|
#8
|
Member
Registered: Mar 2005
Posts: 41
Rep:
|
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.
|
|
|
03-28-2006, 11:04 PM
|
#9
|
Senior Member
Registered: Sep 2004
Distribution: slackware
Posts: 4,833
|
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.
|
|
|
03-28-2006, 11:14 PM
|
#10
|
Senior Member
Registered: Sep 2004
Distribution: slackware
Posts: 4,833
|
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.
|
|
|
03-29-2006, 01:44 AM
|
#11
|
LQ Guru
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,196
|
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
|
|
|
03-29-2006, 09:57 AM
|
#12
|
Senior Member
Registered: Nov 2004
Distribution: Mint, MX, antiX, SystemRescue
Posts: 2,337
|
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.
|
|
|
03-30-2006, 01:51 AM
|
#13
|
LQ Newbie
Registered: Jan 2006
Distribution: SLES, RH9
Posts: 15
Original Poster
Rep:
|
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... 
|
|
|
03-31-2006, 04:16 PM
|
#14
|
Member
Registered: Mar 2006
Distribution: Gentoo2006.1 , Ubuntu 6.10
Posts: 94
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 12:20 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|