Archive & Backup 概念
Archive & Backup
提起归档和备份两个词,给人感觉上是相同的概念,就是对指定文件的一个copy而已。archive和backup感觉是相似的,但是他们有着明显的不同de。
archive
An archive is a collection of data moved to repository for backup,to keep separate for compliance reasons or for moving off primary storage media.
档案是一个被移到仓库备份的数据的集合。变为档案这一动作,我们叫归档,归档需要将进行归档数据移出主存媒介,或者其它方式将归档数据与现网在用数据1合理地隔离开来
It can include a simple list of files or files organized under a directory or catalog structure(depending on how a particular program supports archiving)
_档案可以包括一个简单的文件列表,或者通过目录或者catalog structure组织文件(依据特特定程序支持怎样归档)
Web and File Transfer Protocol sites that provide downloadable software programs sometimes refer to the list of downloadable files as an archive or archives.
_有些提供下载程序的网页和文件站点,通常将可供下载的程序列表作为归档。
Backup vs. archive
While data backup and archiving are similar, the have distinct difference.
Backups are copies of data stored for the purpose of recovery in the case of corruption.
These copies are typically created using replication or mirroring and are updated as files change.
It is short-term storage that needs to perform well enough to restore data quickly.
Backups are usually stored as blocks to facilitate the recovery of large amounts of data at one time.
Archived data is not a copy,but rather inactive an rarely altered data that needs to be retained for long periods of time.
相比备份的源数据,归档的源数据相对来说是不平凡极少再改动的数据,已经形成了一个稳定的版本的数据。这种数据需要长期保持。
Performance is less critical in archive storage.
档案对存储媒介性能不是要求那么重要。比如i/o,检索查询速度等。
Rather than stored in blocks,archived data is usually stored as a file or object that can be stored with metadata attached so that granular access to data is possible.
相比通过块存储,归档数据通常打包为一个文件或者能够附加上metadata数据的存储对象中,这样可以通过已颗粒方式从归档中访问数据。
Archive storage options
Archive storage typically needs to be able to store large amounts of data,for long periods of time at a low cost.
The following storage options are commonly used for archived data:
- Tape 磁带 花费很小,但是访问效率实在太低了相比其它文档存储选择。由于这个特点,所以适合很长时间的档案存储,几乎不需要被访问。
- Disk 磁盘(Hard disk drives) 电力和冷却是硬盘存储的一个花销。
- Cloud 云 云存档是最受欢迎归档方式,因为它可以容易的扩展和移除在硬件、电力、冷却上的花销。然而,对于大的数据中心持续增长的归档数据,云存储的开销也会随着增长。一些主要的云存储提供商提供的云存储平台都是低性能低花销的。
- Object 对象 是一个有效的归档存储方式,因为它有能力存储大量的metadata2,metadata是轻松访问数据至关重要的部分。Object storage 也是低花销,可以存储大量数据的。
很多情况下many cases,归档和备份软件是被整合在一起的。some software also offers the ability to cache segments of archived data on disk ,while the majority is stored on object or tape to improve response times when data is accessed.
有些软件也提供缓存归档数据部分在磁盘上,主要部分还是存储在对象或者磁带中,为的是提高快速响应数据访问请求。
Archive & Backup 概念的更多相关文章
- 备份MySQL数据库
备份MySQL数据库脚本: #!/bin/bash # description: MySQL buckup shell script # author: lmj # web site: http:// ...
- Spring Boot 启动原理分析
https://yq.aliyun.com/articles/6056 转 在spring boot里,很吸引人的一个特性是可以直接把应用打包成为一个jar/war,然后这个jar/war是可以直接启 ...
- [转帖]rsync简介
rsync用法详细解释 https://www.cnblogs.com/noxy/p/8986164.html 之前一直使用 scp 现在发现这个命令更好一些. 提要 熟悉 rsync 的功能及其特点 ...
- rsync用法详细解释
提要 熟悉 rsync 的功能及其特点 掌握 rsync 语法及常用选项的功能 掌握 rsync 命令的三种基本使用方法 掌握如何筛选 rsync 的传输目标 掌握使用 rsync 进行镜像和增量备份 ...
- Actifio如何保护和管理Oracle-带外篇
引言 本文提供CDS带外环境下相关配置,保护和恢复Oracle的所需步骤. 目的是提供Oracle数据库配置前的详细说明,Actifio环境下发现和配置Oracle数据库,执行还原和恢复,以及配置Or ...
- Linux samba服务搭建
实验准备: 准备两台机器,server0(172.25.0.11)和deskop0(172.25.0.12),要求在server0上实现samba共享,在desktop0上访问共享. 1.允许mark ...
- [daily][samba] smbclient使用
用的也不是太明白,反正凑合用吧. 在用之前,只得到了两个信息,1:ip 192.168.30.9. 2:可以免密登录. 1. 用这个命令看一看,主要是找到这个目录:Anonymous ┬─[t ...
- MySQL数据库自动备份
1.vi /home/wangcn/auto_log.sh#!/bin/bash #Shell Command For Backup MySQL Database Everyday Automatic ...
- Linux访问Windows共享目录的方法——smbclient
之前写过Ubuntu访问Windows共享目录,里面主要介绍如何在GUI上访问windows共享目录. 本文侧重于整理通过命令行访问的方法. 先确保smbclient.ubuntu下可以直接运行下面命 ...
随机推荐
- 初学spring boot 一
建立maven项目,在prom.xml中导入依赖 <parent> <groupId>org.springframework.boot</groupId> < ...
- 深入解析Java反射基础
博客原文:http://www.sczyh30.com/posts/Java/java-reflection-1/ - 这老哥写的特别好 一.回顾:什么是反射? 反射(Reflection)是Java ...
- android 2018 面试题
四大组件:activity.service.content provider.broadcast receiver [一]Activity 1.生命周期 onCreate:表示activity正在被创 ...
- 别以为真懂Openstack: 虚拟机创建的50个步骤和100个知识点(5)
八.KVM 这一步,像virsh start命令一样,将虚拟机启动起来了.虚拟机启动之后,还有很多的步骤需要完成. 步骤38:从DHCP Server获取IP 有时候往往数据库里面,VM已经有了IP, ...
- 值得收藏!!javascript数组中多条对象去重方式,很实用!!!
在数组中都是数字的时候很好去重,例如:var arr=[1,2,2,2,3,4,5,4,5,3,6]:可以用两层for循环或者其他方式进行去重 我在这里也给出一个方法吧: Array.prototy ...
- [Swift]LeetCode482. 密钥格式化 | License Key Formatting
You are given a license key represented as a string S which consists only alphanumeric character and ...
- [Swift]LeetCode647. 回文子串 | Palindromic Substrings
Given a string, your task is to count how many palindromic substrings in this string. The substrings ...
- [Swift]LeetCode940. 不同的子序列 II | Distinct Subsequences II
Given a string S, count the number of distinct, non-empty subsequences of S . Since the result may b ...
- 1. VIM 系列 - 简单入门,拾起兴趣
目录 1. 认识模式 1.1 正常模式 1.2 插入模式 1.3 命令模式 1.4 可视模式 2. 常用快捷键 1. 认识模式 vim 一共有四种模: 1. 正常模式 2. 插入模式 3. 命令模式 ...
- iOS——调试工具LLDB学习
一.前言 LLDB是个开源的内置于XCode的具有REPL(read-eval-print-loop)特征的Debugger,其可以安装C++或者Python插件.在日常的开发和调试过程中给开发人员带 ...