作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2006, Vol. 32 ›› Issue (8): 280-282.

• 开发研究与设计技术 • 上一篇    下一篇

基于 Linux 的异步网络备份系统的设计与实现

郭 京,李 涛,赵 奎,刘 莎,卢正添,蒲 海   

  1. 四川大学计算机系,成都 610065
  • 出版日期:2006-04-20 发布日期:2006-04-20

Design and Implementation of Asynchronous Network Backup System Based on Linux

GUO Jing, LI Tao, ZHAO Kui, LIU Sha, LU Zhengtian, PU Hai   

  1. Computer Department, Sichuan University, Chengdu 610065
  • Online:2006-04-20 Published:2006-04-20

摘要: 提出并实现了一种基于Linux 的远程异步备份系统。该系统在设备驱动层监视本地服务器的写操作,并将相关信息封装成记录发送到备份网关上缓存,然后由备份网关异步地将所缓存的记录发送到远程备份服务器上,最后在远程服务器上重建写操作并提交给相应的备份分区。该系统可适应多种网络状况,对用户透明,支持Linux 下的所有文件系统与存储设备,实现了对本地服务器分区或磁盘的物理备份。

关键词: 备份;灾难恢复;Linux 内核;设备驱动

Abstract: This paper presents an asynchronous network backup system based on Linux. This system monitors the writing operation of local server and encapsulates the information in a record, which is sent to the backup gateway, then the writing operation is transmitted and submitted to the remote backup server asynchronously. This system implements backup in physical layer. This system can adapt to the status of network and support all the storage medias and file systems that the Linux kernel supports.

Key words: Backup; Disaster recovery; Linux kernel; Device driver