PDA

View Full Version : [ubuntu] Backup before install Hardy



carverj
July 24th, 2008, 08:22 AM
Hi,
I am about to install Hardy Heron 64 bit desktop, and would like to backup my Gutsy personal data first in order to copy it back once complete.
Is it best to use tar for backing up /home?:


tar cvpzf backup.tgz /home

Or better to copy all:


tar cvpzf backup.tgz --exclude=/proc --exclude=/lost+found --exclude=/backup.tgz --exclude=/mnt --exclude=/sys /

Thanks all.

mikewhatever
July 24th, 2008, 11:21 PM
Home is all you'd need to backup. You don't want to overwrite the new installation with old files from Gutsy, right?

carverj
July 28th, 2008, 05:37 AM
Ok, thanks mate. Will do.
So i guess this means that all the applications I used in Gutsy and their various links and files are stored in /home !?

Thanks guys.

pkl266
July 28th, 2008, 05:42 AM
Yep, all the data that you need to transfer should be in /home. The stuff for the applications are in hidden folders in /home, most likely.