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

Wildcard Exclusion Rules

Plan settings may be edited to exclude file types and subfolders.

To exclude a particular file or folder from a selection, select Plan Settings. On the Folders tab, you may click the add button, then select the Excude radio button, then enter a file or folder to exclude. You may also cilck the Exclude file types button to choose from a list of predefined file types to exclude all instances of a file type.

It is also possible to use a wildcard (*) to exclude files and directories. You may need to edit the plan configuration file in notepad to adjust the subfolders field value to achieve desired results. Testing should be performed for any wildcard to ensure desired results are achieved.

Rules for exclusions:

A Files and Folders type plan automatically excludes certain system files and folders, as specified in \Server\Configurations\SystemExcludes.xml for local plans and \Server\Remote\Configurations\SystemExcludes.xml for remote computer plans. You can add your own exclusion rules to a Files and Folders type plan as described below. Always test your exclusions to verify intended results.

-- exclusions files are entirely case-insensitive.

-- an asterisk (*) is the only wildcard allowed, and it is only allowed once per pathspec.

-- subfolders="false" unless overridden with subfolders="true".

-- pathspec is applied to all volumes unless a particular volume is specified.

-- directories can be distinguished from files by using a trailing backslash.

-- when a directory is excluded, everything below that directory is also excluded.

-- a drivespec can be either drive-letter-colon or UNC format.

Syntax for the path keyword: [[ | ]\] [] [*] [] [\]

The following table shows some exclusion scenarios and corresponding path/subfolder specifications:

 

To exclude subdirectories using a wildcard match within a particular directory only:

In plan settings, on the folders tab, click add. Select the Exclude radio button. Enter the path to the folder, then enter a character or characters to match, the wildcard, then trailing backslash. For example, to exclude all folders within a particular folder that being with 2010 enter E:\accounting\2010*\

Note well: The following edit is required to prevent the 2010* exclusion match from happening in any other subfolders you intend to include. Open the plan configuration file in notepad (or the exclude file if running EPS build 4.0) located in the [install dir]\Remote\Configurations folder and find the exclusion for E:\accounting\2010*\. Change the associated subfolders="true" field so it reads subfolders="false". Save the config file. For example, the entire xml code for the exclude would look like this:

<exclude name="E:\accounting\2010*\" path="E:\accounting\2010*\" subfolders="false" excludetype="Folder" />