Changes between Version 1 and Version 2 of Procedures/NewDataArrival/Network


Ignore:
Timestamp:
Oct 9, 2009, 11:01:29 AM (15 years ago)
Author:
mggr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/NewDataArrival/Network

    v1 v2  
    22
    33 1. change to arsf user on a safe machine
    4    * `ssh arsf@gridmaster2` # (or `su - arsf` and don't turn your machine off!)
     4{{{
     5ssh arsf@gridmaster2 # (or su - arsf and don't turn your machine off!)
     6}}}
    57 1. find the exact data path on Ops server
    68{{{
     
    2729}}}
    2830 1. do the download with rsync.  Note there is '''no trailing /''' on the PROJECTNAME part of the path below - this is important!
    29    * `rsync -avz arsfdan@thelma.nerc-arsf.ac.uk:/PATH/YOU/FOUND/EARLIER/PROJECTNAME . ; date`
     31{{{
     32rsync -avz arsfdan@thelma.nerc-arsf.ac.uk:/PATH/YOU/FOUND/EARLIER/PROJECTNAME . ; date
     33}}}
     34
    3035
    3136If something goes wrong after an hour or two, don't delete what you've already downloaded.  Instead, repeat the rsync command and it'll pick up where it left off.