Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.03 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.03 KB

Raspberry Pi Backup Images

Backup images and files for the multiple raspberry pi that are used.

Authors

Installation

There are two methods to install the images to a raspberry pi:

Using the disk image

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.

Using the backup files

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.