JP2001175518A - System and method for preparing backup, and recording medium - Google Patents

System and method for preparing backup, and recording medium

Info

Publication number
JP2001175518A
JP2001175518A JP36121299A JP36121299A JP2001175518A JP 2001175518 A JP2001175518 A JP 2001175518A JP 36121299 A JP36121299 A JP 36121299A JP 36121299 A JP36121299 A JP 36121299A JP 2001175518 A JP2001175518 A JP 2001175518A
Authority
JP
Japan
Prior art keywords
backup
file
data file
information
target data
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.)
Pending
Application number
JP36121299A
Other languages
Japanese (ja)
Inventor
Kazunori Watanabe
和範 渡辺
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.)
NEC IC Microcomputer Systems Co Ltd
Original Assignee
NEC IC Microcomputer Systems 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 NEC IC Microcomputer Systems Co Ltd filed Critical NEC IC Microcomputer Systems Co Ltd
Priority to JP36121299A priority Critical patent/JP2001175518A/en
Publication of JP2001175518A publication Critical patent/JP2001175518A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To smoothly back up a data file within a prescribed time in optimal state all the time and further regardless of the kind of backup medium or the like without trouble in access to the backup object file during backup. SOLUTION: A backup information preparing part 5 receives a backup request from a console 10 and a write controller part 2 inhibits write to a data file 3 and changes the write destination of a write request to the data file 3 applied from a data input/output part 1 to a virtual file 4. The backup information preparing part 5 prepares a backup information file 6 of the data file 3 and on the basis of that file, a backup controller part 7 reads out the data file 3 and writes it to a backup file 8. When backup is completed, write inhibition is canceled and the file written in the virtual file 4 is moved to the data file 3.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、データベース等の
データファイルのバックアップコピーを作成するための
システムに係り、特にバックアップ中におけるバックア
ップ対象データファイルに対するアクセスを適切に考慮
したバックアップ作成システム、方法および記録媒体に
関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a system for creating a backup copy of a data file such as a database, and more particularly to a backup creation system, method and recording that appropriately considers access to a backup target data file during backup. Regarding the medium.

【0002】[0002]

【従来の技術】従来のバックアップ作成システムは、図
6に示すように、外部装置101上にインストールされ
たバックアップソフトウェアを実行することによって、
データファイル102のバックアップコピーを作成す
る。すなわち、バックアップソフトウェアの実行によ
り、バックアップ対象データファイル102の構成ファ
イル情報、つまりバックアップ対象データファイル10
2を構成するファイルの情報、からなるバックアップ情
報ファイル104が作成され、このバックアップ情報フ
ァイル104に従ってバックアップ対象データファイル
4上のファイルがバックアップファイル103に格納さ
れる。
2. Description of the Related Art A conventional backup creation system executes backup software installed on an external device 101 as shown in FIG.
Create a backup copy of data file 102. That is, by executing the backup software, the configuration file information of the backup target data file 102, that is, the backup target data file 10
A backup information file 104 composed of information on the files constituting the backup information file 2 is created, and files on the backup target data file 4 are stored in the backup file 103 according to the backup information file 104.

【0003】すなわち、図6のバックアップ作成システ
ムは、図7に示すフローチャートに従って動作する。外
部装置101上でバックアップソフトウェアが起動され
ると、まず、バックアップ対象データファイル102を
読み出して、バックアップ情報ファイル104を作成し
(ステップS101)、そのバックアップ情報ファイル
104に従ってバックアップ対象データファイル102
のファイルを逐次読み出す。バックアップ対象データフ
ァイル102の読み出し時に、そのファイルが書き込み
中であるか否かを判別し(ステップS102)、該当フ
ァイルが書き込み中である場合には、書き込み中のファ
イル情報を蓄積して、次のファイルの読み込みを行う
(ステップS103)。該当ファイルが書き込み中でな
ければ、読み出されたファイルをバックアップファイル
103に書き出す(ステップS104)。
That is, the backup creation system shown in FIG. 6 operates according to the flowchart shown in FIG. When the backup software is started on the external device 101, first, the backup target data file 102 is read, a backup information file 104 is created (step S101), and the backup target data file 102 is created according to the backup information file 104.
Files are sequentially read. At the time of reading the backup target data file 102, it is determined whether or not the file is being written (step S102). If the file is being written, the file information being written is accumulated, and the next file information is stored. The file is read (step S103). If the file is not being written, the read file is written to the backup file 103 (step S104).

【0004】このように、バックアップ時に書き込み中
のファイルについては後回しにして、バックアップ対象
データファイルを構成するファイルを逐次バックアップ
するため、書込み処理のタイミングによっては、いつま
で経ってもバックアップ動作が終了しないことがある。
As described above, the files that are being written at the time of backup are postponed, and the files that constitute the data file to be backed up are sequentially backed up. Therefore, depending on the timing of the write processing, the backup operation may not be completed forever. There is.

【0005】また、バックアップ情報ファイル104を
作成した後に、バックアップ対象データファイル102
を構成するファイルが更新された場合には、ファイルの
書き込み時間に不整合が発生するため、バックアップ情
報ファイルの再構築が行われるなどのように、バックア
ップの完了を遅らせる要因がしばしば発生する。このた
め、安定したバックアップの実施が困難となる。そのた
め、安定したバックアップの運用が求められている。
After the backup information file 104 is created, the backup target data file 102
When the files that make up the file are updated, inconsistency occurs in the writing time of the file, so that a factor that delays the completion of the backup often occurs, such as reconstructing the backup information file. Therefore, it is difficult to perform stable backup. Therefore, stable backup operation is required.

【0006】上述のように、バックアップ中の更新履歴
を監視する先行技術の一例が特開平5−143425号
公報に示されている。また、特開平4−235645号
公報には、バックアップ動作中にバックアップ対象デー
タにアクセスがあると、その対象データを退避させ、退
避データのほうをバックアップに用いて対象データのほ
うを更新することが開示されている。そして、特開平1
1−120057号公報には、複数のディスク装置上に
分散配置されたファイルに対する並列入出力制御におけ
るバックアップ時の制御方法が示されている。この特開
平11−120057号公報においては、バックアップ
時に更新情報を管理し、既にバックアップされた内容に
対する更新部分のみをバックアップに供するとともに、
バックアップ中は対象ファイルをロックし、バックアッ
プ中に更新要求があると、他の領域に更新情報を格納
し、それをバックアップ後に反映させることが開示され
ている。
As described above, an example of the prior art for monitoring the update history during backup is disclosed in Japanese Patent Application Laid-Open No. 5-143425. Japanese Patent Application Laid-Open No. Hei 4-235645 discloses that when data to be backed up is accessed during a backup operation, the data to be backed up is saved, and the saved data is used for backup to update the data to be backed up. It has been disclosed. And, JP
Japanese Patent Application Laid-Open No. 1-120057 discloses a control method at the time of backup in parallel input / output control for files distributed and arranged on a plurality of disk devices. In Japanese Patent Application Laid-Open No. H11-120057, update information is managed at the time of backup, and only the updated portion of the contents already backed up is provided for backup.
It is disclosed that a target file is locked during backup, and if there is an update request during backup, update information is stored in another area and reflected after backup.

【0007】[0007]

【発明が解決しようとする課題】上述したように、従来
のバックアップ作成システムにおいては、バックアップ
中のバックアップ対象データファイルに対するアクセス
についての対策がかならずしも十分ではなかった。すな
わち、バックアップ中のアクセスが、どの状態のバック
アップ対象データファイルに対して行われるか、バック
アップ中のアクセスを許容した場合、どのタイミングに
おけるバックアップ対象データファイルの状態がバック
アップされるかが、かならずしも適正ではなかった。ま
た、バックアップ中のアクセスおよびその事後処理によ
り、バックアップに要する時間が著しく増大するなど、
バックアップに要する時間が、バックアップ中のアクセ
ス状況により著しく左右されてしまっていた。
As described above, in the conventional backup creation system, measures for accessing a backup target data file during backup are not always sufficient. In other words, it is not always appropriate to determine in what state the access during backup is performed for the backup target data file, and when the access during backup is permitted, at what timing the state of the backup target data file is backed up. Did not. In addition, access during backup and its post-processing significantly increase the time required for backup.
The time required for backup was significantly affected by the access situation during backup.

【0008】本発明は、上述した事情に鑑みてなされた
もので、バックアップ中におけるバックアップ対象デー
タファイルに対するアクセスに支障がなく、バックアッ
プ対象データファイルを常に最適な状態で、しかもバッ
クアップメディア等の種類を問わず、所定時間で円滑に
バックアップすることが可能なバックアップ作成システ
ム、方法および記録媒体を提供することを目的とする。
The present invention has been made in view of the above-mentioned circumstances, and does not hinder access to a data file to be backed up during a backup. Regardless, it is an object of the present invention to provide a backup creation system, method, and recording medium that can smoothly perform backup in a predetermined time.

【0009】[0009]

【課題を解決するための手段】上記目的を達成するた
め、本発明の第1の観点に係るバックアップ作成システ
ムは、バックアップ対象データファイルの書込みを制御
し、バックアップ動作時には、前記バックアップ対象デ
ータファイルへの書込みを禁止して、前記バックアップ
対象データファイルへの書込み要求に対して、前記バッ
クアップ対象データファイルとは異なる仮想ファイルへ
の書込みを行うとともに、バックアップ完了が通知され
ると、前記バックアップ対象データファイルへの書込み
禁止を解除して、前記仮想ファイルに書き込まれたファ
イルを前記バックアップ対象データファイルに移し替え
る書込み制御手段と、バックアップ動作時に、前記書込
み制御手段が前記バックアップ対象データファイルへの
書込みを禁止している間に前記バックアップ対象データ
ファイルのファイル情報を読み取り、バックアップ情報
ファイルを作成するバックアップ情報作成手段と、前記
バックアップ情報作成手段により作成された前記バック
アップ情報ファイルの情報に基づき、前記バックアップ
対象データファイルからファイルを読み出して、バック
アップファイルに書き込むとともに、書込み完了時に
は、前記書込み制御手段にバックアップ完了を通知する
バックアップ制御手段と、を具備する。
In order to achieve the above object, a backup creation system according to a first aspect of the present invention controls writing of a data file to be backed up, and writes the data file to be backed up during a backup operation. In response to a write request to the data file to be backed up, a write to a virtual file different from the data file to be backed up is performed. Write control means for releasing write protection to the virtual file and transferring the file written to the virtual file to the data file to be backed up, and during the backup operation, the write control means prohibits writing to the data file to be backed up Doing In the meantime, backup information creation means for reading file information of the backup target data file and creating a backup information file, and a file from the backup target data file based on the information of the backup information file created by the backup information creation means And writing the data to a backup file and, when writing is completed, a backup control means for notifying the write control means of the completion of the backup.

【0010】本発明のバックアップ作成システムにおい
ては、書込み制御手段によりバックアップ対象データフ
ァイルの書込みを制御し、バックアップ動作時には、前
記バックアップ対象データファイルへの書込みを禁止し
て、前記バックアップ対象データファイルへの書込み要
求に対して、前記バックアップ対象データファイルとは
異なる仮想ファイルへの書込みを行うとともに、バック
アップ完了が通知されると、前記バックアップ対象デー
タファイルへの書込み禁止を解除して、前記仮想ファイ
ルに書き込まれたファイルを前記バックアップ対象デー
タファイルに移し替える。前記バックアップ動作時に
は、前記書込み制御手段が前記バックアップ対象データ
ファイルへの書込みを禁止している間に、バックアップ
情報作成手段により、前記バックアップ対象データファ
イルのファイル情報を読み取り、バックアップ情報ファ
イルを作成する。さらに、前記バックアップ情報作成手
段により作成された前記バックアップ情報ファイルの情
報に基づき、バックアップ制御手段が、前記バックアッ
プ対象データファイルからファイルを読み出して、バッ
クアップファイルに書き込むとともに、書込み完了時に
は、前記書込み制御手段にバックアップ完了を通知す
る。したがって、バックアップ中においてもバックアッ
プ対象データファイルに支障なくアクセスすることがで
き、バックアップ対象データファイルを常に最適な状態
で、しかもバックアップメディア等の種類を問わず、所
定時間で円滑にバックアップすることができる。
In the backup creation system of the present invention, writing of the data file to be backed up is controlled by the write control means, and during the backup operation, writing to the data file to be backed up is prohibited, and writing to the data file to be backed up is prohibited. In response to the write request, write to a virtual file different from the backup target data file, and when the completion of the backup is notified, release the write-protection to the backup target data file and write to the virtual file. The backup file is transferred to the backup target data file. At the time of the backup operation, while the write control unit prohibits writing to the backup target data file, the backup information creation unit reads the file information of the backup target data file and creates a backup information file. Further, based on the information of the backup information file created by the backup information creating means, the backup control means reads a file from the backup target data file, writes the file in the backup file, and when the writing is completed, the write control means Notify backup completion. Therefore, even during the backup, the data file to be backed up can be accessed without any trouble, and the data file to be backed up can be smoothly backed up in a predetermined time irrespective of the type of the backup medium, always in an optimum state. .

【0011】前記書込み制御手段は、前記バックアップ
動作時における前記バックアップ対象データファイルか
らの読出し要求に対して、前記仮想ファイルに対象ファ
イルが存在する場合には前記仮想ファイルから読出しを
行い、前記仮想ファイルに対象ファイルが存在しない場
合には前記バックアップ対象データファイルから読出し
を行う手段を含んでいてもよい。
In response to a read request from the backup target data file at the time of the backup operation, the write control means reads from the virtual file when the target file exists in the virtual file. May include means for reading from the backup target data file when the target file does not exist.

【0012】前記書込み制御手段は、前記バックアップ
完了後に前記バックアップ対象データファイルへの書込
み要求が発生した際は、そのファイル情報を前記バック
アップ情報作成手段に与え、その書込み要求に基づく書
込みの終了後にバックアップ動作を行う手段を含み、且
つ前記バックアップ情報作成手段は、書込み要求があっ
たファイル情報を前記書込み制御手段から受けると、そ
のファイル情報を前記バックアップ情報作成手段を介し
てバックアップ情報ファイルに追加する手段を含んでい
てもよい。
When a write request to the backup target data file is issued after the completion of the backup, the write control means gives the file information to the backup information creating means, and after the write based on the write request is completed, the backup control means Means for performing an operation, and the backup information creating means, when receiving file information requested to be written from the write control means, adding the file information to the backup information file via the backup information creating means May be included.

【0013】本発明の第2の観点に係るバックアップ作
成方法は、バックアップ要求に応答して、バックアップ
対象データファイルへの書込みを禁止し、且つ前記バッ
クアップ対象データファイルへの書込み要求に対して
は、前記バックアップ対象データファイルとは異なる仮
想ファイルへの書込みを行わせるようにする第1の書込
み制御ステップと、前記第1の書込み制御ステップによ
り、前記バックアップ対象データファイルへの書込みが
禁止されている間に前記バックアップ対象データファイ
ルのファイル情報を読み取り、バックアップ情報ファイ
ルを作成するバックアップ情報作成ステップと、前記バ
ックアップ情報作成ステップにより作成された前記バッ
クアップ情報ファイルの情報に基づき、前記バックアッ
プ対象データファイルからファイルを読み出して、バッ
クアップファイルに書き込むバックアップ制御ステップ
と、前記バックアップ制御ステップによる前記バックア
ップ対象データファイルから前記バックアップファイル
への書出しの完了時に、前記バックアップ対象データフ
ァイルへの書込み禁止を解除して、前記バックアップ対
象データファイルへの書込み禁止中に前記仮想ファイル
に書き込まれた情報を前記バックアップ対象データファ
イルに移し替える第2の書込み制御ステップと、を有す
る。
A backup creation method according to a second aspect of the present invention, in response to a backup request, prohibits writing to a backup target data file, and responds to a write request to the backup target data file. A first write control step for writing to a virtual file different from the backup target data file; and a step in which writing to the backup target data file is prohibited by the first write control step. A backup information creation step of reading file information of the backup target data file and creating a backup information file; and a backup information file based on the information of the backup information file created by the backup information creation step. A file is read from the backup control step to write to the backup file, and when the writing of the backup target data file to the backup file by the backup control step is completed, the write-protection to the backup target data file is released, And a second write control step of transferring information written to the virtual file while the writing to the backup target data file is prohibited, to the backup target data file.

【0014】本発明のバックアップ作成方法において
は、バックアップ要求に応答して、バックアップ対象デ
ータファイルへの書込みを禁止し、且つ前記バックアッ
プ対象データファイルへの書込み要求に対しては、前記
バックアップ対象データファイルとは異なる仮想ファイ
ルへの書込みを行わせるようにする。前記バックアップ
対象データファイルへの書込みが禁止されている間に前
記バックアップ対象データファイルのファイル情報を読
み取り、バックアップ情報ファイルを作成する。前記バ
ックアップ情報ファイルの情報に基づき、前記バックア
ップ対象データファイルからファイルを読み出して、バ
ックアップファイルに書き込む。そして、前記バックア
ップ対象データファイルから前記バックアップファイル
への書出しの完了時に、前記バックアップ対象データフ
ァイルへの書込み禁止を解除して、前記バックアップ対
象データファイルへの書込み禁止中に前記仮想ファイル
に書き込まれた情報を前記バックアップ対象データファ
イルに移し替える。したがって、バックアップ中におい
てもバックアップ対象データファイルに支障なくアクセ
スすることができ、バックアップ対象データファイルを
常に最適な状態で、しかもバックアップメディア等の種
類を問わず、所定時間で円滑にバックアップすることが
できる。
In the backup creation method according to the present invention, writing to the backup target data file is prohibited in response to the backup request, and the backup target data file is responded to in response to the write request to the backup target data file. In this case, writing to a virtual file different from the above is performed. While the writing to the backup target data file is prohibited, the file information of the backup target data file is read, and a backup information file is created. Based on the information in the backup information file, a file is read from the data file to be backed up and written to the backup file. Then, when the writing from the backup target data file to the backup file is completed, the write prohibition on the backup target data file is released, and the data is written to the virtual file while the write prohibition on the backup target data file is prohibited. The information is transferred to the backup target data file. Therefore, even during the backup, the data file to be backed up can be accessed without any trouble, and the data file to be backed up can be smoothly backed up in a predetermined time irrespective of the type of the backup medium, always in an optimum state. .

【0015】前記バックアップ動作時における前記バッ
クアップ対象データファイルからの読出し要求に対し
て、前記仮想ファイルに対象ファイルが存在する場合に
は前記仮想ファイルから読出しを行い、前記仮想ファイ
ルに対象ファイルが存在しない場合には前記バックアッ
プ対象データファイルから読出しを行うようにするステ
ップをさらに含んでいてもよい。
In response to a read request from the data file to be backed up during the backup operation, if the target file exists in the virtual file, reading is performed from the virtual file, and the target file does not exist in the virtual file. In this case, the method may further include the step of reading from the backup target data file.

【0016】前記バックアップ完了後に前記バックアッ
プ対象データファイルへの書込み要求が発生した際は、
そのファイル情報を前記バックアップ情報ファイルに追
加するステップと、その書込み要求に基づく書込みの終
了後に前記バックアップ対象データファイルへの書込み
を禁止し、且つ前記バックアップ対象データファイルへ
の書込み要求に対しては、前記バックアップ対象データ
ファイルとは異なる仮想ファイルへの書込みを行わせる
ようにするステップと、ファイル情報が追加された前記
バックアップ情報ファイルの情報に基づき、前記バック
アップ対象データファイルからファイルを読み出して、
バックアップファイルに書き込むステップと、前記バッ
クアップ対象データファイルから前記バックアップファ
イルへの書出しの完了時に、前記バックアップ対象デー
タファイルへの書込み禁止を解除して、前記バックアッ
プ対象データファイルへの書込み禁止中に前記仮想ファ
イルに書き込まれた情報を前記バックアップ対象データ
ファイルに移し替えるステップと、をさらに含んでいて
もよい。
When a write request to the data file to be backed up occurs after the completion of the backup,
Adding the file information to the backup information file, prohibiting writing to the backup target data file after completion of the writing based on the writing request, and, for the writing request to the backup target data file, The step of causing a write to a virtual file different from the backup target data file, and, based on the information of the backup information file to which file information is added, read a file from the backup target data file,
Writing to the backup file, and upon completion of writing from the backup target data file to the backup file, canceling the write-protection to the backup-target data file and releasing the virtual Transferring the information written in the file to the backup target data file.

【0017】本発明の第3の観点に係るコンピュータ読
み取り可能な記録媒体は、コンピュータを、バックアッ
プ対象データファイルの書込みを制御し、バックアップ
動作時には、前記バックアップ対象データファイルへの
書込みを禁止して、前記バックアップ対象データファイ
ルへの書込み要求に対して、前記バックアップ対象デー
タファイルとは異なる仮想ファイルへの書込みを行うと
ともに、バックアップ完了が通知されると、前記バック
アップ対象データファイルへの書込み禁止を解除して、
前記仮想ファイルに書き込まれたファイルを前記バック
アップ対象データファイルに移し替える書込み制御手
段、バックアップ動作時に、前記書込み制御手段が前記
バックアップ対象データファイルへの書込みを禁止して
いる間に前記バックアップ対象データファイルのファイ
ル情報を読み取り、バックアップ情報ファイルを作成す
るバックアップ情報作成手段、および前記バックアップ
情報作成手段により作成された前記バックアップ情報フ
ァイルの情報に基づき、前記バックアップ対象データフ
ァイルからファイルを読み出して、バックアップファイ
ルに書き込むとともに、書込み完了時には、前記書込み
制御手段にバックアップ完了を通知するバックアップ制
御手段、として機能させるためのプログラムを記録して
いる。
According to a third aspect of the present invention, there is provided a computer-readable recording medium which controls a computer to write a data file to be backed up, and prohibits writing to the data file to be backed up during a backup operation. In response to a write request to the backup target data file, write to a virtual file different from the backup target data file, and when backup completion is notified, release the write prohibition to the backup target data file. hand,
Write control means for transferring a file written to the virtual file to the backup target data file, and during the backup operation, the backup target data file while the write control means prohibits writing to the backup target data file. The file information is read from the backup target data file based on the information of the backup information file created by the backup information creating means for creating the backup information file and the backup information file created by the backup information creating means. At the time of writing, a program for functioning as a backup control means for notifying the write control means of the completion of the backup upon completion of the writing is recorded.

【0018】本発明の第4の観点に係るコンピュータ読
み取り可能な記録媒体は、コンピュータを、バックアッ
プ対象データファイルの書込みを制御し、バックアップ
動作時には、前記バックアップ対象データファイルへの
書込みを禁止して、前記バックアップ対象データファイ
ルへの書込み要求に対して、前記バックアップ対象デー
タファイルとは異なる仮想ファイルへの書込みを行い、
且つ前記バックアップ動作時における前記バックアップ
対象データファイルからの読出し要求に対して、前記仮
想ファイルに対象ファイルが存在する場合には前記仮想
ファイルから読出しを行い、前記仮想ファイルに対象フ
ァイルが存在しない場合には前記バックアップ対象デー
タファイルから読出しを行うとともに、バックアップ完
了が通知されると、前記バックアップ対象データファイ
ルへの書込み禁止を解除して、前記仮想ファイルに書き
込まれたファイルを前記バックアップ対象データファイ
ルに移し替える書込み制御手段、バックアップ動作時
に、前記書込み制御手段が前記バックアップ対象データ
ファイルへの書込みを禁止している間に前記バックアッ
プ対象データファイルのファイル情報を読み取り、バッ
クアップ情報ファイルを作成するバックアップ情報作成
手段、および前記バックアップ情報作成手段により作成
された前記バックアップ情報ファイルの情報に基づき、
前記バックアップ対象データファイルからファイルを読
み出して、バックアップファイルに書き込むとともに、
書込み完了時には、前記書込み制御手段にバックアップ
完了を通知するバックアップ制御手段、として機能させ
るためのプログラムを記録している。
According to a fourth aspect of the present invention, there is provided a computer-readable recording medium which controls a computer to write a data file to be backed up, and prohibits writing to the data file to be backed up during a backup operation. In response to a write request to the backup target data file, write to a virtual file different from the backup target data file,
And, in response to a read request from the backup target data file at the time of the backup operation, when there is a target file in the virtual file, reading is performed from the virtual file, and when there is no target file in the virtual file, Performs reading from the data file to be backed up, and when the completion of the backup is notified, releases the write-protection to the data file to be backed up and moves the file written to the virtual file to the data file to be backed up. A write control unit that reads the file information of the data file to be backed up while the write control unit prohibits writing to the data file to be backed up during a backup operation; Based on the information of the backup information file created by the creating backup information creating means for, and the backup information creating means,
Reading a file from the backup target data file and writing it to a backup file,
At the time of completion of writing, a program for functioning as backup control means for notifying the write control means of backup completion is recorded.

【0019】本発明の第5の観点に係るコンピュータ読
み取り可能な記録媒体は、コンピュータに、バックアッ
プ要求に応答して、バックアップ対象データファイルへ
の書込みを禁止し、且つ前記バックアップ対象データフ
ァイルへの書込み要求に対しては、前記バックアップ対
象データファイルとは異なる仮想ファイルへの書込みを
行わせるようにする第1の書込み制御手順、前記第1の
書込み制御手順により、前記バックアップ対象データフ
ァイルへの書込みが禁止されている間に前記バックアッ
プ対象データファイルのファイル情報を読み取り、バッ
クアップ情報ファイルを作成するバックアップ情報作成
手順、前記バックアップ情報作成手順により作成された
前記バックアップ情報ファイルの情報に基づき、前記バ
ックアップ対象データファイルからファイルを読み出し
て、バックアップファイルに書き込むバックアップ制御
手順、および前記バックアップ制御手順による前記バッ
クアップ対象データファイルから前記バックアップファ
イルへの書出しの完了時に、前記バックアップ対象デー
タファイルへの書込み禁止を解除して、前記バックアッ
プ対象データファイルへの書込み禁止中に前記仮想ファ
イルに書き込まれた情報を前記バックアップ対象データ
ファイルに移し替える第2の書込み制御手順、を実行さ
せるためのプログラムを記録している。
According to a fifth aspect of the present invention, there is provided a computer-readable recording medium for inhibiting a computer from writing to a backup target data file in response to a backup request, and writing to the backup target data file. In response to the request, a first write control procedure for writing data to a virtual file different from the backup target data file, and the first write control procedure causes writing to the backup target data file. A backup information creation procedure for reading the file information of the backup target data file during the prohibition and creating a backup information file, and based on the information of the backup information file created by the backup information creation procedure, Read the file from the backup file, write the backup file, the backup control procedure, and when the writing of the backup target data file to the backup file by the backup control procedure is completed, release the write-protection to the backup target data file. A program for executing a second write control procedure for transferring information written to the virtual file to the backup target data file while writing to the backup target data file is prohibited.

【0020】本発明の第6の観点に係るコンピュータ読
み取り可能な記録媒体は、コンピュータに、バックアッ
プ要求に応答して、バックアップ対象データファイルへ
の書込みを禁止し、且つ前記バックアップ対象データフ
ァイルへの書込み要求に対しては、前記バックアップ対
象データファイルとは異なる仮想ファイルへの書込みを
行わせるようにするとともに、前記バックアップ動作時
における前記バックアップ対象データファイルからの読
出し要求に対して、前記仮想ファイルに対象ファイルが
存在する場合には前記仮想ファイルから読出しを行い、
前記仮想ファイルに対象ファイルが存在しない場合には
前記バックアップ対象データファイルから読出しを行う
ようにする第1の書込み制御手順、前記第1の書込み制
御手順により、前記バックアップ対象データファイルへ
の書込みが禁止されている間に前記バックアップ対象デ
ータファイルのファイル情報を読み取り、バックアップ
情報ファイルを作成するバックアップ情報作成手順、前
記バックアップ情報作成手順により作成された前記バッ
クアップ情報ファイルの情報に基づき、前記バックアッ
プ対象データファイルからファイルを読み出して、バッ
クアップファイルに書き込むバックアップ制御手順、お
よび前記バックアップ制御手順による前記バックアップ
対象データファイルから前記バックアップファイルへの
書出しの完了時に、前記バックアップ対象データファイ
ルへの書込み禁止を解除して、前記バックアップ対象デ
ータファイルへの書込み禁止中に前記仮想ファイルに書
き込まれた情報を前記バックアップ対象データファイル
に移し替える第2の書込み制御手順、を実行させるため
のプログラムを記録している。
According to a sixth aspect of the present invention, there is provided a computer-readable recording medium for inhibiting a computer from writing to a backup target data file in response to a backup request, and writing to the backup target data file. In response to the request, writing to a virtual file different from the backup target data file is performed, and in response to a read request from the backup target data file during the backup operation, If the file exists, read from the virtual file,
A first write control procedure for reading from the backup target data file when the target file does not exist in the virtual file; writing to the backup target data file is prohibited by the first write control procedure A backup information creation step of reading the file information of the backup target data file while creating the backup information file, based on the information of the backup information file created by the backup information creation procedure, A backup control procedure for reading a file from the backup file and writing the backup file to the backup file, and when the writing of the backup target data file to the backup file by the backup control procedure is completed. A second write control procedure of releasing write protection to the backup target data file and transferring information written to the virtual file to the backup target data file while writing to the backup target data file is prohibited. The program to be executed is recorded.

【0021】本発明のコンピュータ読み取り可能な記録
媒体には、上述した本発明の第1の観点に基づくバック
アップ作成システムを構成する各手段としてコンピュー
タを機能させるためのプログラム、または上述した本発
明の第2の観点に基づくバックアップ作成方法を構成す
る各手順をコンピュータに実行させるためのプログラム
を記録している。したがって、記録したプログラムをコ
ンピュータ上で実行することにより、バックアップ中に
おいてもバックアップ対象データファイルに支障なくア
クセスすることができ、バックアップ対象データファイ
ルを常に最適な状態で、しかもバックアップメディア等
の種類を問わず、所定時間で円滑にバックアップするこ
とができる。
The computer-readable recording medium of the present invention includes a program for causing a computer to function as each unit constituting the backup creation system based on the above-described first aspect of the present invention, or the above-described program of the present invention. A program for causing a computer to execute each procedure constituting the backup creation method based on the second aspect is recorded. Therefore, by executing the recorded program on the computer, the data file to be backed up can be accessed without any trouble even during the backup, and the data file to be backed up is always kept in an optimum state and the type of the backup medium or the like can be determined. Backup can be performed smoothly in a predetermined time.

【0022】[0022]

【発明の実施の形態】以下、本発明の実施の形態を図面
を参照して説明する。
Embodiments of the present invention will be described below with reference to the drawings.

【0023】図1〜図4を参照して本発明によるバック
アップ作成システムの第1の実施の形態を説明する。図
1は、本発明の第1の実施の形態に係るバックアップ作
成システムの構成を示している。
A first embodiment of a backup creation system according to the present invention will be described with reference to FIGS. FIG. 1 shows the configuration of the backup creation system according to the first embodiment of the present invention.

【0024】図1に示すバックアップ作成システムは、
データ入出力部1、書込みコントローラ部2、データフ
ァイル3、仮想ファイル4、バックアップ情報作成部
5、バックアップ情報ファイル6、バックアップコント
ローラ部7、バックアップファイル8、外部装置9およ
びコンソール10を具備している。
The backup creation system shown in FIG.
It includes a data input / output unit 1, a write controller unit 2, a data file 3, a virtual file 4, a backup information creation unit 5, a backup information file 6, a backup controller unit 7, a backup file 8, an external device 9, and a console 10. .

【0025】データ入出力部1は、外部装置9からのフ
ァイル書込み要求およびファイル読み出し要求等を受信
し、その情報を書込みコントローラ部2に伝送する。
The data input / output unit 1 receives a file write request and a file read request from the external device 9 and transmits the information to the write controller unit 2.

【0026】書込み制御手段を構成する書込みコントロ
ーラ部は2、データ入出力部1から書込み要求が与えら
れると、その書込み要求に対応して、バックアップ情報
ファイル6を参照し、ファイル情報が存在する場合に
は、書込み情報を仮想ファイル4に対して書き込み、バ
ックアップ情報ファイル6にファイル情報が存在しない
場合には、書込み情報をデータファイル3に対して書き
込む。書込みコントローラ部は2、読み出し要求に対し
ては、仮想ファイル4を先に検索し、仮想ファイル4に
該当するファイルが存在した場合には、仮想ファイル4
から読み出し、仮想ファイル4に存在しない場合には、
データファイル3から読み出す。
When a write request is given from the data input / output unit 1, the write controller 2 constituting the write control means refers to the backup information file 6 in response to the write request, and determines whether the file information exists. , The write information is written to the virtual file 4, and if there is no file information in the backup information file 6, the write information is written to the data file 3. The write controller unit 2 searches for the virtual file 4 in response to the read request, and if the file corresponding to the virtual file 4 exists, the virtual file 4
And if it does not exist in virtual file 4,
Read from data file 3.

【0027】バックアップ対象となるデータファイル3
は、バックアップが実行中でないときは、書込みコント
ローラ部2の制御によって、データ入出力部1からの書
込みおよび読出し要求に従って、ファイル情報およびデ
ータの書込みおよび読出しが行われる。データファイル
3は、バックアップの実行中には、書込みコントローラ
部2、バックアップ情報作成部5およびバックアップコ
ントローラ部7により制御されて、ファイル情報および
データの読み出しが行われる。また、データファイル3
は、バックアップ完了後に、書込みコントローラ部2の
制御に従って、データの書込みが行われる。
Data file 3 to be backed up
When backup is not being executed, file information and data are written and read under the control of the write controller 2 in accordance with write and read requests from the data input / output unit 1. During the execution of the backup, the data file 3 is controlled by the write controller 2, the backup information generator 5, and the backup controller 7, so that the file information and the data are read. Data file 3
After the backup is completed, data is written according to the control of the write controller unit 2.

【0028】仮想ファイル4は、書込みコントローラ2
の制御に従い、バックアップ中のデータの一時保管を行
い、バックアップ終了後にそのデータが読み出される。
The virtual file 4 is stored in the write controller 2
According to the above control, the data being backed up is temporarily stored, and the data is read out after the backup is completed.

【0029】バックアップ情報作成手段であるバックア
ップ情報作成部5は、データファイル3における構成フ
ァイルを示すファイル情報を検索し、そのファイル情報
に基づくバックアップ情報ファイル6を作成する。
The backup information creation unit 5 serving as backup information creation means searches for file information indicating a constituent file in the data file 3 and creates a backup information file 6 based on the file information.

【0030】バックアップコントローラ部7は、バック
アップ制御手段を構成し、バックアップ情報ファイル6
に保管されているファイル情報に従って、データファイ
ル3からバックアップファイル8へのデータの書込みを
制御する。すなわち、バックアップコントローラ部7
は、バックアップ情報ファイル6のファイル情報に基づ
いてデータファイル3からデータを読み出し、そのデー
タをバックアップファイル8へ書き込む。
The backup controller section 7 constitutes a backup control means, and the backup information file 6
The writing of data from the data file 3 to the backup file 8 is controlled in accordance with the file information stored in the backup file 8. That is, the backup controller unit 7
Reads data from the data file 3 based on the file information of the backup information file 6 and writes the data to the backup file 8.

【0031】データファイル3、仮想ファイル4、バッ
クアップ情報ファイル6およびバックアップファイル8
は、単一のまたは複数に分割されたファイル装置もしく
は各々個別のファイル装置に構築されるファイルであ
る。データファイル3は、バックアップ対象となるデー
タベース等のデータを格納するファイルである。仮想フ
ァイル4は、バックアップ時における書込み要求による
書込みデータを一時格納するファイルである。バックア
ップ情報ファイル6は、バックアップすべきバックアッ
プ対象データファイル3の構築ファイル情報等のバック
アップ対象ファイルを管理するためのファイル情報を格
納するファイルである。バックアップファイル8は、バ
ックアップ対象データファイル3のバックアップコピー
を格納するファイルである。
Data file 3, virtual file 4, backup information file 6, and backup file 8
Is a file constructed in a single or a plurality of divided file devices or each individual file device. The data file 3 is a file for storing data such as a database to be backed up. The virtual file 4 is a file for temporarily storing write data according to a write request at the time of backup. The backup information file 6 is a file for storing file information for managing backup target files, such as configuration file information of the backup target data file 3 to be backed up. The backup file 8 is a file for storing a backup copy of the backup target data file 3.

【0032】なお、外部装置9は、データファイル3に
アクセスする装置であり、データファイル3への書込み
要求および書込みデータをデータ入出力部1に与え、デ
ータファイル3のデータの読出し要求およびデータファ
イル3から読み出したデータをデータ入出力部1から取
得する。コンソール10は、データファイル3のバック
アップを指示する装置であり、バックアップを指示する
際にはバックアップ情報作成部5にバックアップ要求を
与える。
The external device 9 is a device for accessing the data file 3, and gives a write request to the data file 3 and write data to the data input / output unit 1. 3 is obtained from the data input / output unit 1. The console 10 is a device for instructing a backup of the data file 3 and, when instructing a backup, sends a backup request to the backup information creating unit 5.

【0033】次に、図1に示すバックアップ作成システ
ム2の動作について、図2〜図4に示すフローチャート
を参照して説明する。図2は、バックアップ情報作成部
5の動作を示し、図3は書込みコントローラ部2の動作
を示し、そして図4はバックアップコントローラ部7の
動作を示している。
Next, the operation of the backup creation system 2 shown in FIG. 1 will be described with reference to the flowcharts shown in FIGS. 2 shows the operation of the backup information creating unit 5, FIG. 3 shows the operation of the write controller unit 2, and FIG. 4 shows the operation of the backup controller unit 7.

【0034】まず、図2を参照してバックアップ情報作
成部5の動作について説明する。バックアップ情報作成
部5は、コンソール10からバックアップが指示される
と図2に示すバックアップ情報作成処理を開始する。
First, the operation of the backup information creating section 5 will be described with reference to FIG. The backup information creation unit 5 starts the backup information creation process shown in FIG.

【0035】バックアップ情報作成処理が開始される
と、バックアップ情報作成部5は、コンソール10から
バックアップ対象データファイル3を特定するバックア
ップ対象情報を取得し(ステップS11)、書込みコン
トローラ部2に対し、バックアップ対象となるデータフ
ァイル3に対する書込み禁止を指示する(ステップS1
2)。バックアップ情報作成部5は、バックアップ情報
ファイル6から、そのバックアップ対象データファイル
3のファイル情報を検索して(ステップS13)、バッ
クアップ情報ファイル6に、そのバックアップ対象デー
タファイル3のファイル情報が格納されているか否かを
調べる(ステップS14)。
When the backup information creation process is started, the backup information creation unit 5 acquires the backup target information specifying the backup target data file 3 from the console 10 (step S11), and sends the backup information to the write controller unit 2. An instruction is issued to prohibit writing to the target data file 3 (step S1).
2). The backup information creating unit 5 searches the backup information file 6 for file information of the data file 3 to be backed up (step S13), and the file information of the data file 3 to be backed up is stored in the backup information file 6. It is checked whether or not there is (step S14).

【0036】バックアップ情報ファイル6にバックアッ
プ対象データファイル3のファイル情報が格納されてい
なければ、バックアップ情報ファイル6に、バックアッ
プ対象データファイル3のファイル情報を構築して(ス
テップS15)、処理を終了し、定常状態に戻る。ま
た、ステップS14において、バックアップ対象データ
ファイル3のファイル情報のバックアップ情報ファイル
6が既に存在していると判定されたときは、ファイル情
報をバックアップ情報ファイル6に追加して(ステップ
S16)、処理を終了し、定常状態に戻る。
If the file information of the data file 3 to be backed up is not stored in the backup information file 6, the file information of the data file 3 to be backed up is constructed in the backup information file 6 (step S15), and the process is terminated. And return to the steady state. If it is determined in step S14 that the backup information file 6 of the file information of the backup target data file 3 already exists, the file information is added to the backup information file 6 (step S16), and the processing is performed. End and return to steady state.

【0037】次に、図3を参照して書込みコントローラ
部2の動作について説明する。書込みコントローラ部2
は、バックアップ情報作成部5から書込み禁止が設定さ
れると図3に示す書込み制御処理を開始する。
Next, the operation of the write controller 2 will be described with reference to FIG. Write controller 2
Starts write control processing shown in FIG. 3 when write protection is set by the backup information creation unit 5.

【0038】書込み制御処理が開始されると、書込みコ
ントローラ部2は、バックアップ情報作成部5からの指
示に従い、バックアップ対象のデータファイル3に対す
る書込みを禁止に設定し(ステップS21)、データ入
出力部1から与えられたアクセス要求がバックアップ対
象データファイル3中のファイルへの書込み要求である
か、バックアップ対象データファイル3中のファイルか
らの読出し要求であるかを判別する(ステップS2
2)。
When the write control process is started, the write controller unit 2 sets the writing to the backup target data file 3 to be prohibited according to the instruction from the backup information creating unit 5 (step S21), and the data input / output unit It is determined whether the access request given from 1 is a write request to a file in the backup target data file 3 or a read request from a file in the backup target data file 3 (step S2).
2).

【0039】データ入出力部1からデータファイル3中
のファイルに対する書込み要求を受けた場合には、書込
みコントローラ部2は、ファイルの書き込み先を仮想フ
ァイル4に変更して書込みを行う(ステップS23)。
そして、書込みコントローラ部2は、バックアップコン
トローラ部7からバックアップ完了の通知を受けると
(ステップS24)、それまでに仮想ファイル4中に書
き込まれたファイルをデータファイル3に移し替えて
(ステップS25)、処理を終了し、定常状態に戻る。
When a write request for a file in the data file 3 is received from the data input / output unit 1, the write controller unit 2 changes the write destination of the file to the virtual file 4 and writes (step S23). .
Then, upon receiving the notification of the completion of the backup from the backup controller unit 7 (step S24), the write controller unit 2 transfers the file written in the virtual file 4 to the data file 3 (step S25), The process ends and returns to the steady state.

【0040】ステップS22において、データ入出力部
1からデータファイル3中のファイルの読出し要求を受
けた場合には、書込みコントローラ部2は、仮想ファイ
ル4に対象ファイルが存在する場合には、仮想ファイル
4から優先して対象ファイルを読み出し、仮想ファイル
に対象ファイルが存在しない場合には、データファイル
3から対象ファイルを読み出して(ステップS26)、
処理を終了し、定常状態に戻る。
In step S22, when a request to read a file in the data file 3 is received from the data input / output unit 1, the write controller unit 2 determines whether or not the target file exists in the virtual file 4. 4, the target file is read from the data file 3 if the target file does not exist in the virtual file (step S26).
The process ends and returns to the steady state.

【0041】次に、図4を参照してバックアップコント
ローラ部7の動作について説明する。バックアップコン
トローラ部7は、バックアップ情報作成部5からファイ
ル情報の作成完了が通知されると図4に示すバックアッ
プ制御処理を開始する。
Next, the operation of the backup controller 7 will be described with reference to FIG. The backup controller unit 7 starts the backup control process shown in FIG. 4 when the completion of the creation of the file information is notified from the backup information creation unit 5.

【0042】バックアップ制御処理が開始されると、バ
ックアップコントローラ部7は、バックアップ情報作成
部5により作成されたバックアップ情報ファイルを取得
し(ステップS31)、バックアップ情報ファイル6に
従って、バックアップ対象のデータファイル3を読み出
す(ステップS32)。バックアップコントローラ部7
は、バックアップ情報ファイルに従って読み出したデー
タファイル3のファイルのバックアップコピーをバック
アップファイル8に格納する(ステップS33)。そし
て、バックアップコントローラ部7は、バックアップが
完了すると、書込みコントローラ部2に対し、バックア
ップ完了を通知して(ステップS34)、処理を終了
し、定常状態に戻る。なお、書込みコントローラ部2
は、バックアップ完了通知を受けると(図3のステップ
S24参照)、バックアップ実行中に仮想ファイル4に
待避させたファイルを、データファイル3に書き込み、
バックアップが終了する。
When the backup control process is started, the backup controller unit 7 acquires the backup information file created by the backup information creation unit 5 (step S31), and according to the backup information file 6, backs up the data file 3 to be backed up. Is read (step S32). Backup controller 7
Stores the backup copy of the data file 3 read in accordance with the backup information file in the backup file 8 (step S33). Then, when the backup is completed, the backup controller 7 notifies the write controller 2 of the completion of the backup (step S34), ends the processing, and returns to the steady state. Note that the write controller unit 2
When the backup completion notification is received (see step S24 in FIG. 3), the file saved in the virtual file 4 during the backup is written to the data file 3,
Backup ends.

【0043】上述したように、コンソール10からのバ
ックアップ要求をバックアップ情報作成部5が受ける
と、バックアップ対象データファイル3に対する書込み
禁止の指示が書込みコントローラ部2に与えられ、書込
みコントローラ部2は、データ入出力部1から与えられ
るデータファイル3への書込み要求の書込み先を仮想フ
ァイル4に変更するように制御する。
As described above, when the backup information creating unit 5 receives a backup request from the console 10, an instruction to inhibit writing to the backup target data file 3 is given to the write controller unit 2, and the write controller unit 2 Control is performed so that the write destination of the write request to the data file 3 given from the input / output unit 1 is changed to the virtual file 4.

【0044】書込みコントローラ部2によりデータファ
イル3への書込みが禁止されている間にバックアップ情
報作成部5が、データファイル3の情報を読み取って、
バックアップ情報ファイル6を作成する。作成されたバ
ックアップ情報ファイル6のバックアップ情報に基づ
き、バックアップコントローラ部7がデータファイル3
からファイルを読み出して、バックアップファイル8へ
書き出す。
While the writing to the data file 3 is prohibited by the write controller unit 2, the backup information creating unit 5 reads the information of the data file 3,
A backup information file 6 is created. Based on the backup information of the created backup information file 6, the backup controller unit 7
, And writes the file to the backup file 8.

【0045】バックアップファイル8への書込みが完了
したら、バックアップコントローラ部7は、書込みコン
トローラ部2にバックアップ完了を通知して、書込み禁
止を解除し、書込みコントローラ部2は、仮想ファイル
4に書き込まれたファイルをデータファイル3に移し替
える。このようにして、バックアップが完了する。
When the writing to the backup file 8 is completed, the backup controller unit 7 notifies the write controller unit 2 of the completion of the backup, releases the write protection, and the write controller unit 2 writes the data to the virtual file 4. Transfer the file to data file 3. Thus, the backup is completed.

【0046】上述したバックアップ作成システムにおけ
る第1の効果は、バックアップ実施時に対象データファ
イル3を書込み禁止にして、バックアップ情報ファイル
6を作成するため、バックアップ開始時間での一意な状
態でのデータファイル3をバックアップすることが可能
となる。
The first effect of the above-described backup creation system is that the target data file 3 is write-protected and the backup information file 6 is created at the time of backup, so that the data file 3 in a unique state at the backup start time is created. Can be backed up.

【0047】また、このバックアップ作成システムにお
ける第2の効果は、バックアップ実施中には、書込みコ
ントローラ部2により、データファイル3を書込み禁止
にしている。このため、バックアップコントローラ部7
がバックアップファイル8を作成する際に、データファ
イル3を読み込んでいる間の書込みの割り込みによる遅
延が発生しないので、所定のアクセススピードにて、バ
ックアップを実施することが可能となる。
A second effect of the backup creation system is that the data file 3 is write-protected by the write controller 2 during the backup. For this reason, the backup controller unit 7
When the backup file 8 is created, there is no delay due to a write interrupt while the data file 3 is being read, so that backup can be performed at a predetermined access speed.

【0048】図5は、本発明の第2の実施の形態に係る
バックアップ作成システムの構成を示している。図5に
示すバックアップ作成システムは、図1と同様のデータ
入出力部1、データファイル3、仮想ファイル4、バッ
クアップ情報作成部5、バックアップ情報ファイル6、
バックアップコントローラ部7、バックアップファイル
8、外部装置9およびコンソール10を具備し、さらに
図1の書込みコントローラ部2とは若干相違する書込み
コントローラ部2Aを備えている。
FIG. 5 shows the configuration of a backup creation system according to the second embodiment of the present invention. The backup creation system shown in FIG. 5 has the same data input / output unit 1, data file 3, virtual file 4, backup information creation unit 5, backup information file 6,
It includes a backup controller 7, a backup file 8, an external device 9, and a console 10, and further includes a write controller 2A slightly different from the write controller 2 in FIG.

【0049】書込みコントローラ部2Aは、図1の書込
みコントローラ部2と同様の機能を有し、さらに次のよ
うな機能を有している。
The write controller 2A has the same functions as the write controller 2 in FIG. 1, and further has the following functions.

【0050】書込みコントローラ部2Aは、全体のバッ
クアップの完了以降に更新されるファイルについても、
データ入出力部1から書込み要求があった場合には、そ
のファイル情報をバックアップ情報作成部5に与えて、
バックアップ情報ファイル6に情報を追加する。そし
て、データファイル3への書込みが完了した後に、書込
みコントローラ部2Aは、データファイル3の該当ファ
イルを書込み禁止にして、バックアップコントローラ部
7により対象ファイルのバックアップを実施する。バッ
クアップ完了後、バックアップコントローラ部7から、
書込みコントローラ部2Aに対し、バックアップ対象フ
ァイルの書込み禁止設定を解除する。
The write controller unit 2A also checks the files updated after the completion of the entire backup.
When there is a write request from the data input / output unit 1, the file information is given to the backup information creation unit 5,
Information is added to the backup information file 6. Then, after the writing to the data file 3 is completed, the write controller unit 2A prohibits the writing of the file of the data file 3 and the backup controller unit 7 backs up the target file. After the backup is completed, the backup controller 7
Release the write-protection setting of the backup target file for the write controller unit 2A.

【0051】このバックアップ作成システムにおけるさ
らなる効果は、全体のバックアップ完了後に、書込みコ
ントローラ部2Aが、常にデータファイル3への書込み
を監視しているため、書込み要求があったファイルの情
報を、瞬時にバックアップ情報作成部5を介してバック
アップ情報ファイル6に反映させることができる。した
がって、この時点で、バックアップコントローラ7を作
動させて、バックアップを実施することが可能となる。
A further effect of the backup creation system is that the write controller unit 2A constantly monitors the writing to the data file 3 after the completion of the entire backup, so that the information of the file requested to be written can be instantaneously transmitted. The data can be reflected in the backup information file 6 via the backup information creating unit 5. Therefore, at this point, the backup controller 7 can be operated to perform the backup.

【0052】なお、この発明のバックアップ作成システ
ムは、専用のシステムとして構成することなく、通常の
コンピュータシステムを用いて実現することができる。
例えば、コンピュータシステムに上述の動作を実行する
ためのプログラムを格納した媒体(フロッピーディス
ク、CD−ROM等)から該プログラムをインストール
することにより、上述の処理を実行するバックアップ作
成システムを構築することができる。インストールによ
って、当該プログラムは、コンピュータシステム内のハ
ードディスク等の媒体に格納されて、バックアップ作成
システムを構成し、実行に供される。
It should be noted that the backup creation system of the present invention can be realized by using a normal computer system without configuring as a dedicated system.
For example, by installing the program from a medium (a floppy disk, a CD-ROM, or the like) storing the program for executing the above-described operation in the computer system, a backup creation system that executes the above-described processing can be constructed. it can. By the installation, the program is stored in a medium such as a hard disk in the computer system, configures a backup creation system, and is used for execution.

【0053】また、インターネット等の通信ネットワー
ク上に設けたFTP(File Transfer Protocol)サーバ
に当該プログラムを登録し、FTPクライアントにネッ
トワークを介して配信してもよく、通信ネットワークの
電子掲示板(BBS:Bulletin Board System)等に該
プログラムを登録し、これをネットワークを介して配信
してもよい。そして、このプログラムを起動し、OS
(Operating System)の制御下において実行することに
より、上述の処理を達成することができる。さらに、通
信ネットワークを介してプログラムを転送しながら起動
実行することによっても、上述の処理を達成することが
できる。
Further, the program may be registered in an FTP (File Transfer Protocol) server provided on a communication network such as the Internet, and distributed to an FTP client via the network. The program may be registered in a board system or the like and distributed via a network. Then start this program and run the OS
The above processing can be achieved by executing under the control of the (Operating System). Furthermore, the above-described processing can also be achieved by starting and executing the program while transferring the program via the communication network.

【0054】[0054]

【発明の効果】以上説明したように、本発明によれば、
バックアップ中におけるバックアップ対象データファイ
ルに対するアクセスに支障がなく、バックアップ対象デ
ータファイルを常に最適な状態で、しかもバックアップ
メディア等の種類を問わず、所定時間で円滑にバックア
ップすることが可能なバックアップ作成システム、方法
および記録媒体を提供することができる。
As described above, according to the present invention,
A backup creation system that does not hinder access to the data files to be backed up during backup, always allows the data files to be backed up to be in an optimal state, and smoothly backs up the data files for a predetermined time regardless of the type of backup media. A method and a recording medium can be provided.

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

【図1】本発明の第1の実施の形態に係るバックアップ
作成システムの構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of a backup creation system according to a first embodiment of the present invention.

【図2】図1のバックアップ作成システムにおけるバッ
クアップ情報作成部の動作を説明するためのフローチャ
ートである。
FIG. 2 is a flowchart for explaining the operation of a backup information creation unit in the backup creation system of FIG. 1;

【図3】図1のバックアップ作成システムにおける書込
みコントローラ部の動作を説明するためのフローチャー
トである。
FIG. 3 is a flowchart for explaining an operation of a write controller unit in the backup creation system of FIG. 1;

【図4】図1のバックアップ作成システムにおけるバッ
クアップコントローラ部の動作を説明するためのフロー
チャートである。
FIG. 4 is a flowchart illustrating an operation of a backup controller in the backup creation system of FIG. 1;

【図5】本発明の第2の実施の形態に係るバックアップ
作成システムの構成を示すブロック図である。
FIG. 5 is a block diagram illustrating a configuration of a backup creation system according to a second embodiment of the present invention.

【図6】従来のバックアップ作成システムの構成を示す
模式図である。
FIG. 6 is a schematic diagram showing a configuration of a conventional backup creation system.

【図7】図6のバックアップ作成システムにおける動作
を説明するためのフローチャートである。
FIG. 7 is a flowchart illustrating an operation of the backup creation system of FIG. 6;

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

1 データ入出力部 2 書込みコントローラ部 3 (バックアップ対象)データファイル 4 仮想ファイル 5 バックアップ情報作成部 6 バックアップ情報ファイル 7 バックアップコントローラ部 8 バックアップファイル 9 外部装置 10 コンソール 2A 書込みコントローラ部 Reference Signs List 1 data input / output unit 2 write controller unit 3 (backup target) data file 4 virtual file 5 backup information creation unit 6 backup information file 7 backup controller unit 8 backup file 9 external device 10 console 2A write controller unit

Claims (10)

【特許請求の範囲】[Claims] 【請求項1】バックアップ対象データファイルの書込み
を制御し、バックアップ動作時には、前記バックアップ
対象データファイルへの書込みを禁止して、前記バック
アップ対象データファイルへの書込み要求に対して、前
記バックアップ対象データファイルとは異なる仮想ファ
イルへの書込みを行うとともに、バックアップ完了が通
知されると、前記バックアップ対象データファイルへの
書込み禁止を解除して、前記仮想ファイルに書き込まれ
たファイルを前記バックアップ対象データファイルに移
し替える書込み制御手段と、 バックアップ動作時に、前記書込み制御手段が前記バッ
クアップ対象データファイルへの書込みを禁止している
間に前記バックアップ対象データファイルのファイル情
報を読み取り、バックアップ情報ファイルを作成するバ
ックアップ情報作成手段と、 前記バックアップ情報作成手段により作成された前記バ
ックアップ情報ファイルの情報に基づき、前記バックア
ップ対象データファイルからファイルを読み出して、バ
ックアップファイルに書き込むとともに、書込み完了時
には、前記書込み制御手段にバックアップ完了を通知す
るバックアップ制御手段と、を具備することを特徴とす
るバックアップ作成システム。
The present invention controls writing of a data file to be backed up, inhibits writing to the data file to be backed up during a backup operation, and responds to a write request to the data file to be backed up. While writing to a virtual file different from the above, when the completion of the backup is notified, the write-protection to the backup target data file is released, and the file written to the virtual file is moved to the backup target data file. Write control means for replacing, and during a backup operation, reading the file information of the data file to be backed up while the write control means prohibits writing to the data file to be backed up, and reading the backup information file. A backup information creating unit to be created; a file that is read from the backup target data file based on the information of the backup information file created by the backup information creating unit; the file is written to a backup file; Backup control means for notifying the means of backup completion.
【請求項2】前記書込み制御手段は、前記バックアップ
動作時における前記バックアップ対象データファイルか
らの読出し要求に対して、前記仮想ファイルに対象ファ
イルが存在する場合には前記仮想ファイルから読出しを
行い、前記仮想ファイルに対象ファイルが存在しない場
合には前記バックアップ対象データファイルから読出し
を行う手段を含むことを特徴とする請求項1に記載のバ
ックアップ作成システム。
2. The write control means, in response to a read request from the backup target data file at the time of the backup operation, reads from the virtual file if the target file exists in the virtual file. 2. The backup creation system according to claim 1, further comprising means for reading from the backup target data file when the target file does not exist in the virtual file.
【請求項3】前記書込み制御手段は、前記バックアップ
完了後に前記バックアップ対象データファイルへの書込
み要求が発生した際は、そのファイル情報を前記バック
アップ情報作成手段に与え、その書込み要求に基づく書
込みの終了後にバックアップ動作を行う手段を含み、且
つ前記バックアップ情報作成手段は、書込み要求があっ
たファイル情報を前記書込み制御手段から受けると、そ
のファイル情報を前記バックアップ情報作成手段を介し
てバックアップ情報ファイルに追加する手段を含むこと
を特徴とする請求項1または2に記載のバックアップ作
成システム。
3. When a write request to the data file to be backed up occurs after the completion of the backup, the write control means gives the file information to the backup information creating means, and terminates the write based on the write request. The backup information creating means includes a means for performing a backup operation later, and when the file information requested to be written is received from the write control means, the file information is added to the backup information file via the backup information creating means. 3. The backup creation system according to claim 1, further comprising means for performing backup.
【請求項4】バックアップ要求に応答して、バックアッ
プ対象データファイルへの書込みを禁止し、且つ前記バ
ックアップ対象データファイルへの書込み要求に対して
は、前記バックアップ対象データファイルとは異なる仮
想ファイルへの書込みを行わせるようにする第1の書込
み制御ステップと、 前記第1の書込み制御ステップにより、前記バックアッ
プ対象データファイルへの書込みが禁止されている間に
前記バックアップ対象データファイルのファイル情報を
読み取り、バックアップ情報ファイルを作成するバック
アップ情報作成ステップと、 前記バックアップ情報作成ステップにより作成された前
記バックアップ情報ファイルの情報に基づき、前記バッ
クアップ対象データファイルからファイルを読み出し
て、バックアップファイルに書き込むバックアップ制御
ステップと、 前記バックアップ制御ステップによる前記バックアップ
対象データファイルから前記バックアップファイルへの
書出しの完了時に、前記バックアップ対象データファイ
ルへの書込み禁止を解除して、前記バックアップ対象デ
ータファイルへの書込み禁止中に前記仮想ファイルに書
き込まれた情報を前記バックアップ対象データファイル
に移し替える第2の書込み制御ステップと、を有するこ
とを特徴とするバックアップ作成方法。
4. A write request to a backup target data file is prohibited in response to a backup request, and a write request to the backup target data file is sent to a virtual file different from the backup target data file. A first write control step of causing writing, and the first write control step reads file information of the backup target data file while writing to the backup target data file is prohibited, A backup information creating step of creating a backup information file; and reading a file from the backup target data file based on the information of the backup information file created in the backup information creating step. Writing to the backup target data file when writing of the backup target data file to the backup file is completed by the backup control step, and writing to the backup target data file A second write control step of transferring information written in the virtual file during the prohibition to the backup target data file.
【請求項5】前記バックアップ動作時における前記バッ
クアップ対象データファイルからの読出し要求に対し
て、前記仮想ファイルに対象ファイルが存在する場合に
は前記仮想ファイルから読出しを行い、前記仮想ファイ
ルに対象ファイルが存在しない場合には前記バックアッ
プ対象データファイルから読出しを行うようにするステ
ップをさらに含むことを特徴とする請求項4に記載のバ
ックアップ作成方法。
5. In response to a read request from the backup target data file during the backup operation, if the target file exists in the virtual file, reading is performed from the virtual file, and the target file is stored in the virtual file. 5. The backup creation method according to claim 4, further comprising a step of reading from the backup target data file when the backup does not exist.
【請求項6】前記バックアップ完了後に前記バックアッ
プ対象データファイルへの書込み要求が発生した際は、
そのファイル情報を前記バックアップ情報ファイルに追
加するステップと、 その書込み要求に基づく書込みの終了後に前記バックア
ップ対象データファイルへの書込みを禁止し、且つ前記
バックアップ対象データファイルへの書込み要求に対し
ては、前記バックアップ対象データファイルとは異なる
仮想ファイルへの書込みを行わせるようにするステップ
と、 ファイル情報が追加された前記バックアップ情報ファイ
ルの情報に基づき、前記バックアップ対象データファイ
ルからファイルを読み出して、バックアップファイルに
書き込むステップと、 前記バックアップ対象データファイルから前記バックア
ップファイルへの書出しの完了時に、前記バックアップ
対象データファイルへの書込み禁止を解除して、前記バ
ックアップ対象データファイルへの書込み禁止中に前記
仮想ファイルに書き込まれた情報を前記バックアップ対
象データファイルに移し替えるステップと、をさらに含
むことを特徴とする請求項4または5に記載のバックア
ップ作成方法。
6. When a write request to the backup target data file occurs after the completion of the backup,
Adding the file information to the backup information file; prohibiting writing to the backup target data file after the completion of the writing based on the write request; and for writing to the backup target data file, Reading a file from the backup target data file based on the information of the backup information file to which file information has been added, and writing the file to a virtual file different from the backup target data file. Writing to the backup target data file, and when the writing of the backup target data file to the backup file is completed, the write-protection to the backup target data file is released. Backup creation method according to claim 4 or 5, characterized in that it further comprises a step of transferring the information the written to the virtual file while writing prohibition to-yl in the backup target data file, a.
【請求項7】コンピュータを、 バックアップ対象データファイルの書込みを制御し、バ
ックアップ動作時には、前記バックアップ対象データフ
ァイルへの書込みを禁止して、前記バックアップ対象デ
ータファイルへの書込み要求に対して、前記バックアッ
プ対象データファイルとは異なる仮想ファイルへの書込
みを行うとともに、バックアップ完了が通知されると、
前記バックアップ対象データファイルへの書込み禁止を
解除して、前記仮想ファイルに書き込まれたファイルを
前記バックアップ対象データファイルに移し替える書込
み制御手段、 バックアップ動作時に、前記書込み制御手段が前記バッ
クアップ対象データファイルへの書込みを禁止している
間に前記バックアップ対象データファイルのファイル情
報を読み取り、バックアップ情報ファイルを作成するバ
ックアップ情報作成手段、および前記バックアップ情報
作成手段により作成された前記バックアップ情報ファイ
ルの情報に基づき、前記バックアップ対象データファイ
ルからファイルを読み出して、バックアップファイルに
書き込むとともに、書込み完了時には、前記書込み制御
手段にバックアップ完了を通知するバックアップ制御手
段、 として機能させるためのプログラムを記録したコンピュ
ータ読み取り可能な記録媒体。
7. A computer controls writing of a data file to be backed up, prohibits writing to the data file to be backed up during a backup operation, and responds to a write request to the data file to be backed up. When writing to a virtual file different from the target data file and the completion of backup is notified,
Write control means for releasing write protection to the backup target data file and transferring the file written to the virtual file to the backup target data file; during a backup operation, the write control means Reading the file information of the data file to be backed up while prohibiting writing, backup information creating means for creating a backup information file, and based on the information of the backup information file created by the backup information creating means, A backup control unit that reads a file from the backup target data file, writes the file into the backup file, and notifies the write control unit of the completion of the backup when the writing is completed; A computer-readable recording medium on which a program for functioning as a computer is recorded.
【請求項8】コンピュータを、 バックアップ対象データファイルの書込みを制御し、バ
ックアップ動作時には、前記バックアップ対象データフ
ァイルへの書込みを禁止して、前記バックアップ対象デ
ータファイルへの書込み要求に対して、前記バックアッ
プ対象データファイルとは異なる仮想ファイルへの書込
みを行い、且つ前記バックアップ動作時における前記バ
ックアップ対象データファイルからの読出し要求に対し
て、前記仮想ファイルに対象ファイルが存在する場合に
は前記仮想ファイルから読出しを行い、前記仮想ファイ
ルに対象ファイルが存在しない場合には前記バックアッ
プ対象データファイルから読出しを行うとともに、バッ
クアップ完了が通知されると、前記バックアップ対象デ
ータファイルへの書込み禁止を解除して、前記仮想ファ
イルに書き込まれたファイルを前記バックアップ対象デ
ータファイルに移し替える書込み制御手段、 バックアップ動作時に、前記書込み制御手段が前記バッ
クアップ対象データファイルへの書込みを禁止している
間に前記バックアップ対象データファイルのファイル情
報を読み取り、バックアップ情報ファイルを作成するバ
ックアップ情報作成手段、および前記バックアップ情報
作成手段により作成された前記バックアップ情報ファイ
ルの情報に基づき、前記バックアップ対象データファイ
ルからファイルを読み出して、バックアップファイルに
書き込むとともに、書込み完了時には、前記書込み制御
手段にバックアップ完了を通知するバックアップ制御手
段、として機能させるためのプログラムを記録したコン
ピュータ読み取り可能な記録媒体。
8. A computer that controls writing of a data file to be backed up, prohibits writing to the data file to be backed up during a backup operation, and responds to a write request to the data file to be backed up. Write to a virtual file different from the target data file, and read the virtual file if the target file exists in response to a read request from the backup target data file during the backup operation. When the target file does not exist in the virtual file, read from the backup target data file, and when the completion of backup is notified, release the write-protection to the backup target data file, Write control means for transferring a file written to the virtual file to the backup target data file; and during the backup operation, the backup control data file is prohibited while the write control means prohibits writing to the backup target data file. The file information is read from the backup target data file based on the information of the backup information file created by the backup information creating means, and the backup information file created by the backup information creating means. At the time of completion of writing, at the time of completion of writing, a computer-readable recording program for functioning as backup control means for notifying the write control means of completion of backup. Recording media.
【請求項9】コンピュータに、バックアップ要求に応答
して、バックアップ対象データファイルへの書込みを禁
止し、且つ前記バックアップ対象データファイルへの書
込み要求に対しては、前記バックアップ対象データファ
イルとは異なる仮想ファイルへの書込みを行わせるよう
にする第1の書込み制御手順、 前記第1の書込み制御手順により、前記バックアップ対
象データファイルへの書込みが禁止されている間に前記
バックアップ対象データファイルのファイル情報を読み
取り、バックアップ情報ファイルを作成するバックアッ
プ情報作成手順、 前記バックアップ情報作成手順により作成された前記バ
ックアップ情報ファイルの情報に基づき、前記バックア
ップ対象データファイルからファイルを読み出して、バ
ックアップファイルに書き込むバックアップ制御手順、
および前記バックアップ制御手順による前記バックアッ
プ対象データファイルから前記バックアップファイルへ
の書出しの完了時に、前記バックアップ対象データファ
イルへの書込み禁止を解除して、前記バックアップ対象
データファイルへの書込み禁止中に前記仮想ファイルに
書き込まれた情報を前記バックアップ対象データファイ
ルに移し替える第2の書込み制御手順、を実行させるた
めのプログラムを記録したコンピュータ読み取り可能な
記録媒体。
9. A computer which, in response to a backup request, prohibits writing to a data file to be backed up and responds to a request to write to the data file to be backed up by a virtual machine different from the data file to be backed up. A first write control procedure for causing a file to be written, the first write control procedure allowing the file information of the backup target data file to be written while writing to the backup target data file is prohibited. Reading, a backup information creating step of creating a backup information file, reading a file from the backup target data file based on the information of the backup information file created by the backup information creating procedure, Backup control procedure burn them,
And when the writing of the backup target data file to the backup file is completed by the backup control procedure, the write protection of the backup target data file is released, and the writing of the virtual file to the backup target data file is prohibited. And a second write control procedure for transferring the information written to the backup target data file to a computer-readable recording medium.
【請求項10】コンピュータに、 バックアップ要求に応答して、バックアップ対象データ
ファイルへの書込みを禁止し、且つ前記バックアップ対
象データファイルへの書込み要求に対しては、前記バッ
クアップ対象データファイルとは異なる仮想ファイルへ
の書込みを行わせるようにするとともに、前記バックア
ップ動作時における前記バックアップ対象データファイ
ルからの読出し要求に対して、前記仮想ファイルに対象
ファイルが存在する場合には前記仮想ファイルから読出
しを行い、前記仮想ファイルに対象ファイルが存在しな
い場合には前記バックアップ対象データファイルから読
出しを行うようにする第1の書込み制御手順、 前記第1の書込み制御手順により、前記バックアップ対
象データファイルへの書込みが禁止されている間に前記
バックアップ対象データファイルのファイル情報を読み
取り、バックアップ情報ファイルを作成するバックアッ
プ情報作成手順、 前記バックアップ情報作成手順により作成された前記バ
ックアップ情報ファイルの情報に基づき、前記バックア
ップ対象データファイルからファイルを読み出して、バ
ックアップファイルに書き込むバックアップ制御手順、
および前記バックアップ制御手順による前記バックアッ
プ対象データファイルから前記バックアップファイルへ
の書出しの完了時に、前記バックアップ対象データファ
イルへの書込み禁止を解除して、前記バックアップ対象
データファイルへの書込み禁止中に前記仮想ファイルに
書き込まれた情報を前記バックアップ対象データファイ
ルに移し替える第2の書込み制御手順、を実行させるた
めのプログラムを記録したコンピュータ読み取り可能な
記録媒体。
10. A computer which, in response to a backup request, prohibits writing to a data file to be backed up and responds to a request to write to the data file to be backed up by a virtual machine different from the data file to be backed up. While writing to a file, in response to a read request from the backup target data file at the time of the backup operation, if there is a target file in the virtual file, read from the virtual file, A first write control procedure for reading from the backup target data file when the target file does not exist in the virtual file; writing to the backup target data file is prohibited by the first write control procedure Has been Reading the file information of the data file to be backed up and creating a backup information file; reading the file from the data file to be backed up based on the information of the backup information file created by the procedure for creating the backup information Backup control procedure to write to the backup file,
And when the writing of the backup target data file to the backup file is completed by the backup control procedure, the write protection of the backup target data file is released, and the writing of the virtual file to the backup target data file is prohibited. And a second write control procedure for transferring the information written to the backup target data file to a computer-readable recording medium.
JP36121299A 1999-12-20 1999-12-20 System and method for preparing backup, and recording medium Pending JP2001175518A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP36121299A JP2001175518A (en) 1999-12-20 1999-12-20 System and method for preparing backup, and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP36121299A JP2001175518A (en) 1999-12-20 1999-12-20 System and method for preparing backup, and recording medium

Publications (1)

Publication Number Publication Date
JP2001175518A true JP2001175518A (en) 2001-06-29

Family

ID=18472651

Family Applications (1)

Application Number Title Priority Date Filing Date
JP36121299A Pending JP2001175518A (en) 1999-12-20 1999-12-20 System and method for preparing backup, and recording medium

Country Status (1)

Country Link
JP (1) JP2001175518A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008171351A (en) * 2007-01-15 2008-07-24 Seiko Epson Corp Backup processor, backup processing method and program
JP2011175616A (en) * 2010-02-24 2011-09-08 Hitachi Ltd Reduction of i/o latency for writable copy-on-write snapshot function
JP2012053660A (en) * 2010-09-01 2012-03-15 Nippon Telegr & Teleph Corp <Ntt> Backup server and operation method of the same

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008171351A (en) * 2007-01-15 2008-07-24 Seiko Epson Corp Backup processor, backup processing method and program
JP2011175616A (en) * 2010-02-24 2011-09-08 Hitachi Ltd Reduction of i/o latency for writable copy-on-write snapshot function
JP2012053660A (en) * 2010-09-01 2012-03-15 Nippon Telegr & Teleph Corp <Ntt> Backup server and operation method of the same

Similar Documents

Publication Publication Date Title
US20020162049A1 (en) Method for correcting a program running on computer system
JPH09138754A (en) Distributed check point generation method and computer system to which the method is applied
JP2008033483A (en) Computer system, computer, and moving method of computer operating environment
JP2010123055A (en) Data migration program, data migration method, and data migration apparatus
JP2007249776A (en) Database replication program, database replicator, and database replication method
JP2006099557A (en) Computer system
JP2006344119A (en) Storage device, and configuration information management method and program
JP5561334B2 (en) Data transfer device
JP2005055947A (en) Computer system
JP5250955B2 (en) Data processing system backup control apparatus and system
JP5284604B2 (en) Method, system and computer program for storing transient state information
JP2005018509A (en) Storage system, backup system and backup method
JP4874807B2 (en) Server management program, server management method, and server management apparatus
JP2001175518A (en) System and method for preparing backup, and recording medium
JP2001109642A (en) Cluster system and data copying method therefor
JP2008166899A (en) Image forming apparatus, control method and program
JP2007179100A (en) Job queue system and job management method, control program, and computer-readable recording medium
JP5295046B2 (en) User terminal device and method for controlling user terminal device
JP5240861B2 (en) Control device, data migration system, data migration method and program
JP4211648B2 (en) Software installation method and system
JP7095296B2 (en) Distributed configuration management device, distributed configuration management method, and distributed configuration management program
JP2006085209A (en) Deployment method of computer system
JP4193754B2 (en) Data duplication method and program
JP5703860B2 (en) Fault tolerant system, memory control method, and program
TW202424774A (en) Systems and methods for recovery with a distributed lock manager