44 | | 1. Create an archive tarball for NEODC to download: |
45 | | {{{ |
46 | | su - arsf |
47 | | cd ~/arsf_data/archived/ |
48 | | ./qsub_archiver.sh <path to project in repository> |
49 | | (e.g. ~arsf/arsf_data/2008/flight_data/uk/CEH08_01) |
50 | | # Note you need to specify dirs at the project level |
51 | | # To run the archiving locally rather than via the grid engine, use: |
52 | | ./archive_helper-justdoit.sh ~arsf/arsf_data/2008/flight_data/uk/CEH08_01 |
53 | | }}} |
54 | | 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. [[BR]] [[BR]] |
| 44 | 1. Create an archive tarball for NEODC to download:[[BR]][[BR]] |
| 45 | '''*NOTE*'''[[BR]] |
| 46 | '''If AIMMS or GRIMM data is present then you will first need to separate them and put into separate tarballs. [[BR]] |
| 47 | Use: tar czf <TARBALL NAME> <DIRECTORY TO TARBALL> [[BR]] |
| 48 | Tarball name should be in format: GB09_05-2009_278b_Leighton_moss-AIMMS.tar.gz''' |
| 49 | {{{ |
| 50 | su - arsf |
| 51 | cd ~/arsf_data/archived/ |
| 52 | ./qsub_archiver.sh <path to project in repository> |
| 53 | (e.g. ~arsf/arsf_data/2008/flight_data/uk/CEH08_01) |
| 54 | # Note you need to specify dirs at the project level |
| 55 | # To run the archiving locally rather than via the grid engine, use: |
| 56 | ./archive_helper-justdoit.sh ~arsf/arsf_data/2008/flight_data/uk/CEH08_01 |
| 57 | }}} |
| 58 | 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. |
| 59 | [[BR]][[BR]] |