DPM supports recovery of data for file servers through the Recovery Wizard. When you double-click a protected volume on the Protected data pane in the wizard, DPM displays the data that belongs to that volume in the results pane. You can filter protected server names alphabetically by clicking Filter. After selecting a data source to recover in the tree view, you can select a specific recovery point by clicking the bold dates in the calendar. When you click Recover in the Actions pane, DPM starts the recovery job.
To recover protected data for file servers
-
In DPM Administrator Console, click Recovery on the navigation bar.
-
Browse or search for the data you want to recover, and then, in the results pane, select the data.
-
Available recovery points are indicated in bold on the calendar in the recovery points section. Select the bold date for the recovery point you want to recover.
-
In the Recoverable item pane, click to select the recoverable item you want to recover.
-
In the Actions pane, click Recover. DPM starts the Recovery Wizard.
-
Review your recovery selection, and click Next.
-
Specify the type of recovery you would like to perform:
- Recover to the original location.
- Recover to an alternate location. Type the alternate
location, or click Browse and then, on the Specify
Alternate Recovery Destination dialog box, select a recovery
location. Click OK.
- Copy to tape. This option copies the volume that
contains the selected data to a tape in a DPM library. When you
select this option, click Next and, on the Specify
library screen, select library details and tape options. You
can compress or encrypt data on this screen.
- Recover to the original location.
-
After you have specified the type of recovery, click Next.
-
Specify your recovery options:
- Existing version recovery behavior. This option appears
only if you selected Recover to original location in step 7.
Select Create copy, Skip, or Overwrite.
- Restore security. This option appears only if you
selected Recover to the original location or Recover to
an alternate location in step 7. Select Inherit security
settings of target when overwriting of parent folder when creating
copy or Apply the security settings of the recovery point
version.
- Network bandwidth usage throttling. Click Modify
to enable throttling and to select Settings and Work
Schedule, and then click OK.
- Notification. Click Send an e-mail when the recovery
completes, and specify the recipients. Separate the e-mail
addresses with commas.
- Existing version recovery behavior. This option appears
only if you selected Recover to original location in step 7.
Select Create copy, Skip, or Overwrite.
-
After you have specified the recovery option, click Next.
-
Review your recovery settings, and click Recover.
Note Any synchronization job for the selected recovery item is canceled while the recovery is in progress.
To set recovery options for file servers using DPM Management Shell
-
Use the following syntax to set recovery options for file data:
New-RecoveryOption [-TargetServer] <String> [-RecoveryLocation] <RecoveryLocation> [-DPMLibrary <Library> ] [-RecoverToReplicaFromTape] [-SANRecovery] -FileSystem [-AlternateLocation <String> ] -OverwriteType <OverwriteType> [-RestoreSecurity] [-Verbose] [-Debug] [-ErrorAction <ActionPreference> ] [-ErrorVariable <String> ] [-OutVariable <String> ] [-OutBuffer <Int32> ]
For more information, type "Get-Help New-RecoveryOption -detailed" in DPM Management Shell.
For technical information, type "Get-Help New-RecoveryOption -full" in DPM Management Shell.
To recover protected data for file servers using DPM Management Shell
-
Use the following syntax to recover data for a file server:
Recover-RecoverableItem [-RecoverableItem] <RecoverableObject[]> [-RecoveryOption] <RecoveryOptions> [-RecoveryPointLocation <RecoverySourceLocation[]> ] [-JobStateChangedEventHandler <JobStateChangedEventHandler> ] [-RecoveryNotification <Nullable`1> ] [-Verbose] [-Debug] [-ErrorAction <ActionPreference> ] [-ErrorVariable <String> ] [-OutVariable <String> ] [-OutBuffer <Int32> ]
For more information, type "Get-Help Recover-RecoverableItem -detailed" in DPM Management Shell.
For technical information, type "Get-Help Recover-RecoverableItem -full" in DPM Management Shell.