Data Loss Prevention   «Prev  Next»

Lesson 1

Concepts regarding protecting the Loss of Data in RedHat Linux

In the best of circumstances, backups and archives will never be needed. However, data represents an investment of time and effort, and you should take measures to ensure your unique data against loss. Hard-drive failures, software bugs, and user errors can wreak havoc, deleting or corrupting important information. In mission-critical applications, lost or inaccessible data can mean the difference between meeting deadlines and satisfying customers or defaulting on a myriad of vital business responsibilities.
Timely, consistent, and reliable backups are an extremely important aspect of system administration. In this module, you will learn how to protect your data using appropriate backup applications and scheduling. Additionally, you will use the file recovery facilities available in the tar utility and the restore command. Finally, you will learn about RAID: a) what RAID is, b) the different RAID levels, and c) the differences between hardware and software RAID.

Module Objectives

After completing this module, you will be able to:
  1. List the kinds of tape-drive hardware supported by Linux
  2. Recognize tape control commands
  3. Use the tar command to back up and restore files and directories
  4. Use the dump command to back up file systems
  5. Use the restore command to recover file systems
  6. List tape backup applications available from Red Hat
  7. Explain basic concepts related to RAID
  8. Describe RAID levels
  9. Compare and contrast hardware and software RAID

Selecting a Backup Medium

Armed with a backup strategy in mind, it is time to select a backup medium. Several types of backup hardware and media are available for use with Fedora and RHEL. Each type has its advantages and disadvantages.
The type of medium to choose depends largely on the amount of data you need to archive, how long you will store backups, how often you expect to recover data from your backups, and how much you can afford to spend. Table 4-1 compares the most common backup media. The following sections describe how to use magnetic tape, writable DVDs, and writable CDs as backup media.
Comparison of Common Backup Media
Table 4-1: Comparison of Common Backup Media

The next lesson describes tape-drive hardware.