Wbadmin start systemstatebackup
Updated: April 17, 2012
Applies To: Windows Server 2008, Windows Server 2008 R2
Creates a system state backup of the local computer and stores it on the location specified.
Note |
|---|
| This subcommand applies only to Windows Server 2008 and Windows Server 2008 R2. Windows Server Backup does not back up or recover registry user hives (HKEY_CURRENT_USER) as part of system state backup or system state recovery. |
To perform a system state backup with this subcommand, you must be a member of the Backup Operators group or the Administrators group, or you must have been delegated the appropriate permissions. In addition, you must run wbadmin from an elevated command prompt. (To open an elevated command prompt, click Start, right-click Command Prompt, and then click Run as administrator.)
For examples of how to use this subcommand, see Examples.
| Parameter | Description |
|---|---|
|
-backupTarget |
Specifies the location where you want to store the backup. The storage location requires a drive letter or a GUID-based volume of the format: \\?\Volume{GUID}. A system state backup to a shared network folder is not supported. |
|
-quiet |
Runs the subcommand with no prompts to the user. |
For information about saving a system state backup to a volume that, in turn, contains system state files, see article 944530 in the Microsoft Knowledge Base (http://go.microsoft.com/fwlink/?LinkId=110439).
To create a system state backup and store it on volume f, type:
wbadmin start systemstatebackup -backupTarget:f:
"The operation ended before completion.
Backup location is running low on space. Free up space or reduce size of data getting backed up."
if available volume disk space decreases to around 1 GB during the process.
The Application log will show an Error
"The backup operation that started at '2009-10-06 09:38:02' has failed with following error code '2155347997' (The operation ended before completion.)."
for Source: Backup and EventID: 517
- 10/9/2009
- Dennis at Home

Note