Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| 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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
02-05-2003, 12:19 PM
|
#1
|
|
LQ Newbie
Registered: Jan 2003
Location: London
Distribution: RedHat8
Posts: 15
Rep:
|
Equivalent of Norton Ghost for Linux?
Wondering if there is an equivalent of Norton Ghost for Linux (using RH8) so I can create a backup image of the OS. Any idea??
Thanks.
|
|
|
|
02-05-2003, 12:59 PM
|
#2
|
|
Moderator
Registered: Feb 2001
Location: Atlanta, GA
Distribution: Slackware
Posts: 1,816
Rep: 
|
you can create an image with dd.
Code:
dd if=/dev/vg1/home of=./home.img
If you are using this to craete backups there are better ways, like cpio or tar.
|
|
|
|
02-05-2003, 02:45 PM
|
#3
|
|
Member
Registered: Mar 2002
Distribution: Ubuntu 6.10
Posts: 165
Rep:
|
Now with 'dd' are you able to then put that on CD so you can boot and restore later? More info on that would be awesome, I might want to look into that.
Thanks!
|
|
|
|
02-06-2003, 06:20 AM
|
#4
|
|
Member
Registered: Dec 2001
Location: Kent in UK
Distribution: Fedora 2
Posts: 170
Rep:
|
I use dd to archive an image of a bootable cd ie
dd if=/dev/hdc of=dumpfile
To save my linux partition to tape or another disk/partition as root
I type
cd /
tar -cpvlzf nnn
where for expmple nnn is /dev/st0 for scsi tape
or /disk2/dumpfile.taz in my case to dump to my 2nd hd
hope this helps
|
|
|
|
02-06-2003, 06:51 AM
|
#5
|
|
LQ Newbie
Registered: Jan 2003
Location: London
Distribution: RedHat8
Posts: 15
Original Poster
Rep:
|
Gee thanks, even I was hoping to find something easier and straightforward like Ghost.
|
|
|
|
02-06-2003, 03:31 PM
|
#6
|
|
Member
Registered: Feb 2003
Location: UK
Distribution: Currently Fedora Core 3
Posts: 136
Rep:
|
I think the latest version of Norton Ghost now supports the linux file system. I did manage to create a backup of my system and write to cd albeit it was spammed over 4 cds. However the problem I encountered was it would not restore. I know this is of no use to you if you cannot restore it but the backup claimed it was successful. Maybe someone could explain to me where they think I went wrong if they have tried a similar thing themselves. If you want to check out latest Ghost and try it out, i hope you have more success. Incidentally I used Ghost 2001.
Good luck
atko.
|
|
|
|
02-06-2003, 04:43 PM
|
#7
|
|
LQ Newbie
Registered: Jan 2003
Location: London
Distribution: RedHat8
Posts: 15
Original Poster
Rep:
|
Thanks for your reply,
we use Norton Ghost quite a lot at work, remember reading once about Linux support, but cannot find any info on the latest Ghost 2002. I have seen some other programs around, but still beta versions, looking for something more reliable.
|
|
|
|
02-06-2003, 05:28 PM
|
#8
|
|
LQ Newbie
Registered: Jan 2003
Location: australia
Distribution: redhat 8
Posts: 18
Rep:
|
|
|
|
|
08-06-2003, 10:51 PM
|
#9
|
|
LQ Newbie
Registered: Aug 2003
Distribution: Slackware v9.x/Red Hat v8.x
Posts: 4
Rep:
|
Equivalent of Norton Ghost for Linux?
Another product that images a drive/partition is "Drive Image" by a company named "Power Quest." Drive Image was up to version 6.x, when I last checked. The big plus to this product is that it images DOS, Linux (Ext2/3), MS Win (Fat 16/32, NTFS v4/v5), and O/S2's HPFS. I use Drive Image and Ghost, I like Drive Image better!!!
http://www.powerquest.com
|
|
|
|
08-07-2003, 12:59 AM
|
#10
|
|
Senior Member
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185
Rep:
|
yes norton ghost 2002 or later should work when making an image, and if it doesn't boot i think all you have to do is re-configure lilo ..
you can even look into GNU Parted or mondo rescue which are linux based backup utilitys...
|
|
|
|
08-08-2003, 09:19 PM
|
#11
|
|
LQ Newbie
Registered: Aug 2003
Posts: 1
Rep:
|
Ghost Success!! (not the best case though)
I have successfully been able to use Symantec Ghost 7.0 to ghost a RedHat 8.0 disk.
Here is the catch.... the only way that has worked has been a disk to disk. I've been trying a bunch of wireless configurations and need to restore back to a certain point when I "f" everything up... I keep the origional on an IDE HD & slave it in when I need to restore. Not pritty.. but functional. ;-)
{SNaP}C0|_D
|
|
|
|
10-07-2003, 10:45 PM
|
#12
|
|
Member
Registered: Aug 2003
Location: Little Rock, Arkansas
Distribution: RH, Fedora, Suse, AIX
Posts: 736
Rep:
|
Wait, I'm confused... I've been looking at Norton Ghost and everything I've seen says that you really should run Ghost on the drive you're backing up. Well, that means they should offer a Linux version for download, right? Everything I've seen suggest that they only have Windows versions. Same for Drive Image.
I've tried Ghost and I couldn't find a way to make an image of a network drive even if I wanted to. But like I said, their documentation says it's inadvisable.
How have you all been doing it? Over the network or on the local machine? If you're running it on the local machine, where can I find tar or rpms for that?
|
|
|
|
10-07-2003, 10:54 PM
|
#13
|
|
Member
Registered: Oct 2003
Location: Tokyo - Japan
Distribution: Slackware
Posts: 348
Rep:
|
You can do network and local backup tasks using Mondo Rescue. It has a simple GUI that's very friendly -although if you want it to be very powerful you'll need to do some man pages reading but it's not really difficult - and you can even crontab it! very good utility, use it to backup through NFS mount very easiy.
|
|
|
|
10-07-2003, 11:16 PM
|
#14
|
|
Member
Registered: Aug 2003
Location: Little Rock, Arkansas
Distribution: RH, Fedora, Suse, AIX
Posts: 736
Rep:
|
Well, if I had my choice, I'd like to be able to backup over my LAN from a Windows machine. That's why I was originally interested in Ghost. I'd like to be able to backup my Linux box over a mapped Network drive (via Samba) from my Windows machine.
That's how I'd /like/ to do it, but if that's not advisable or not practical then I'd prefer to have something that I can manipulate it using SSH so I can run it from my Windows machine. Can Mondo do that?
|
|
|
|
10-08-2003, 12:03 AM
|
#15
|
|
Member
Registered: Feb 2002
Location: India
Distribution: Slacky 12.1, XP
Posts: 991
Rep:
|
how abt dump and restore command
Last edited by jayakrishnan; 10-08-2003 at 12:04 AM.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 11:59 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
|
|