Moving Data from Pi to Chameleon Node
The steps for the student in order to sync the data from the pi to the remote cloud instance.
cd ~/car/data
zip -r data.zip ~/car/datarsync -r ~/car/data/data.zip cc@<Chameleon_Node_Floating_IP_Address>:~/mycar/datassh-add <file path/name of private key>unzip data.zip -d ~/mycar/dataLast updated