Restoring a backup
- Install Fedora Core 5 on the restoration machine
- Add NZ mirror ftp.wicks.co.nz to yum.repos.d for core and updates
- Update to current state of FC5
- Reboot to pick up latest kernel and libraries
- Install any RPMs listed in /etc/local.rpms that are not currently installed
- Create a user call backup and extract to the folder called data
- Use that to restore /usr/lib/python2.4/site-packages (so rdiff-backup can be used)
- Restore /etc
- Use rdiff-backup to restore other directories
- copy the restore.sh
- Copy off/extract the backup data from a CD to somewhere in one of the home direcotories
Restore backup
- cd /media/base
- mv etc etc.old
- rdiff backup –r now home/Oluwa/Desktop/backup/etc etc (where you xtracted the cd to)
- mkdir home/backup
- rdiff backup –r now home/Oluwa/Desktop/backup/home/backup/dumps home/backup/dumps
- vim restore.sh (open the restore file with vim)