Changes between Version 1 and Version 2 of Procedures/NewDataArrival/Network
- Timestamp:
- Oct 9, 2009, 11:01:29 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/NewDataArrival/Network
v1 v2 2 2 3 3 1. change to arsf user on a safe machine 4 * `ssh arsf@gridmaster2` # (or `su - arsf` and don't turn your machine off!) 4 {{{ 5 ssh arsf@gridmaster2 # (or su - arsf and don't turn your machine off!) 6 }}} 5 7 1. find the exact data path on Ops server 6 8 {{{ … … 27 29 }}} 28 30 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 {{{ 32 rsync -avz arsfdan@thelma.nerc-arsf.ac.uk:/PATH/YOU/FOUND/EARLIER/PROJECTNAME . ; date 33 }}} 34 30 35 31 36 If 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.