Linux - SoftwareThis 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.
Man, I have been searching all night, I searched the forums, but nothing seems to work.
I just need some software, gui or command line, something that works, so I can restore my linux system if my attempt to install the ati drivers fail.
suse 9.1
Description:
Ghost for Linux is a hard disk and partition imaging and cloning tool similar to Norton Ghost(c). The created images are optionally compressed and transferred to an FTP server instead of cloning locally.
The only two that I know of is part image which is a direct clone and works pretty damn well with a nice GUI for those who are more comfortable with it.
I've never done it but it's quite common to clone drives using DD. Again, I've never done this, so you should research it if your considering it.
AFAIK all you should have to do is
Code:
dd if=/dev/hda of=/dev/hdb
. Where /dev/hda is the drive you need to clone and /dev/hdb is the drive your backing up to. DD will do a bit to bit copy of the orignal drive to the new drive.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.