MS Exchange Backup
When Amanda is configured and licensed for MS Exchange backup, Amanda uses the Microsoft Windows Volume Shadow Copy Service (VSS) to back up the Exchange database and logs. ZWC backs up and restores MS Exchange at Storage Group level. However, ZWC supports restoring individual stores as well.
ZWC supports full and differential backup of Exchange. It takes a backup of Exchange databases, check point file and transaction logs.
During a Level 0 (Full) backup, ZWC backs up all databases, transaction logs and checkpoint file. Transaction logs are truncated after a level 0 backup. The full backup includes *.edb (exchange database files), *.stm, E*chk and E*.log files from the database and transaction log directories.
Requirements for MS Exchange Backup
These instructions assume you have already installed and licensed the Amanda server and the MS Exchange server being backed up. Because the Volume Shadow Copy Service (VSS) takes care of any necessary file locking and transaction log pruning during the backup process, the requirements are simple:
1. Right-click the My Computer icon and choose Manage from the popup menu.
2. Expand the Services and Applications tree and locate the Volume Shadow Copy Service.
3. If it is not started, do so.
4. If necessary, change the General Properties to make the Startup Type Automatic rather than Manual.
Configuring MS Exchange Backups
The Zmanda Client for Windows uses snapshots for Exchange server backups. The procedure described below only backs up the Exchange database and related data files. Other files (such as the Exchange installation directory) require separate configuration for backup.
Creating a Backup Set for Exchange Servers in the ZMC
Create a dedicated backup set for each MS Exchange server you intend to back up. On the Sources page you are prompted to select what type of object you want to back up when you click on Add Source. Choose Applications>MS Exchange, for more options:
Host Name
The name or IP address of the machine running the MS Exchange server you intend to back up.
Data Deduplication
Select the checkbox to enable deduplication. Note that user is not allowed to select any encryption and compression strategies if data deduplication is enabled.
Encryption and Compression
Select from the dropdown to enable these options if desired. They are described in more detail here.
Advanced Options
Extended attributes are always backed up on Windows clients regardless of application. For details on other Advanced Options, see Backup What chapter.
Backup Set
Select backupset from dropdown menu to which DLE will be added upon saving.
After you have set the options, click Save to add the MS Exchange object to the backup set. You can then configure the backup set just as you would do for any other source by setting the options on Backup Where, Backup How, and Backup When, etc.
Please make sure no other backup software is scheduled to run on the Windows Client at the same time as the Amanda Exchange backup.
Protecting all the MS Exchange Components
Servers running Exchange Server 2013 and 2016 use Active Directory extensively for the following:
Because Exchange depends so heavily on Active Directory, it is crucial to back up the System State of an Exchange Server along with System State of the Domain Controller running in the Exchange environment, so that the Exchange configuration stored in the Active Directory also gets backed up.
Requirements for MS Exchange Restore
Configuring MS Exchange Restores from the Zmanda Management Console
In the event of a server loss, how you perform the recovery will depend on the server role and your disaster recovery plan. Server loss can be caused by software or hardware failure, or by the physical loss of the site where the server was housed. One would also need to recover Exchange databases in case of issues such as database corruption, loss of transaction logs, accidental deletion of mailboxes, etc. Exchange databases can be restored to the same server or to an alternate server depending on the Disaster Recovery plan decided by the Exchange Administrator.
3 types of recovery operations are allowed by Microsoft Exchange:
The state of the MS Exchange server when the restore is started, determines what type of recovery will be available. Please see this Microsoft documentation for details on Exchange recoveries.
Here are the steps to restore and recover Exchange using ZWC to the original server or a different server.
Restoring to the Original Server:
When restoring to the original location, the ZWC restores via VSS. This means that the MS Exchange Information Store service will not be stopped before the restore. The Exchange Writer runs its own pre and post restore operations which are logged in the Windows Application Event log. ZWC does not mount the databases after restore. Therefore you must manually mount the storage groups that were dismounted before the restore. When the storage group is mounted, the Exchange store automatically replays any pending transactions using the Exchange Server soft recovery feature.
Restoring to an Alternate (or Recovery) Server
There are two reasons to restore to a different machine than that from which the backup was taken:
There are some pre-requisites to restore to a recovery server:
Follow below listed steps to restore data:
Recovering a Mailbox
To recover a mailbox, restore to a recovery server as described above, then follow these additional steps:
3. Copy the PST file to the production server.
4. Run the exmerge.exe utility on the production server to merge the PST mails into the required mailbox. Use the Two step procedure, and select Step 2 to Import the data into an Exchange Server Mailbox.
The deleted emails should now be recovered.
Restoring to a Recovery Storage Group/Database
To restore few deleted mails, one might want to restore the storage group or database to a recovery storage group or database first, and then use exmerge.exe tool to recover the required mails as shown in the previous section.
Troubleshooting Backups
1. Examine the Windows Event Viewer for any VSS or Exchange Writer errors. Run the command vssadmin list writers at the Windows command prompt, and check that the state of the Exchange Writer is stable. If not (or if there are any VSS errors), restart the Volume Shadow Copy Service.
2. Make sure that the Exchange Storage Groups are in Mounted state.
Troubleshooting Restores
Some important Microsoft documentation for better understanding of Exchange recovery strategies : How to recover or to restore a single mailbox in Exchange Server 2003, and the Exchange 2003 Disaster Recovery Operations Guide.