User`s guide

130
NetBackup User’s Guide - Microsoft Windows
A
Example of an Exclude List
If an exclude list has the following entries:
C:\home\doe\john
C:\home\doe\abc\
C:\home\*\test
C:\*\temp
temp
the following are excluded from server directed backups:
The file or folder named
C:\home\doe\john
.
The folder
C:\home\doe\abc
(because the exclude entry ends with \).
All files or folders named
test
that are two levels below home.
All files or folders named
temp
that are two levels below the root.
All files or folders named
temp
at any level.