Linux 備份工具 Openduckbill

fmms 12年前發布 | 44K 次閱讀 Linux 備份工具

Openduckbill是一個Linux下簡單的命令行備份工具,可用于監視文件/目錄在有變化后是否標記為備份,并傳輸這些變化到本地備份目錄、遠程 NFS導出分卷或是用rsync命令導出到遠程SSH服務器。

功能特性:

  • Supports recursive and non-recursive backup of files/directories
  • Does filesystem monitoring
    • Openduckbill uses pyinotify for filesystem monitoring.
    • Any directory marked for backup, will be monitored for changes, and the changes will be synced to the backup destination regularly.
  • Three different modes of backup. Supports backup to
    • Local directory
    • NFS mount
    • SSH server (using rsync over ssh)
  • Include/exclude files/directories from backup
    • Supports including/excluding files/directories from backup using pattern matches
  • Supports maintaining current and previous versions of files at backup destination.
  • In NFS backup mode, the NFS partition is auto mounted.
  • Ability to remove files/directories which are not part of backup schedule from backup partition. (Currently this feature supported only in LOCAL and NFS backup modes.)
  • Uses YAML based config file
    • Easy to read and modify
  • Uses GUI dialog box to display critical information
  • Has built-in logging system
  • Daemon mode and Non-daemon mode
  • Extensive DEBUG info mode
  • Fully client side application
    • Minimal (or no) configuration required on server
    </ul>

    項目主頁:http://www.baiduhome.net/lib/view/home/1326289286890

 本文由用戶 fmms 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!