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.

目录
相关文章
|
19天前
|
SQL 关系型数据库 MySQL
数据库数据恢复—Mysql数据库表记录丢失的数据恢复方案
Mysql数据库故障: Mysql数据库表记录丢失。 Mysql数据库故障表现: 1、Mysql数据库表中无任何数据或只有部分数据。 2、客户端无法查询到完整的信息。
|
8月前
|
存储 数据挖掘 索引
NetApp数据恢复—NetApp存储误删除数据的数据恢复案例
某公司NetApp存储设备,人为误操作导致NetApp存储内部分重要数据被删除,该NetApp存储采用WAFL文件系统,底层是由多块硬盘组成的raid阵列。
NetApp数据恢复—NetApp存储误删除数据的数据恢复案例
|
7月前
|
存储
服务器数据恢复—存储中卷被删除后重建新卷的数据恢复方案
服务器存储数据恢复环境: 某品牌FlexStorage P5730服务器存储,存储中有一组由24块硬盘组建的RAID5阵列,包括1块热备硬盘。 服务器存储故障: 存储中的2个卷被删除,删除之后重建了一个新卷。需要恢复之前删除的一个卷的数据。
|
7月前
|
SQL 算法 数据库
sql数据库表内容误删怎么恢复
当SQL数据库表的内容误删时,可以尝试以下方法来恢复数据: 首先,最佳的解决方案是使用数据库备份来恢复数据。这是一种重要的防备措施,可在数据意外删除时快速恢复。 1. **使用备份恢复**
ORCALE清除全部表数据,保留表结构
ORCALE清除全部表数据,保留表结构
137 0
|
数据库
数据库异地备份及不还原快速查询备份集最佳实践
传统数据库异地备份和查询中,有两个大的痛点,一个是备份数据集的管理,另外一个是备份数据的查询,本方案将通过阿里云DBS、OSS、DLA的组合,搭建一整套数据库本地/异地自动化备份和管理的方案。在备份的基础上,实现分钟级全备数据集的查询,节省大量数据库还原时间。
3175 0

热门文章

最新文章