XS Backup and Disaster Recovery

From OLPC
Revision as of 08:32, 16 March 2008 by Berrybw (talk | contribs)
Jump to: navigation, search

This page deals with Disaster Recovery for the School Server (XS) and does not deal with backup and disaster recovery for the XO's. There are some ideas for these issues on the Nepal:Redundancy page.

Goals

  1. The base XS can be restored by non-technical user w/out using the command-line and in less than 5 steps.
  2. The data on the XS can be backed up without Internet access (May not be feasible)
  3. Solution does not use backup tapes, zip drives, or other media that are expensive or other unavailable in countries like Nepal
  4. Backup software must be open-source

The obvious solution is to use a program that backs up all the system files to a liveCD or LiveDVD and back up the data separately. It would be easiest to back up the data directories in /var, /home, and /var/library across the network using rsync. However, this necessitates a working WAN/Internet connection.


Possibilities


Current Solution

The OLE Nepal team is focusing on Mondo Rescue and rsync for backing up the XS

Installing Mondo Rescue

  1. Download the RPM's for Mondo Rescue here: http://mondorescue.muskokamug.org/fedora/7/ . You need the RPM's for afio, buffer, mindi, mindi-busybox, and mondo
  2. Install them using rpm, note you should put mindi-busybox before mindi
 rpm -ivh afio....rpm buffer...rpm mindi-busybox...rpm mindi...rpm mondo...rpm
  1. You're done!

Using Mondo Rescue to Backup the XS

  1. Type

Using LiveBackup to Restore the XS

Backing up the XS Data

Restoring the XS Data