For months I have been manually backing up my web sites. Last night, I learned my lesson and realized I needed to have something more dependable in place. (and I am pretty damn dependable). I finally took the time to research the process of automating a CPanel update.
The script I found and used is freely available and easy to use.
How to completely automate your CPanel backup and store the files remotely:
There are three main parts to this process:
The backup script.
Download the script.
Edit the script's configuration variables as needed (see instructions on the download script page (see above).
Set up a cron job via CPanel (cron jobs is one of the main icons in the list) so your script will run every x minutes/hours/days/weeks/months.
The files you want backed up on your host. The script will have CPanel perform a full backup of all your files and databases. (The same if you were to choose "full backup" within the Backup module of CPanel.)
The location where your files go when they are automatically backed up.
Define the server/computer you want your files to get backed up to. If you are like ... [more]