Full Website Backup script including the MySQL database
This is a full website backup script including MySQL. It's a bash
script and it's tested only on FreeBSD 6.3 but it should be working on
any *BSD/Linux operation system. In order to make it work for linux you
will need to change the paths for some commands.
For example:
have to be changed to:
Here is the code of the script:
In addition you can create a cronjob on your system so the website
backup can be scheduled.
I hope I was helpful.