username = root password = rover123 # (1) Take the Rover out of full-auto mode and reboot # $ cd /etc $ cp inittab.normal inittab $ reboot # (2) Turn on ethernet so you can use puTTY and WinSCP. # $ cctl -w ether=on # (3) Reset the wakey timeout so it doesn't pull the plug after 10 minutes # $ /cf/rover/barbo/device/wakey.rb set_timeout 0 # (4) Go to the log folder and see how many sites were visited # $ cd /cf/rover/barbo/logs/latest $ ls | wc -l # (5) Use WinSCP to first copy over the syslog to a removeable drive # so we can examine the deployment while the data is transfered # (6) Begin copying the deployment directory to a different drive # (7) Copy .log and .csv files from barbo/logs and barbo/logs/testlogs