When you back up an Exchange Server using VSS, the Exchange VSS writer will work to improve the shadow copy and make it application consistent. If the Exchange VSS writer is not enabled, you will not have an application consistent shadow copy, and your backup job may encounter errors.
- The Exchange VSS writer has to be manually enabled for Microsoft Exchange 2003 and 2007.
- This should be done before running a VSS backup of your Exchange Server using BackupAssist.
- You can check if the Exchange VSS writer service is running by opening a command prompt and typing “vssadmin list writers”.
Enabling the VSS writer requires manual changes to the registry. Before you modify the registry, make sure you back it up and that you understand how to restore the registry if a problem occurs.
To Enable the Exchange VSS writer, follow these steps:
- Log onto your Exchange Server
- Select Start > Run
- Type regedit into the Open field
- Select OK
This will open the Registry editor. You can locate items in the registry by using the search and browse functions.
- Locate and open the registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIS\ParametersSystem
- Look for the Disable Exchange Writer value
- If this value has a DWORD of 1, then change it to 0
- Click OK
- Close the Registry Editor
- Select Start > Administrative Tools
- Select Services
- Stop and then start the Microsoft Exchange Information Store service
You can now backup your Exchange Server using its VSS writer.
For more information on backing up and restoring Exchange Servers and mailboxes, see our Exchange documentation page.