DansUpload

From BiGGrid Wiki
Jump to navigation Jump to search

Uploading DANS data to the grid

  • create a new directory with the name of the archive. As an example we use the 'Crome' archive:
 mkdir -p ~/dans/Crome/
  • In this directory create another directory with the same name; this directory will contain the list of files and directories that need to be uploaded
 cd ~/dans/Crome
 mkdir Crome
  • copy over the scripts from the repository
 cp -a ~/dans/scripts/* .