MichaelOToole
Well-known member
Easiest way to backup your config files from your Pi
I use the following to copy the config directory from my Pi to my Linux PC using the terminal (on my PC)
This will copy the complete config folder and files (the -r = recursive)...
Change: pi@raspberrypi to suit your Pi install, default might be pi@raspberrypi
Change: /home/Mike to your user folder (in windows this might be: C:/Users/Mike )
Mike
Source Video
This video gives more options...
I use the following to copy the config directory from my Pi to my Linux PC using the terminal (on my PC)
Code:
scp -r pi@voron24:/home/pi/printer_data/config /home/Mike
This will copy the complete config folder and files (the -r = recursive)...
Change: pi@raspberrypi to suit your Pi install, default might be pi@raspberrypi
Change: /home/Mike to your user folder (in windows this might be: C:/Users/Mike )
Mike
Source Video
This video gives more options...
Last edited: