Versions Compared

Key

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

...

The Chunker Tool is a utility which was created in order to provide a simple way to copy files from a local file system to DuraCloud in a "one-off" manner. Actually, although the common case is to use this tool to copy one or more files to DuraCloud, it may also be run to copy files to another location on the local file system.

Download

Download the Chunker Tool herefrom the Downloads page.

Operational notes
  • If you want to jump directly into using the tool, download it from the link above and run the following command
    Code Block
    java -jar chunk-{version}-driver.jar
    
    The resulting usage statement (detailed below) should be enough to help you get started.
  • The Chunker Tool allows you to copy multiple local files and directories into a single space within DuraCloud. The names of the objects which are added to DuraCloud will contain all of the directory elements in the path starting from the first element below the base directory down to the individual file names.

...