

- Raspberry pi ftp server image how to#
- Raspberry pi ftp server image full#
- Raspberry pi ftp server image free#
Raspberry pi ftp server image free#
So now we’ll improve this script on several points.Īre you a bit lost in the Linux command line? Check this article first for the most important commands to remember and a free downloadable cheat sheet so you can have the commands at your fingertips. Use sudo if needed (if the goal is to back up system files, you probably need sudo).Īs you can see, it’s a basic script, that will overwrite the old backup each time. Then add the permission to execute the script with: I’m using “/home/pi” everywhere, but you probably have to adjust this with your username (/home/pat for example).Īnd finally, the first version of a simple script could look like this: #!/bin/bash Then we need to create a backup folder to store the files:

In my script, I’ll use a file and a folder that you can adapt to your needs:

Raspberry pi ftp server image how to#
How to send the file to another computer (in the script or manually).īefore starting to create the script, you have to identify the files you need to save.How to schedule it if the files are modified.It’ll be the most efficient method, you don’t need to keep a 16GB image file for just this. The first method you can use if you have a simple installation is to back up only the needed files.įor example, if you use your Raspberry Pi for a security camera, once you back up the configuration file, it’s ok, you don’t need more. The first third of the book teaches you the basics, but the following chapters include projects you can try on your own. It’s a 30-day challenge where you learn one new thing every day until you become a Raspberry Pi expert. If you’re looking to quickly progress on Raspberry Pi, you can check out my e-book here. We will now see in detail how to do each one.
Raspberry pi ftp server image full#
