Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • -B<replica> is the name of the bitarchive replica which the batchjob must be executed on. The default is the name of the bitarchive replica identified by the setting settings.common.useReplicaId. Note that it is the replica name and not replica id which are refered to here. Also it cannot be the name of a checksum replica, since batchjob can only be executed on bitarchive replicas.
  • -R<regexp> is a regular expression that will be matched against file names in the archive. The default is *.* which means it will be executed on all files in the bitarchive replica.
    To specify output files from the batch program, the following parameters may be set optionally
  • -O<outputfile>* is a file where the output from the batch job will be written. By default, it goes to *stdout, but it will be mixed with other output to stdout.
  • -E<errorFile> is a file where the errors from the batch job will be written. By default, it goes to stderr.
    An example of an execution command is:

...