- "Do I Know This Already?" Quiz
- Foundation Topics
- Exam Preparation Tasks
Exam Preparation Tasks
Review All Key Topics
Review the most important topics in this chapter, noted with the Key Topics icon in the outer margin of the page. Table 18-5 lists a reference of these key topics and the page numbers on which each is found.
Table 18-5 Key Topics for Chapter 18
Key Topic Element |
Description |
Page Number |
Paragraph |
What should be backed up |
361 |
Incremental backups |
365 |
|
Paragraph |
Storage solutions |
367 |
Paragraph |
The dd command |
368 |
Paragraph |
The tar command |
369 |
Paragraph |
The rsync command |
373 |
Paragraph |
Third-party backup utilities |
374 |
Define Key Terms
Define the following key terms from this chapter and check your answers in the glossary:
Tower of Hanoi
tape device
tar ball
Amanda
Bacula
BackupPC
Review Questions
The answers to these review questions are in Appendix A.
For tools that use numbers to specify full and incremental backups, what number specifies a full backup?
Which of the following directories do not need to be backed up? (Choose two.)
/etc
/var
/dev
/sys
Which of the following directories do not need to be backed up? (Choose two.)
/usr
/tmp
/proc
/boot
The ____ command is used to remotely back up data; by default it only backs up data that has changed since the last time the command was used.
Which of the following backup storage locations is likely to be the fastest?
CD-ROM
Tape
Hard disk
Remote network location
Which option to the dd command specifies the device that you are backing up?
count=
bs=
of=
if=
Fill in the following to mount the test.iso file under the /mnt directory: mount -o _____ test.iso /mnt.
The “no rewind” device name for the first tape device on the system is /dev/_____.
Which option to the tar command is used to extract data from a tar ball?
-a
-x
-e
-X
The ___ option to the rsync command is used to enable data transfer via SSH.
