Tips for creating custom backup policy rules

Here are a few tips to remember when creating custom rules in backup policies:

  • Case sensitivity. All fields are case insensitive.

    For example, if you specify the file name report, the rule matches files with the name report or Report.

  • NOTE: The asterisk wildcard character in any field makes the rule recursive.

  • Default field value. The default value for each field is the asterisk wildcard character (*).

    NOTE: The default value in any field makes the rule recursive.

  • Folder recursion. Rules are recursive if any of its fields contain the specified values:

    • Folder path. Default value (no value or an asterisk) or a path that ends with an asterisk (*), such as C:\Reports\*.

    • File name. Default value.

    • File extensions. Default value or more than one extension.

  • Environment variables. An environment variable is a dynamic object that contains information about the currently logged on user's operating environment, such as their user name or home folder. You can use an environment variable to specify a file or folder.

  • Registry keys. You can use a Windows registry key to specify the file or folder. (Windows only)

    NOTE: Agents read the Windows registry key when the Agent Service starts, such as when a user restarts the computer. Therefore, if you publish a policy containing a rule that uses a registry key, the Agent ignores it until the Agent Service restarts.

  • Complex field values. You can combine wildcard characters, registry keys, and environment variables in a single field.