You can use Windows Server Backup to protect your operating system, system state, volumes, files, and application data. Backups can be saved to single or multiple disks, single or multiple volumes, DVDs, removable media, or remote shared folders. They can be scheduled to run automatically or manually.
You can create a backup using the Backup Schedule Wizard to enable backups to be run on a regular schedule or using the Backup Once Wizard to run a one-time backup. You can access both of these wizards from the Windows Server Backup Microsoft Management Console (MMC) snap-in. You can also create regular or one-time backups using the Wbadmin command or Windows PowerShell cmdlets for Windows Server Backup.
Windows Server Backup creates complete backups that allow you to perform recoveries of your computer without needing to reference another backup. However, these backups are optimized to behave like incremental backups, to increase backup performance and save space. In addition, if you use a disk or volume to store backups, Windows Server Backup automatically deletes older backups as a storage location becomes full. For more information about incremental and full backups, see Optimizing Backup and Server Performance.
When you create a backup and save it to a storage location, the backup that you create will be saved in a folder WindowsImageBackup\<ComputerBackedUp>. In addition to the backup, this folder includes catalog files that contain information about all backups on that location up to the current backup, and a file, MediaId, that contains the identifier for the backup storage location. This information is required to perform a recovery.
For instructions specific to backing up Active Directory Domain Services, see
This section contains instructions to help you do the following:
-
Configuring Automatic Backups
-
Performing a Manual Backup
-
Create Backups of the System State Using a Command Line
-
Backing Up Applications and Data
Choosing what to back up
As part of creating a backup, you will need to specify the files, folders, or volumes that you want to include. The items that you select to back up will impact what you can recover.
Note | |
You cannot use Windows Server Backup to back up file and folders on volumes that require more than 2040 GB (or 2 TB). However, as long as the data size is less than 2 TB, you can perform a file or folder backup. For example, you can back up 1.5 TB of data from a 3-TB volume. But, a full server or volume recovery using the backup will recreate a 2-TB volume instead of a 3-TB volume. |
You have the following options:
Items in backup | Resulting recovery options |
---|---|
Full server (all volumes) |
Back up all volumes if you want to be able to recover the full server. You can use a full server backup to perform all types of recoveries, including system state and bare metal recoveries. We recommend this option. |
Critical volumes/Bare metal recovery |
Choose to create a backup for bare metal recovery if you want to back up the items needed to recover the operating system (critical volumes only). This option is a subset of a full server backup. |
System state |
Choose to back up the system state if you want to back up the items needed to perform a system state recovery. This option is a subset of a full server backup. |
Individual volumes |
Back up just individual volumes if you only want to be able to recover files, applications, or data from those volumes. |
Folders or files |
Back up just individual folders or files if you only want to be able to recover those items. |
Choosing a storage location
You will also need to specify a location to store the backups that you create. The type of storage location that you choose will impact what you can recover.
Note | |
|
Storage type | Details |
---|---|
Remote shared folder |
You can store both one-time (ad hoc) backups and scheduled backups on remote shared folders. (The capability to store scheduled backups on remote shared folders is new for Windows Server 2008 R2.) Then, you can use backups stored on remote shared folders to recover files, folders, system state, applications, and full volumes—or to perform bare metal recoveries. If you store your backup in a remote shared folder, your backup will be overwritten each time you create a new backup. Do not choose this option if you want to store multiple backups. Also, if you create a backup to a shared folder that already contains a backup, if the backup process fails, you might be left without any backups. |
DVD, other optical media, or removable media |
You can store only one-time backups (not scheduled backups) on optical or removable media. Then, you can use backups stored on optical or removable media to perform full volume or bare metal recoveries. You cannot recover applications, individual files, or the system state from backups stored on optical or removable media. New in Windows Server 2008 R2, if the free space on the media is greater than 1 GB, removable media is formatted as NTFS, and optical media is formatted as Universal Disk Format (UDF), then the media will not be reformatted before backups are saved to the media—so that the media can be used to store other data. In Windows Server 2008, DVDs and removable media are always formatted before backups are stored on them. Backups stored on DVDs will be compressed and will occupy less space than backups saved to hard disks. |
Internal hard disk |
You can store both one-time and scheduled backups on an NTFS-formatted disk or a GUID partition table (GPT)–formatted disk. However, if you store scheduled backups on an internal disk, you have the option of dedicating that disk for storage. Then, the disk you choose will be dedicated for storing your scheduled backups and will not be visible in Windows Explorer. You can use the backups stored on internal disks to:
However, you cannot perform a full system or bare metal recovery if the backup is on the same physical disk as one or more critical volumes. You can perform system state recoveries and also recoveries of volumes (where no partitioning is done). Finally, if you use a volume to store backups, and you store other data on that volume as well, write operation performance may decrease up to 200 percent on the volume (read operations are not affected). We recommend that you do not store other data on the volume with your backups. |
External hard disk |
If you store your backup on an NTFS-formatted or GPT-formatted external hard disk, you can:
However, as with internal disks, you have the option of dedicating the disk for storage so that it will not appear in Windows Explorer. And, if you use a volume to store backups, and you store other data on that volume as well, I/O performance may decrease on the volume. We recommend that you do not store other data on the volume with your backups. |
Important | |
|
Additional considerations
-
To use Windows Server Backup, you must be a member of the Backup Operators or Administrators group, or you must have been delegated the appropriate authority.