Lecture #11   Backup and Restore

Learner Outcomes

Activities

  1. Take Quiz 4
  2. Exercises 9.3 from the back of the chapter.
  3. Demonstration of the tar, cpio, and dump commands.
  4. Exercise: Perform a full system backup
    1. Create a backup device of 3.5 GB as /dev/hda7
    2. At runlevel 1 backup all directories under / except /proc and /sys
    3. After the backup, remove all files in and below /boot
    4. Restore the /boot directory and insure that your system still boots.
  5. Demonstrate dumping and restoring file systems: CCC Confer Video

Assignment

  1. Do Lab 8
  2. Read Chapter 8 and sections 1, 2, and 4 of Chapter 10

System Backup and Restore

PowerPoint Slides
  1. The Backup Process
  2. Backup Devices
  3. Types of Data
  4. Methodologies
  5. Archive Utilities
  6. Compression Utilities
  7. Backup Software Packages

Relevant Commands and Files

Commands Files
tar        - simple backup and restore utility  
cpio       - flexible backup and restore utility  
dump       - backup utility /etc/dumpdates
restore    - restores from a dump archive