Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ for Microsoft SharePoint Server Administrator's Guide
  3. Configuring NetBackup for SharePoint Server backup policies
  4. About configuring a backup policy for SharePoint
  5. Creating a backup selections list for a SharePoint Server policy
  6. Using wildcards in a SharePoint backup selections list
NetBackup™ for Microsoft SharePoint Server Administrator's Guide

Using wildcards in a SharePoint backup selections list

Wildcard characters can be used to define groups of databases. This way multiple objects can be backed up without having to specify the objects individually in the backup selections list. For example, you may have a farm with a large number of Web applications or have Web applications with many content databases. You can use wildcard characters to indicate groups of Web applications and use the NEW_STREAM directive to divide the backup into multiple jobs, as follows:

Table: Supported wildcard characters

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 Data??se processes all objects that have Data as the first four characters, any characters for the fifth and sixth characters, and se as the seventh and eighth characters.

Left & right brackets ([ ... ])

Use to match any one character that is enclosed in square brackets. A hyphen (-) can be used to indicate a range of consecutive characters; for example, [0-9] is equivalent to [0123456789].

Note:

The hyphen (-) 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, [] a-f] matches either a right square bracket (]) or one of the ASCII letters a through f inclusive. Asterisk (*) and question mark (?) stand for themselves within such a string of characters.

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 SharePoint Resources:\WebApp*

    Microsoft SharePoint Resources:\WebApp[A-D]

    Microsoft SharePoint Resources:\WebAppDept?

    Incorrect

    Microsoft SharePoint Resources:\Shared Services\*\Content DB

More Information

Performing SharePoint backups with multiple data streams

Feedback

Was this page helpful?
Previous

Performing SharePoint backups with multiple data streams

Next

Configuring exclude lists for SharePoint clients

Feedback

Was this page helpful?