A server administrator is restoring a file server from a full backup taken 7 days ago and incremental backups taken daily. The restoration fails with an error about missing catalog files. What is the most likely cause?
Trap 1: The hard drive on the file server has failed
Hard drive failure would cause hardware errors or I/O errors, not a missing catalog files error.
Trap 2: The backup software is not compatible with the current OS version
Incompatibility would typically cause an initial backup or restore failure, not a missing catalog error.
Trap 3: The full backup media is corrupted
Corrupted full backup media would likely produce a read error, not a missing catalog files error.
- A
The hard drive on the file server has failed
Why wrong: Hard drive failure would cause hardware errors or I/O errors, not a missing catalog files error.
- B
The backup software is not compatible with the current OS version
Why wrong: Incompatibility would typically cause an initial backup or restore failure, not a missing catalog error.
- C
The full backup media is corrupted
Why wrong: Corrupted full backup media would likely produce a read error, not a missing catalog files error.
- D
The incremental backup chain is broken
A broken chain (e.g., a missing incremental) prevents the restore from completing, often resulting in a catalog error.