Answers to: how to restore backup?http://linuxexchange.org/questions/2722/how-to-restore-backup<p>Hi There are many backup apps. All of them show how to begin backup and suggest where to put backup, but now the important part never seems to be told in detail. How to restore what you backed up. If you had to reinstall the OS again ,or even a similar one, how do you do that . A mass full of data in one reinstall. Is there a certain way to do this? Thank you... </p>enSat, 07 Jan 2012 06:21:09 -0500Answer by daves dadhttp://linuxexchange.org/questions/2722/how-to-restore-backup/2773<p>choices:</p> <ol> <li>Backup everything. Use a live CD etc with restore program on it.</li> <li>Backup home directory. Reinstall OS then recover home directory.</li> <li>Backup home directory, package manager status, /etc. Reinstall OS then recover home directory ....</li> </ol> <p>I do 2 to minimise on size/time of backup, and impotent /etc stuff backed up in /home using revision control. </p>daves dadSat, 07 Jan 2012 06:21:09 -0500http://linuxexchange.org/questions/2722/how-to-restore-backup/2773Comment by kaykav on Ron's answerhttp://linuxexchange.org/questions/2722/how-to-restore-backup#2725<p>Thank you for your explanation. Sounds as if you have your affairs in order. I have to look into that CrashPlan thing....</p>kaykavTue, 18 Oct 2011 21:12:59 -0400http://linuxexchange.org/questions/2722/how-to-restore-backup#2725Answer by Ronhttp://linuxexchange.org/questions/2722/how-to-restore-backup/2724<p>I use Simple Backup (sbackup).</p> <p>It does daily incremental and weekly full backups to a local external hard drive, which that drive is then backed up online via CrashPlan PRO just in case something happens to the local external hard drive and its backups.</p> <p>If I ever needed to restore, here's what I'd do.</p> <p>1) Restore the PC from my Clonezilla backup image of the entire hard drive (if it's the same PC) and then do steps 2 and 3 because those files will be newer than the one in the Clonezilla image.</p> <p>OR</p> <p>If it's not the same PC, boot up the new PC with a live CD image I made of my PC (without personal settings) via Remastersys and then do steps 2 and 3.</p> <p>2) Attach the external hard drive with the backup files created by Simple backup (sbackup)</p> <p>3) Using Simple Backup (sbackup), restore my personal files.</p> <p>UPDATE: I have to add this..... test your backups. Most people fail to do that. remember, backups are worthless and restores re priceless.</p>RonTue, 18 Oct 2011 14:28:01 -0400http://linuxexchange.org/questions/2722/how-to-restore-backup/2724Answer by Lotfihttp://linuxexchange.org/questions/2722/how-to-restore-backup/2723<p>Hi. Can you tell me what do you want really to do?</p> <p>I need more details to understand what do you want to do.</p> <p>which kind of backup do you have? (database one? files? or disk partition backup?) If you have database one, you should inject the backup after an untar (may be not need to do this step, it depends on the configuration of your backup script).</p> <p>If the concerned backup is just a backup of a filesystem, you should do the same (untar and move the result to desired location).</p> <p>concerning the last case, to be honest i never had the opportunity to do it. I think you need some applications to be able to restore a disk partition backup. will search and back to you.</p> <p>Cheers, </p> <p>Lotfi. </p>LotfiTue, 18 Oct 2011 05:56:51 -0400http://linuxexchange.org/questions/2722/how-to-restore-backup/2723