JP3022011B2 - Data backup system - Google Patents

Data backup system

Info

Publication number
JP3022011B2
JP3022011B2 JP4318994A JP31899492A JP3022011B2 JP 3022011 B2 JP3022011 B2 JP 3022011B2 JP 4318994 A JP4318994 A JP 4318994A JP 31899492 A JP31899492 A JP 31899492A JP 3022011 B2 JP3022011 B2 JP 3022011B2
Authority
JP
Japan
Prior art keywords
backup
data
business
storage means
location
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 - Fee Related
Application number
JP4318994A
Other languages
Japanese (ja)
Other versions
JPH06168079A (en
Inventor
杉雄 富沢
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sanyo Electric Co Ltd
Original Assignee
Sanyo Electric Co Ltd
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 Sanyo Electric Co Ltd filed Critical Sanyo Electric Co Ltd
Priority to JP4318994A priority Critical patent/JP3022011B2/en
Publication of JPH06168079A publication Critical patent/JPH06168079A/en
Application granted granted Critical
Publication of JP3022011B2 publication Critical patent/JP3022011B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】本発明は、磁気ディスクなど補助
記憶装置のデータを磁気テープ等のバックアップ用記憶
手段に転送するバックアップシステムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a backup system for transferring data in an auxiliary storage device such as a magnetic disk to backup storage means such as a magnetic tape.

【0002】[0002]

【従来の技術】通常の場合、コンピュータは磁気ディス
ク等の外部記憶装置を有しており、ここに各種データを
記憶する。そして、業務プログラムの実行によりこの外
部記憶装置に記憶されているデータが変更される。とこ
ろが、磁気ディスク等の外部記憶装置は、何等かの障害
によってその記憶内容が失われる可能性がある。このた
め、コンピュータにおいてはこのような事態が発生した
場合の対策を講じておく必要がある。従って、所定の頻
度、例えば業務が終了した時点で、磁気ディスク内のデ
ータを磁気テープ等の他の記録媒体に転送し、バックア
ップすることが行われている。
2. Description of the Related Art Generally, a computer has an external storage device such as a magnetic disk, and stores various data therein. Then, the data stored in the external storage device is changed by executing the business program. However, the storage contents of an external storage device such as a magnetic disk may be lost due to some failure. For this reason, it is necessary to take measures against such a situation in the computer. Therefore, at a predetermined frequency, for example, at the end of a job, the data in the magnetic disk is transferred to another recording medium such as a magnetic tape for backup.

【0003】[0003]

【発明が解決しようとする課題】ところが、業務の種類
によっては、データ量が多く、すべてのデータをバック
アップすると、その時間が非常に長くなり、終了処理の
ための時間が長くなってしまうという問題点があった。
However, depending on the type of business, the amount of data is large, and when all data is backed up, the time becomes extremely long, and the time required for end processing becomes long. There was a point.

【0004】一方、特開昭64−8848号公報では、
すべてのデータをバックアップするのではなく、変更の
あったデータのみをバックアップするようにしている。
しかし、この手法によっても、通常業務が終了し、磁気
ディスク内のデータが一旦落ち着いた時点でバックアッ
プ処理が行われるため、通常の業務処理終了後にバック
アップを行わなければならず、終了時にかなりの量の余
分な処理を行わなければならないという問題点があっ
た。さらに、更新部分のみのバックアップを繰り返す
と、バックアップファイルが多数になり、このファイル
の管理が繁雑になるという問題点があった。
On the other hand, JP-A-64-8848 discloses that
Instead of backing up all data, only the data that has changed is backed up.
However, even with this method, the backup process is performed when the normal business is completed and the data in the magnetic disk is settled down.Therefore, the backup must be performed after the normal business process is completed. There is a problem that extra processing must be performed. Further, if the backup of only the updated portion is repeated, the number of backup files increases, and there is a problem that management of the files becomes complicated.

【0005】本発明は、上記問題点を解決することを課
題としてなされたものであり、通常業務実行時に並列処
理でデータバックアップが行えるデータバックアップシ
ステムを提供することを目的とする。
An object of the present invention is to solve the above-mentioned problems, and an object of the present invention is to provide a data backup system capable of backing up data by parallel processing at the time of normal business execution.

【0006】[0006]

【課題を解決するための手段】本発明に係るバックアッ
プシステムは、業務プログラムを実行する業務プログラ
ム実行手段と、業務で取り扱うデータを記憶する補助記
憶手段と、この補助記憶手段に記憶されている全てのデ
ータをバックアップ用記憶手段にバックアップする全体
バックアッププログラム実行手段と、補助記憶手段のデ
ータの中で業務の実行により内容が変更されたデータの
存在箇所を記憶する更新箇所記憶手段と、この更新箇所
記憶手段に記憶されている更新箇所のデータをバックア
ップする部分バックアップ手段と、を有するバックアッ
プシステムにおいて、上記業務プログラム実行手段によ
る業務と、全体バックアッププログラム実行手段におけ
るバックアップを並列して行うと共に、上記全体バック
アッププログラム実行手段によるバックアップ終了後、
部分バックアップ手段により上記更新箇所記憶手段に記
憶された更新箇所のバックアップを行うことを特徴とす
る。
SUMMARY OF THE INVENTION A backup system according to the present invention comprises a business program executing means for executing a business program, an auxiliary storage means for storing data handled in a business, and all data stored in the auxiliary storage means. Backup program executing means for backing up the data in the backup storage means, update location storage means for storing the location of the data whose contents have been changed by execution of the business in the data of the auxiliary storage means, and this update location In a backup system having a partial backup unit for backing up data of an updated portion stored in a storage unit, the operation by the operation program execution unit and the backup by the entire backup program execution unit are performed in parallel, and Backup program After the backup is complete by the line means,
The backup of the update location stored in the update location storage means is performed by the partial backup means.

【0007】また、本発明に係るバックアップシステム
は、業務プログラムを実行する業務プログラム実行手段
と、業務で取り扱うデータを記憶する補助記憶手段に記
憶されているデータをバックアップ用記憶手段にバック
アップする全体バックアッププログラム実行手段と、業
務プログラム実行手段による業務と、全体バックアップ
プログラム実行手段におけるバックアップを並列処理す
るよう制御する並列処理手段と、全体バックアッププロ
グラム実行手段によってバックアップが実行されている
箇所を記憶するバックアップ箇所記憶手段と、業務プロ
グラムの実行中において、補助記憶手段中のデータを更
新する時に、更新箇所とバックアップ箇所を比較し、す
でにバックアップがなされた箇所に対する更新が行われ
るか否かを判定する更新判定手段と、補助記憶手段に対
するアクセスがバックアップがなされた箇所に対しての
ものであった場合には、この更新箇所についてのデータ
を記録する更新箇所記憶手段と、更新箇所記憶手段に記
憶されている更新箇所に基づいて、補助記憶手段におけ
る更新箇所のデータをバックアップする部分バックアッ
プ手段と、を有し、全体バックアッププログラム実行手
段によるバックアップの終了後、部分バックアップ手段
により更新箇所のバックアップを行うことを特徴とす
る。
Further, the backup system according to the present invention provides a business program executing means for executing a business program, and an overall backup for backing up data stored in an auxiliary storage means for storing data handled in the business to a backup storage means. a program execution unit, a backup portion for storing a business by business program executing means, and parallel processing means for controlling so that parallel processing of backup in the entire backup program execution means, a portion of backed up by the whole backup program execution means is executed When updating the data in the auxiliary storage means during execution of the business program with the storage means, the updated location is compared with the backup location, and it is determined whether or not the location that has already been backed up is updated. If the access to the update determination means and the auxiliary storage means is for a location where the backup has been made, the update location storage means for recording data on the updated location and the update location storage means A partial backup means for backing up data of the update location in the auxiliary storage means on the basis of the update location being updated, and after the backup by the whole backup program execution means is completed, the partial backup means performs backup of the update location. It is characterized by.

【0008】[0008]

【作用】このように、本発明においては、通常業務とバ
ックアップを並列して行う。従って、バックアップ処理
の大部分を通常業務の処理中に行うことができる。そし
て、並列処理によるバックアップ終了後に書き替えられ
た部分については、更新箇所記憶手段に記憶されるた
め、業務終了後にこの部分のバックアップをとることが
できる。このバックアップ量は、並列処理時に行われた
書き替えの一部のみであり、全体のデータ量に比べ非常
に小さいため、終了時の処理時間の追加は僅少である。
また、バックアップファイルは2つに分かれるだけであ
り、その管理が簡単である。
As described above, in the present invention, the normal operation and the backup are performed in parallel. Therefore, most of the backup processing can be performed during the processing of normal business. Then, the part rewritten after the backup by the parallel processing is stored in the update location storage means, so that this part can be backed up after the operation is completed. This backup amount is only a part of the rewriting performed at the time of the parallel processing, and is very small as compared with the entire data amount. Therefore, the addition of the processing time at the end is very small.
Also, the backup file is only divided into two, and its management is easy.

【0009】[0009]

【実施例】以下、本発明の実施例について、図面に基づ
いて説明する。図1は、実施例のデータバックアップシ
ステムについての全体構成を示すブロック図である。こ
のシステムは、補助記憶手段として、業務において取り
扱うデータを記憶する磁気ディスク12と、磁気ディス
ク12内のデータをバックアップして記憶する磁気テー
プ14を有している。また、業務処理部16は、通常の
業務を行う部分であり、これによって生じたデータが磁
気ディスク12に記憶される。この業務としては、例え
ば医療事務についての処理があり、患者についての各種
データの記憶やその患者についての診療の記録等が磁気
ディスク12に記録される。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram illustrating the overall configuration of the data backup system according to the embodiment. This system has, as auxiliary storage means, a magnetic disk 12 for storing data handled in business and a magnetic tape 14 for backing up and storing data in the magnetic disk 12. The job processing unit 16 is a part that performs a normal job, and data generated by this is stored on the magnetic disk 12. This operation includes, for example, processing for medical affairs, and the storage of various data on a patient and the recording of medical treatment on the patient are recorded on the magnetic disk 12.

【0010】システムは、全体バックアップ処理部18
及び部分バックアップ処理部20を有しており、これら
処理部18,20の動作によって磁気ディスク12上の
データを磁気テープ14にダウンロードすることができ
る。また、更新管理部22は業務処理部16における業
務処理と、全体バックアップ処理部18による全体バッ
クアップの処理の両方を並列処理で行う際に生じるバッ
クアップ後における磁気ディスク12内のデータ変更部
分についての情報を管理するためのものである。
The system includes an overall backup processing unit 18
And a partial backup processing unit 20. The data on the magnetic disk 12 can be downloaded to the magnetic tape 14 by the operation of these processing units 18 and 20. The update management unit 22 also stores information on data changed portions in the magnetic disk 12 after the backup that occurs when both the business processing in the business processing unit 16 and the full backup processing by the full backup processing unit 18 are performed in parallel. It is for managing.

【0011】そして、この更新管理部22のデータに基
づいて部分バックアップ処理部が必要なデータのバック
アップを制御する。更新管理部22には全体バックアッ
プ処理後における磁気ディスク12の内容変更箇所につ
いてのデータを記憶する更新管理メモリ24と、現在全
体バックアップ処理部18がバックアップを行なってい
る磁気ディスク12の位置についての情報を記憶するリ
ミッタ記憶部26が接続されている。なお、全体制御部
28は、業務処理部16,全体バックアップ処理部18
の並列処理を制御するなどシステム全体の制御を行うも
のである。また、キーボード、ディスプレイ等は図示を
省略している。
The partial backup processor controls the backup of necessary data based on the data of the update manager 22. The update management unit 22 stores an update management memory 24 for storing data on a changed portion of the contents of the magnetic disk 12 after the entire backup processing, and information about the position of the magnetic disk 12 currently backed up by the entire backup processing unit 18. Is connected to the limiter storage unit 26 that stores the data. The overall control unit 28 includes the business processing unit 16 and the overall backup processing unit 18.
It controls the entire system, such as controlling the parallel processing of. The keyboard, display, and the like are not shown.

【0012】図2は、磁気ディスク12に対するデータ
の入力及び出力についてのフローチャートである。ま
ず、磁気ディスク12に対するアクセスの指令が出され
た場合には、全体制御部28は、この指令がリード(読
み込み)についての指令か、ライト(書き込み)につい
ての指令かを判定する(S1)。そして、リード指令で
あった場合には、このリード指令に対応するアドレスに
ついての磁気ディスク12の内容をリードする(S
2)。次に、この磁気ディスクリードが、全体バックア
ッププログラムからのリクエストか否かを判定する(S
3)。全体バックアッププログラムからのリクエストで
ない場合には、バックアップについて特別の処理を行な
わなくてもよいため、処理を終了する。一方、全体バッ
クアッププログラムからのリクエストによる磁気ディス
クリード指令であった場合には、更新管理部22に処理
を移す。更新管理部22は、まず、このリクエストが最
初のリクエストか否かを判定する(S4)。そして、こ
れが最初のリクエストであった場合には、更新管理メモ
リ24及びリミッタ記憶部26の記憶内容のリセットを
行う(S5)。これは、最初のリクエストであれば、全
体バックアップ処理の開始時であり、更新管理メモリ2
4及びリミッタ記憶部26は当然初期状態になければな
らないからである。
FIG. 2 is a flow chart for inputting and outputting data to the magnetic disk 12. First, when a command to access the magnetic disk 12 is issued, the overall control unit 28 determines whether the command is a command for reading (reading) or a command for writing (writing) (S1). If it is a read command, the contents of the magnetic disk 12 at the address corresponding to the read command are read (S
2). Next, it is determined whether or not this magnetic disk read is a request from the full backup program (S
3). If the request is not a request from the whole backup program, the process is terminated because no special process need be performed for the backup. On the other hand, if the command is a magnetic disk read command in response to a request from the whole backup program, the process is transferred to the update management unit 22. The update management unit 22 first determines whether this request is the first request (S4). If this is the first request, the contents stored in the update management memory 24 and the limiter storage unit 26 are reset (S5). If this is the first request, this is at the start of the full backup process and the update management memory 2
4 and the limiter storage unit 26 must of course be in the initial state.

【0013】そして、最初のリクエストでない場合も含
めてリミッタ記憶部26の記憶内容として前回の記憶内
容に今回のデータリードのリード長を加え、バックアッ
プが行われた磁気ディスクの最終アドレスにリミッタ記
憶部26の内容を更新する(S6)。このようにして、
全体バックアッププログラムからのリクエストによる磁
気ディスクリードが行われた場合には、リミッタ記憶部
26における内容が順次更新され、このリミッタ記憶部
26の記憶内容は、常に、バックアップを行なった磁気
ディスク12上のアドレスに対応したものとなってい
る。なお、このフローチャートにおいては、磁気ディス
ク12に対するデータ入力及び出力の部分についてのみ
示しているため、バックアップ処理自体については記載
していないが、全体バックアップ処理部18による全体
バックアップ処理を実行した場合には、上述のS2にお
ける磁気ディスクリードによって得られたデータは、磁
気テープ14に書き込まれる。
[0013] The limiter storage unit 26 adds the read length of the current data read to the previous storage content as the storage content of the limiter storage unit 26 even if the request is not the first request, and stores the limiter storage unit in the final address of the magnetic disk where the backup was performed. 26 is updated (S6). In this way,
When a magnetic disk read is performed by a request from the whole backup program, the contents in the limiter storage unit 26 are sequentially updated, and the contents stored in the limiter storage unit 26 are always stored on the magnetic disk 12 that has been backed up. It corresponds to the address. In this flowchart, since only the data input and output portions to the magnetic disk 12 are shown, the backup process itself is not described. However, when the whole backup processing unit 18 executes the whole backup process, The data obtained by the magnetic disk reading in S2 described above is written on the magnetic tape 14.

【0014】一方、S1において指令が、磁気ディスク
に対するライト指令であった場合には、磁気ディスク1
2に対し、その命令に対応したデータの書き込みを行う
(S7)。そして、全体バックアッププログラムが動作
中か否かを判定する(S8)。この判定は、全体制御部
28で行われる。全体制御部28は、業務処理及び全体
バックアップ処理の時分割による実行を制御しており、
この判定を容易に行うことができる。そして、全体バッ
クアッププログラムの動作中でない場合は(S8)、処
理を終了し、動作中であった場合には、処理を更新管理
部22に移す。更新管理部12は、今回のディスクライ
ト指令のアドレスと、リミッタ記憶部26内に記憶され
ているリミッタを比較する(S9)。ここで、リミッタ
記憶部26内に記憶されているリミッタは、全体バック
アッププログラムによってバックアップが終了した磁気
ディスク12内のアドレスを示しており、この比較によ
って、今回のライト指令の実行が既にバックアップを終
了した部分についてのものか、またはこれからバックア
ップを行う部分についてのものかを判定することができ
る。
On the other hand, if the command is a write command to the magnetic disk in S1,
2 is written with data corresponding to the instruction (S7). Then, it is determined whether or not the entire backup program is operating (S8). This determination is performed by the overall control unit 28. The overall control unit 28 controls the execution of the business process and the overall backup process by time sharing.
This determination can be made easily. Then, if the whole backup program is not running (S8), the process is terminated, and if it is running, the process is moved to the update management unit 22. The update management unit 12 compares the address of the current disc write command with the limiter stored in the limiter storage unit 26 (S9). Here, the limiter stored in the limiter storage unit 26 indicates the address in the magnetic disk 12 that has been backed up by the whole backup program, and by this comparison, the execution of the current write command has already completed the backup. It can be determined whether it is for the part that has been backed up or for the part to be backed up.

【0015】S9において、ライトアドレスリミッタよ
り小さかった場合には、更新管理メモリ24内の記憶内
容を変更する(S10)。すなわち、更新管理メモリ2
4における今回ライトした部分に該当する部分の内容を
部分バックアップ処理部20による部分バックアップが
必要なことを意味するデータに書き替える。一方、S9
においてライトアドレスがリミッタのアドレスより大き
かった場合には、これからこのライトしたデータについ
てのバックアップが行われるため、部分バックアップは
必要ない。そこで、更新管理メモリ24におけるデータ
の更新は行なわず処理を終了する。
In S9, if it is smaller than the write address limiter, the contents stored in the update management memory 24 are changed (S10). That is, the update management memory 2
4, the content of the portion corresponding to the currently written portion is rewritten with data indicating that partial backup by the partial backup processing unit 20 is necessary. On the other hand, S9
In the case where the write address is larger than the limiter address, backup of the written data will be performed from now on, so that partial backup is not necessary. Therefore, the process ends without updating the data in the update management memory 24.

【0016】このように、本実施例においては、業務処
理と全体バックアップ処理を並列処理によって行うた
め、全体バックアップ処理のために特別の時間を必要と
しない。そして、この全体バックアップ処理を行なった
後に、業務プログラムによってデータ内容が変更された
磁気ディスクの部分については、更新管理メモリ24に
その位置が記憶される。従って、部分バックアップ処理
部20による部分バックアップ処理において、この更新
管理メモリ24に示されたエリアについてのバックアッ
プを行なえば、その時点における完全なデータのバック
アップを行うことができる。
As described above, in this embodiment, since the business process and the whole backup process are performed in parallel, no special time is required for the whole backup process. Then, for the portion of the magnetic disk whose data content has been changed by the business program after performing the entire backup process, the position is stored in the update management memory 24. Therefore, in the partial backup processing by the partial backup processing unit 20, if the area indicated in the update management memory 24 is backed up, the complete data backup at that time can be performed.

【0017】すなわち、部分バックアップ処理部20
は、通常の業務処理が終わった後に、終了処理として機
能するものでる。この部分バックアップ処理は、更新管
理メモリ24に記載されているバックアップが必要な箇
所についてのデータを磁気テープ14に転送することに
よって行う。これによって、業務終了時において磁気デ
ィスクに記憶されているデータの内、全体バックアップ
によって得られたバックアップデータと異なるデータが
部分バックアップされることになる。なお、全体バック
アップデータと部分バックアップデータとを関連付ける
ためのデータも部分バックアップの際に記憶する。
That is, the partial backup processing unit 20
Functions as an end process after the normal business process is completed. This partial backup process is performed by transferring data on a portion requiring backup described in the update management memory 24 to the magnetic tape 14. As a result, of the data stored on the magnetic disk at the end of the job, data different from the backup data obtained by the whole backup is partially backed up. The data for associating the whole backup data with the partial backup data is also stored at the time of the partial backup.

【0018】以上のように、本実施例によれば、業務処
理と全体バックアップ処理を時分割の並列処理として行
うことができるため、全体バックアップ処理に特別な時
間を必要とせず、効率的なバックアップを行うことがで
きる。そして、業務プログラムと全体バックアップの並
列処理を行うため、全体バックアップ後に業務プログラ
ムの実行によって磁気ディスク12の内容が書き替えら
れる場合がある。しかし、本実施例によれば、このよう
にして書き替えられた部分については、更新管理メモリ
にその位置が記憶されるため、部分バックアップ処理に
よって、このデータのバックアップも行なえる。そこ
で、全体バックアップ及び部分バックアップの両データ
を使用すれば、磁気ディスク12内の全データの復活を
行うことができる。そして、部分バックアップ処理によ
って記憶しなければならないデータ量は全体バックアッ
プ後に書き替えられたデータだけである。全体バックア
ップ処理の開始をできるだけ業務の終了時に近付けれ
ば、その後にデータが変更される量は非常に少なくな
る。また、並列処理を行っている際において、全体バッ
クアップ後にデータ内容が書き替えられる確率は50%
である。従って、この部分だけ考えても、更新部分のバ
ックアップをすべて業務終了後に行う場合に比べ、終了
後に行う作業時間が50%短縮される。このように、本
実施例によれば、終了処理において付加しなければなら
ない作業時間を非常に小さなものにできる。
As described above, according to the present embodiment, the business process and the whole backup process can be performed as time-division parallel processes, so that no special time is required for the whole backup process and efficient backup is performed. It can be performed. Then, in order to perform the parallel processing of the business program and the whole backup, the contents of the magnetic disk 12 may be rewritten by executing the business program after the whole backup. However, according to this embodiment, since the position of the rewritten portion is stored in the update management memory, the data can be backed up by the partial backup process. Therefore, if both the full backup and the partial backup data are used, all data in the magnetic disk 12 can be restored. The amount of data that must be stored by the partial backup process is only the data rewritten after the entire backup. If the start of the full backup process is made as close as possible to the end of the operation, the amount of data changed thereafter will be very small. During parallel processing, the probability that data contents are rewritten after a full backup is 50%.
It is. Therefore, even if only this part is considered, the work time to be performed after the end is reduced by 50% as compared with the case where all backups of the updated part are performed after the end of the work. As described above, according to the present embodiment, the work time that must be added in the end processing can be made very short.

【0019】[0019]

【発明の効果】以上説明したように、本発明に係るデー
タバックアップシステムによれば、業務プログラムの実
行と全体バックアッププログラムの実行を並列処理によ
って行うことができる。そこで、業務プログラムを実行
する通常のコンピュータ動作時間において、データバッ
クアップを行うことができる。更に、並列処理よって生
じるバックアップデータと磁気ディスク内に記憶されて
いるデータの不一致については部分バックアップ処理に
よって解消できるため、従来と同様の完全なバックアッ
プ処理を行うことができる。
As described above, according to the data backup system of the present invention, the execution of the business program and the execution of the whole backup program can be performed by parallel processing. Thus, data backup can be performed during the normal computer operation time for executing the business program. Further, the inconsistency between the backup data caused by the parallel processing and the data stored in the magnetic disk can be resolved by the partial backup processing, so that the same complete backup processing as in the related art can be performed.

【図面の簡単な説明】[Brief description of the drawings]

【図1】実施例の全体構成を示すブロック図である。FIG. 1 is a block diagram illustrating an overall configuration of an embodiment.

【図2】磁気ディスクに対する入力及び出力処理の動作
を説明するフローチャートである。
FIG. 2 is a flowchart illustrating operations of input and output processing for a magnetic disk.

【符号の説明】[Explanation of symbols]

12 磁気ディスク 14 磁気テープ 16 業務処理部 18 全体バックアップ処理部 20 部分バックアップ処理部 22 更新管理部 24 更新管理メモリ 26 リミッタ記憶部 28 全体制御部 REFERENCE SIGNS LIST 12 magnetic disk 14 magnetic tape 16 business processing unit 18 whole backup processing unit 20 partial backup processing unit 22 update management unit 24 update management memory 26 limiter storage unit 28 overall control unit

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 業務プログラムを実行する業務プログラ
ム実行手段と、 業務で取り扱うデータを記憶する補助記憶手段と、 この補助記憶手段に記憶されている全てのデータをバッ
クアップ用記憶手段にバックアップする全体バックアッ
ププログラム実行手段と、 補助記憶手段のデータの中で、業務の実行により内容が
変更されたデータの存在箇所を記憶する更新箇所記憶手
段と、 この更新箇所記憶手段に記憶されている更新箇所のデー
タをバックアップする部分バックアップ手段と、 を有するバックアップシステムにおいて、 上記業務プログラム実行手段による業務と、全体バック
アッププログラム実行手段におけるバックアップを並列
して行うと共に、 上記全体バックアッププログラム実行手段によるバック
アップ終了後、部分バックアップ手段により上記更新箇
所記憶手段に記憶された更新箇所のバックアップを行う
ことを特徴とするデータバックアップシステム。
1. A business program execution means for executing a business program, an auxiliary storage means for storing data handled in a business, and a whole backup for backing up all data stored in the auxiliary storage means to a backup storage means. Program execution means, update location storage means for storing the location of the data whose contents have been changed by execution of the business in the data of the auxiliary storage means, and update location data stored in the update location storage means in backup system having a partial backup unit that backs up the business by the business program execution means, and performs in parallel a backup in the entire back <br/> up program execution means, the backup by the entire backup program execution means After finishing, A data backup system for backing up the update location stored in the update location storage means by backup means.
【請求項2】 業務プログラムを実行する業務プログラ
ム実行手段と、 業務で取り扱うデータを記憶する補助記憶手段に記憶さ
れているデータをバックアップ用記憶手段にバックアッ
プする全体バックアッププログラム実行手段と、 業務プログラム実行手段による業務と、全体バックアッ
ププログラム実行手段におけるバックアップを並列処理
するよう制御する並列処理手段と、全体 バックアッププログラム実行手段によってバックア
ップが実行されている箇所を記憶するバックアップ箇所
記憶手段と、 業務プログラムの実行中において、補助記憶手段中のデ
ータを更新する時に、更新箇所とバックアップ箇所を比
較し、すでにバックアップがなされた箇所に対する更新
が行われるか否かを判定する更新判定手段と、 補助記憶手段に対するアクセスがバックアップがなされ
た箇所に対してのものであった場合には、この更新箇所
についてのデータを記録する更新箇所記憶手段と、 更新箇所記憶手段に記憶されている更新箇所に基づい
て、補助記憶手段における更新箇所のデータをバックア
ップする部分バックアップ手段と、 を有し、全体 バックアッププログラム実行手段によるバックアッ
プの終了後、部分バックアップ手段により更新箇所のバ
ックアップを行うことを特徴とするデータバックアップ
システム。
2. A business program execution means for executing a business program, a whole backup program execution means for backing up data stored in an auxiliary storage means for storing data handled in a business to a backup storage means, and a business program execution. and business by means, a parallel processing unit that controls to parallel processing of backup in the entire back <br/> up program execution means, and a backup location storage means for storing the locations backed up by the whole backup program execution means is executed An update determining unit that compares an updated location with a backup location when updating data in the auxiliary storage unit during execution of a business program, and determines whether or not an update is performed on a location that has already been backed up; For auxiliary storage means In the case where the access to the backup location has been made, the update location storage means for recording data on the update location, and the update location stored in the update location storage means, A data backup system comprising: a partial backup unit that backs up data of an update location in an auxiliary storage unit; and a backup of the update location is performed by the partial backup unit after the backup by the full backup program execution unit is completed.
JP4318994A 1992-11-27 1992-11-27 Data backup system Expired - Fee Related JP3022011B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4318994A JP3022011B2 (en) 1992-11-27 1992-11-27 Data backup system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4318994A JP3022011B2 (en) 1992-11-27 1992-11-27 Data backup system

Publications (2)

Publication Number Publication Date
JPH06168079A JPH06168079A (en) 1994-06-14
JP3022011B2 true JP3022011B2 (en) 2000-03-15

Family

ID=18105315

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4318994A Expired - Fee Related JP3022011B2 (en) 1992-11-27 1992-11-27 Data backup system

Country Status (1)

Country Link
JP (1) JP3022011B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7613889B2 (en) * 2004-06-10 2009-11-03 International Business Machines Corporation System, method, and program for determining if write data overlaps source data within a data migration scheme
KR20220101939A (en) * 2021-01-12 2022-07-19 삼성전자주식회사 Electronic device supporting data backup and operating method thereof

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0235537A (en) * 1988-07-25 1990-02-06 Hitachi Ltd Multiple volume update control system

Also Published As

Publication number Publication date
JPH06168079A (en) 1994-06-14

Similar Documents

Publication Publication Date Title
JPH11272427A (en) Method for saving data and outside storage device
JPH02148235A (en) Data drawback system
JP3022011B2 (en) Data backup system
JP3082344B2 (en) Disk file control device and update method
JPH11212845A (en) Device and method for backup data management and recording medium
JPH0744440A (en) Data save device
JPH0793101A (en) Data backup device
JPS62125452A (en) Data back-up system for storage device
JP2004341840A (en) Backup method, system therefor, and restoration method
JPH0973372A (en) Method and device for storage control
JP2005316697A (en) Disk array system and method for data backup
JPS6346553A (en) File copying method
JPH02151944A (en) Data processor
JP2001014198A (en) System and method for backing-up data and recording medium
JPH03280147A (en) Device configuration method for ews
JP3133525B2 (en) Data backup system
JPS622335A (en) Back-up processing system for file device
JPS6254347A (en) Processing system for fault of file
JPH04209044A (en) Data base control system
JPS6254348A (en) Processing system for fault of file
JPH01316817A (en) Data backup system
JPH09282202A (en) Data movement management system
JPH0328940A (en) File control system
JPH01240943A (en) Data content recovery system
JPH05250243A (en) Data processing system for extended storage device

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees