43 | | e.g. `~arsf/2008/flight_data/uk/CEH08_01...` would be `/data/larsenb1/archived/arsf/2008/flight_data/uk/CEH08_01...` |
44 | | 1. Create a symlink to the project in it's original repository location (e.g. under ~arsf/arsf_data/2008/flight_data/uk) |
45 | | 1. Create a symlink in ~arsf/arsf_data/archived to the archived data at /data/larsenb1/archived/arsf/YYYYMMDD/ |
| 43 | e.g. `mv ~arsf/2008/flight_data/uk/CEH08_01/ /data/larsenb1/archived/arsf/2008/flight_data/uk/CEH08_01` |
| 44 | 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]] |
| 45 | e.g. `ln -s ~arsf/arsf_data/archived/2008/flight_data/uk/CEH08_01 ~arsf/arsf_data/2008/flight_data/uk/CEH08_01` |