Changes between Version 45 and Version 46 of Procedures/NEODCDelivery
- Timestamp:
- Jun 23, 2010, 5:44:36 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/NEODCDelivery
v45 v46 27 27 su - arsf 28 28 cd ~/arsf_data/archived/ 29 # figure out what you want to archive, e.g. all in 20080219 archive dir, then 30 qsub_archiver.sh 20080219/2007/flight_data/uk/* 31 # note you need to specify dirs at the project level, hence the * above 32 29 ./qsub_archiver.sh [path to project in repository] 30 (e.g. ~arsf/arsf_data/2008/flight_data/uk/CEH08_01) 31 # Note you need to specify dirs at the project level 33 32 # To run the archiving locally rather than via the grid engine, use: 34 ./archive_helper-justdoit.sh 20080219/2007/flight_data/uk/*33 ./archive_helper-justdoit.sh ~arsf/arsf_data/2008/flight_data/uk/CEH08_01 35 34 }}} 36 35 1. When complete, this will have dumped the data into `~arsf/arsf_data/archived/neodc_transfer_area/staging/`. Check it looks ok then move it up one level so NEODC can rsync it. … … 40 39 1. Note on ticket that it's been sent to neodc (with date.) 41 40 1. When NEODC confirm they have backed up the data: 42 1. Create a directory on /data/larsenb1/archived/arsf/<original path from ~arsf/arsf_data/> and move the data to it. [[BR]]41 1. Create a directory on ~arsf/arsf_data/archived/arsf/<original path from ~arsf/arsf_data/> and move the data to it. [[BR]] 43 42 e.g. `mv ~arsf/2008/flight_data/uk/CEH08_01/ /data/larsenb1/archived/arsf/2008/flight_data/uk/CEH08_01` 44 43 1. Create a symlink to the project in it's original location. Point the symlink through ~arsf/arsf_data/archived rather than directly to larsen [[BR]]