JPH0715664B2 - データ・セツト回復方法 - Google Patents

データ・セツト回復方法

Info

Publication number
JPH0715664B2
JPH0715664B2 JP2190890A JP19089090A JPH0715664B2 JP H0715664 B2 JPH0715664 B2 JP H0715664B2 JP 2190890 A JP2190890 A JP 2190890A JP 19089090 A JP19089090 A JP 19089090A JP H0715664 B2 JPH0715664 B2 JP H0715664B2
Authority
JP
Japan
Prior art keywords
backup
date
last
data
data set
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP2190890A
Other languages
English (en)
Other versions
JPH0359734A (ja
Inventor
ジエームス・ジヨセフ・マイヤー
ポングーシエング・ワング
Original Assignee
インターナシヨナル・ビジネス・マシーンズ・コーポレーシヨン
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by インターナシヨナル・ビジネス・マシーンズ・コーポレーシヨン filed Critical インターナシヨナル・ビジネス・マシーンズ・コーポレーシヨン
Publication of JPH0359734A publication Critical patent/JPH0359734A/ja
Publication of JPH0715664B2 publication Critical patent/JPH0715664B2/ja
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1448Management of the data involved in backup or backup restore
    • G06F11/1451Management of the data involved in backup or backup restore by selection of backup contents
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1458Management of the backup or restore process
    • G06F11/1461Backup scheduling policy

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Techniques For Improving Reliability Of Storages (AREA)

Description

【発明の詳細な説明】 A.産業上の利用分野 本発明は、外部記憶装置を持つ中央演算処理装置(以
下、CPUという)でデータ・セットを連続して利用でき
るようにする技術に関し、特に、データ・セットの外部
記憶装置によるバックアップのスケジュールを立てる方
法に関する。
B.従来の技術およびその課題 データ処理システムでは、例えば、バースト状ノイズ、
ソフトウェア・バッグ、媒体欠陥、および書き込みパス
・エラーによる記憶データの破壊からの回復のみなら
ず、CPU電源停止を含む大域事象からも回復する手段を
講じなければならない。データを連続して利用できるよ
うにする一般的な技法は、CPUデータ・セットのコピー
をとって、安全な場所に保管することである。この処理
は「バックアップ」と呼ばれ、記憶システムの機能が拡
張する状況で生ずる。
次の各段で、最近の記憶環境と、現在のバックアップの
方針及びその限界の概要を簡単に記述する。
CPUとステージ式記憶装置 最近のデータ処理装置は、ソフトウェアとデータとを格
納した階層構成でLRU法で管理されるステージ式の記憶
システムと、これに結合された命令処理装置とから構成
される。最も高速で最も速やかにアクセスされる記憶域
は、命令処理装置に最も接近した位置を占め、階層の最
上位に配置される。大量の情報が格納される低速型の記
憶域は、低速のものほど階層の下位に配置される。
アクセス速度に応じて記憶域のコストが極端に増大する
ので、多くの計算機システムでは、物理的記憶サブシス
テムを複数の性能レベルに分割している。直接アクセス
記憶装置(以下、DASDという)やテープなどあるレベル
は周辺入出力装置として扱われ、非同期パスを経由して
アクセスされる。RAMやキャッシュなど他のレベルは、
システム・ハードウェアで直接扱われ、内部記憶域の一
部として同期パスを経由してアクセスされる。
ここで、内部記憶領域とは、一回の読出しまたは書込み
転送のためにランダムにアドレス可能な記憶域の部分を
いう。IBMシステムでは、内部記憶域はエスクテンショ
ン(拡張記憶域)を除き、バイト・アドレス可能であ
る。この拡張記憶域は、ブロックまたはページ・アドレ
ス可能な(4096バイト/ブロック)方式でランダムにア
クセスされ、LRU実メモリでバックアップされたページ
ング記憶域として管理される。また、外部記憶装置と
は、記憶領域の大容量部分であり、直接アクセス記憶装
置のように、ランダム・アドレスが不可能で直接にアク
セスしなければならない部分である。
内部記憶域は、この記憶域を参照するプロセッサが、戻
りコードを受け取るまで遊休状態のとき同期状態にある
と見なされる。一方求めるデータが(「入出力境界」と
呼ばれる点を越えて)外部記憶域に存在する場合は、参
照中のプロセッサは待機せずに他のタスクを探す。この
タスクまたは処理の切替えは、新規のデータに対する検
索パスを設定しなければならず、かつ以前のタスクをセ
ーブしなければならないので、破壊的である。外部記憶
域からの検索が完了すると、CPUを以前の処理またはタ
スクに切り替えることが再び必要になる。
システム管理記憶機能 システム管理記憶機能(以下、SMSという)は、IBMデー
タ機能記憶管理サブシステムなど、システムが各種の記
憶要素にデータを自動的に割り振るようになっている、
CPUおよびオペレーティング・システム・サービスをい
う。データはその重要度と使用頻度に応じて割り振られ
る。この概念はデータを優先度によって配置することを
要求するもので、最重要データをCPUに最も近接する拡
張記憶域またはキャッシュに入れ、重要度の最も低いデ
ータは外部のDASDに記憶する。
SMSに基づくシステムには、論理データ管理機能(以
下、LDMという)と外部記憶管理機能(以下、ESMとい
う)がある。ESMには、物理的記憶装置すなわち「入出
力境界」を越える記憶域の空間、性能および可用性の管
理に関連する外部化された機能が含まれる。LDMは、ESM
からアクセス方式およびデータ・セット管理機能を切り
離し、データ・セットのフォーマットおよび内容やレコ
ード管理などの論理ビューの焦点である。また、記憶域
状況空間の割り振りと回復、バックアップなどの維持ス
ケジューリングの論理ビューを定義し維持する記憶管理
機能も提供する。
従来技術のバックアップの方針 バックアップ方針は、スケジューリングに関する方針で
あり、時間と空間、すなわち、バックアップの頻度およ
びデータ・セットの範囲という次元を有する。
データ(データ・セット)を連続して利用できるように
する最も一般的な技法は、定期的にバックアップを実行
するものである。しかし、定期的なバックアップを実行
しても、最終のバックアップ以降のデータ・セットのす
べての更新が失われることがあるので、十分ではない。
定期的バックアップは、バッチ・モードで処理が実行さ
れるという欠点がある。特にフル・バックアップが行な
われる場合は、バッチ・モード処理がCPUを完全に独占
する。この独占現象は、最終のバックアップ以降に変更
されたデータ・セットのみについてバックアップするイ
ンクレメンタル・バックアップを用いれば部分的に軽減
される。第3の方針は、フル・バックアップとインクレ
メンタル・バックアップの併用のスケジュールを立てる
ものである。
また、先行書き込みデータ・セットを用いてログにすべ
てのトランザクションを書き込む技法もある。この技法
は、米国特許第4507751号明細書に記述されている。上
記特許では、作業単位がまずバックアップ媒体(ログ)
に記録され、次に外部記憶域のそのアドレスに書き込ま
れる。しかし、上記特許のシステムは、記憶管理ではな
くデータ・ベース管理に関して記述されている。このシ
ステムは、連続ロギングを取り入れて、不完全トランザ
クションのロールバック、および実行中トランザクショ
ンの最終チェックポイントの後に完了したトランザクシ
ョンの順方向回復を支援する。
トランザクション・ロギングなどの強いレベルのバック
アップは、人間の応答時間がトランザクション処理に比
べて長い、対話型システムで実施する方が容易である。
相対時間の比がこのような場合には、バックアップをほ
ぼ実時間でCPUの外部記憶媒体と同じ整合状態に維持す
ることができる。しかし、CPUと外部記憶装置が主とし
てバッチ・モードで動作する場合には実行不能である。
インクレメンタル、フルおよび混合バックアップ方針の
限界 記憶管理機能、すなわちSMS、がインクレメンタル方式
で稼動している場合には、前回および今回のフル・バツ
クアツプの間に変更された各データ・セツトの変更部分
が多くのDASDのボリユームに分散されてバツクアツプさ
れており(インクレメンタル・バツクアツプ)、これら
の分散ボリユームに基づいて単一のDASDボリユームに回
復するには、変更データ・セツトがバツクアツプされた
時間および分散の範囲の関数である多くの回復時間が必
要になる。フル・バツクアツプ方式では、システムを長
時間に亘り専属的に使用する欠点があり、また、混合方
式では、依然としてバツクアツプ・ボリユームが多くの
DASDに分散するので、インクレメンタル方式よりも長時
間を要する。
したがつて、本発明の主な目的は、より少数のデータ・
セツトのバツクアツプと短いバツクアツプ間隔(ウイン
ドウ)しか必要としないデータ・セツトのバツクアツプ
および回復の方法を提供することである。
本発明の他の目的は、将来の単一のDASDボリユームの内
容の回復に当り、バツクアツプ・テープのローデング回
数を削減できるデータ・セツトのバツクアツプおよび回
復の方法を提供することである。
C.課題を解決するための手段 上述の目的は、CPUの内部または外部の記憶装置に駐在
するデータ・セツトを、本発明による修正インクレメン
タル・バツクアツプ方式を用いて、バツクアツプし回復
することにより達成される。本発明の方法は、統計的、
経験的または解析的見地から、下記の各条件を満足する
データ・セツトの変更の場合、バツクアツプをすればよ
いとの知見に基づいている。
(1)最終の更新日付が、現在日付と最終バツクアツプ
日付との間の日付であり、現在日付と最終バツクアツプ
日付の差が、MBFに等しいかまたはそれを超える場合、
および (2)現在日付と最終のバツクアツプ日付の差が、GBF
に等しいかまたはそれを超える場合。
パラメータGBFおよびMBFは、経験的または解析的に求め
られる。両者とも、アプリケーシヨン・プログラムまた
はSMSの記憶管理プログラムによつて供給される。
MBFは、各データ・セツト毎に規定されているバツクア
ツプ間の最短間隔である。GBFは、複数の関連したデー
タ・セツトが属する1つの記憶グループに規定されてい
るバツクアツプ間の最長間隔である(各記憶グループ毎
の保証バツクアツプ頻度とも呼ぶ)。保証バツクアツプ
頻度の目的は、将来のボリユームの回復に当り、分散し
てバツクアツプされた変更ボリユーム部分を記録してい
る外部記憶媒体、たとえば磁気テープ、磁気デイスク・
パツクのローデング回数を削減することにある。
本発明の構成は次の通りである。
CPUの内部記憶域または外部記憶域に駐在し、論理的に
独立した1つの記憶グループを構成する複数のデータ・
セツトのバツクアツプおよび回復を行うための方法にお
いて、 (イ)最終バツクアツプ日付および最終変更日付が記述
されている各データ・セツトを準備し、各記憶グループ
毎に予め定めた保証バツクアツプ頻度に相当する最長バ
ツクアツプ間隔GBFを割り当てておき、1つの記憶グル
ープに属する各データ・セツト毎に変更データ率の予測
に基づいて予め定めた最短バツクアツプ間隔MBFを割り
当てておくステツプと、 (ロ)バツクアツプ・サイクルの間、各データ・セツト
に関して、最終変更日付および最終バツクアツプ日付を
評価して、最終変更日付が最終バツクアツプ日付よりも
新らしい日付であり、かつ現在日付と最終バツクアツプ
日付の差が各データ・セツトに対する上記最短バツクア
ツプ間隔MBFに等しいかまたはそれを超える場合および
現在日付と最終バツクアツプ日付の差がそのデータ・セ
ツトの属する記憶グループに対する上記最長バツクアツ
プ間隔GBFに等しいかまたはそれを超える場合に、各々
対応するデータ・セツトを上記外部記憶域の他の部分に
複写するステツプと、 (ハ)回復サイクルの間、上記外部記憶域の上記他の部
分からCPUの内部記憶域内に、上記最長バツクアツプ間
隔内にバツクアツプされたデータ・セツトを再複写する
ステツプと、 より成り、各データ・セツトに短縮した異なるバツクア
ツプ間隔が割り当てられているデータセツトのバツクア
ツプおよび回復方法。
本発明の方法によれば、前述のように、より少数のデー
タ・セツトのバツクアツプと短縮されたバツクアツプ間
隔でデータ・セツトをバツクアツプすることができると
共に、データ・セツトの回復に際してはGBF日付よりも
新しい日付のバツクアツプ・ボリユームだけを用いてデ
ータ・セツトを復元できる。
D.実施例 本発明の方法を実行するためのホストCPU環境 本発明は、IBM MVSオペレーティング・システムを搭載
したIBM360または370アーキテクチャのCPUなどの汎用コ
ンピュータで実施すると好都合である。IBM360アーキテ
クチャのCPUについては、米国特許第3400371号明細書に
詳述されている。
MVSオペレーティング・システムは、IBM刊行物GC28−11
50「MVS/拡張アーキテクチャ・システム・プログラミン
グ・ライブラリ、システム・マクロおよび機能(MVS/Ex
tended Architecture System Programming Library:Sys
tem Macros and Facilities)」、第1巻に記載されて
いる。標準MVS、またはロック管理、割り込みまたはモ
ニタによるサブシステム呼び出し、タスクの通知と待機
など他のオペレーティング・システム・サービスの詳細
は、周知であるので省略する。
J.P.ゲルブ(Gelb)の論文「システム管理式記憶域(Sy
stem-managed Storage)」、IBM Systems Journal,Vol.
28、No.1、1989年、pp.77〜103、特にpp.90〜99に記載
の方法で記憶域がシステム管理されている場合、この記
憶域の構成体および編成は、アプリケーションによって
提供される記憶域の編成で見られるものとは異なる。す
なわち、ゲルブの上記論文では、記憶域群を、1次シス
テムで処理可能な記憶要素としての外部記憶ボリューム
の動的プールとして仮定している。他の構成体には、記
憶クラス、管理クラスおよびデータ・セットがある。こ
れらの構成体は、それぞれ所望の記憶サービス・レベル
(アクセス、可用性)、データの移送や保存やバックア
ップを制御する方針、および1次アプリケーションが参
照するデータ/記憶要素を表す。
システムによって制御されるサービス、ならびに記憶域
の割振りおよびスケジューリングの方針の実施とは対照
的に、PASCAL、COBOL、FORTRAN、APLなどの高級言語(H
LL)システムを含むアプリケーションは、それ自体のフ
ァイル管理システムを充分に含んでいる。本発明の方法
を組み込んだ、モニタで起動される記憶バックアップ・
ユーティリティを考案することは、十分に現況技術の範
囲内に含まれる。このようなユーティリティは、どの高
級言語で記述することもでき、記憶域の高級言語による
論理ビューを含んでいる。
本発明の方法の諸態様 ステップ1 バックアップ処理の前に、コンピュータ導入システム内
でバックアップ/回復方針を確立するために、通常記憶
管理タスクの一環として、下記のことを行なう。このス
テップで得られる情報は、バックアップ処理用にバック
アップ・サイクル中セーブされる。
1.a FOR ALL storage group(i) in the computer in
stallation DO 1.b GBF(i):=an integer assigned by the Storag
e Administrator or otherwise extrinsically supplied; 1.c FOR ALL data object(j) in the computer inst
allation DO 1.d MBF(j):=an integer assigned by the Storag
e Administrator or otherwise extrinsically supplie
d; ステップ2 バックアップ・サイクル、コンピュータ・プログラムは
次のステップを実行する。
2.a FOR ALL storage group(i) in the computer in
stallation DO 2.b FOR ALL data object(j) in storage group
(i) DO 2.c BEGIN 2.d IF(last change date(j)>=last backup date
(j)) and 2.e (instant date - last backup date(j))>=M
BF(j) 2.f THEN 2.g call backup(date object(j)); 2.h ELSE 2.i IF(instant date - last backup date(j))>
=GBF(i) 2.j THEN 2.k call backup(data object(j)); 2.l ELSE 2.m do nothing to data object(j)); 2.n END; 次に、上記アルゴリズムを1行ずつ説明する。
1.a 記憶域群は、データ・オブジェクトを含む1組の記
憶ボリュームであり、データ・オブジェクトは必ずそっ
くり1つの記憶域群に含まれる。
1.b GFB(i)は記憶域群(i)の保証バックアップ頻
度を表し、iが異なれば、異なる値が割り当てられる。
この整数値は、記憶管理プログラムが指定するか、ある
いはコンピュータ・インタフェースまたは省略時規則を
介して外部から供給する。
I.c データ・オブジェクトは、そのバックアップ・コピ
ーが作成され、最終変更日付と最終バックアップ日付が
追跡される、データの集合体である。データ・オブジェ
クトは必ずそっくり1つの記憶域群に含まれる。
1.d MBF(j)は、データ・オブジェクト(j)の最小
バックアップ頻度を表し、jが異なれば、異なる値が割
り当てられる。この整数値は、コンピュータ・インタフ
ェースまたは省略時規則を介して、記憶管理プログラム
が指定する。
2.a コンピュータ導入システム中の各記憶域群について
ステップ2.bないしステップ2.nを実行する。
2.b 記憶域群の中の各データ・オブジェクトについて、
ステップ2.cないしステップ2.nを実行する。
2.d 最終変更日付(j)と最終バックアップ日付(j)
は、それぞれデータ・オブジェクト(j)に対する最終
変更の日付及び最終バックアップの日付を表し、最終変
更日付(j)は、データ・オブジェクト(j)が変更さ
れたときに更新され、最終バックアップ日付(j)は、
データ・オブジェクト(j)がバックアップされたとき
に更新される。
最終変更日付及び最終バックアップ日付は、実際には日
単位より短い時間単位、例えば、時間、分または秒単位
で追跡してもよい。短い時間単位を用いるほど、データ
・オブジェクトの変更の直後にそのデータ・オブジェク
トがバックアップされる場合に不必要なバックアップを
回避することができる。
2.d 行のテスト条件は、最終バックアップ以降に変更さ
れたデータ・オブジェクトに対するものである。
最終変更時間(j)を用いる代案では、変更標識(j)
を使用し、この変更標識(j)は、データ・オブジェク
ト(j)が変更されたときオンに設定され、データ・オ
ブジェクト(j)がバックアップされたときオフに設定
される。この代案を用いる場合は、2.d行のテスト条件
が“IF change indicator(j) is ON and"に変更され
る。
2.e 2.e行のテスト条件は、データ・オブジェクト
(j)に対する連続する2回のバックアップの時間差が
少なくともMBF(j)であることを保証するためのもの
である。データ・オブジェクトの最小バックアップ頻度
は、記憶管理者またはプログラマがデータ・オブジェク
トに対するバックアップ方針を制御するために用いるパ
ラメータであり、希望するなら、このパラメータを使っ
て、データ・オブジェクトをその変更頻度より少ない頻
度でバックアップすることもできる。
2.g Call backup(date object(j))は、データ・オ
ブジェクト(j)のバックアップ・コピーを磁気テープ
などの持久記憶域に作成する処理であり、データ・オブ
ジェクト(j)に対するバックアップが行なわれた後
に、データ・オブジェクトに対する最終バックアップ日
付が、現在日付に、すなわちlast backup date(j):
=instant dateに設定される。
2.i 2.i行のテスト条件は、記憶域群(i)内のデータ
・オブジェクト(j)に対する連続する2回のバックア
ップの時間差が多くともGBF(i)であることを保証す
るためのものである。保証バックアップ頻度は、記憶管
理プログラムがバックアップ方針を制御するために用い
るパラメータであり、このパラメータを使って、ある記
憶域群中のデータ・オブジェクトをその変更頻度より高
い頻度でバックアップすることもできる。保証バックア
ップ頻度の目的は、将来のボリューム回復のためのテー
プ装填を最小にすることである。この方法により、記憶
域群(i)のボリュームを回復する際にせいぜいGBF
(i)日付以降からのバックアップ・テープがあれば済
むようになる。
2.k 2.gと同じである。
2.m データ・オブジェクト(j)が、2.d、2.e及び2.i
のテストに合格しない場合、このバックアップ・サイク
ルの期間中、データ・オブジェクト(j)に対するバッ
クアップは行なわれない。
パラメータ変動 従来技術によるフル・ボリユーム/インクレメンタル混
合バツクアツプ方式の下にバツクアツプされた1日当り
の全データ量Fと、本発明による修正インクレメンタル
・バツクアツプ方式の下にバツクアツプされた1日当り
の全データ量Gとの低減率を縦軸にとり、1日当りのデ
ータ変更率を横軸にとり、バツクアツプ間隔Pをパラメ
ータにして画いた曲線が第1図に示されている。この図
では、バツクアツプ間隔Pが7日および30日に選択され
ている。第1図の曲線は、次式の関係をパラメータ別に
プロットしたものである。
(F−G)/F=1−[(CP/[1−(1−C)
[1+C(P−1)]] 上式でP=連続する2つのフル・ボリューム・バックア
ップ間の期間、 D=データ総量 C=全日間変更ランダム分配データ率 G=期間Pの間に、本発明のバックアップ方針により作
成されたバックアップ・データの総量 F=期間Pの間に、フル/インクレメンタル混合バック
アップ方針により作成されたバックアップ・データの総
量 例えば、Pを7日間のバックアップ・サイクルとする
と、本発明の方法では、1日に20%のデータ・セットが
変更されるときに、混合バックアップ方針の適用時に比
べて、作成されるバックアップ・データが約19%少なく
なる。また、Pを30日間のバックアップ・サイクルとす
ると、1日に5%のデータ・セットが変更されるとき、
混合バックアップ方針の適用時に比べて、作成されるバ
ックアップ・データが約22%少なくなる。
第2図は、日間バックアップ・データ率とバックアップ
間隔の関係を示したものである。第2図の曲線は、次式
の関係をパラメータ別にプロットしたものである。
W=C/[1−(1−C)] 上式で、 W=日間バックアップ作業負荷、データ総量に対する%
で表す。
P=連続する2回のフル・ボリューム・バックアップ間
の期間 C=全日間変更ランダム分配データ率 本発明の方法の例 データ・オブジェクトa、b、c、dが、記憶域群
(x)に存在するものと仮定する。現在日付は89年7月
17日である。ステップ1.bで、GBF(x)が7の値に設定
され、ステップ1.dで、MBF(a−d)がそれぞれ2、
3、1、1に設定される。
さらに、データ・オブジェクトa及びデータ・オブジェ
クトbはともに89年7月15日に最終バックアップが行な
われ、89年7月16日に最終変更が行なわれ、データ・オ
ブジェクトcは89年7月10日に最終バックアップが行な
われ、データ・オブジェクトdは89年7月13日に最終バ
ックアップが行なわれ、データ・オブジェクトc及びデ
ータ・オブジェクトdはともに89年7月1日に最終変更
が行なわれたと仮定する。
次表に、この例の仮定条件をまとめて示す。
次に、データ・オブジェクトa、b、c、dに対するバ
ックアップ処理について述べる。
データ・オブジェクトaについて、 ステップ2.dで、 07/16/89≧07/15/89は真、 ステップ2.eで、 (07/17/89−07/15/89)≧2は真。
ステップ2.d及びステップ2.eの条件はともに成立するの
で、ステップ2.gが実行され、データ・オブジェクトa
はバックアップされる。このバックアップの後に、最終
バックアップ日付(a)が07/17/89に設定される。
この場合、データ・オブジェクトaがバックアップされ
るのは、データ・オブジェクトaが最終バックアップ以
降に変更され、この最終バックアップはすでに2日前だ
ったので、データ・オブジェクトaに対する最小バック
アップ頻度を満足するからである。
データ・オブジェクトbについて、 ステップ2.dで、 07/16/89≧07/15/89は真、 ステップ2.eで、 (07/17/89−07/15/89)≧3は偽。
ステップ2.eの条件は成立しないので、ステップ2.gは実
行されない。
ステップ2.iで、 (07/17/89−07/15/89)≧7は偽。
ステップ2.iの条件は成立しないので、ステップ2.kは実
行されない。したがって、データ・オブジェクトbは、
このバックアップ・サイクル中にバックアップされな
い。
この場合、データ・オブジェクトbは最終バックアップ
以降に変更されたが、この最終バックアップは2日前で
あり、MBF(b)よりも少ないので、バックアップは行
なわれない。
データ・オブジェクトcについて、 ステップ2.dで、 07/01/89≧07/10/89は偽。
ステップ2.dの条件は成立しないので、ステップ2.gは実
行されない。
ステップ2.iで、 (07/17/89−07/10/89)=7は真。
ステップ2.iの条件は成立するので、ステップ2.kが実行
され、データ・オブジェクトcはこのバックアップ・サ
イクル中にバックアップされる。最終バックアップ日付
(c)が07/17/89に設定される。
この場合、データ・オブジェクトcは、89年7月10日に
バックアップされて以降に変更されていないが、最終バ
ックアップ以降7日経過しており、GBF(x)に等しい
ので、データ・オブジェクトcを再度バックアップする
必要がある。
データ・オブジェクトdについて、 ステップ2.dで、 07/01/89≧07/13/89は偽。
ステップ2.dの条件は成立しないので、ステップ2.gは実
行されない。
ステップ2.iで、 (07/17/89−07/13/89)≧7は偽。
ステップ2.iの条件は成立しないので、ステップ2.kは実
行されない。すなわち、データ・オブジェクトdは、こ
のバックアップ・サイクル中にバックアップされない。
この場合、データ・オブジェクトdは、89年7月10日に
最終バックアップが行なわれて以降に変更されていず、
最終バックアップ以降4日しか経過していず、GBF
(x)より少ないので、データ・オブジェクトdはこの
バックアップ・サイクル中にバックアップされない。
特許請求の範囲に定義する趣旨と範囲から逸脱しない
で、本発明に種々の変更と追加を加えることができる。
【図面の簡単な説明】
第1図は、フル/インクリメンタル・バックアップ方針
に関する本発明の方法使用時のバックアップ低減率と日
間変更データ率の比較を示す図である。 第2図は、日間バックアップ・データ率とバックアップ
間隔の関係を示す図である。

Claims (1)

    【特許請求の範囲】
  1. 【請求項1】CPUの内部記憶域または外部記憶域に駐在
    し、論理的に独立した1つの記憶グループを構成する複
    数のデータ・セツトのバツクアツプおよび回復を行うた
    めの方法において、 (イ)最終バツクアツプ日付および最終変更日付が記述
    されている各データ・セツトを準備し、各記憶グループ
    毎に予め定めた保証バツクアツプ頻度に相当する最長バ
    ツクアツプ間隔GBFを割り当てておき、1つの記憶グル
    ープに属する各データ・セツト毎に変更データ率の予測
    に基づいて予め定めた最短バツクアツプ間隔MBFを割り
    当てておくステツプと、 (ロ)バツクアツプ・サイクルの間、各データ・セツト
    に関して、最終変更日付および最終バツクアツプ日付を
    評価して、最終変更日付が最終バツクアツプ日付よりも
    新らしい日付であり、かつ現在日付と最終バツクアツプ
    日付の差が各データ・セツトに対する上記最短バツクア
    ツプ間隔MBFに等しいかまたはそれを超える場合および
    現在日付と最終バツクアツプ日付の差がそのデータ・セ
    ツトの属する記憶グループに対する上記最長バツクアツ
    プ間隔GBFに等しいかまたはそれを超える場合に、各々
    対応するデータ・セツトを上記外部記憶域の他の部分に
    複写するステツプと、 (ハ)回復サイクルの間、上記外部記憶域の上記他の部
    分からCPUの内部記憶域内に、上記最長バツクアツプ間
    隔内にバツクアツプされたデータ・セツトを再複写する
    ステツプと、 より成り、各データ・セツトに短縮した異なるバツクア
    ツプ間隔が割り当てられているデータセツトのバツクア
    ツプおよび回復方法。
JP2190890A 1989-07-25 1990-07-20 データ・セツト回復方法 Expired - Lifetime JPH0715664B2 (ja)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US07/385,647 US5454099A (en) 1989-07-25 1989-07-25 CPU implemented method for backing up modified data sets in non-volatile store for recovery in the event of CPU failure
US385647 1989-07-25

Publications (2)

Publication Number Publication Date
JPH0359734A JPH0359734A (ja) 1991-03-14
JPH0715664B2 true JPH0715664B2 (ja) 1995-02-22

Family

ID=23522295

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2190890A Expired - Lifetime JPH0715664B2 (ja) 1989-07-25 1990-07-20 データ・セツト回復方法

Country Status (4)

Country Link
US (1) US5454099A (ja)
EP (1) EP0410630B1 (ja)
JP (1) JPH0715664B2 (ja)
DE (1) DE69025507T2 (ja)

Families Citing this family (281)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2071346A1 (en) * 1991-10-18 1993-04-19 Claus William Mikkelsen Method and means for time zero backup copy of data
US5592675A (en) 1992-01-08 1997-01-07 Hitachi, Ltd. Computer controlled method and system capable of preserving information representing plural work states and recovering the work states
US6138126A (en) 1995-05-31 2000-10-24 Network Appliance, Inc. Method for allocating files in a file system integrated with a raid disk sub-system
US7174352B2 (en) * 1993-06-03 2007-02-06 Network Appliance, Inc. File system image transfer
US5963962A (en) 1995-05-31 1999-10-05 Network Appliance, Inc. Write anywhere file-system layout
US6604118B2 (en) 1998-07-31 2003-08-05 Network Appliance, Inc. File system image transfer
US5642496A (en) * 1993-09-23 1997-06-24 Kanfi; Arnon Method of making a backup copy of a memory over a plurality of copying sessions
US5617566A (en) * 1993-12-10 1997-04-01 Cheyenne Advanced Technology Ltd. File portion logging and arching by means of an auxilary database
JP2735479B2 (ja) * 1993-12-29 1998-04-02 株式会社東芝 メモリ・スナップショット方法及びメモリ・スナップショット機能を持つ情報処理装置
US5638509A (en) * 1994-06-10 1997-06-10 Exabyte Corporation Data storage and protection system
JP3504763B2 (ja) * 1994-08-19 2004-03-08 富士通株式会社 分散システムに使用されるクライアント,サーバ及び記憶装置並びに分散システムにおける資源管理用サーバの復旧方法
US5659743A (en) * 1994-12-05 1997-08-19 Legent Corporation Method and apparatus for a pattern based spaced management system
US5649158A (en) * 1995-02-23 1997-07-15 International Business Machines Corporation Method for incrementally archiving primary storage to archive storage by utilizing both a partition archive status array and a partition map
US5644696A (en) * 1995-06-06 1997-07-01 International Business Machines Corporation Recovering multi-volume data sets during volume recovery
US5799141A (en) * 1995-06-09 1998-08-25 Qualix Group, Inc. Real-time data protection system and method
US5729696A (en) * 1995-06-13 1998-03-17 Ncr Corporation Transaction data recovery system and method
JP3856855B2 (ja) * 1995-10-06 2006-12-13 三菱電機株式会社 差分バックアップ方式
US5778165A (en) * 1995-10-20 1998-07-07 Digital Equipment Corporation Variable-level backup scheduling method and apparatus
US6301379B1 (en) * 1996-01-17 2001-10-09 Carreker-Antinori, Inc. Electronic check presentment systems and methods employing volatile memory datastore access techniques
US5791790A (en) * 1996-03-13 1998-08-11 Lexmark International, Inc. Method and apparatus for providing print job buffering for a printer on a fast data path
US5740348A (en) * 1996-07-01 1998-04-14 Sun Microsystems, Inc. System and method for selecting the correct group of replicas in a replicated computer database system
US5966730A (en) * 1996-10-30 1999-10-12 Dantz Development Corporation Backup system for computer network incorporating opportunistic backup by prioritizing least recently backed up computer or computer storage medium
US5794254A (en) * 1996-12-03 1998-08-11 Fairbanks Systems Group Incremental computer file backup using a two-step comparison of first two characters in the block and a signature with pre-stored character and signature sets
US6038665A (en) * 1996-12-03 2000-03-14 Fairbanks Systems Group System and method for backing up computer files over a wide area computer network
US6101507A (en) * 1997-02-11 2000-08-08 Connected Corporation File comparison for data backup and file synchronization
JP3568181B2 (ja) 1997-06-23 2004-09-22 株式会社東芝 ニューラルネット分析装置、記憶媒体
US6366988B1 (en) * 1997-07-18 2002-04-02 Storactive, Inc. Systems and methods for electronic data storage management
EP1008048B1 (en) * 1997-08-29 2001-10-31 Hewlett-Packard Company Data backup and recovery systems
EP0899662A1 (en) * 1997-08-29 1999-03-03 Hewlett-Packard Company Backup and restore system for a computer network
US6516351B2 (en) 1997-12-05 2003-02-04 Network Appliance, Inc. Enforcing uniform file-locking for diverse file-locking protocols
US6393537B1 (en) 1998-01-06 2002-05-21 International Business Machines Corporation Host storage management control of outboard data movement
US6397229B1 (en) 1998-02-02 2002-05-28 International Business Machines Corporation Storage-controller-managed outboard incremental backup/restore of data
US6457130B2 (en) 1998-03-03 2002-09-24 Network Appliance, Inc. File access control in a multi-protocol file server
US6161111A (en) * 1998-03-31 2000-12-12 Emc Corporation System and method for performing file-handling operations in a digital data processing system using an operating system-independent file map
US6279011B1 (en) 1998-06-19 2001-08-21 Network Appliance, Inc. Backup and restore for heterogeneous file server environment
US6574591B1 (en) 1998-07-31 2003-06-03 Network Appliance, Inc. File systems image transfer between dissimilar file systems
US6119244A (en) 1998-08-25 2000-09-12 Network Appliance, Inc. Coordinating persistent status information with multiple file servers
JP2000137638A (ja) * 1998-10-29 2000-05-16 Hitachi Ltd 情報記憶システム
US6343984B1 (en) 1998-11-30 2002-02-05 Network Appliance, Inc. Laminar flow duct cooling system
US6457015B1 (en) 1999-05-07 2002-09-24 Network Appliance, Inc. Adaptive and generalized status monitor
US6961749B1 (en) 1999-08-25 2005-11-01 Network Appliance, Inc. Scalable file server with highly available pairs
US6091658A (en) * 1999-11-01 2000-07-18 Ford Global Technologies, Inc. Nonvolatile memory implementation for electronic devices
TW454120B (en) * 1999-11-11 2001-09-11 Miralink Corp Flexible remote data mirroring
US7509420B2 (en) 2000-02-18 2009-03-24 Emc Corporation System and method for intelligent, globally distributed network storage
US7062648B2 (en) * 2000-02-18 2006-06-13 Avamar Technologies, Inc. System and method for redundant array network storage
US6704730B2 (en) 2000-02-18 2004-03-09 Avamar Technologies, Inc. Hash file system and method for use in a commonality factoring system
US6826711B2 (en) 2000-02-18 2004-11-30 Avamar Technologies, Inc. System and method for data protection with multidimensional parity
US7194504B2 (en) * 2000-02-18 2007-03-20 Avamar Technologies, Inc. System and method for representing and maintaining redundant data sets utilizing DNA transmission and transcription techniques
JP2003525495A (ja) 2000-03-01 2003-08-26 コンピュータ アソシエイツ シンク,インコーポレイテッド コンピュータ・ファイルのアーカイブを更新する方法及びシステム
US6810398B2 (en) * 2000-11-06 2004-10-26 Avamar Technologies, Inc. System and method for unorchestrated determination of data sequences using sticky byte factoring to determine breakpoints in digital sequences
EP1229433A1 (en) * 2001-01-31 2002-08-07 Hewlett-Packard Company File sort for backup
FR2820849B1 (fr) * 2001-02-15 2003-05-16 Cit Alcatel Procede de stockage de donnees informatiques et dispositif de stockage correspondant
US6728735B1 (en) 2001-03-12 2004-04-27 Network Appliance, Inc. Restartable dump that produces a consistent filesystem on tapes
US6848021B2 (en) 2001-08-01 2005-01-25 International Business Machines Corporation Efficient data backup using a single side file
US7310654B2 (en) * 2002-01-31 2007-12-18 Mirapoint, Inc. Method and system for providing image incremental and disaster recovery
US7024586B2 (en) 2002-06-24 2006-04-04 Network Appliance, Inc. Using file system information in raid data reconstruction and migration
US7047377B2 (en) 2002-08-20 2006-05-16 Gruintine Pueche, Inc. System and method for conducting an auction-based ranking of search results on a computer network
JP3972801B2 (ja) * 2002-11-11 2007-09-05 株式会社日立製作所 階層型バックアップシステムにおけるバックアップ方法
US7085886B2 (en) * 2003-05-28 2006-08-01 International Buisness Machines Corporation Autonomic power loss recovery for a multi-cluster storage sub-system
US7246254B2 (en) * 2003-07-16 2007-07-17 International Business Machines Corporation System and method for automatically and dynamically optimizing application data resources to meet business objectives
US7139942B2 (en) * 2003-07-21 2006-11-21 Sun Microsystems, Inc. Method and apparatus for memory redundancy and recovery from uncorrectable errors
US7266653B2 (en) * 2003-09-29 2007-09-04 International Business Machines Corporation Remote data mirroring with acknowledgment upon writing copied data to volatile cache memory
AU2003304502A1 (en) * 2003-10-13 2005-04-27 Illuminator (Israel) Ltd. Apparatus and method for information recovery quality assessment in a computer system
US7917711B2 (en) * 2003-11-14 2011-03-29 International Business Machines Corporation System, apparatus, and method for automatic copy function selection
US6994572B2 (en) * 2003-11-26 2006-02-07 International Business Machines Corporation Apparatus, system, and method for component deactivated interlock
US7536593B2 (en) * 2004-03-05 2009-05-19 International Business Machines Corporation Apparatus, system, and method for emergency backup
US7197520B1 (en) * 2004-04-14 2007-03-27 Veritas Operating Corporation Two-tier backup mechanism
US7225371B2 (en) * 2004-08-03 2007-05-29 International Business Machines Corporation Method and apparatus for storing and retrieving multiple point-in-time consistent data sets
US7284019B2 (en) * 2004-08-18 2007-10-16 International Business Machines Corporation Apparatus, system, and method for differential backup using snapshot on-write data
US8775823B2 (en) 2006-12-29 2014-07-08 Commvault Systems, Inc. System and method for encrypting secondary copies of data
US8315993B2 (en) * 2005-05-13 2012-11-20 International Business Machines Corporation Policy decision stash for storage lifecycle management
US20070100894A1 (en) * 2005-10-31 2007-05-03 Honeywell International Inc. Apparatus and method for encoding data change rates in textual programs
US8572330B2 (en) 2005-12-19 2013-10-29 Commvault Systems, Inc. Systems and methods for granular resource management in a storage network
WO2007097826A2 (en) * 2005-12-19 2007-08-30 Commvault Systems, Inc. System and method for providing a flexible licensing system for digital content
JP4126706B2 (ja) * 2006-03-03 2008-07-30 インターナショナル・ビジネス・マシーンズ・コーポレーション データバックアップのための装置、方法、及びプログラム
JP5204099B2 (ja) 2006-05-05 2013-06-05 ハイバー インコーポレイテッド グループ・ベースの完全および増分コンピュータ・ファイル・バックアップ・システム、処理および装置
US9189303B2 (en) * 2006-08-10 2015-11-17 International Business Machines Corporation Shadow queues for recovery of messages
US8370442B2 (en) 2008-08-29 2013-02-05 Commvault Systems, Inc. Method and system for leveraging identified changes to a mail server
US8677091B2 (en) 2006-12-18 2014-03-18 Commvault Systems, Inc. Writing data and storage system specific metadata to network attached storage device
US7702662B2 (en) * 2007-05-16 2010-04-20 International Business Machines Corporation Method and system for handling reallocated blocks in a file system
US7987326B2 (en) * 2007-05-21 2011-07-26 International Business Machines Corporation Performing backup operations for a volume group of volumes
US8769048B2 (en) 2008-06-18 2014-07-01 Commvault Systems, Inc. Data protection scheduling, such as providing a flexible backup window in a data protection system
US8484162B2 (en) 2008-06-24 2013-07-09 Commvault Systems, Inc. De-duplication systems and methods for application-specific data
US8335776B2 (en) 2008-07-02 2012-12-18 Commvault Systems, Inc. Distributed indexing system for data storage
US8307177B2 (en) 2008-09-05 2012-11-06 Commvault Systems, Inc. Systems and methods for management of virtualization data
US9178842B2 (en) 2008-11-05 2015-11-03 Commvault Systems, Inc. Systems and methods for monitoring messaging applications for compliance with a policy
US8943183B2 (en) * 2008-12-10 2015-01-27 Commvault Systems, Inc. Decoupled installation of data management systems
US8209307B2 (en) 2009-03-31 2012-06-26 Commvault Systems, Inc. Systems and methods for data migration in a clustered file system
WO2010114855A1 (en) 2009-03-31 2010-10-07 Commvault Systems, Inc. Information management systems and methods for heterogeneous data sources
CN101551736B (zh) * 2009-05-20 2010-11-03 杭州华三通信技术有限公司 基于地址指针链表的缓存管理装置和方法
US8930306B1 (en) 2009-07-08 2015-01-06 Commvault Systems, Inc. Synchronized data deduplication
US9684563B1 (en) * 2010-01-04 2017-06-20 Veritas Technologies Llc Techniques for backup management
US8572719B2 (en) 2010-05-28 2013-10-29 Commvault Systems, Inc. Firewall proxy systems and methods in a backup environment
US8504526B2 (en) 2010-06-04 2013-08-06 Commvault Systems, Inc. Failover systems and methods for performing backup operations
US11449394B2 (en) 2010-06-04 2022-09-20 Commvault Systems, Inc. Failover systems and methods for performing backup operations, including heterogeneous indexing and load balancing of backup and indexing resources
US8504869B2 (en) 2010-07-16 2013-08-06 Commvault Systems, Inc. Kernel swapping systems and methods for recovering a network device
US8495420B2 (en) 2010-07-16 2013-07-23 Commvault Systems, Inc. Registry key federation systems and methods
US8578109B2 (en) 2010-09-30 2013-11-05 Commvault Systems, Inc. Systems and methods for retaining and using data block signatures in data protection operations
US8577851B2 (en) 2010-09-30 2013-11-05 Commvault Systems, Inc. Content aligned block-based deduplication
US20120150818A1 (en) 2010-12-14 2012-06-14 Commvault Systems, Inc. Client-side repository in a networked deduplicated storage system
US9020900B2 (en) 2010-12-14 2015-04-28 Commvault Systems, Inc. Distributed deduplicated storage system
US8495019B2 (en) 2011-03-08 2013-07-23 Ca, Inc. System and method for providing assured recovery and replication
US9323466B2 (en) 2011-04-27 2016-04-26 Commvault Systems, Inc. System and method for client policy assignment in a data storage system
US10585766B2 (en) * 2011-06-06 2020-03-10 Microsoft Technology Licensing, Llc Automatic configuration of a recovery service
US20130227352A1 (en) 2012-02-24 2013-08-29 Commvault Systems, Inc. Log monitoring
US9292815B2 (en) 2012-03-23 2016-03-22 Commvault Systems, Inc. Automation of data storage activities
US9286327B2 (en) 2012-03-30 2016-03-15 Commvault Systems, Inc. Data storage recovery automation
US9189167B2 (en) 2012-05-31 2015-11-17 Commvault Systems, Inc. Shared library in a data storage system
US8977672B2 (en) 2012-06-08 2015-03-10 Commvault Systems, Inc. Intelligent scheduling for remote computers
US9189170B2 (en) 2012-06-12 2015-11-17 Commvault Systems, Inc. External storage manager for a data storage cell
US9251186B2 (en) 2012-06-13 2016-02-02 Commvault Systems, Inc. Backup using a client-side signature repository in a networked storage system
US20140025796A1 (en) 2012-07-19 2014-01-23 Commvault Systems, Inc. Automated grouping of computing devices in a networked data storage system
US9275086B2 (en) 2012-07-20 2016-03-01 Commvault Systems, Inc. Systems and methods for database archiving
US9483201B2 (en) 2012-07-31 2016-11-01 Commvault Systems, Inc. Administering a shared, on-line pool of data storage resources for performing data storage operations
US9026498B2 (en) 2012-08-13 2015-05-05 Commvault Systems, Inc. Lightweight mounting of a secondary copy of file system data
US8938481B2 (en) 2012-08-13 2015-01-20 Commvault Systems, Inc. Generic file level restore from a block-level secondary copy
US9311121B2 (en) 2012-12-21 2016-04-12 Commvault Systems, Inc. Archiving virtual machines in a data storage system
US20140181044A1 (en) 2012-12-21 2014-06-26 Commvault Systems, Inc. Systems and methods to identify uncharacterized and unprotected virtual machines
US9747169B2 (en) 2012-12-21 2017-08-29 Commvault Systems, Inc. Reporting using data obtained during backup of primary storage
US20140181047A1 (en) 2012-12-21 2014-06-26 Commvault Systems, Inc. Systems and methods to protect deleted files
US9256622B2 (en) 2012-12-21 2016-02-09 Commvault Systems, Inc. Systems and methods to confirm replication data accuracy for data backup in data storage systems
US20140196038A1 (en) 2013-01-08 2014-07-10 Commvault Systems, Inc. Virtual machine management in a data storage system
US9766987B2 (en) 2013-01-11 2017-09-19 Commvault Systems, Inc. Table level database restore in a data storage system
US9336226B2 (en) 2013-01-11 2016-05-10 Commvault Systems, Inc. Criteria-based data synchronization management
US9665591B2 (en) 2013-01-11 2017-05-30 Commvault Systems, Inc. High availability distributed deduplicated storage system
US20140201151A1 (en) 2013-01-11 2014-07-17 Commvault Systems, Inc. Systems and methods to select files for restoration from block-level backup for virtual machines
US9760444B2 (en) 2013-01-11 2017-09-12 Commvault Systems, Inc. Sharing of secondary storage data
US9811423B2 (en) 2013-01-11 2017-11-07 Commvault Systems, Inc. Partial file restore in a data storage system
US9286110B2 (en) 2013-01-14 2016-03-15 Commvault Systems, Inc. Seamless virtual machine recall in a data storage system
US9483489B2 (en) 2013-01-14 2016-11-01 Commvault Systems, Inc. Partial sharing of secondary storage files in a data storage system
US20140281515A1 (en) 2013-03-12 2014-09-18 Commvault Systems, Inc. Encrypted file presentation
US9934103B2 (en) 2013-04-16 2018-04-03 Commvault Systems, Inc. Managing multi-source restore operations in an information management system
US9483363B2 (en) 2013-05-08 2016-11-01 Commvault Systems, Inc. Use of temporary secondary copies in failover operations
US9483558B2 (en) 2013-05-29 2016-11-01 Commvault Systems, Inc. Assessing user performance in a community of users of data storage resources
US10089192B2 (en) 2013-06-13 2018-10-02 Hytrust, Inc. Live restore for a data intelligent storage system
US8849764B1 (en) 2013-06-13 2014-09-30 DataGravity, Inc. System and method of data intelligent storage
US9213706B2 (en) 2013-06-13 2015-12-15 DataGravity, Inc. Live restore for a data intelligent storage system
US10102079B2 (en) 2013-06-13 2018-10-16 Hytrust, Inc. Triggering discovery points based on change
US9939981B2 (en) 2013-09-12 2018-04-10 Commvault Systems, Inc. File manager integration with virtualization in an information management system with an enhanced storage manager, including user control and storage management of virtual machines
US9590886B2 (en) 2013-11-01 2017-03-07 Commvault Systems, Inc. Systems and methods for differential health checking of an information management system
US9798596B2 (en) 2014-02-27 2017-10-24 Commvault Systems, Inc. Automatic alert escalation for an information management system
US9633026B2 (en) 2014-03-13 2017-04-25 Commvault Systems, Inc. Systems and methods for protecting email data
US10380072B2 (en) 2014-03-17 2019-08-13 Commvault Systems, Inc. Managing deletions from a deduplication database
US9563518B2 (en) 2014-04-02 2017-02-07 Commvault Systems, Inc. Information management by a media agent in the absence of communications with a storage manager
US20160004605A1 (en) 2014-07-01 2016-01-07 Commvault Systems, Inc. Lightweight data reconstruction based on backup data
US20160019317A1 (en) 2014-07-16 2016-01-21 Commvault Systems, Inc. Volume or virtual machine level backup and generating placeholders for virtual machine files
US20160019117A1 (en) 2014-07-16 2016-01-21 Commvault Systems, Inc. Creating customized bootable image for client computing device from backup copy
US20160019224A1 (en) 2014-07-18 2016-01-21 Commvault Systems, Inc. File system content archiving based on third-party application archiving rules and metadata
US9641388B2 (en) 2014-07-29 2017-05-02 Commvault Systems, Inc. Customized deployment in information management systems
US10031917B2 (en) 2014-07-29 2018-07-24 Commvault Systems, Inc. Efficient volume-level replication of data via snapshots in an information management system
US9852026B2 (en) 2014-08-06 2017-12-26 Commvault Systems, Inc. Efficient application recovery in an information management system based on a pseudo-storage-device driver
US11249858B2 (en) 2014-08-06 2022-02-15 Commvault Systems, Inc. Point-in-time backups of a production application made accessible over fibre channel and/or ISCSI as data sources to a remote application by representing the backups as pseudo-disks operating apart from the production application and its host
US10360110B2 (en) 2014-08-06 2019-07-23 Commvault Systems, Inc. Point-in-time backups of a production application made accessible over fibre channel and/or iSCSI as data sources to a remote application by representing the backups as pseudo-disks operating apart from the production application and its host
US9405928B2 (en) 2014-09-17 2016-08-02 Commvault Systems, Inc. Deriving encryption rules based on file content
US9710465B2 (en) 2014-09-22 2017-07-18 Commvault Systems, Inc. Efficiently restoring execution of a backed up virtual machine based on coordination with virtual-machine-file-relocation operations
US9417968B2 (en) 2014-09-22 2016-08-16 Commvault Systems, Inc. Efficiently restoring execution of a backed up virtual machine based on coordination with virtual-machine-file-relocation operations
US9436555B2 (en) 2014-09-22 2016-09-06 Commvault Systems, Inc. Efficient live-mount of a backed up virtual machine in a storage management system
US10204010B2 (en) 2014-10-03 2019-02-12 Commvault Systems, Inc. Intelligent protection of off-line mail data
US9609058B2 (en) 2014-10-13 2017-03-28 Commvault Systems, Inc. Storage management operations based on executable files served on demand to storage management components
US9575673B2 (en) 2014-10-29 2017-02-21 Commvault Systems, Inc. Accessing a file system using tiered deduplication
US10776209B2 (en) 2014-11-10 2020-09-15 Commvault Systems, Inc. Cross-platform virtual machine backup and replication
US9848046B2 (en) 2014-11-13 2017-12-19 Commvault Systems, Inc. Archiving applications in information management systems
US9912625B2 (en) 2014-11-18 2018-03-06 Commvault Systems, Inc. Storage and management of mail attachments
US9983936B2 (en) 2014-11-20 2018-05-29 Commvault Systems, Inc. Virtual machine change block tracking
US9632713B2 (en) 2014-12-03 2017-04-25 Commvault Systems, Inc. Secondary storage editor
US20160162364A1 (en) 2014-12-03 2016-06-09 Commvault Systems, Inc. Secondary storage pruning
US9645891B2 (en) 2014-12-04 2017-05-09 Commvault Systems, Inc. Opportunistic execution of secondary copy operations
US9753816B2 (en) 2014-12-05 2017-09-05 Commvault Systems, Inc. Synchronization based on filtered browsing
US20160210044A1 (en) 2015-01-15 2016-07-21 Commvault Systems, Inc. Intelligent hybrid drive caching
US20160210306A1 (en) 2015-01-15 2016-07-21 Commvault Systems, Inc. Managing structured data in a data storage system
US9952934B2 (en) 2015-01-20 2018-04-24 Commvault Systems, Inc. Synchronizing selected portions of data in a storage management system
US9588849B2 (en) 2015-01-20 2017-03-07 Commvault Systems, Inc. Synchronizing selected portions of data in a storage management system
US10108687B2 (en) 2015-01-21 2018-10-23 Commvault Systems, Inc. Database protection using block-level mapping
US9575804B2 (en) 2015-03-27 2017-02-21 Commvault Systems, Inc. Job management and resource allocation
US9928144B2 (en) 2015-03-30 2018-03-27 Commvault Systems, Inc. Storage management of data using an open-archive architecture, including streamlined access to primary data originally stored on network-attached storage and archived to secondary storage
US10339106B2 (en) 2015-04-09 2019-07-02 Commvault Systems, Inc. Highly reusable deduplication database after disaster recovery
US9934265B2 (en) 2015-04-09 2018-04-03 Commvault Systems, Inc. Management of log data
US9710253B2 (en) 2015-04-16 2017-07-18 Commvault Systems, Inc. Managing a software-patch submission queue
US9904598B2 (en) 2015-04-21 2018-02-27 Commvault Systems, Inc. Content-independent and database management system-independent synthetic full backup of a database based on snapshot technology
US9639286B2 (en) 2015-05-14 2017-05-02 Commvault Systems, Inc. Restore of secondary data using thread pooling
US20160350391A1 (en) 2015-05-26 2016-12-01 Commvault Systems, Inc. Replication using deduplicated secondary copy data
US9766825B2 (en) 2015-07-22 2017-09-19 Commvault Systems, Inc. Browse and restore for block-level backups
US10192065B2 (en) 2015-08-31 2019-01-29 Commvault Systems, Inc. Automated intelligent provisioning of data storage resources in response to user requests in a data storage management system
US10853406B2 (en) 2015-09-18 2020-12-01 Commvault Systems, Inc. Data storage management operations in a secondary storage subsystem using image recognition and image-based criteria
US10514986B2 (en) 2015-09-30 2019-12-24 Commvault Systems, Inc. Dynamic triggering of block-level backups based on block change thresholds and corresponding file identities in a data storage management system
US10102192B2 (en) 2015-11-03 2018-10-16 Commvault Systems, Inc. Summarization and processing of email on a client computing device based on content contribution to an email thread using weighting techniques
US10228962B2 (en) 2015-12-09 2019-03-12 Commvault Systems, Inc. Live synchronization and management of virtual machines across computing and virtualization platforms and using live synchronization to support disaster recovery
US10387266B2 (en) 2015-12-23 2019-08-20 Commvault Systems, Inc. Application-level live synchronization across computing platforms including synchronizing co-resident applications to disparate standby destinations and selectively synchronizing some applications and not others
US10061663B2 (en) 2015-12-30 2018-08-28 Commvault Systems, Inc. Rebuilding deduplication data in a distributed deduplication data storage system
US10684924B2 (en) 2016-02-18 2020-06-16 Commvault Systems, Inc. Data restoration operations based on network path information
US10565067B2 (en) 2016-03-09 2020-02-18 Commvault Systems, Inc. Virtual server cloud file system for virtual machine backup from cloud operations
US10296368B2 (en) 2016-03-09 2019-05-21 Commvault Systems, Inc. Hypervisor-independent block-level live browse for access to backed up virtual machine (VM) data and hypervisor-free file-level recovery (block-level pseudo-mount)
US10452490B2 (en) 2016-03-09 2019-10-22 Commvault Systems, Inc. Data management and backup of distributed storage environment
US10248174B2 (en) 2016-05-24 2019-04-02 Hedvig, Inc. Persistent reservations for virtual disk using multiple targets
US10664447B2 (en) 2016-07-12 2020-05-26 Commvault Systems, Inc. Dynamic management of expandable cache storage for multiple network shares configured in a file server
US10747630B2 (en) 2016-09-30 2020-08-18 Commvault Systems, Inc. Heartbeat monitoring of virtual machines for initiating failover operations in a data storage management system, including operations by a master monitor node
US10152251B2 (en) 2016-10-25 2018-12-11 Commvault Systems, Inc. Targeted backup of virtual machine
US10162528B2 (en) 2016-10-25 2018-12-25 Commvault Systems, Inc. Targeted snapshot based on virtual machine location
US10210048B2 (en) 2016-10-25 2019-02-19 Commvault Systems, Inc. Selective snapshot and backup copy operations for individual virtual machines in a shared storage
US11106632B2 (en) 2016-11-16 2021-08-31 Commvault Systems, Inc. Dynamically configuring a proxy server using containerization for concurrent and/or overlapping backup, restore, and/or test operations
US10678758B2 (en) 2016-11-21 2020-06-09 Commvault Systems, Inc. Cross-platform virtual machine data and memory backup and replication
US10740193B2 (en) 2017-02-27 2020-08-11 Commvault Systems, Inc. Hypervisor-independent reference copies of virtual machine payload data based on block-level pseudo-mount
US10877851B2 (en) 2017-03-24 2020-12-29 Commvault Systems, Inc. Virtual machine recovery point selection
US10613939B2 (en) 2017-03-28 2020-04-07 Commvault Systems, Inc. Backup index generation process
US10599527B2 (en) 2017-03-29 2020-03-24 Commvault Systems, Inc. Information management cell health monitoring system
US10949398B2 (en) 2017-03-29 2021-03-16 Commvault Systems, Inc. Synchronization operations for network-accessible folders
US10387073B2 (en) 2017-03-29 2019-08-20 Commvault Systems, Inc. External dynamic virtual machine synchronization
US10664352B2 (en) 2017-06-14 2020-05-26 Commvault Systems, Inc. Live browsing of backed up data residing on cloned disks
US10846180B2 (en) 2017-09-14 2020-11-24 Commvault Systems, Inc. Distributed framework for task splitting and task assignments in a content indexing system
US11036592B2 (en) 2017-09-14 2021-06-15 Commvault Systems, Inc. Distributed content indexing architecture with separately stored file previews
US10846266B2 (en) 2017-09-14 2020-11-24 Commvault Systems, Inc. Distributed architecture for content indexing emails
US11263088B2 (en) 2017-09-14 2022-03-01 Commvault Systems, Inc. Distributed architecture for tracking content indexing
US11086834B2 (en) 2017-09-14 2021-08-10 Commvault Systems, Inc. Distributed framework for data proximity-based task splitting in a content indexing system
US10740300B1 (en) 2017-12-07 2020-08-11 Commvault Systems, Inc. Synchronization of metadata in a distributed storage system
US10635546B2 (en) 2017-12-07 2020-04-28 Commvault Systems, Inc. Synthesizing a restore image from one or more secondary copies to facilitate data restore operations to a file server
US10742735B2 (en) 2017-12-12 2020-08-11 Commvault Systems, Inc. Enhanced network attached storage (NAS) services interfacing to cloud storage
US10592145B2 (en) 2018-02-14 2020-03-17 Commvault Systems, Inc. Machine learning-based data object storage
US10848468B1 (en) 2018-03-05 2020-11-24 Commvault Systems, Inc. In-flight data encryption/decryption for a distributed storage platform
US10877928B2 (en) 2018-03-07 2020-12-29 Commvault Systems, Inc. Using utilities injected into cloud-based virtual machines for speeding up virtual machine backup operations
US10761942B2 (en) 2018-03-12 2020-09-01 Commvault Systems, Inc. Recovery point objective (RPO) driven backup scheduling in a data storage management system using an enhanced data agent
US10628267B2 (en) 2018-05-02 2020-04-21 Commvault Systems, Inc. Client managed data backup process within an enterprise information management system
US11249863B2 (en) 2018-05-02 2022-02-15 Commvault Systems, Inc. Backup-based media agent configuration
US11321183B2 (en) 2018-05-02 2022-05-03 Commvault Systems, Inc. Multi-tiered backup indexing
US10673943B2 (en) 2018-05-02 2020-06-02 Commvault Systems, Inc. Network storage backup using distributed media agents
US10893103B2 (en) 2018-07-25 2021-01-12 Commvault Systems, Inc. Distributed and scalable storage management using a storage-microservices server
US10891304B2 (en) 2018-07-25 2021-01-12 Commvault Systems, Inc. Distributed and scalable client-based storage management
US11016696B2 (en) 2018-09-14 2021-05-25 Commvault Systems, Inc. Redundant distributed data storage system
US11010258B2 (en) 2018-11-27 2021-05-18 Commvault Systems, Inc. Generating backup copies through interoperability between components of a data storage management system and appliances for data storage and deduplication
US11200124B2 (en) 2018-12-06 2021-12-14 Commvault Systems, Inc. Assigning backup resources based on failover of partnered data storage servers in a data storage management system
US10860443B2 (en) 2018-12-10 2020-12-08 Commvault Systems, Inc. Evaluation and reporting of recovery readiness in a data storage management system
US11012508B2 (en) 2018-12-14 2021-05-18 Commvault Systems, Inc. Region-based distributed information management system
US11698727B2 (en) 2018-12-14 2023-07-11 Commvault Systems, Inc. Performing secondary copy operations based on deduplication performance
US11347707B2 (en) 2019-01-22 2022-05-31 Commvault Systems, Inc. File indexing for virtual machine backups based on using live browse features
US10872069B2 (en) 2019-01-22 2020-12-22 Commvault Systems, Inc. File indexing for virtual machine backups in a data storage management system
US10768971B2 (en) 2019-01-30 2020-09-08 Commvault Systems, Inc. Cross-hypervisor live mount of backed up virtual machine data
US10996974B2 (en) 2019-01-30 2021-05-04 Commvault Systems, Inc. Cross-hypervisor live mount of backed up virtual machine data, including management of cache storage for virtual machine data
US11126365B2 (en) 2019-03-11 2021-09-21 Commvault Systems, Inc. Skipping data backed up in prior backup operations
US11269732B2 (en) 2019-03-12 2022-03-08 Commvault Systems, Inc. Managing structured data in a data storage system
US11321184B2 (en) 2019-03-26 2022-05-03 Commvault Systems, Inc. Streamlined secondary copy operations for data stored on shared file storage
US20200327017A1 (en) 2019-04-10 2020-10-15 Commvault Systems, Inc. Restore using deduplicated secondary copy data
US11100064B2 (en) 2019-04-30 2021-08-24 Commvault Systems, Inc. Automated log-based remediation of an information management system
US11442623B2 (en) 2019-05-02 2022-09-13 Commvault Systems, Inc. Faster browse of secondary copies of block-level data volumes
US11463264B2 (en) 2019-05-08 2022-10-04 Commvault Systems, Inc. Use of data block signatures for monitoring in an information management system
US20210037112A1 (en) 2019-07-29 2021-02-04 Commvault Systems, Inc. Data storage system with rapid restore capability
US11263173B2 (en) 2019-07-30 2022-03-01 Commvault Systems, Inc. Transaction log index generation in an enterprise backup system
US11513922B2 (en) 2019-08-14 2022-11-29 Commvault Systems, Inc. Systems and methods for change block tracking for backing up changed data
US11237935B2 (en) 2019-09-11 2022-02-01 Commvault Systems, Inc. Anomaly detection in data protection operations
US11256673B2 (en) 2019-09-11 2022-02-22 Commvault Systems, Inc. Anomaly detection in deduplication pruning operations
US11218450B2 (en) 2019-09-11 2022-01-04 Commvault Systems, Inc. Data protection component scaling in a cloud-based data storage system
US10936437B1 (en) * 2019-09-30 2021-03-02 EMC IP Holding Company LLC Method and apparatus for determining storage system compliance with snapshot policies
US20210133150A1 (en) 2019-11-04 2021-05-06 Commvault Systems, Inc. Efficient implementation of multiple deduplication databases in a heterogeneous data storage system
US20210173811A1 (en) 2019-12-04 2021-06-10 Commvault Systems, Inc. Optimizing the restoration of deduplicated data stored in multi-node replicated file systems
US11237924B2 (en) 2019-12-11 2022-02-01 Commvault Systems, Inc. Dynamic resizing and re-distribution of destination data storage resources for bare metal restore operations in a data storage management system
US11223535B2 (en) 2019-12-31 2022-01-11 Commvault Systems, Inc. Smart network topology systems and methods
US11467753B2 (en) 2020-02-14 2022-10-11 Commvault Systems, Inc. On-demand restore of virtual machine data
US11005935B1 (en) 2020-03-10 2021-05-11 Commvault Systems, Inc. Using multiple streams with network data management protocol to improve performance and granularity of backup and restore operations from/to a file server
US11334442B2 (en) 2020-03-10 2022-05-17 Commvault Systems, Inc. Management database long-term archiving to a recovery manager
US11442768B2 (en) 2020-03-12 2022-09-13 Commvault Systems, Inc. Cross-hypervisor live recovery of virtual machines
US11099956B1 (en) 2020-03-26 2021-08-24 Commvault Systems, Inc. Snapshot-based disaster recovery orchestration of virtual machine failover and failback operations
US11397533B2 (en) 2020-05-05 2022-07-26 Vast Data Ltd. Techniques for scalable storage without communication on the synchronous path
US11500669B2 (en) 2020-05-15 2022-11-15 Commvault Systems, Inc. Live recovery of virtual machines in a public cloud computing environment
US11687424B2 (en) 2020-05-28 2023-06-27 Commvault Systems, Inc. Automated media agent state management
US11327663B2 (en) 2020-06-09 2022-05-10 Commvault Systems, Inc. Ensuring the integrity of data storage volumes used in block-level live synchronization operations in a data storage management system
US11537959B2 (en) 2020-06-16 2022-12-27 Commvault Systems, Inc. Dynamic computing progress tracker
US11614883B2 (en) 2020-07-17 2023-03-28 Commvault Systems, Inc. Distributed data storage system using erasure coding on storage nodes fewer than data plus parity fragments
US11494417B2 (en) 2020-08-07 2022-11-08 Commvault Systems, Inc. Automated email classification in an information management system
US11500566B2 (en) 2020-08-25 2022-11-15 Commvault Systems, Inc. Cloud-based distributed data storage system using block-level deduplication based on backup frequencies of incoming backup copies
US11108861B1 (en) 2020-08-26 2021-08-31 Commvault Systems, Inc. System for managing multiple information management cells
US11570243B2 (en) 2020-09-22 2023-01-31 Commvault Systems, Inc. Decommissioning, re-commissioning, and commissioning new metadata nodes in a working distributed data storage system
US11789830B2 (en) 2020-09-22 2023-10-17 Commvault Systems, Inc. Anti-entropy-based metadata recovery in a strongly consistent distributed data storage system
US11314687B2 (en) 2020-09-24 2022-04-26 Commvault Systems, Inc. Container data mover for migrating data between distributed data storage systems integrated with application orchestrators
US11656951B2 (en) 2020-10-28 2023-05-23 Commvault Systems, Inc. Data loss vulnerability detection
US11474753B2 (en) 2020-10-30 2022-10-18 Commvault Systems, Inc. Systems and methods for backing up to a virtual tape library
US11323513B1 (en) 2021-01-22 2022-05-03 Commvault Systems, Inc. Geo-location-based data replication
US11645175B2 (en) 2021-02-12 2023-05-09 Commvault Systems, Inc. Automatic failover of a storage manager
US11574050B2 (en) 2021-03-12 2023-02-07 Commvault Systems, Inc. Media agent hardening against ransomware attacks
US11561978B2 (en) 2021-06-29 2023-01-24 Commvault Systems, Inc. Intelligent cache management for mounted snapshots based on a behavior model
US11954513B2 (en) 2021-07-29 2024-04-09 Commvault Systems, Inc. Scalable recovery and/or migration to cloud- based custom-made virtual machines without using failed machines' credentials
US11615147B2 (en) 2021-08-23 2023-03-28 Commvault Systems, Inc. Mobile storage manager control application for managing a storage manager of an information management system
US12019525B2 (en) 2021-10-05 2024-06-25 Commvault Systems, Inc. Cloud-based recovery of backed up data using auxiliary copy replication and on-demand failover resources
US12008135B2 (en) 2021-12-21 2024-06-11 Commvault Systems, Inc. Controlling information privacy in a shared data storage management system

Family Cites Families (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4084231A (en) * 1975-12-18 1978-04-11 International Business Machines Corporation System for facilitating the copying back of data in disc and tape units of a memory hierarchial system
US4530054A (en) * 1982-03-03 1985-07-16 Sperry Corporation Processor-addressable timestamp for indicating oldest written-to cache entry not copied back to bulk memory
US4916605A (en) * 1984-03-27 1990-04-10 International Business Machines Corporation Fast write operations
US4959774A (en) * 1984-07-06 1990-09-25 Ampex Corporation Shadow memory system for storing variable backup blocks in consecutive time periods
JPS6125256A (ja) * 1984-07-14 1986-02-04 Nec Corp フアイル退避方式
US4686620A (en) * 1984-07-26 1987-08-11 American Telephone And Telegraph Company, At&T Bell Laboratories Database backup method
US4814971A (en) * 1985-09-11 1989-03-21 Texas Instruments Incorporated Virtual memory recovery system using persistent roots for selective garbage collection and sibling page timestamping for defining checkpoint state
EP0228559A1 (de) * 1985-12-17 1987-07-15 BBC Brown Boveri AG Fehlertolerante Mehrrechneranordnung
US4878167A (en) * 1986-06-30 1989-10-31 International Business Machines Corporation Method for managing reuse of hard log space by mapping log data during state changes and discarding the log data
US4823261A (en) * 1986-11-24 1989-04-18 International Business Machines Corp. Multiprocessor system for updating status information through flip-flopping read version and write version of checkpoint data
US4942579A (en) * 1987-06-02 1990-07-17 Cab-Tek, Inc. High-speed, high-capacity, fault-tolerant error-correcting storage system
US4823310A (en) * 1987-08-10 1989-04-18 Wang Laboratories, Inc. Device for enabling concurrent access of indexed sequential data files
US5089958A (en) * 1989-01-23 1992-02-18 Vortex Systems, Inc. Fault tolerant computer backup system

Also Published As

Publication number Publication date
US5454099A (en) 1995-09-26
EP0410630A2 (en) 1991-01-30
DE69025507D1 (de) 1996-04-04
DE69025507T2 (de) 1996-09-19
EP0410630B1 (en) 1996-02-28
JPH0359734A (ja) 1991-03-14
EP0410630A3 (en) 1992-03-25

Similar Documents

Publication Publication Date Title
JPH0715664B2 (ja) データ・セツト回復方法
EP0566966B1 (en) Method and system for incremental backup copying of data
USRE37364E1 (en) Method and system for sidefile status polling in a time zero backup copy process
US5379412A (en) Method and system for dynamic allocation of buffer storage space during backup copying
US5241670A (en) Method and system for automated backup copy ordering in a time zero backup copy session
US5448718A (en) Method and system for time zero backup session security
KR100437199B1 (ko) 컴퓨터시스템및그에저장된데이터를액세싱하기위한방법
US5379398A (en) Method and system for concurrent access during backup copying of data
CA2422176C (en) Method and apparatus for interrupting updates to a database to provide read-only access
Landau The checkpoint mechanism in KeyKOS
KR950014175B1 (ko) 데이타의 타임제로 백업 복사 방법과 수단
EP0566965A2 (en) Method and system in a data processing system for administering multiple backup copy sessions
JP2004062869A (ja) コンピュータ・システムでのトランザクションの選択的キャッシングの方法および装置
US20060200500A1 (en) Method of efficiently recovering database
US6108671A (en) Virtual database space system and computer-readable recording medium recorded with database program
JP3136258B2 (ja) ディスク更新ログ記録方式
Nelson Virtual memory for the Sprite operating system
Thatte Persistent memory: a storage system for object-oriented databases
Kumar et al. Main memory database recovery algorithms and their performance
JPH0335339A (ja) Os障害発生時における後始末処理方式
JPS6089257A (ja) ソフトウエア論理障害救済方式
JPH09305469A (ja) ファイルの排他制御システム