After moving the database files in SQL (using detach/reattach) is there a way of getting the DPM_SQL_PROTECT to move to the new file location (without unprotecting and re-protecting the datasource).
For example:
Original:
f:\old_DB_location\db.mdf
f:\old_DB_location\db.ldf
f:\old_DB_location\DPM_SQL_PROTECT\all the backup stuff
After detach/reattach:
f:\new_DB_location\db.mdf
f:\new_DB_location\db.ldf
f:\old_DB_location\DPM_SQL_PROTECT\all the backup stuff
Note: if you delete the DPM_SQL_PROTECT folder (when DPM is not running) then on the next synchronisation it gets recreated.
What we want:
f:\new_DB_location\db.mdf
f:\new_DB_location\db.ldf
f:\new_DB_location\DPM_SQL_PROTECT\all the backup stuff