A user accidentally deleted a critical file. A technician tries to restore it from tape backup but receives an error that the file does not exist on the tape. Which of the following should the technician do FIRST?

A. Verify that the correct tape is in the tape drive.
B. Re-index the tape library.
C. Schedule a differential backup to run now.
D. Update the tape drive firmware.

Answer: A. Verify that the correct tape is in the tape drive.

Computer Science & Information Technology

You might also like to view...

________ is a document view that displays how the document will look if all changes are accepted

Fill in the blank(s) with correct word

Computer Science & Information Technology

Select the code below that configures a class called "offer" with blue text, 1.2em, and Arial or sans-serif font using CSS

a. .offer { color:blue; font-size:1.2em; font-family:sans-serif;} b. .offer { color:blue; font-size:1.2em; font-family:Arial,sans-serif;} c. .#offer { text:blue; font-size:1.2em; font-family:Arial,sans-serif;} d. #offer { text:blue; font-size:20px; font-family:Arial,sans-serif;}

Computer Science & Information Technology