Backup images and files for the multiple raspberry pi that are used.
There are two methods to install the images to a raspberry pi:
The disk images can be found in the organization drive here. Just flash it to the SD card as any other image and it is good to go.
The contents of /files
are the files that must be uploaded to an already working raspberry with an OS.
This can be done with the scp
command from the terminal. Go to the folder where both the rc.local
and dhcpcd.conf
files are located and run:
scp <raspberry_user>@<raspberry_ip>:/etc/rc.local rc.local
scp <raspberry_user>@<raspberry_ip>:/etc/dhcpcd.conf dhcpcd.conf
where <raspberry_user>
is the username of the raspberry user (pi by default) and <raspberry_ip>
is the current ip of the raspberry pi.