Versions Compared

Key

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

...

This tool will upload a number of local files to all replicas in the archive. An example of an execution command is:

Code Block
export INSTALLDIR=/fullpath/to/installdir
export SETTINGSFILENAME=settings_ArcRepositoryApplication.xml
java -Ddk.netarkivet.settings.file=$INSTALLDIR/home/user/conf/$SETTINGSFILENAME \
        -cp $INSTALLDIR/lib/dk.netarkivet.archive.jar \
        dk.netarkivet.archive.tools.Upload \
        file1.arc [file2.arc ...]

...