I would like for someone to retrace my footsteps and let me know if what I've done makes sense. I am looking to back everything up so if my drive fails or I destroy it, then I can just restore everything.
I'm using Intrepid on a HP dv6000, external drive is a Seagate I dual boot XP and Ubuntu. Each has its own partition on my laptops drive.
What I have done: 1.Bought 500GB external drive. 2.Used Gparted to copy and paste each partition onto the new drive 3.The external drive has the Windows, Linux, and Free Space partition. 4.I formated the free space as NTFS so both OS's can read the partition.
DOES THIS MAKE SENSE TO YOU? Also, do you for see any problems?
In the event of Windows failing on the laptop:
Boot from LiveCD and use Gparted Delete Windows partition Copy sdb1 (Windows on External) to sda1 (Windows on Internal) This should be sufficient but may require GRUB reinstall....?
In the event of Ubuntu failing on the laptop:
Boot from the LiveCD and use Gparted Delete Ubuntu partition or should I delete extended since extended was copied to External? Copy sdb2 (Ubuntu on External) to sda5 (Ubuntu on Internal) This should be sufficient but may require GRUB reinstall....?
Also, is this possible........
I made a tar backup of / using methods described online. tar cvpzf backup.tgz --exclude=/proc --exclude=/lost+found --exclude=/backup.tgz --exclude=/mnt --exclude=/sys /
Reinstall Ubuntu in the same location
Replaced all files with backed up tar file tar xvpfz backup.tgz -C /
For those who reply, thanks for taking the time to give me peace of mind...:p