nerdexam
CompTIA

SK0-004 · Question #349

An administrator is creating a comprehensive backup system to backup a single web server. Which of the following is the BEST way to provide full restore?

The correct answer is A. Take an image backup nightly while the server is online. An image (full) backup taken nightly provides the most complete single restore point by capturing the entire server state including OS, applications, and data.

Security and disaster recovery

Question

An administrator is creating a comprehensive backup system to backup a single web server. Which of the following is the BEST way to provide full restore?

Options

  • ATake an image backup nightly while the server is online.
  • BTake an incremental backup while the server is offline.
  • CTake a monthly snapshot backup while the server is online.
  • DTake a differential backup while the server is online.

How the community answered

(39 responses)
  • A
    85% (33)
  • B
    10% (4)
  • C
    3% (1)
  • D
    3% (1)

Why each option

An image (full) backup taken nightly provides the most complete single restore point by capturing the entire server state including OS, applications, and data.

ATake an image backup nightly while the server is online.Correct

An image backup captures a complete sector-by-sector copy of the server, allowing a bare-metal restore to exactly the state at backup time. Taking it nightly minimizes data loss to at most one day, and performing it while the server is online (using VSS or similar snapshot technology) avoids service interruption while still ensuring data consistency.

BTake an incremental backup while the server is offline.

An incremental backup only captures data changed since the last backup, so a full restore requires the last full backup plus every incremental in sequence, making recovery slower and more complex.

CTake a monthly snapshot backup while the server is online.

Monthly snapshots leave up to 30 days of potential data loss, which is far too infrequent for a comprehensive backup strategy on a production web server.

DTake a differential backup while the server is online.

A differential backup captures all changes since the last full backup, but the question does not describe a full backup also being taken, and differential alone cannot provide a complete bare-metal restore.

Concept tested: Backup types and full restore strategy

Source: https://learn.microsoft.com/en-us/azure/backup/backup-architecture

Topics

#image backup#backup strategy#full restore#disaster recovery

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice