MyNixOS website logo
option

programs.tsmClient.servers.<name>.inclexcl

Text lines with include.* and exclude.* directives to be used when sending files to the IBM TSM server, or an absolute path pointing to a file with such lines.

Declarations
Type
(null or path) or strings concatenated with "\n" convertible to it
Default
null
Example
''
  exclude.dir     /nix/store
  include.encrypt /home/.../*
''