Versions Compared

Key

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

Uses a command-line tool several times and check that the output from the tool is correct as well as that the appropriate bit archives have been queried. Note that the number of files mentioned in the output is not necessarily exact.

Table of Contents

Setup

  1. Login to a bitarchive server, eg.

    Code Block
    $ ssh kb-test-acs-001
    $ export TESTX=TEST11A
    $ cd ${TESTX}
  2. Create dir for batchprograms:

    Code Block
    $ mkdir batchprogs
    $ scp test@kb-prod-udv-001.kb.dk:/home/test/test-batch/* batchprogs/.

...