Wbadmin start recovery Command In Windows Server 2008

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

Introduction

In this we runs a recovery operation based on the parameters that you specify.

Syntax
 

wbadmin start recovery
-version:<VersionIdentifier>
-items:{<VolumesToRecover> | <AppsToRecover> | <FilesOrFoldersToRecover>}
-itemtype:{Volume | App | File}
[-backupTarget:{<VolumeHostingBackup> | <NetworkShareHostingBackup>}]
[-machine:<BackupMachineName>]
[-recoveryTarget:{<TargetVolumeForRecovery> | <TargetPathForRecovery>}]
[-recursive]
[-overwrite:{Overwrite | CreateCopy | Skip}]
[-notRestoreAcl]
[-skipBadClusterCheck]
[-noRollForward]
[-quiet]

 

 Parameter  Description
  -version Specifies the version of the backup in MM/DD/YYYY-HH:MM format. If you do not know the version information, type wbadmin get versions.
 -backup Target It specifies the storage location that contains the backups that you  want the details for.
 -machine It specifies the computer that you want backup details for.
-items It specifies a comma-delimited list of volumes, applications, files, or folders to recover.
-recoveryTarget It specifies the location to restore to.
-recursive it Valid only when recovering files.
-overwrite It Valid only when recovering files. Specifies the action to take when a file that is being recovered already exists in the same location.
-notRestoreAd It specifies to not restore the security access control lists of the files being recovered from the backup
-skipBadClusterCheck It is valid only when recovering files. Specifies the action to take when a file that is being recovered already exists in the same location.
-noRollForward it is valid only when recovering applications.
-quiet In this we runs the subcommand with no prompts to the user.


Example

wbadmin start recovery -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.