A Centralized Differential Archiving Method for File Level Continuous Data Protection

生拥宏,刘川意,鞠大鹏,汪东升
DOI: https://doi.org/10.3778/j.issn.1673-9418.2009.04.008
2009-01-01
Abstract:The file-level continuous data protection system works above file system.It captures real time changes of single file and provides the ability to recover data at any point of time.The system utilizes a delta algorithm to compute the differences between two versions of file in order to effectively use the network bandwidth.Different versions of file are kept at server with carefully designed integration of mirroring and incrementing.All commands are divided into synchronized or asynchronized catalogs,according to estimated execution time.All synchronized commands are executed immediately while asynchronized commands are inserted into a queue,waiting for execution by a multi-threaded worker.This design guaranties a short response time on small tasks and better performance on heavy work load.Also,An index structure to find out certain files by file name from all versions is presented.What's more,the system performance on single task and multi-tasks is analyzed.
What problem does this paper attempt to address?