首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > Linux backupscript using tar pipes

Linux backupscript using tar pipes

  • 资源大小:5.91 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

Taurus - simple linux backup using tar pipes Example: > taurus --create /mnt/backup/frank /home/frank ## create a repository> taurus --update /mnt/backup/frank ## copy over new or modified files. backup old stuff.> taurus --restore /mnt/backup/frank /home/frank/important ## restore lost files Taurus copies only the updated files from a given sourcedir to a backup "repository" dir, excluding some optional exclude patterns, using a tar pipe with a "level 1" snapshot as described here: http://www.gnu.org/software/tar/manual/html_node/Incremental-Dumps.html and http://blog.extracheese.org/2010/05/the-tar-pipe.html It does not store a tar file; instead, it creates a "repository dir" which contains a plain mirror of the source dir. Using tar pipes allows us to * operate only on new or changed files (so it"s fast) * maintain numbered backups of changed files (configurable) On the down side, ofcourse, * taurus tars and untars

文 件 列 表

taurus
usr

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
  • WYG 1天前 成为了本站会员

  • Shine 1天前 成为了本站会员

  • 柳贻 1天前 成为了本站会员

  • hallelujah_HL 1天前 成为了本站会员

  • 焦昱贺 1天前 成为了本站会员

  • Rubin 1天前 成为了本站会员

  • Li 2天前 成为了本站会员

  • bigfatcat1977 3天前 成为了本站会员

  • just4down 3天前 成为了本站会员

  • shallow 3天前 成为了本站会员

0.203292s