One of our projects we worked on was to design a have a comprehensive data backup strategy with a requirement to be able to restore data (several hundred gigabytes) within just a few hours. The objective is to have the ability to effectively and quickly recovery from a disaster, as any business would. To define what a comprehensive backup means, as it relates to this particular project, here's a summary list of the requirements:
With the requirements defined, we are than able to propose a design that will meet the requirements for our small business client, their budget, and small I.T. staff.
This design consists of three levels of data backup each with offering specific benefits when it comes to recovery time, retention, and accessibility.
Backup Type | Advantages | Disadvantages |
---|---|---|
Cold Backup |
|
|
Warm Backup |
|
|
Hot Backup |
|
|
This design executes a data backup job daily to maintain a duplicate copy of electronic data files. The backup files created are encrypted and a copy of it is stored on premise for short-term, and off-site at Amazon AWS using their S3 and Glacier cloud storage service for long-term. Daily, weekly, monthly, and yearly data backups are performed, and the resulting backup files are retained for a period of time as specified in the clients data backup policy.
Backup data files are encrypted, using AES 256 when possible, regardless if the files are kept on premise or sent offsite. Only one backup software, with integrated support for Amazon AWS storage service, was used to support the data backup process.
Because of the how this backup software works, as with almost any other backup software of this nature, packages our native computer files into larger file set in a propriety format and adds its own application layer-specific processes. This, along with the fact the files are stored off-premise, restoring files requires a process and time. Because the native files are not readily accessible at a moment's notice, this type of backup is considered cold.
While the cold data backup provides the ability to restore data, it does require time to do so - more than what the client requires. Depending on the file size of the backup set and the number of files that need to be restored, it can potentially take several hours to recover the entire set of files in a worst case scenario. To minimize the data recovery time, a hot backup of the client data is maintained on-premise. This was accomplished using a network attached storage (NAS), which is a file-level computer data storage server connected to a network. This, in conjunction with a real-time file synchronization software installed on our file server, a mirror copy of the client files is maintained on the NAS. In the event of a server failure or other scenarios that render the file server inaccessible, the NAS can then be used as a file server using its built-in feature.to create network shares and login accounts.
NAS makes a great addition to your office. Set up a hot backup job to sync all your important file on your file server to your NAS to maintain a real-time copy. If disaster strikes, your NAS becomes a temporary file server giving you more time and reducing your pressure to repair your file server.
With this arrangement, the file synchronization software will replicate files on the server to the NAS. Any changes to files, or the creation or deletion of files on the file server are mirrored in real-time to the NAS. This provides the client with a real-time replica of their files on a separate independent device. Files stored on the NAS are in their native file format. This means files can be immediately accessed without the need of timely conversion process as we have with the cold backup.
Finally, since the NAS is portable, it can be unplugged from the network with ease and evacuate from the premise if a situation calls for it. Since file replication happens in real-time, this will allow the client to have possession of the latest version of our files.
In conjunction with our hot backup, a warm backup was implemented for our client to replicate their files to their Amazon AWS S3 storage service account. The particular NAS was used for the hot backup has a built-in feature to perform a data backup of its content to Amazon AWS cloud storage service. As part of the requirements, we configure the NAS to perform a backup of its content to AWS S3 storage every evening. Stored in its native file format, the warm backup provides our client a quick and "anywhere" access to their files without the need of timely conversion process as we have with the cold backup.
To maximize the chance of a successful data recovery in the event of a disaster that limits the client's access to their physical office space or office building, a copy of their data backup files are stored offsite as mentioned. The client has an existing active account to Amazon AWS and thus was already familiar with the services provided. With the warm backup storing files in the cloud, data recovery process is quick and can be performed from any computer with Internet access. Additionally, setting up their employees with access to these files can be accomplished with relative ease. For this project, a software designed for use with cloud storage services is to be installed on any computer that will map a drive letter to the AWS S3 bucket containing the (warm) backup files. Thus, from an end user's perspective, interacting with these backup files is no different than working with them if they were on their on-premise file server.
At least once a year, the client will perform a data restoration test and mock disaster recovery to verify that the data backup jobs are performing as expected and that their documents on the procedure and processes related to this are accurate and current.