
When things don’t go as planned it is always nice to have a Plan B. We have various plan’s A through Z for many different situations and even then those plans do not always go as planned. There are lots of variables, lots of things that can happen some are foreseeable while others are unknowns.
This post is to help you have a Plan B which we will call your Backup Plan.
Let’s start off with some of the basics and get more complicated as we go….
- cPanel has a built in complete backup tool inside of it. You can manually do a backup at any time, save it to your account and then back it up to your local drive. The backup includes all of our cPanel settings, files, databases and stats. The problem with this method is that it requires you to remember to do it.
- We have a database and file backup tool in our Customer Resource Center which you can use to automate the backup of your files an databases. This is included free to our customers. You do have to set it once and be sure to place it in your start up folder to ensure it starts up every boot up. This method is fairly easy but to enable the software it means you need to allow your local IP to the MySQL data access area in your cPanel.
- For some sites the files do not really matter as much as the databases do. You can use a simple cron to send you the database to an off site email for storage. The cron would look something like this….
- Â mysqldump –quote-names -u [DBUSER] -p[DBPASS] [DBNAME] > mail -s “MySQL Backup” [email]
- If you have a WordPress blog there is a plugin that will backup your site for you and again email it. If you do not use this plugin already install it now.
- There are scripts to do backups for you automatically through a cron. Here is one that looks promising.
I am sure a few might wonder if we do backups and why should you bother to do backups. It is possible that backups may be incomplete, corrupt or older. We do daily, weekly and monthly backups of all your cPanel settings, files, databases and stats. Although it is rare there is a possibility that our backups can and will have issues.
This is where you should have a Plan B in place to restore your own backups which as you can see from above can be fairly painless if you set up that plan today.




