What's new
VORON Design

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members!

Copy all config files from Pi to PC

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)

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:
Top