Tivoli Header

Tivoli Storage Manager for Windows Backup-Archive Clients Installation and User's Guide


JournalExcludeList Stanza

This list of exclude statements filters changes from being recorded in the journal database. Changes to objects which match statements in this stanza are ignored and are not recorded in the journal database.

There is no correlation between the journal exclude list and the backup-archive client exclude list.

The following pattern matching meta characters are supported:

%
Matches exactly one character.

*
Matches zero or more characters.

%EnvVar%
Expands environment variable.

The following is an exclude statement syntax example:

  [JournalExcludeList]
  %SystemRoot%\System32\Config\*
  %SystemDrive%\Adsm.Sys\*
  %TEMP%\*
  %TMP%\*
  c:\excludedir\*
  c:\dir1\excludefile
  *.:\*.tmp
Note:
The c:\excludedir\* statement matches the entire tree including subdirectories and files.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]