LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to Backup /home (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-backup-home-760206/)

budbaker44 10-06-2009 08:55 PM

How to Backup /home
 
How do I backup my /home before the new version of Ubuntu comes out later this month. I am running Ubuntu 9.04 I really do not want to have to redownload my themes and everything.

MS3FGX 10-06-2009 10:09 PM

Are you planning on reinstalling from scratch? If so, if your /home directory is on a different partition then you just need to tell the installer where it is, and it will preserve the old files. If /home is on the same partition as your root filesystem, then you will need to back it up to some other device like an external HDD.

If you are upgrading though apt, then you don't have to do anything.

jmc1987 10-06-2009 10:32 PM

This is how you update
Code:

sudo apt-get update
sudo apt-get upgrade

That will update you to the latest.

But like he said above you need to back it up on some media disk or a HD

slakmagik 10-07-2009 01:25 AM

Yeah, no matter what, you need some kind of home backup. A lot of people go industrial-strength with off-site servers and whatnot but at least use 'rsync' to backup to an external hard drive or three. There are some specialized tools that are specifically devoted to being a backup frontend to rsync if you'd rather try those. A search will turn them up.


All times are GMT -5. The time now is 09:23 PM.