Dans Data Upload

From BiGGrid Wiki
Revision as of 11:48, 10 May 2012 by Janjust@nikhef.nl (talk | contribs) (Created page with "==How to upload a DANS archive 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 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

How to upload a DANS archive 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/* .