Changes between Version 4 and Version 5 of Procedures/NewDataArrival/Network


Ignore:
Timestamp:
Oct 19, 2009, 2:28:36 PM (15 years ago)
Author:
mggr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/NewDataArrival/Network

    v4 v5  
    2929}}}
    3030 1. do the download with rsync, using compression (-z flag).  Note there is '''no trailing /''' on the PROJECTNAME part of the path below - this is important!
     31 1. Example rsync command follows, with a --dry-run option to prevent any damage occurring on the trial attempt.  If it lists the files you'd expect it to transfer, remove the --dry-run option and repeat.  If not, check your slashes!
    3132{{{
    3233date
    33 rsync -avz arsfdan@thelma.nerc-arsf.ac.uk:/PATH/YOU/FOUND/EARLIER/PROJECTNAME . ; date
     34rsync --dry-run -avz arsfdan@thelma.nerc-arsf.ac.uk:/PATH/YOU/FOUND/EARLIER/PROJECTNAME . ; date
    3435 # date commands are optional, they just let you see when it started and stopped
    3536}}}