HOW TO: Perform system backup in Ubuntu – Part 2 – Restore

by Soddengecko @ 20:20   All | Code | Linux / Unix   Permalink

The restore will need to be perfomred as root

tar xvpzf filename.tgz -C /

the mkdir options are mandatory, and you will notice that they are the directories that are excluded from the backup. this is fine, but the folders do need to be replaced BEFORE YOU DO ANYTHING AFTER THE RESTORE

mkdir proc
mkdir lost+found
mkdir mnt
mkdir sys
mkdir media
mkdir cdrom
mkdir home

now reboot

everything should now be cushdy

Do you want to leave a reply?


XHTML: You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>



Contact