Wbadmin - Unssuported Location

muflix

Member
Joined
Aug 26, 2011
Messages
18
Location
Prague
Hello i tried this command
wbadmin start systemstatebackup -targetbackup:F:\
but it throw me error the location is not supported or not found.. i know i cant use local os drive and remote locations fo backup but that disk is empty and formatted on NTFS so it seems to be ok..
where is mistake, what i misslooked ?
here is image
thank you
 
ok it works now i change parameter on -targetbackup:F:
but it says me

"Log of files for which backup failed:
C:\Windows\Logs\WindowsServerBackup\Backup_Error-....log

the operation ended before completion
the parameter is incorrect"

but the log file is empty.. what mistake is now ?
 

Attachments

  • Corrupt_AS1.jpg
    Corrupt_AS1.jpg
    68 KB · Views: 3
the command is:

Code:
wbadmin start systemstatebackup -backupTarget:f:

not:

wbadmin start systemstatebackup -TargetBackup:f:
 
oh i maybe know whats the problem.. backup has more than 10GB my F disk is only 2GB.. what all is backuped ? that create image of server or what LoL.. i though it backup only AD database..
 
Systemstate backup is a SYSTEM STATE BACKUP. So, 10GB are not too much...

anyway, take a look at this article:

Code:
http://technet.microsoft.com/en-us/library/cc753359(WS.10).aspx

if you want to be able to backup ONLY the AD, I think you should buy 3rd part software...
 
Back
Top