list-bullets alert-diamond attachment-1 keyboard-arrow-down add-square tags-double smiley-sad-1 check-1 open-quote envelope-letter network-browser pencil-1 copy-paste filter-1 smiley-indifferent arrow-right-1 messages-bubble-square arrow-up-1 smiley-smile-1_1 rating-star smiley-happy ticket-1 navigation-menu smiley-happy send-email-1 ticket-1 social-media-twitter expand-6 envelope-letter hierarchy-9 folder-file-1 archive time-clock-circle analytics-pie-2 smiley-unhappy single-neutral-actions pencil-write archive view-off smiley-sad-1 button-record rating-star navigation-menu-horizontal remove-square-1 love-it information-circle smiley-indifferent diagram-fall-down synchronize-arrows-1 smiley-thrilled wench lock-unlock-1 shield-warning download-thick-bottom multiple-circle view-1 close-quote time-clock-midnight arrow-down-1 multiple-users-1 close alarm-bell-1 floppy-disk undo search arrow-down-2 add book-star add-circle-bold remove-circle common-file-stack smiley-unhappy single-neutral lock-2 file-code close hyperlink-2 pencil-1 cog print-text expand-6 multiple-neutral-1 keyboard-arrow-up view move-to-top drawer-send add-circle cog-1 headphones-customer-support bin-paper-1 disable layout-module-1 check-circle-1 flying-insect-honey arrow-left-1 credit-card-1

Setting a Computer System exclusion file

The Advanced Settings of the Computer System plan type contains an Exclusions field where a custom exclusion file may be defined to exclude from the backup a set of files and folders . To set the plan to use an exclusion file, follow the steps below.
copy SystemExcludes.xml PDQExcludes.xml
  • Open the plan Excludes file in notepad. E.g.
notepad pdqexcludes.xml
  • Highlight everything below the first <exclude> entry, up to but excluding the closing </root> entry at the bottom, and delete it. The file should look like this:

  • Entries that begin <! and end --> are remarks. Edit the text to reflect the type of exclusion to follow. For example, if the exclusion was for an antivirus backup folder that did not need to be included in the system backup, you might write:

<!-- This folder pattern is associated with antivirus backup  -->

  • Edit the <exclude> entry on the next line to reflect the name, path, and subfolders fields, to indicate the folder you want to exclude:
<exclude name="antivirus Backup Folder" path="%SystemDrive%\cfrbackup-*\" subfolders="true" />
  • In this case, the name can be any text meaningful to you, the path can be a full path to a folder such as C:\cfrbackup-*\ (the final backslash indicates a folder has been specified, not a file), or use a system variable such as %SystemDrive% and use a single wildcard so that any folder beginning cfrbackup- on the root of the system drive is excluded. Refer to: Wildcard Exclusion Rules for details about syntax and examples.
  • Add an additional <exclude> line for each additional desired exclusion.
  • Click File and Save.

The entire document, in this example, looks like this:

  • Close the plan excludes file.
  • In Archive Manager, edit the protection plan's advanced settings.

  • In the Exclusions field, enter the relative path to the plan excludes file. E.g. Configurations\PDQExcludes.xml.

  • Click OK to save the setting.