Veritas NetBackup™ for Microsoft Exchange Server Administrator's Guide
- Introducing NetBackup for Exchange
- Installing NetBackup for Exchange
- Snapshot Client configuration and licensing requirements for Exchange snapshot backups
- Configuring Exchange client host properties
- Configuring the account for NetBackup Exchange operations
- Configuring the Exchange hosts
- Configuring Exchange Granular Recovery
- About Exchange backups and Granular Recovery Technology (GRT)
- About installing and configuring Network File System (NFS) for Exchange Granular Recovery
- About configuring Services for Network File System (NFS) on Windows 2012 and Windows 2012 R2 (NetBackup for Exchange)
- About configuring Services for Network File System (NFS) on Windows 2008 and Windows 2008 R2 (NetBackup for Exchange)
- Configuring Exchange backup policies (non-VMware)
- About configuring a backup policy for Exchange Server
- Adding schedules to a NetBackup for Exchange policy
- Adding backup selections to an Exchange policy
- About configuring snapshot backups of Exchange Server
- Configuring a snapshot policy for Exchange Server
- About configuring Instant Recovery backups of Exchange Server
- Configuring an Exchange snapshot policy with Instant Recovery
- Configuring streaming backups of Exchange Server (Exchange 2007)
- Performing backups of Exchange Server, mailboxes, and public folders
- Performing restores of Exchange Server, mailboxes, and public folders
- About restoring Exchange snapshot backups
- About restoring streaming backups of Exchange Server (Exchange 2007)
- About restoring individual Exchange mailbox and public folder items
- About redirecting a restore of Exchange mailbox or public folder objects to a different path
- Protecting Exchange Server data with VMware backups
- About protecting Exchange Server data with VMware backups
- About configuring a VMware backup that protects Exchange Server
- About configuring a VMware backup that protects Exchange Server, using Replication Director to manage snapshot replication
- Recovering an Exchange database to a repaired or an alternate Exchange server
- Troubleshooting backups and restores of Exchange Server
- About NetBackup for Exchange debug logging
- Viewing Event Viewer logs on an off-host Exchange server
- About NetBackup status reports
- Troubleshooting Exchange restore operations
- Troubleshooting DAG backups and restores
- Appendix A. Configuring MAPI mailbox and public folder operations (Exchange 2007)
- Appendix B. NetBackup Legacy Network Service (Exchange 2010)
Using wildcards in an Exchange backup selections list for MAPI mailbox or public folder backups
Wildcard characters can be used to define groups of mailboxes or public folders. This way multiple objects can be backed up without having to specify the objects individually in the backup selections list. Multiple data streams must also be enabled. If this feature is not enabled, the backup fails.
Table: Supported wildcard characters for mailbox and public folder backups
Wildcard character | Action |
---|---|
Asterisk (*) | Use as a substitute for zero or more characters. Specify the asterisk as the last character in the string. Example: To specify all objects that start with an a use a*. |
Question mark (?) | Use as a substitute for one or more characters in a name. Example 1: The string s?z processes all objects that have s for a first character, any character for a second character, and z for a third character. Example 2: The string |
Left & right brackets ([ ... ]) | Use to match any one character that is enclosed in square brackets. A minus (-) can be used to indicate a range of consecutive characters; for example, [0-9] is equivalent to [0123456789]. Note: The minus (-) loses this special meaning if it occurs last in the string. Note: The right square bracket (]) does not terminate such a string when it is the first character within it. For example, |
The following rules apply when wildcard characters are used in the backup selections list:
Only one wildcard pattern per backup selections list entry is allowed.
If a wildcard pattern is not honored it is treated literally.
Wildcard patterns are honored only in the final segment of the path name.
Correct
Microsoft Exchange Mailboxes:\John Anderson [janderson]\Top of Information Store\*
Incorrect
Microsoft Exchange Mailboxes:\John Anderson [janderson]\*\Inbox
For an Exchange Mailboxes path: Any segment of the path can contain wildcard characters as long as the wildcard characters are the last characters in the segment. These segments include mailbox names, folders, or messages within the mailbox hierarchy.
Correct
Microsoft Exchange Mailboxes:\John Anderson [janderson]\Top of Information Store\*
Microsoft Exchange Mailboxes:\John Anderson [janderson]\Top of Information Store\[a-h]*
Incorrect
Microsoft Exchange Mailboxes:\[a-h]*\Top of Information Store
Microsoft Exchange Mailboxes:\John Anderson [janderson]\Top*\
For Exchange public folders: Any segment of the path can contain wildcard characters as long as the wildcard characters are the last characters in the segment. These segments include workspace names or workspace folders.
Correct
Microsoft Exchange Public Folders:\Folder1\Subfolder?
Incorrect
Microsoft Exchange Public Folders:\Folder?\Subfolder1
Microsoft Exchange Public Folders:\*\Subfolder1