Difference between revisions of "DansUpload"

From BiGGrid Wiki
Jump to navigation Jump to search
(Created page with "==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...")
 
(No difference)

Latest revision as of 09:47, 10 May 2012

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/* .