Wbadmin start sysrecovery Command In Windows Server 2008

In this article I am going to explain about Wbadmin start sysrecovery Command in Windows Server 2008 operating system and also explain it's related syntax.
  • 3605


Introduction

In this we Performs a system recovery using the parameters that you specify.

Syntax

 

wbadmin start sysrecovery
-version:<VersionIdentifier>
-backupTarget:{<BackupDestinationVolume> | <NetworkShareHostingBackup>}
[-machine:<BackupMachineName>]
[-restoreAllVolumes]
[-recreateDisks]
[-excludeDisks]
[-skipBadClusterCheck]
[-quiet]


 

 Parameter  Description
-version It specifies the version identifier for the backup to recover in MM/DD/YYYY-HH:MM format.
-backup Target It specifies the storage location that contains the backups that you  want the details for.
-machine It specifies the name of the computer that you want to recover.
-restoreAllVolumes It recovers all volumes from the selected backup.
-recreateDisks Recovers a disk configuration to the state that existed when the backup was created.
-excludeDisks In this we Valid it only when specified with the -recreateDisks parameter and must be input as a comma-delimited list of disk identifiers
-skipBadClusterCheck It skips checking your recovery disks for bad cluster information.
-quiet It runs the subcommand with no prompts to the user.


Example

wbadmin start sysrecovery -version:04/30/2005-09:00 -backupTarget:\\servername\share -machine:server01

Ask Your Question

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.