SK0-004 · Question #618
A system administrator is creating a backup schedule. Which of the following is a best practice to ensure the data is backed up, based on a five-day business week ?
The correct answer is A. Full on Sundays ; incremental on business days. The standard backup best practice combines a weekly full backup on a non-business day with daily incremental backups to minimize backup windows while maintaining a complete recovery chain.
Question
A system administrator is creating a backup schedule. Which of the following is a best practice to ensure the data is backed up, based on a five-day business week ?
Options
- AFull on Sundays ; incremental on business days
- BIncremental on Sundays ;differential on business days
- CSnapshot on Sundays, differential on business days
- DIncremental on Sundays ;snapshot on business days
How the community answered
(30 responses)- A90% (27)
- B7% (2)
- D3% (1)
Why each option
The standard backup best practice combines a weekly full backup on a non-business day with daily incremental backups to minimize backup windows while maintaining a complete recovery chain.
Performing a full backup on Sunday establishes a clean, complete baseline each week, while incremental backups on each business day capture only data changed since the most recent backup - whether full or incremental - keeping daily jobs fast and storage-efficient. This strategy is recognized best practice because it balances recovery point objectives, storage consumption, and backup job duration across a five-day week. Restoring requires the Sunday full backup plus each incremental in sequence up to the desired recovery point.
Running an incremental on Sunday provides no full baseline for the week, making restoration require reassembling every incremental indefinitely with no guaranteed clean starting point, while differentials grow progressively larger each business day.
Snapshots are storage-system-level point-in-time copies that depend on the underlying volume infrastructure and are not a portable full backup baseline suitable for a standard weekly schedule.
An incremental on Sunday still provides no full backup foundation, and daily snapshots on business days are storage-dependent and cannot substitute for a restorable, media-independent backup set.
Concept tested: Backup strategy - weekly full plus daily incremental schedule
Source: https://learn.microsoft.com/en-us/windows-server/storage/file-server/volume-shadow-copy-service
Topics
Community Discussion
No community discussion yet for this question.