We are preparing to go away cycle touring, but in bikepacker luggage mode. So we will be away for a while but travelling very light. Previously I have taken my netbook (1.1kg) with me as a way of interfacing between the storage media on my camera (SD card) and a backup storage device (portable hard drive, USB stick etc). Obviously for this trip though a netbook isn't going to fit into bikepacking luggage. The solution would be to take lots of SD cards, but as my camera is quite old (Leica Digilux 2) and only takes 2GB cards max, this is a bit tricky as these are hard to find and pricey for what they are.
The solution I have found is a script that runs on a Raspberry Pi to turn it into an auto interface between the SD and backup drive. I nicked Joe's old raspberry pi that he wasn't using any more and we managed to get the whole thing to work today. It doesn't require a screen (just lots of blind faith that it is actually working). You just switch on the Pi (you can power this using a mini power bank and micro USB lead - we carry both of these anyway), plug in the backup storage device (I will be using a 64GB USB stick) and then the SD card in its USB reader. The Pi then automatically transfers the files from the SD to the backup stick and then shuts itself down. Weights for the components are as follows:
Raspberry Pi in hard enclosure - 95g
64GB USB stick - 5g
SD card reader - 16g
Here is the link to the script and tutorial. It was quite easy.
https://petapixel.com/2016/06/16/turn-r ... up-device/
I wanted to disable the requirement to input a user name and password on the Pi OS, but I found a tutorial for that too, which worked first time:
http://www.opentechguides.com/how-to/ar ... start.html
It is possible to do this on a Raspberry Pi Zero + powered USB hub, which should be a bit lighter and more compact, but I just went with what we had.
