SK0-004 · Question #764
An administrator is selecting a backup technique that will allow the server OS to be completely restored on new hardware in case of a full server failure. Which of the following backup technologies…
The correct answer is A. Snapshot backup B. Image backup. Restoring a complete server OS on new hardware requires a backup type that captures the entire disk contents, including the OS, bootloader, and all configurations.
Question
An administrator is selecting a backup technique that will allow the server OS to be completely restored on new hardware in case of a full server failure. Which of the following backup technologies should the administrator select? (Choose two.)
Options
- ASnapshot backup
- BImage backup
- CBare-metal backup
- DIncremental backup
- EDifferential backup
How the community answered
(38 responses)- A89% (34)
- C3% (1)
- D3% (1)
- E5% (2)
Why each option
Restoring a complete server OS on new hardware requires a backup type that captures the entire disk contents, including the OS, bootloader, and all configurations.
A snapshot backup captures the entire state of a system or volume at a specific point in time, including all OS files, settings, and data, making it suitable for full system restoration on new or different hardware when used with compatible restore tooling.
An image backup performs a sector-by-sector copy of an entire disk, preserving the OS, boot records, and all partitions in a self-contained file that can be written directly to new hardware to achieve a complete bare-metal restore.
Bare-metal backup is not a distinct backup technology but rather a descriptor for the recovery scenario - the actual technologies used to achieve a bare-metal restore are image and snapshot backups.
An incremental backup only captures data changed since the last backup of any type, so it does not contain a complete standalone copy of the OS required for full restoration.
A differential backup only captures data changed since the last full backup, so it cannot independently restore a full server OS without a preceding full backup.
Concept tested: Backup types enabling full OS bare-metal recovery
Source: https://learn.microsoft.com/en-us/windows-server/storage/storage
Topics
Community Discussion
No community discussion yet for this question.