The backup and restoration procedures outline in this section will allow for either complete or partial restoration of data.
Unforturnately, backup requirements are inversely proportional to the price per gigabyte of diskspace. As the price of diskspace decreases, the backup requirements increases. Since harddisk prices are so cheap, people put huge disks on their systems; resulting in the need for bigger and faster backup solutions.
Today, there are many backup solutions available: tape backup, optical disk backup, harddisk backup, network backup, etc. For those with the budget, tape backup is still the best solution as tapes are reliable, relatively cheap, fast, holds large volume of data and can be reuse. Unfortunately, for most SOHO users, tape backup is impractical, network backup server is also out of the question, so that just leave optical disk and harddisk backup. Only these two solutions are discussed in the following.
All material presented are licensed under The GNU Free Documentation License.
Updated: 2007-04-04
Disclaimer: The strategy outline here is a recommendation; it does not cover all circumstances and all hardware/software configurations. i.e. Don't blame us if it doesn't work for you.
We divide the backup into two parts. DVD backup and harddisk backups. If the user data are small, say under 10 gigabytes; then the distinction is pointless. But on today's machine it is very common to have over 30 gigabytes of user data and that is alot of DVDs.
The strategy is simple:
DVD backups are bootable so that it can restore the OS and its settings. Harddisks necessary because it allows for large data set without needing an attendent to change disk.
Lastly, It is recommended that users test their contingency plan once in a while during a control environment and not wait until a disaster happens and they find out something is missing or doesn't work.
Updated: 2007-04-04
The recovery process depends on whether a partial restore is required or a full restore is required. For example, if a harddisk crashed then a full restore is required. If a critical file was deleted, then a partial restore is needed.
To restore partially, use the latest version of the harddisk backup and restore to disk according to Harddisk Recovery Using Mondo Rescue below.
To restore in full, put the DVDs in the machine and boot to restore the system first. Then, plug in the portable harddisk and restore the latest data set.
Warning: backup data are not encrypted, if you have sensitive data you must keep it in a safe or a safety deposit box.
Destroy deprecated backup media completely; without killing yourself in the process of course.
Updated: 2007-04-04
Full system backup should be done when a new system is installed or acquired. We will be using Mondo Rescue as the full backup and restoration software.
Mondo Rescue will create a set of bootable DVDs to completely restore the system including the OS and all its settings.
To do a full system backup, you will need to login as root to use Mondo Resue (sudo will not work). Select Application->Accessories->Root Terminal, put in the root password, then from the root prompt run:
# mondoarchive
The following screen should appear.
Procedures:
/dev/dvd,
/- the root directory to indicate you want a full system backup.
Yesto continue.
Warning: full restore will destroy all existing data on disk, make sure you can use it before proceeding. Full restore will create partitions, format into original file system (ext2/3 or reisertfs, etc.) and restore the OS and user data.
Procedures:
Updated: 2007-04-04
Harddisk backup requires a portable usb harddisk with substantial size. Multiple harddisk is recommended. Rotate the harddisk with each backup. Don't carry all your backups during travel for obvious reasons. We will be using Mondo Rescue as the full backup and restoration software.
Mondo Rescue will create a new data set containing the entire system. These data set is in ISO file system. It will appear on the harddisk as an .iso file. Multiple data sets can exist on the same portable usb harddisk.
To do a harddisk backup, Select Application->Accessories->Mondo Rescue.
The following screen should appear.
Procedures:
/media/usbdisk. Replace
usbdiskwith the actual volume name on your portable harddisk. If your harddisk is unformated, exit and jump to hardisk preparation section, come backup and start from begining when finished.
/- the root directory to indicate you want a full system backup.
Yesto continue.
This may take a few hours. Check existence on mounted volume with File Browser
after completion.
Warning: restore will destroy existing data on disk, make sure you can use it before proceeding. You can restore partial files or the entire system.
Procedures:
# mondorestore
/media/usbdisk. Replace
usbdiskwith the actual volume name on your portable harddisk.
Updated: 2007-04-04
Updated: 2007-04-04