Usage: WBADMIN START RECOVERY -version:VersionIdentifier -items:VolumesToRecover|AppsToRecover|FilesOrFoldersToRecover -itemtype:{Volume ...

Usage: 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]     [-quiet]  Runs a recovery immediately based on the options specified.  -version        Version identifier MM/DD/YYYY-HH:MM format of backup to recover                  from, as listed by WBADMIN GET VERSIONS.  -items          Comma delimited list of items to recover.                 If itemtype is Volume, can be only a single volume.                  If itemtype is App, can be only a single application.                 If itemtype is File, can be files or directories but should                  be part of the same volume and should be under the same parent.  -itemtype       Type of items to recover. Must be volume, app, or file.  -backupTarget   Drive letter or shared network folder path of the backup.                  Useful when the backup to use for recovery is different from                  the location where backups of this computer are usually stored.  -machine        The computer whose backup you want to use for recovery.                  Useful when multiple computers were backed up to the same                  location. Should be used when -backupTarget is specified.  -recoveryTarget Drive letter of volume to restore to. Useful if the volume to                  restore to is different than the volume that was backed up.   -recursive      Valid only when recovering files. Recursively recovers files                  under the specified path. By default, only files which reside                  directly under the specified folders will be recovered.  -overwrite      Valid only when recovering files. Specifies the action to take                  when a file being recovered already exists in the same location.                 Skip will cause recovery to skip the existing file and                  continue with recovery of the next file.                  Createcopy will cause recovery to create a copy of the                  existing file. The existing file will not be modified.                  Overwrite will cause recovery to overwrite the existing file                  with the file from the backup.  -notrestoreacl  Valid only when recovering files. Does not restore the                  security ACLs of files being recovered from backup. By default,                  the security ACLs would be restored. Default is true.  -quiet          Runs the command with no user prompts.  Examples:  WBADMIN START RECOVERY -version:03/31/2005-09:00 -itemType:Volume -items:d: WBADMIN START RECOVERY -version:03/31/2005-09:00 -itemType:App -items:SQL WBADMIN START RECOVERY -version:03/31/2005-09:00 -itemType:File -items:d:\folder  -recursive  Remarks: To view a list of items available to recover from a specific version, use  WBADMIN GET ITEMS. When the itemtype is App, you can use ADExtended to recover  all the related data needed for Active Directory.