LAB-6
Windows Server Backup (WSB)
IT level 4 – UST
Eng. Esmat Edres Mohammed M.A.
Every system can fail hardware crashes, malware, or human error can cause data loss.
To protect your data and ensure quick recovery, Windows Server provides a built-in feature
called Windows Server Backup (WSB).
Windows Server Backup allows administrators to:
• Create regular backups of system and data
• Restore files, applications, or the entire server
• Schedule automatic backups
What is Windows Server Backup?
Windows Server Backup (WSB) is a built-in Microsoft tool that provides a set of wizards
and command-line options to back up and recover your Windows Server.
It can back up:
• Entire server (Full backup)
• Selected volumes
• Specific files or folders
• System state (registry, AD, etc.)
Why Backup is Important
• Protects against hardware failure
• Recovers from accidental deletion
• Restores from malware or ransomware attacks
• Enables disaster recovery
• Ensures business continuity
Types of Backups in Windows Server:
Type Description Use Case
Full Backup Backs up everything selected (files, apps, Initial or complete
system) protection
Incremental Backs up only files changed since the last Saves space and time
Backup backup
System State Backs up critical system components AD or domain
Backup (Registry, AD, etc.) controllers
Bare Metal Full server image backup including OS Disaster recovery
Recovery and boot files
Optimize Backup Performance Options:
When configuring backup for full volumes:
Option Description
Normal performance Standard backup, time proportional to data size
Faster performance Uses change tracking for faster incremental backups
Custom Configure performance per volume
Windows Server Backup Factors:
1. RTO (Recovery Time Objective):
The maximum acceptable time to restore data and resume operations after a failure.
Windows Server Backup Relation:
• Determines how quickly you can recover data using a backup.
• For example, if you're using bare-metal recovery, the RTO may be longer than a
simple file-level restore.
• RTO depends on:
o Backup type (full, incremental)
o Storage speed
o Server hardware
o Size of the data
2. RPO (Recovery Point Objective):
• The maximum acceptable amount of data loss measured in time.
• Windows Server Backup Relation:
o Defines how often you back up your data.
o If you back up once a day, your RPO is 24 hours (potential data loss of up to a day).
o More frequent backups reduce RPO.
o Supported by scheduling frequent backups using Windows Server Backup's
scheduler or Task Scheduler.
3. HA (High Availability):
• Ensures services remain available even during failure.
• Windows Server Backup Relation:
o Not a direct HA solution, but supports HA environments by backing up:
▪ Clustered servers
o Backup alone does not provide HA, but it's part of the HA strategy for restoring failed
components quickly.
o For true HA, combine backup with failover clustering
4. DR (Disaster Recovery):
• The ability to recover from catastrophic events like data center failure.
• Windows Server Backup Relation:
o Key role in DR plans.
o Enables:
▪ Bare-metal recovery
▪ System state recovery
o Helps rebuild the entire system at a different location if needed.