FedoraThis forum is for the discussion of the Fedora Project.
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.
Hi
been serching for a straightforward way to backup a FC6 install (8gb on a 60gb disk) to a 40gb disk as a clean backup.
tried clone on G4L - ghost for linux, but it screwed up, kernel panic & etc. it took hours to run!
apparently dd will only do same - same or smaller - bigger (with resize partition).
should i give clonezilla a go on a disk?
i'm only a mild linux user .. still trying..
would be great if there is anything like acronis out there!
dd is a straightforward way to clone partitions. You can clone to a drive--or to an image file. But--it is slow
If you want to clone an installation, it will be better to clone using the drive designator instead of the partition. This way, you will get the mbr also. This method works if the partition is at the beginning of the disk.
Please do this:
open a terminal su to become root
fdisk /dev/hda (or whatever the correct device id is for the drive where you have fc6 u to put fdisk in sector mode p to list partitions
post the results here
PS: I don't bother backing up the OS or the apps---just data. If the OS were to crash, I would simply re-install. (I do keep non-replaceable app tarballs and such with my data.)
Last edited by pixellany; 02-11-2007 at 01:18 PM..
thanks, willco.
just to explain the reason i'm needing ghost backup is that i'm trying to crash course my linux learning - been taking far too long. .. so got a few machines to test, which of course means i reck the OS and numerous useful apps regularly! i think if i can ghost i can reinstall overnight and be ready to experiment next day.
cheers, back soon.
The problem with "dd" is that it copies the entire partition, including unused space. If your partition is 60gb with only 8gb used, your output with be a 60gb image with only 8gb used.
It won't copy free space allowing you to save a HDD and burn it to DVD if you prefer. My / partition has 5.8GB used, the compressed image is 1.4GB. I'm not sure if this utility compresses the image as I use the bootitng from same vendor.
Last edited by Junior Hacker; 02-12-2007 at 10:55 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.