Dans Data Upload
Revision as of 09: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 ...")
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/* .