System State Backup/Restore for Windows 2008
Overview
Unlike System State backup in older version of Windows (which uses NTBackup), System State backup in Windows 2008 is supported through a command line backup utility called WBAdmin.exe. NTBackup is not supported on Windows 2008. It is not just the utility that is different for System State backup in Windows 2008. This document describes the aspects of System State backup that is specific to Windows 2008.
System State Backup
-
The dump location should be in a non-critical drive
For the Windows 2008 system state backup, the dump location in the client machine where the WBAdmin will dump the data (before StoreGrid backs up to the backup server) should be a non critical drive – it cannot be the drive where Windows is installed and it cannot be the drive where StoreGrid is installed. Like for example, if Windows is installed in C:\ drive in a machine and if StoreGrid is installed in D:\ drive, then neither the C:\ nor the D:\ can be specified as the dump location. Also, the location specified has to be the root of the drive, not a folder inside the drive. For example, you cannot specify the dump location as D:\dump_loc; it has to be just D:\.
-
Size of the dump could be huge
System State in Windows Server 2008 backup is typically huge. The number of files backed up could be as many as 50,000 or even higher. The backup could take an hour or more to complete. The size of each backup (full or incremental) could easily be several GBs in size.
-
Incremental backups will upload the entire data
WBAdmin, which dumps the Windows 2008 system state data, creates the dump files and folders with distinct names during each backup (full or incremental). During every back the file/folder names of the dump are different and also the file/folder names have to be preserved as created by WBAdmin for the backup data to be restorable. Since the file/folder names change during each backup, StoreGrid will not be able to run Intelli-delta (backup only changed bytes) on them and will therefore upload the entire data every backup (full or incremental).
-
Running additional full backups may be unnecessary
As explained above, since even the incremental backups always upload the entire backup data, doing additional full backups may not be required.
Restoring System State backup
Restoring Windows 2008 system state backup is a 2 step process.
Restore the system state backup data from the backup server into a folder in the client machine.
Using wbadmin tool apply the restored backup data into the machine.
(Details on restoring System State data on windows 2003)
Note: Before restoring the system state backup from StoreGrid, please confirm whether the backup contains *.vhd files by expanding the restore tree in the restore backup page. If vhd file is not listed, then it could be that the backup failed and is incomplete.
Please follow the below steps to recover the system state:
Restore System State backup data from StoreGrid web console.
-
wbadmin identifies the restored system state backup data if it has the following directory structure.
<Restore_drive>/Windows Image Backup/
If you have restored the system state backup in alternate location, then copy Windows Image Backup folder to the parent drive. Once the dump is available in restore location, using wbadmin tool you can restore the system state.
Follow the steps mentioned below to restore the system state from the restored backup data.
-
At the command prompt, type
wbadmin get versions -backupTarget:<restore_drive>
to get the version of the backed up system state data and press Enter. For example, consider you have the restored dump data in <restore_drive>/Windows Image Backup then give the command as shown in the screen shot below:
This gives the backed up version of the system state backup.
Copy the Version Identifier value.
-
In the Command Prompt window, enter the command
wbadmin Start SystemStateRecovery -version:<version Identifier> -backupTarget:<restore_drive>
For example:
wbadmin Start SystemStateRecovery -version:11/25/2008-19:30 -backupTarget:D:
-
If the command was entered properly, a confirmation will be required to start the System State recovery. Type in 'Y' to accept the System State recovery, and press Enter to start the System State recovery process.
-
The System State recovery will take several minutes to complete.

-
Once the system state recovery completed, it will prompt you to reboot the system
-
After the machine reboots, it confirms the system state recovery is completed and press Enter to continue. Press Enter.
Troubleshooting Tips
Limitations
You can't dump System State data to Critical volume (system drive).
You can't dump System State data to the drive where the StoreGrid is installed.
The dump location should have enough space. On a 32-bit system, the system state image runs about 6.5GB!.
wbadmin tool need to be enabled manually.
You can't configure the dump location as a network shared folder/ mapped drive /tape drive.
If the given dump location is CD/DVD, confirm that there is a media which is writable during backup.
VSS services must be enabled.
wbadmin tool always gives full dump of the system state with the folder name as backup-timestamp and StoreGrid treats this folder as new folder. Hence it consumes space as much as the full backup consumes.
Do not restore the incomplete backups. Before you restore please check whether *.vhd file is available in restore tree.
While restoring, make sure you select one incremental to restore. If you select multiple incremental backups in a single restore, the restore data size will be huge. Remember, each incremental could be as large as 6 GB.
|