Versions Compared

Key

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

...

which will take in lib/dk.netarkivet.archive.jar in the class path and execute the general NetarchiveSuite program dk.netarkivet.archive.tools.RunBatch based on settings from file /home/user/conf/settings_ArcRepositoryApplication.xml. This will result in running the batch program FindMime.class on the bitarchive replica named ReplicaOne, but only on files with names matching the pattern

Code Block
 10-*.arc 

. The results written by the batch program is concatenated and placed in the output file named resfile.

...