Since the release of DPM SP1 it has been possible to perform local data source protection. This means that the DPM server can protect its own file services and virtualization hosting. By default, however, this functionality is not enabled but all you need to run is a simple cmdlet in the DPM Command Shell.
Set-DPMGlobalProperty -AllowLocalDataProtection $true [-DPMServerName] <String>
For example of use, here is the comamnd I ran in my test environment.
To disable local protection, simply change $true to $false and run the cmdlet again.
After you have enabled...
read more