| The most important task of any system | | | | working system. |
| administrator is backing up the systems they | | | | |
| are responsible for. | | | | Both strategies can, and probably should, be |
| | | | combined. |
| Not putting the system up or not keeping it | | | | |
| running as not backing it up and being able | | | | An archival-only strategy requires the system |
| to restore is primary. | | | | administrators to reinstall and reconfigure |
| | | | the operating system prior to restoring the |
| A system with no backup cannot be relied upon | | | | data; this takes longer and is more error |
| for any real purpose, because if anything | | | | prone. |
| goes wrong your data is gone, and that's | | | | |
| really bad news. | | | | Any backup strategy must be tested. |
| | | | |
| Something always goes wrong eventually, no | | | | A DR backup is tested by restoring a system |
| matters how much you try to avoid it, and | | | | backup onto a fresh system to make sure you |
| without good backups all of your work, and | | | | can recover from an emergency. |
| possible your entire business is just plain | | | | |
| gone. | | | | Archival strategies are tested by retrieving |
| | | | files and verifying that you can find the |
| A good backup strategy is composed of backup, | | | | files you need and that they are readable |
| storage, verification, and restoration. | | | | once restored. |
| | | | |
| The backup component covers selection of | | | | An untested backup strategy is usually a |
| method and which data to backup (all of it by | | | | complete waste of time and money. |
| choice). | | | | |
| | | | For web hosting clients, you will usually do |
| Storage covers both what media you back up | | | | your backups with the cPanel administrative |
| onto as well as where you keep them (if your | | | | interface.cPanel will let you backup your |
| building burns down, tapes kept in the server | | | | entire hosted site, your databases, or your |
| room will be useless). | | | | home directory ('which will contain your |
| | | | website but not the data behind it'). |
| Verification is a crucial component of a | | | | |
| backup strategy, you have to know you have | | | | To perform a backup you simply access the |
| usable data. | | | | Backup control panel and select a type of |
| | | | backup. |
| Lastly, you need to be able to get the data | | | | |
| back to where it can be used. | | | | The system performs the backup and downloads |
| | | | the file to your local system. |
| There are two main strategies for backups: | | | | |
| Disaster Recovery and Archival. | | | | These backups can be restored through the |
| | | | same interface. |
| DR backups are designed to restore a system | | | | |
| to a working state. | | | | To test, you would create a new hosted site |
| | | | and restore your backups to it. |
| To do this you backup the entire system so | | | | |
| that you can restore it onto another machine | | | | The downloaded backup files are important |
| to get a working system. | | | | (possibly confidential) data and should be |
| | | | integrated into your local backup strategy. |
| An archival strategy is concerned with | | | | |
| retrieving historical data ('give me the | | | | At the least, burn them to disks if you can't |
| customer database as it appeared at the end | | | | arrange to include them in your main backups. |
| of last year') and not with restoring a | | | | |