code:work:lvisf:2024:field_processing:arcsix:start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| code:work:lvisf:2024:field_processing:arcsix:start [2024/10/11 15:02] – [Quality] david | code:work:lvisf:2024:field_processing:arcsix:start [2024/10/15 17:30] (current) – [Final Raid Inventory] david | ||
|---|---|---|---|
| Line 112: | Line 112: | ||
| rsync -vaP / | rsync -vaP / | ||
| </ | </ | ||
| + | |||
| ==== Care Package Creation ==== | ==== Care Package Creation ==== | ||
| Line 234: | Line 235: | ||
| </ | </ | ||
| - | === Final Raid Inventory === | ||
| - | * **md5deep** will follow symbolic links | ||
| - | * Use **find** to only checksum files once < | ||
| - | time sudo find / | ||
| - | </ | ||
| ==== Raw Data Copy to Gaia ==== | ==== Raw Data Copy to Gaia ==== | ||
| Line 255: | Line 251: | ||
| * Run applanix time check on raw IMU files | * Run applanix time check on raw IMU files | ||
| * Camera? | * Camera? | ||
| + | |||
| + | |||
| + | ==== Final Raid Inventory ==== | ||
| + | |||
| + | * Ensure each drive has a meta and inventory entry | ||
| + | * Copy inventory and meta files to three places **drive_meta/ | ||
| + | * camera, card, lvisf, nav, rtp, usb | ||
| + | * Box, Teams and Wiki < | ||
| + | # manual creation of inventory | ||
| + | time_date=$(date ' | ||
| + | time_time=$(date ' | ||
| + | inventory_output=" | ||
| + | meta_output=" | ||
| + | mkdir -p ${camera_basepath}/ | ||
| + | meta_path=" | ||
| + | drivemeta=$(df -h | grep ${camera_mountpoint}) | ||
| + | echo " | ||
| + | echo " | ||
| + | echo "find ${camera_mountpoint} -type f -exec ls -l {} \; >> ${inventory_output}" | ||
| + | find ${camera_mountpoint} -type f -exec ls -l {} \; >> ${inventory_output} | ||
| + | </ | ||
| + | * **md5deep** will follow symbolic links, so run this < | ||
| + | time sudo find / | ||
| + | |||
| + | # 68 hours for 44TB not bad | ||
| + | # / | ||
| + | real 4033m5.615s | ||
| + | user 1616m48.209s | ||
| + | sys | ||
| + | |||
| + | # and make a sorted version of the file | ||
| + | cat ~/ | ||
| + | </ | ||
| + | |||
code/work/lvisf/2024/field_processing/arcsix/start.1728658964.txt.gz · Last modified: by david
