CV0-002 · Question #581
A backup solution for a new cloud environment must meet the following requirements: - Use no more than two backup sets for a complete restore. - Minimize backup space used. - Support physical and virt
The correct answer is A. Weekly full backups with daily incremental backups. Weekly full backups combined with daily incremental backups minimize storage space while meeting the requirement of using a base set and subsequent changes for a complete restore.
Question
A backup solution for a new cloud environment must meet the following requirements:
- Use no more than two backup sets for a complete restore.
- Minimize backup space used.
- Support physical and virtual machines.
Which of the following BEST meets these requirements?
Options
- AWeekly full backups with daily incremental backups
- BWeekly clones with daily incremental backups
- CWeekly full backups with daily differential backups
- DWeekly and daily snapshots via the hypervisor
How the community answered
(45 responses)- A87% (39)
- B4% (2)
- C2% (1)
- D7% (3)
Why each option
Weekly full backups combined with daily incremental backups minimize storage space while meeting the requirement of using a base set and subsequent changes for a complete restore.
Weekly full backups establish a complete data baseline. Daily incremental backups store only the data that has changed since the *last* backup, whether that was a full or another incremental, making this the most space-efficient method. For a complete restore, you retrieve the last full backup and apply all subsequent incremental backups, which can be logically considered two backup 'sets' (the full and the cumulative incrementals), and this method supports both physical and virtual machines.
Weekly clones are full copies, which are very space-intensive and not primarily a backup method for ongoing data protection, and combining with incremental backups would not significantly minimize overall space.
While weekly full and daily differential backups require only two backup sets for a restore (the full and the latest differential), differential backups store all changes since the last full and thus use significantly more space than incremental backups, failing to minimize backup space effectively.
Weekly and daily snapshots via the hypervisor are typically for quick, short-term recovery of virtual machines, are not robust long-term backup solutions for both physical and virtual machines, and consume significant space on primary storage over time.
Concept tested: Backup strategies- Incremental vs. Differential
Source: https://www.cisco.com/c/en/us/products/storage-networking/differential-vs-incremental-backups-whats-the-difference.html
Topics
Community Discussion
No community discussion yet for this question.