Changes between Version 4 and Version 5 of Procedures/NewDataArrival/Network
- Timestamp:
- Oct 19, 2009, 2:28:36 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/NewDataArrival/Network
v4 v5 29 29 }}} 30 30 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! 31 32 {{{ 32 33 date 33 rsync - avz arsfdan@thelma.nerc-arsf.ac.uk:/PATH/YOU/FOUND/EARLIER/PROJECTNAME . ; date34 rsync --dry-run -avz arsfdan@thelma.nerc-arsf.ac.uk:/PATH/YOU/FOUND/EARLIER/PROJECTNAME . ; date 34 35 # date commands are optional, they just let you see when it started and stopped 35 36 }}}