Attic - 拥有重复数据删除技术的备份软件

<iframe style="width: 170px; height: 30px;" src="http://ghbtns.com/github-btn.html?user=netkiller&amp;repo=netkiller.github.com&amp;type=watch&amp;count=true&amp;size=large" frameborder="0" scrolling="0" width="170" height="30"></iframe> <iframe style="width: 170px; height: 30px;" src="http://ghbtns.com/github-btn.html?user=netkiller&amp;repo=netkiller.github.com&amp;type=fork&amp;count=true&amp;size=large" frameborder="0" scrolling="0" width="170" height="30"></iframe> <iframe style="width: 240px; height: 30px;" src="http://ghbtns.com/github-btn.html?user=netkiller&amp;type=follow&amp;count=true&amp;size=large" frameborder="0" scrolling="0" width="240" height="30"></iframe>

9.5. Attic - 拥有重复数据删除技术的备份软件

Attic 是一个拥有重复数据删除技术的备份软件

9.5.1. 安装 Attic

$ pip install attic
		

9.5.2. 快速开始

过程 9.4. Attic 快速开始

  1. 初始化仓库

    $ attic init /somewhere/my-repository.attic
    				
  2. 备份目录~/src 和 ~/Documents归档名称Monday

    $ attic create /somwhere/my-repository.attic::Monday ~/src ~/Documents
    				
  3. 一次类推下一份叫做Tuesday

    $ attic create --stats /somwhere/my-repository.attic::Tuesday ~/src ~/Documents
    				

    --stats 参数将显示备份过程的状态

  4. 列出库中的所有档案

    $ attic list /somewhere/my-repository.attic
    				
  5. 列出周一归档文件的内容

    $ attic list /somewhere/my-repository.attic::Monday
    				
  6. 通过手动删除周一存档恢复磁盘空间

    $ attic delete /somwhere/my-backup.attic::Monday
    				

    Attic is quiet by default. Add the -v or --verbose option to get progress reporting during command execution.

猜你喜欢

转载自netkiller-github-com.iteye.com/blog/2041941
今日推荐