I need to back up the /home to a different location. How to do it? /home
is in a seperate parition with '/home` folders of other distros as well? I need to backup them all before i do anything else.
Asked
Active
Viewed 1,632 times
1

Starx
- 5,263
1 Answers
1
If you boot an Ubuntu live session, then the home partition will be shown in Nautilus, so you can just click to mount it. Then you can copy the folders elsewhere like you do with any other folder.

Jo-Erlend Schinstad
- 29,531
sudo rsync -a <source> <destination>
or run a backup solution then... – Takkat Aug 01 '11 at 08:30