SQL Server Database Backup System Based on Data De-duplication

DENG Liang,HU Xiao-qin,LIANG Gang
DOI: https://doi.org/10.3969/j.issn.1671-0428.2011.07.003
IF: 5.105
2011-01-01
Computers & Security
Abstract:A SQL Server database backup system based on data de-duplication was presented.After generating the temporary backup file the system divides it into variable sized data chunks and calculates the value of the fingerprint of data chunks as the only mark of the data chunk,when transferring the file to the remote disaster recovery center it just transfers a single instance of the data chunk,it reduces the data which needs to be transferred and saves the storage space at the remote disaster recovery center;At the disaster recovery center it sets up the hash table to records the stored fingerprint of the data chunk;In order to improve data's reliability it adds limited redundant data and the redundant data can be adjusted according to the size of storage space.The system implements efficient storage of backup data and ensure data reliability.
What problem does this paper attempt to address?