Hello
I have Windows Server 2008 Enterprise Version 6.0 (Build 6002: Service Pack 2) and I am trying to backup the System State. The command I am using is: wbadmin start systemstatebackup -backuptarget:c:\Backup
The output and error I am getting when I hit enter in a command prompt that I am Running As Administrator is:
wbadmin 1.0 - Backup command-line tool
(C) Copyright 2004 Microsoft Corp.
Starting System State Backup [1/5/2012 1:13 PM]
Retrieving volume information...
This would backup the system state from volume(s) Local Disk(C:) to c:\Backup.
Do you want to start the backup operation?
[Y] Yes [N] No y
ERROR - Specified backup location could not be found.
It is my understanding that this command is correct and it should work provided that there is enough room on the drive(which there is). Any ideas as to why it isn't working? Many thanks.