DBMT tool updates

In Domino 14.5.1, DBMT tool is enhanced with command line updates and improved indirect file processing.

Changes to command line options

  • The -blacklist command has been changed to -exclude. we still honor the -bl abbreviated syntax for backward compatiblity.
  • The -regex command line option is deprecated. DBMT now automatically detects wildcard expressions and regular expressions. The -regex switch is not required.
  • New command line option: -legacy

    If you have existing program documents or indirect files, you can specify the -legacy option to use the old behavior.

Improved indirect file processing (.ind files)

Indirect files can now contain wildcard and regular expression entries.

For example, test.ind contains
  • userstore.nsf
  • mail3\a{bc}{o}*.nsf
  • mail4\p*.nsf
Running
  • load dbmt test.ind -vd
Selects these databases:
  • mail3\acollins.nsf
  • mail3\acowell.nsf
  • mail4\pbentz.nsf
  • mail4\pbhenki.nsf
  • userstore.nsf
  • ValidateDBs found 5 matching files