| | 1 | = Backup WAM PC/104 CF Card Image = |
| | 2 | |
| | 3 | '''These instructions are intended to be used on an external PC running Ubuntu. |
| | 4 | '''[[BR]] |
| | 5 | '''* You will need a CF to USB adapter for creating these instructions: |
| | 6 | ex: [[http://www.amazon.com/Kingston-Flash-Memory-Reader-FCR-HS219/dp/B00109Y2DQ/ref=sr_1_8?ie=UTF8&qid=1353441981&sr=8-8&keywords=cf+to+usb| CF -> USB]] |
| | 7 | ''' |
| | 8 | [[BR]] |
| | 9 | |
| | 10 | |
| | 11 | '''__On an External Ubuntu PC__'''[[br]] |
| | 12 | Install fsarchiver |
| | 13 | {{{ |
| | 14 | sudo apt-get install fsarchiver |
| | 15 | }}} |
| | 16 | |
| | 17 | |
| | 18 | Insert CF Card and adapter into your PC. Close all pop-ups showing contents of CF card.[[br]] |
| | 19 | {{{ |
| | 20 | # We have created a bash script to automate the backup process. |
| | 21 | wget http://web.barrett.com/support/WAM_Installer/backup_cf.sh |
| | 22 | |
| | 23 | #Run the script |
| | 24 | bash backup_cf.sh |
| | 25 | }}} |
| | 26 | |
| | 27 | Please follow the on-screen instructions to create the CF Backup |
| | 28 | |
| | 29 | Your file system archives (backups) will now be found in your current directory. |