Example of a Windows client exclude list
Assume that an exclude list in the Exclude list host properties contains the following entries:
C:\users\doe\john
C:\users\doe\abc\
C:\users\*\test
C:\*\temp
core
Given the exclude list example, the following files, and directories are excluded from automatic backups:
The file or directory named C:\users\doe\john.
The directory C:\users\doe\abc\ (because the exclude entry ends with \).
All files or directories named test that are two levels beneath users on drive C.
All files or directories named temp that are two levels beneath the root directory on drive C.
All files or directories named core at any level and on any drive.