Linux Backup a website using bash script. April 8, 2022 / April 8, 2022 by Philip Newman | Leave a Comment I needed to complete a routine backup of my development websites on my home server. This was pretty easily completed by daily by a bash script. Here is a simple script that backs up the database and all the files. For the example below I’m using Maria DB 10.5 and my project files are located […] Read more ยป Backups Bash