Backing up Your Website & Database on a Dedicated Server

April 4, 2008

One of the first things you will notice about having a dedicated web host is that there is a fix for everything. Even if your server’s databases go down or you make a mistake that causes you to lose these databases, there is an easy way to back them up before you test scripts or applications so that you’ll never lose a thing on your dedicated server.

So how do you backup your MySQL databases using cPanel on a dedicated server?

1. First, navigate to cPanel and login.

2. Then, click on the “Backup” icon in cPanel and find your database’s name. Once you click on this, it will download a gzipped copy straight to your computer, where you can store it for future restores.

**You can also use the PHPMyAdmin feature via your dedicated server’s control panel by clicking on MySQL and then “phpmyadmin” at the bottom. In PHPMyAdmin, simply select the database that you need to backup and then click the export tab on the right. You can choose one specific table, several tables, or all tables to backup. When you’ve chosen the appropriate table(s), simply tick “save file as” and click “go” – you can then save the databases straight to your computer!

If you have the patience to manage your dedicated server periodically like this, backing up your databases regularly is a great idea. However, there are also automated solutions for site and MySQL backups using cron jobs.

One Response to “Backing up Your Website & Database on a Dedicated Server”

  1. Backing up Your Website Automatically on a Dedicated Server | Dedicated Server Hosting Says:

    [...] already know the importance of backing up your dedicated server, but there are easier ways to accomplish that, which do not require periodic backups by hand. In [...]