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.

目录
相关文章
|
17天前
|
数据采集 SQL 监控
如何分析重复数据?
【4月更文挑战第2天】如何分析重复数据?
11 2
|
3月前
|
存储 运维 数据挖掘
服务器数据恢复—华为OceanStor存储数据恢复案例
服务器数据恢复环境: 华为OceanStor某型号存储,存储内有一组由24块硬盘组建的raid5阵列,配置1块热备盘。 服务器故障: 该存储raid5阵列中有一块硬盘离线,热备盘自动激活并开始同步数据,在热备盘同步数据的过程中,raid5阵列中另一块硬盘离线,上层应用崩溃,数据丢失。
服务器数据恢复—华为OceanStor存储数据恢复案例
|
6月前
|
存储 数据挖掘
服务器数据恢复-IBM Storwize V7000存储数据恢复案例
服务器数据恢复环境: P740+AIX+Sybase+V7000存储,存储阵列柜上共12块SAS机械硬盘(其中一块为热备盘)。 服务器故障: 存储阵列柜中有磁盘出现故障,工作人员发现后更换磁盘,新更换的磁盘数据同步到40%左右时,阵列柜中的另一块磁盘也出现问题,数据同步中断,逻辑盘无法挂接到小型机上,业务中断。存储的管理界面显示2块硬盘故障脱机。 阵列柜中的磁盘共组建了2组Mdisk,加到一个pool中。现在主要数据pool无法加载,有3个通用卷无法挂载。
|
存储 运维 关系型数据库
十年难得一遇!从数据误删到全量恢复的惊险记录
线上的数据库服务我们有完善的备份策略和恢复预案,数据即使被误删除了也是能够恢复的,误删除的数据量恢复只是时间问题。但各位同学自己部署的测试环境或者是在自己电脑中的开发环境的数据库就没有同级别的资源保障了。如果恰好你又把一些不能丢失的数据放到了这种环境中,那么建议要做定期备份,有备才能无患。
|
Oracle 关系型数据库 数据库