Versions Compared

Key

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

...

You can upload and download the templates using our GUI. This is described in our Harvester Templates. But you can also upload and download the templates using the commandline HarvestTemplateApplication. This application allows you to create, download, update templates. We have made a script to make it easier to use this application: [ HarvestTemplateApplication.sh.txt

Code Block
java dk.netarkivet.harvester.tools.HarvestTemplateApplication <command> <args>
create <template-name> <xml-file for this template>
download [<template-name>]
update <template-name> <xml-file to replace this template>
showall

...