Difference between revisions of "Backup and Restore"

[unchecked revision][unchecked revision]
Line 19: Line 19:
 
* Full text index  
 
* Full text index  
 
 
 
 
While folder information and meta data as well as email headers and contents are a unit that requires consistency, full text indexes can be reconstructed if needed.  
+
While ''folder information and meta data'' as well as ''email headers and contents'' are a unit that requires consistency, full text indexes can be reconstructed if needed.  
 
 
 
 
In addition to the archive stores, the MailStore master database (MailStoreMaster.fdb) must be backed up as well, because it contains all configuration settings of the users and profiles.
+
In addition to the archive stores, the MailStore master database (MailStoreMaster.fdb) must be backed up as well because it contains all configuration settings of the users and profiles.
  
 
= Using the MailStore Integrated Backup Feature =
 
= Using the MailStore Integrated Backup Feature =

Revision as of 01:37, 8 May 2012

Backup

Preliminary Considerations

MailStore Server supports two methods to perform a full backup of the email archive including all user settings: the MailStore integrated backup feature and the use of external backup software.

Which method best suits the needs of your business depends on your preferences as well as your system environment. In smaller environments without a designated administrator, the integrated backup feature has the advantage that no extensive configuration needs to be performed in order to make sure that the backup is successfully completed and that all pertinent data and directories are included. To be able to transfer the data (for example to Digital Audio Tape), it is necessary to integrate the backed up data into another system backup.

When using external backup software (e.g. Symantec Backup Exec, Windows NTBackup or Acronis True Image,) a few measures have to be taken to be able to create a successful backup. However, it has the advantage that the MailStore Server data can be integrated into existing backup strategies without having to perform a separate system backup.

Please note: In MailStore's Administrative Tools under Storage Locations, older archive stores can be write-protected. Write-protected archive stores remain available to all users (although they cannot be moved or deleted) and no longer have to be included in ongoing backup procedures. These archive stores can be stored on cost-efficient storage media. More information about archive stores and storage locations is available under Storage Locations.

Which Data Must be Backed Up?

Each archive store in MailStore consists of three components:

  • Folder information and meta data
  • Email headers and contents
  • Full text index

While folder information and meta data as well as email headers and contents are a unit that requires consistency, full text indexes can be reconstructed if needed.

In addition to the archive stores, the MailStore master database (MailStoreMaster.fdb) must be backed up as well because it contains all configuration settings of the users and profiles.

Using the MailStore Integrated Backup Feature

MailStore has built-in technology to perform a full backup of the archive.

A full backup contains all archived emails and all program settings such as users and privileges. Restoring such a backup is sufficient to completely reinstate the original archive without having to perform any further configurations.

Important Notice: When using the integrated backup feature, MailStore only supports standard archive stores. If you are using advanced archive stores, a full backup can only be performed using external backup software.

Procedure

To create a complete database backup, proceed as follows:

  • Log in as MailStore administrator (admin)
  • Click on Administrative Tools > Storage and select Create Archive Backup.
    Bkup archive 01.png
  • Enter the Target Directory and specify the scope of the backup. For determining which archive stores should be included in the backup, the following options are available:
    • Backup all archive stores - All currently attached standard archive stores are archived.
    • Backup all archive stores that are not write-protected - With MailStore Server archive stores can be write-protected. Users are still able to access the data of a write-protected archive store but are no longer able to make any changes (by adding or deleting emails). If a backup of a write-protected standard archive store has already been performed, it can be excluded from the backup procedure using this option.
    • Backup the following archive stores - With this option the backup can be limited to specific standard archive stores.
  • After selecting the appropriate option, click on Start Now to perform a single backup.
  • To perform a backup at regular intervals, click on Schedule... and create the appropriate task.

Please note: The archive cannot be accessed while a backup is in progress. Trying to access the archive will generate the error message "Due to maintenance the server is currently unavailable."

Using External Backup Software

Backup of Standard Archive Stores

The MailStore Server service provides external backup software using Microsoft Volume Shadow Service with a so-called Volume Shadow Service Writer (VSS Writer). The external backup software can use it to create consitstent backups of the MailStore master database and all standard archive stores. If this method succeeds, however, largely depends on the backup software which is used.

To verify if the appropriate VSS events were initiated in MailStore during a backup, open the system protocol in the Windows event viewer and search for the following events:


 ###############
		
 VSS EVENTS HERE
		
 ###############

If these events cannot be found in the system protocol, no consistent backup using Volume Shadow Service was performed.

In this case please make sure that during the backup using external backup software, the MailStore Server service is stopped. Please refer to your backup software's documentation to learn how to stop services before performing backups and how to restart services upon their completion.

Backup of Advanced Archive Stores

Advanced archive stores allow you to store individual components of the archive store data in different locations. For example, folder information and meta data can be stored in an SQL database while saving email headers and contents in the file system. Depending on the storage locations, the order can be crucial for a consistent backup.

Folder information and meta data as well as email headers and contents were stored in the same location:

If all data of an advanced archive store is stored in the same location (file system or SQL database), the consistency of this location must be kept in mind. This can be done using the Volume Shadow Service or appropriate database backup software, for example.

Folder information and meta data as well as email headers and contents were stored in different locations:

The order of the backup is crucial for the consistency of the archive store backup. Please adhere to the following order:

  1. Backup of the folder information and meta data
  2. Backup of email headers and contents


This ensures that upon recovery, for all folder information and metadata there exist the corresponding email headers and contents, and that data integrity is maintained.

Restoring Backups

This section describes how a database backup of the entire email archive can be restored which was backed up using the integrated backup feature. Information about archiving individual files (in EML or MSG format) is available in the chapter Archiving Emails from External Systems.

Background

A database backup which was created using the integrated backup feature contains all archived emails and program settings such as users and privileges. Restoring such a backup is sufficient to completely reinstate the original archive without having to perform any further configurations.

Restoring a Database Backup

An operative installation of MailStore Server is required to restore a database backup. Please proceed as follows:

  • Copy the database backup to a local hard drive on the computer or to a respective network share.
  • Start the MailStore Server Service Configuration. It is located in the MailStore Server program folder that can be accessed through the Windows Start menu.
  • Below Master Database, click on Browse... and select the backup directory containing the file MailStoreMaster.fdb.
    Bkup restore 01.png
  • Click on OK to confirm.
  • At the bottom of the window, click on Restart Service to save the new settings.
  • When creating the backup, the folder names of the archive store may have changed. Please use the Storage Locations Management to adjust the paths to the archive stores or rename the folders in the file system accordingly.
  • The backup is completely restored to the application and the archive can be used as usual.

Additional archive stores may exist which will not have been restored to the archive after following these steps. In this case, please proceed as follows:

  • Start MailStore Client on the MailStore Server PC and log on as MailStore administrator.
  • Under Administrative Tools > Storage click on Storage Locations.
  • In the menu bar at the bottom of the screen, click on Attach... and select the appropriate archive store.
  • Repeat those steps until all archive stores are attached and available again.