2016-01-15 39 views

回答

0

WBADMIN適用於:

的Windows Vista Windows Server 2008的 的Windows 7 Windows 8中的Windows 的Windows Server 2008 R2 Windows Server 2012中

這是一個相當標準推薦的解決方案。你遇到的問題是什麼?

+0

感謝回覆。我很遺憾地告訴你使用[系統狀態備份](https://technet.microsoft.com/en-us/library/cc742124.aspx)不起作用。是否有任何替代Wbadminother比命令行 - CMD –

+0

系統狀態備份不起作用? – lit

0

您應該能夠使用類似情景#2自:

https://technet.microsoft.com/en-us/library/cc742083(v=ws.11).aspx

wbadmin start backup –backupTarget:d: -include:g\folder1,h:\folder2 –systemstate -vsscopy 

這也將是注意到該語法部分

語法用於Windows的一個好主意Vista和Windows Server 2008:

wbadmin start backup 
[-backupTarget:{<BackupTargetLocation> | <TargetNetworkShare>}] 
[-include:<VolumesToInclude>] 
[-allCritical] 
[-noVerify] 
[-user:<UserName>] 
[-password:<Password>] 
[-noinheritAcl] 
[-vssFull] 
[-quiet] 

Synt斧頭爲Windows 7和Windows Server 2008 R2及更高版本:

Wbadmin start backup 
[-backupTarget:{<BackupTargetLocation> | <TargetNetworkShare>}] 
[-include:<ItemsToInclude>] 
[-nonRecurseInclude:<ItemsToInclude>] 
[-exclude:<ItemsToExclude>] 
[-nonRecurseExclude:<ItemsToExclude>] 
[-allCritical] 
[-systemState] 
[-noVerify] 
[-user:<UserName>] 
[-password:<Password>] 
[-noInheritAcl] 
[-vssFull | -vssCopy] 
[-quiet] 

您可能需要檢測操作系統,並運行在某些情況下wbadmin start systemstatebackup。正如你可能會注意到,在systemState標誌從Windows Vista和Windows Server 2008同樣重要的是要注意wbadmin start systemstatebackup不能在Windows 10的工作丟失,你會用下列消息映入眼簾:

Warning: The DELETE SYSTEMSTATEBACKUP command is not supported in this version of Windows. 
The operation ended before completion. 
相關問題