JPH11212846A - Data retreat restoration method - Google Patents

Data retreat restoration method

Info

Publication number
JPH11212846A
JPH11212846A JP10015957A JP1595798A JPH11212846A JP H11212846 A JPH11212846 A JP H11212846A JP 10015957 A JP10015957 A JP 10015957A JP 1595798 A JP1595798 A JP 1595798A JP H11212846 A JPH11212846 A JP H11212846A
Authority
JP
Japan
Prior art keywords
data
version
backup
processing
database
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
JP10015957A
Other languages
Japanese (ja)
Inventor
Tetsuo Nomoto
哲夫 野本
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.)
Fuji Electric Co Ltd
Original Assignee
Fuji 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 Fuji Electric Co Ltd filed Critical Fuji Electric Co Ltd
Priority to JP10015957A priority Critical patent/JPH11212846A/en
Publication of JPH11212846A publication Critical patent/JPH11212846A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To make it possible to have a processor of new version backup data, which are dealt with by a processor of old version, treated. SOLUTION: In retreating system processing SF, system information which a data base management system DBS manages respectively and data of a data base 2, these items and management information related to the SF, processing versions SV and DV of the DBS and the data base 2 are retreated as a backup file F. When each of the processing versions SV and DV of the backup file F, the present SF and a processing version of the DBS do not coincide with one another at the time of restoration, data version up processing prepared at the time of the version up is executed and the system information of the backup file F, the data of the data base 2 and the management information are converted into a data configuration which the DBS can deal with.

Description

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

【0001】[0001]

【発明の属する技術分野】この発明は、例えばデータフ
ァイル或いはデータベース等をバックアップデータとし
て退避領域に退避しておき、必要に応じて退避領域のバ
ックアップ用データを復元領域に復元するようにしたデ
ータの退避復元方法に関する。
BACKGROUND OF THE INVENTION The present invention relates to a data storage system in which, for example, a data file or a database is saved as backup data in a save area, and backup data in the save area is restored to a restore area as needed. It relates to the evacuation and restoration method.

【0002】[0002]

【従来の技術】従来、例えば、計算機等においてバック
アップ用のデータを、バックアップファイルとして記憶
装置にバックアップしておき、その後、記憶装置のバッ
クアップファイルのファイルデータを計算機内に復元し
て、計算機でこのバックアップ用データに対して所定の
処理を行う場合等においては、例えば処理性能の向上の
ために、バックアップ用データを用いて処理を行う処理
プログラムを更新し、バーションアップしたとき等に
は、バックアップしていたバックアップ用データは旧バ
ージョンの処理プログラムで処理されているため、新バ
ーションの処理プログラムに新たに追加された機能の中
には、適用することができないものがある。そのため、
新バージョンの処理プログラムでは、バックアップして
いたバックアップ用データに対しては、適用可能な機能
のみを用いて処理を行うようにしている。
2. Description of the Related Art Conventionally, for example, backup data is backed up in a storage device as a backup file in a computer or the like, and the file data of the backup file in the storage device is restored in the computer. In the case where predetermined processing is performed on backup data, for example, in order to improve processing performance, a processing program that performs processing using the backup data is updated. Since the backup data has been processed by the processing program of the old version, some functions newly added to the processing program of the new version cannot be applied. for that reason,
In the new version of the processing program, the backup data that has been backed up is processed using only applicable functions.

【0003】同様に、例えばバックアップしていたデー
タベースのデータを復元する場合等においては、データ
ベースを管理するデータベース管理プログラムがバージ
ョンアップされているときには、バックアップしていた
データベースは旧バージョンのデータベース管理プログ
ラムによって処理されているため、例えば新バージョン
のデータベース管理プログラムと旧バージョンのデータ
ベース管理プログラムとでは、例えばデータフォーマッ
トが異なる場合等があり、新バージョンのデータベース
管理プログラムでは、バックアップしていたデータベー
スを取り扱うことができないため、例えば、新バージョ
ンのデータベース管理プログラムの管理下で新たにデー
タベースを作成する等の処理を行うようにしている。
Similarly, for example, when restoring data in a database that has been backed up, if the database management program that manages the database has been upgraded, the database that was backed up is replaced by an older version of the database management program. For example, the data format may be different between the new version of the database management program and the old version of the database management program, for example, and the new version of the database management program may handle the database that was backed up. For this reason, for example, processing such as creating a new database under the management of a new version of the database management program is performed.

【0004】[0004]

【発明が解決しようとする課題】しかしながら、処理プ
ログラムの性能向上を目的としてバージョンアップした
のにも係わらず、旧バージョンで形成されたデータ等に
対しては、新規に追加された機能を用いることができな
いため、特にバックアップしていた旧バージョンにおけ
るデータに対して、バージョンアップによる充分な効果
を得ることができないという問題がある。また、旧バー
ジョンで取り扱っていたデータベースについては新バー
ジョンではその取り扱いを行うことができず、新たにデ
ータベースを作成する等の必要があり、不都合であると
いう問題がある。
However, despite the version upgrade for the purpose of improving the performance of the processing program, a newly added function is used for data and the like formed in the old version. Therefore, there is a problem that a sufficient effect of the version upgrade cannot be obtained particularly for data in the old version that has been backed up. Further, the database handled by the old version cannot be handled by the new version, and it is necessary to create a new database, which is inconvenient.

【0005】そこで、この発明は上記従来の未解決の課
題に着目してなされたものであり、バックアップした後
に処理プログラムのバージョンアップが行われた場合で
も、バージョンアップ前の処理プログラムで取り扱った
バックアップデータについても、バージョンアップ後の
処理プログラムにおいて取り扱うことの可能なデータの
退避復元方法を提供することを目的としている。
Therefore, the present invention has been made in view of the above-mentioned conventional unsolved problem. Even when the processing program is upgraded after the backup, the backup program handled by the processing program before the version upgrade is used. It is another object of the present invention to provide a method for saving and restoring data that can be handled by a processing program after version upgrade.

【0006】[0006]

【課題を解決するための手段】上記目的を達成するため
に、本発明の請求項1に係るデータの退避復元方法は、
バックアップ用データを退避領域に退避すると共に前記
退避領域の前記バックアップ用データを復元領域に復元
するようにしたデータの退避復元方法であって、前記バ
ックアップ用データを退避する時に、当該バックアップ
用データの取り扱いを行うデータ処理手段の退避時の処
理バージョンを、前記バックアップデータに付加してお
き、前記退避領域のバックアップ用データを復元する時
には、当該バックアップ用データに付加された前記デー
タ処理手段の退避時の処理バージョンと前記データ処理
手段の現状の処理バージョンとを比較し、これらが一致
しないとき、前記退避領域のバックアップ用データを現
状のデータ処理手段で取り扱いが可能な形態にデータ変
換するようにしたことを特徴としている。
To achieve the above object, a method for saving and restoring data according to claim 1 of the present invention comprises:
A data save / restore method for saving backup data in a save area and restoring the backup data in the save area to a restore area, wherein the backup data is saved when the backup data is saved. The processing version of the data processing unit that performs handling at the time of evacuation is added to the backup data, and when the backup data of the evacuation area is restored, the backup version of the data processing unit attached to the backup data is used. Is compared with the current processing version of the data processing means, and when they do not match, the backup data in the save area is converted into a form that can be handled by the current data processing means. It is characterized by:

【0007】この請求項1に係る発明では、例えば予め
設定されたバックアップ用のデータが所定の退避領域に
退避され、これが復元領域に復元される。このとき、バ
ックアップ用データには、バックアップ用データを取り
扱うデータ処理手段の退避時の処理バージョンが付加さ
れて退避される。そして、退避領域のバックアップ用デ
ータを復元する時には、バックアップ用データに付加さ
れた処理バージョンと、例えば予め所定の記憶領域に格
納している現状のデータ処理手段の処理バージョンとが
比較され、これらが一致するときには、そのままバック
アップ用データの復元が行われる。一方、これらが一致
しないときには、例えばデータ処理手段のバージョンア
ップを行ったときに、その変更内容に応じてバックアッ
プ用データをバージョンアップ後のデータ処理手段で取
り扱い可能な形態に変換するプログラムを予め形成して
おくこと等によって、バックアップ用データが、現状の
データ処理手段で取り扱い可能な形態に変換される。
According to the first aspect of the invention, for example, backup data set in advance is saved in a predetermined save area, and this is restored in a restore area. At this time, the backup data is saved with the processing version of the data processing unit that handles the backup data at the time of saving added. When restoring the backup data in the save area, the processing version added to the backup data is compared with, for example, the current processing version of the data processing means stored in a predetermined storage area in advance. If they match, the backup data is restored as it is. On the other hand, when they do not match, for example, when a version upgrade of the data processing means is performed, a program for converting the backup data into a form that can be handled by the data processing means after the version upgrade is formed in advance according to the changed contents. By doing so, the backup data is converted into a form that can be handled by the current data processing means.

【0008】よって、データ変換されたバックアップ用
データは、現状のデータ処理手段で取り扱い可能な形態
に変換されているから、退避していた旧バージョンのデ
ータ処理手段で取り扱われたバックアップ用データに対
して、現状のデータ処理手段で取り扱いが可能となる。
Therefore, the converted backup data is converted into a form that can be handled by the current data processing means. Thus, the data can be handled by the current data processing means.

【0009】また、請求項2に係るデータの退避復元方
法は、前記バックアップ用データからなるバックアップ
ファイルを形成し、このバックアップファイルを前記退
避領域に退避するようにしたデータの退避復元方法であ
って、前記バックアップファイルに、少なくとも前記デ
ータ処理手段の退避時の処理バージョンを含むファイル
名を付与するようにしたことを特徴としている。
A data backup / restore method according to claim 2 is a data backup / restore method in which a backup file comprising the backup data is formed, and the backup file is stored in the backup area. The backup file is provided with a file name including at least the processing version of the data processing unit when the data is saved.

【0010】この請求項2に係る発明では、バックアッ
プ用データはバックアップファイルとして退避され、こ
のバックアップファイルには、少なくともデータ処理手
段の退避時の処理バージョンを含んだファイル名が付与
される。
According to the second aspect of the present invention, the backup data is saved as a backup file, and the backup file is given a file name including at least a processing version of the data processing means at the time of saving.

【0011】また、請求項3に係るデータの退避復元方
法は、前記バックアップ用データのデータ変換は、前記
データ処理手段の一回のバージョンアップに伴って変換
すべき変換内容を一単位とし、当該単位毎に前記データ
変換を行うようにしたことを特徴としている。
According to a third aspect of the present invention, in the data save / restore method according to the third aspect, the data conversion of the backup data is performed in such a manner that the conversion content to be converted in accordance with one version upgrade of the data processing unit is one unit. The data conversion is performed for each unit.

【0012】この請求項3に係る発明では、バックアッ
プ用データのデータ変換は、例えば、バージョンアップ
前のデータ処理手段で取り扱っていたバックアップ用デ
ータを、バージョンアップ後のデータ処理手段で取り扱
い可能な形態に変換する変換プログラムを、予めバージ
ョンアップする毎に作成しておき、この変換プログラム
を順次起動させて、データ変換を行うこと等によって、
データ処理手段の一回のバージョンアップに伴って変換
すべき変換内容が一単位とされて、この単位毎に、デー
タ変換が行われる。
According to the third aspect of the present invention, the data conversion of the backup data is performed, for example, in such a manner that the backup data handled by the data processing means before the version upgrade can be handled by the data processing means after the version upgrade. By creating a conversion program to be converted to the data in advance every time the version is upgraded, by sequentially starting up the conversion program and performing data conversion, etc.
The conversion content to be converted in accordance with one version upgrade of the data processing means is defined as one unit, and data conversion is performed for each unit.

【0013】また、請求項4に係るデータの退避復元方
法は、前記データ処理手段は、予め設定したシステム処
理を行うシステム処理手段と、データベースの管理を行
うデータベース管理手段と、を備え、前記システム処理
手段で管理するシステム情報及び前記データベースのデ
ータをバックアップ用データとして退避復元するように
したデータの退避復元方法であって、前記バックアップ
用データを退避する時には、前記システム処理手段及び
前記データベース管理手段の退避時の処理バージョンを
前記バックアップ用データに付加し、前記退避領域のバ
ックアップ用データを復元する時には、当該バックアッ
プ用データに付加された前記システム処理手段及びデー
タベース管理手段の退避時の処理バージョンに応じて前
記システム情報及び前記データベースのデータのそれぞ
れを、現状のシステム処理手段及びデータベース管理手
段で取り扱い可能な形態に変換するようにしたことを特
徴としている。
According to a fourth aspect of the present invention, in the data save / restore method, the data processing means includes: a system processing means for performing a predetermined system processing; and a database management means for managing a database. A data save / restore method for saving and restoring system information and database data managed by a processing means as backup data, wherein when the backup data is saved, the system processing means and the database management means When the backup processing version is added to the backup data and the backup data in the backup area is restored, the backup processing version of the system processing unit and the database management unit added to the backup data is added to the backup processing data. The system information and The respective data of the database, is characterized in that so as to convert the handling possible forms in the state of the system processing unit and the database management unit.

【0014】この請求項4に係る発明では、データ処理
手段は、予め設定されたシステム処理を行うシステム処
理手段と、データベースを管理するデータベース管理手
段と、を備えていて、システム処理を実行する過程で収
集したデータ等、システム処理手段で管理するシステム
情報と、データベースのデータとがバックアップ用デー
タとして退避復元される。
In the invention according to claim 4, the data processing means includes a system processing means for performing a predetermined system processing, and a database management means for managing a database, and executes the system processing. The system information managed by the system processing means, such as the data collected in step 1, and the data in the database are saved and restored as backup data.

【0015】このとき、バックアップ用データを退避す
る時のシステム処理手段の処理バージョン及びデータベ
ース管理手段の処理バージョンがバックアップデータに
付加されて退避され、復元時には、システム処理手段の
処理バージョン及びデータベース管理手段の処理バージ
ョンと、現状におけるシステム処理手段及びデータベー
ス管理手段の処理バージョンとがそれぞれ比較され、こ
れらが一致しないときには、システム情報及びデータベ
ースのデータのそれぞれが現状のシステム処理手段及び
データベース管理手段で取り扱い可能な形態に変換され
る。
At this time, the processing version of the system processing unit and the processing version of the database management unit when the backup data is saved are added to the backup data and saved. At the time of restoration, the processing version of the system processing unit and the database management unit are saved. Is compared with the current processing version of the system processing means and database management means. If they do not match, the system information and database data can be handled by the current system processing means and database management means. Is converted to a simple form.

【0016】さらに、請求項5に係るデータの退避復元
方法は、前記バックアップ用データは、前記データベー
ス管理手段が保持している前記データベースに関する管
理情報を含み、前記退避領域のバックアップ用データを
復元するときには、前記管理情報をも、現状の前記デー
タベース管理手段で取り扱い可能な形態に変換するよう
にしたことを特徴としている。
Further, in the data backup / restore method according to claim 5, the backup data includes management information on the database held by the database management means, and restores the backup data in the backup area. In some cases, the management information is also converted into a form that can be handled by the current database management means.

【0017】この請求項5に係る発明では、バックアッ
プ用データとして退避されるデータベースのデータだけ
でなく、データベースを管理するデータベース管理手段
が保持している、例えばユーザ管理情報或いはアクセス
権管理情報等の管理情報、つまり、データベースに関連
する情報もが、バックアップ用データとして退避され
る。そして、このバックアップ用データを復元するとき
には、データベースのデータだけでなく、これに関連す
る管理情報もが、現状のデータベース管理手段で取り扱
い可能な形態に変換される。
In the invention according to claim 5, not only the data of the database saved as the backup data but also the database management means for managing the database, such as user management information or access right management information, are stored. Management information, that is, information related to the database is also saved as backup data. When restoring the backup data, not only the data in the database but also the management information related thereto is converted into a form that can be handled by the current database management means.

【0018】[0018]

【発明の実施の形態】以下に、本発明の実施の形態を説
明する。図1は、本発明によるデータの退避復元方法を
適用した計算機システムの概略構成を示したものであ
り、処理装置1に、外部記憶装置等に形成されたデータ
ベース2,バックアップファイルを格納する例えばディ
スク装置等の記憶装置3が接続されている。そして、処
理装置1では、データベース管理システム(データベー
ス管理手段)DBSによりデータベース2を管理すると
共に、データベース2内のデータを用いて所定のデータ
処理等を行うシステム処理(システム処理手段)SFを
実行する。
Embodiments of the present invention will be described below. FIG. 1 shows a schematic configuration of a computer system to which a data save / restore method according to the present invention is applied. In a processing device 1, a database 2 formed in an external storage device or the like and a backup file stored in, for example, a disk A storage device 3 such as a device is connected. In the processing device 1, the database 2 is managed by the database management system (database management means) DBS, and a system processing (system processing means) SF for performing predetermined data processing or the like using data in the database 2 is executed. .

【0019】前記データベース管理システムDBSで
は、データベース2へのデータの書き込み/読み出しを
行うと共に、例えばデータベース2を使用するユーザの
ユーザ管理情報或いはアクセス権管理情報等の管理情報
の管理を行う。
The database management system DBS writes / reads data to / from the database 2 and manages management information such as user management information or access right management information of a user who uses the database 2, for example.

【0020】前記システム処理SFでは、例えばデータ
ベース2内のデータを用いて所定のデータ処理等を行
う。また、処理過程で指定されたデータを収集し、収集
したシステム情報、データベース2のデータ或いはデー
タベース2の管理情報等をバックアップ用データとし、
これらデータからなるバックアップファイルを形成し
て、これを記憶装置3に退避すると共に、記憶装置3に
退避したバックアップファイルの復元を行う。また、記
憶装置3に格納されたファイルの管理を行う。
In the system processing SF, for example, predetermined data processing is performed using data in the database 2. In addition, data specified in the process is collected, and the collected system information, data of the database 2 or management information of the database 2 is used as backup data,
A backup file composed of these data is formed, saved in the storage device 3, and the backup file saved in the storage device 3 is restored. Further, it manages files stored in the storage device 3.

【0021】そして、バックアップ用データを記憶装置
3に退避させる場合には、まず、システム処理SFの処
理バージョンとデータベース管理システムDBSの処理
バージョンとを読み出す。これは、例えば、予めシステ
ム処理SF及びデータベース管理システムDBSを処理
装置1に組み込む際、或いはこれらシステム処理SF及
びデータベース管理システムDBSのバージョンアップ
を行った際に、そのバージョンを、予め設定した所定の
記憶領域に格納しておき、この記憶領域から読み出すこ
と等により行う。
When the backup data is saved in the storage device 3, first, the processing version of the system processing SF and the processing version of the database management system DBS are read. For example, when the system processing SF and the database management system DBS are incorporated in the processing apparatus 1 in advance, or when the system processing SF and the database management system DBS are upgraded, the versions thereof are set to predetermined predetermined values. This is performed by storing the information in a storage area and reading out from the storage area.

【0022】そして、図1に示すように、システム処理
SFの処理バージョンであるシステムバージョンSV
(この場合V1.2)と,データベース管理システムDBS
の処理バージョンであるデータベースバージョンDV
(この場合V1.0)と,例えばデータベース2内のデータ
及びシステム処理SFで収集した収集データ等のシステ
ム情報からなるバックアップデータBDと,データベー
ス管理システムDBSで管理する管理情報MDと,から
なるバックアップファイルFを形成する。そして、この
バックアップファイルFには、このバックアップファイ
ルFを作成したユーザ名と,バックアップファイルFを
作成した日付と,システム処理SF及びデータベース管
理システムDBSの処理バージョンSV及びDVと、か
らなるファイル名を付与する。そして、これを記憶装置
3に退避する。
Then, as shown in FIG. 1, the system version SV, which is the processing version of the system processing SF,
(V1.2 in this case) and the database management system DBS
Database version DV, which is the processing version of
(In this case, V1.0), backup data BD including data in the database 2 and system information such as collected data collected in the system processing SF, and management information MD managed by the database management system DBS. Form a file F. The backup file F has a file name including the user name that created the backup file F, the date when the backup file F was created, and the processing versions SV and DV of the system processing SF and the database management system DBS. Give. Then, this is saved in the storage device 3.

【0023】これによって、記憶装置3には、図1に示
すようなバックアップファイルFが退避されることにな
る。次に、このようにして記憶装置3に退避させたバッ
クアップファイルFを復元する場合には、処理装置1で
は、図2に示すフローチャートにしたがって処理を行
う。
As a result, the backup file F as shown in FIG. Next, when restoring the backup file F saved in the storage device 3 as described above, the processing device 1 performs processing according to the flowchart shown in FIG.

【0024】すなわち、まず、ステップS1で、処理装
置1の所定の領域に、バージョンアップ作業を行うため
の作業領域を確保し、ここに、記憶装置3に格納してい
るバックアップファイルFを復元する。
That is, first, in step S1, a work area for performing the version upgrade work is secured in a predetermined area of the processing device 1, and the backup file F stored in the storage device 3 is restored here. .

【0025】次に、ステップS2に移行して作業領域に
復元したバックアップファイルFのファイルデータの中
から、システムバージョンSVと、データベースバージ
ョンDVとを読み出す。
Next, the process proceeds to step S2, where the system version SV and the database version DV are read from the file data of the backup file F restored to the work area.

【0026】次に、ステップS3に移行して、予め処理
装置1の所定の記憶領域に格納している現状におけるシ
ステム処理SFの処理バージョンと、データベース管理
システムDBSの処理バージョンとを読み出し、ステッ
プS2で読み出したバックアップファイルFの各処理バ
ージョンSV,DVと現状における各処理バージョンと
が一致するか否かを判定する。
Next, the process proceeds to step S3, where the processing version of the current system processing SF and the processing version of the database management system DBS stored in a predetermined storage area of the processing device 1 in advance are read out, and the process proceeds to step S2 Then, it is determined whether or not each processing version SV, DV of the backup file F read at step S4 matches the current processing version.

【0027】そして、これら処理バージョンが一致する
場合には、ステップS4に移行して、作業領域に復元し
たバックアップデータBD及び管理情報MDを所定の復
元領域に移動し、次いで、ステップS5で、作業領域の
バックアップファイルFのファイルデータを消去した
後、復元処理を終了する。
If the processing versions match, the process proceeds to step S4, in which the backup data BD and management information MD restored in the work area are moved to a predetermined restoration area. After erasing the file data of the backup file F in the area, the restoration processing ends.

【0028】一方、ステップS3の処理で、バックアッ
プファイルFの各処理バージョンSV,DVと現状にお
ける処理装置1の各処理バージョンとが一致しない場合
には、ステップS6に移行し、バーションアップ処理を
行う。
On the other hand, if it is determined in step S3 that the respective processing versions SV and DV of the backup file F do not match the respective processing versions of the processing apparatus 1 at the present time, the process proceeds to step S6 and the version-up processing is performed. Do.

【0029】このバージョンアップ処理では、システム
処理SF及びデータベース管理システムDBSのバージ
ョンアップを行う毎に予め作成されて処理装置1に記憶
されている、複数のデータバージョンアップ処理のう
ち、バックアップファイルFに格納されているシステム
バージョンSV及びデータベースバージョンDVに対応
するデータバージョンアップ処理を実行することにより
行われる。
In this version upgrade process, the backup file F is created among the plurality of data version upgrade processes that are created in advance and stored in the processing device 1 each time the system process SF and the database management system DBS are upgraded. This is performed by executing a data version upgrade process corresponding to the stored system version SV and database version DV.

【0030】このデータバージョンアップ処理は、シス
テム処理SF及びデータベース管理システムDBS毎に
形成されている。前記システム処理SFのデータバージ
ョンアップ処理は、バージョンアップ前のシステム処理
SFで取り扱っていたシステム情報を、バージョンアッ
プ後のシステム処理SFで取り扱い可能な形態に変換す
る処理プログラムであって、システム処理SFをバージ
ョンアップする毎に作成されるようになっている。
This data upgrade process is formed for each system processing SF and database management system DBS. The data version upgrade process of the system process SF is a process program for converting system information handled in the system process SF before the version upgrade into a form that can be handled by the system process SF after the version upgrade. Is created each time the version is upgraded.

【0031】同様に、データベース管理システムDBS
のデータバージョンアップ処理は、バージョンアップ前
のデータベース管理システムDBSで取り扱っていたデ
ータベース2のデータ及び管理情報MDを、バージョン
アップ後のデータベース管理システムDBSで取り扱い
可能な形態に変換する処理プログラムであって、データ
ベース管理システムDBSをバージョンアップする毎に
作成されるようになっている。
Similarly, the database management system DBS
Is a processing program for converting the data of the database 2 and the management information MD handled by the database management system DBS before the upgrade into a form that can be handled by the database management system DBS after the upgrade. Is created each time the database management system DBS is upgraded.

【0032】そして、ステップS6のバージョンアップ
処理が終了すると、次に、ステップS7に移行し、バッ
クアップファイルFのシステムバージョンSV及びデー
タベースバージョンDVをデータバージョンアップ処理
後のバージョンに更新すると共に、バックアップファイ
ルFのファイル名のバージョンを更新する。そして、ス
テップS3に戻る。
When the version upgrade process in step S6 is completed, the process proceeds to step S7, in which the system version SV and the database version DV of the backup file F are updated to the version after the data version upgrade process, and the backup file F is updated. Update the version of the file name of F. Then, the process returns to step S3.

【0033】そして、ステップS6及びS7の処理を、
バックアップファイルFの各処理バージョンSV,DV
と、現状における処理装置1の各処理バージョンとが一
致するまで繰り返し行う。
Then, the processing of steps S6 and S7 is
Each processing version SV, DV of the backup file F
Are repeated until the current processing version of the processing device 1 matches.

【0034】これによって、システム処理SF又はデー
タベース管理システムDBSのバージョンアップ毎に、
一回のバージョンアップに伴うシステム情報或いはデー
タベース2のデータ,管理情報のフォーマット等の変更
箇所に対して、それぞれのデータの変換が行われ、これ
が繰り返し行われることによって、データの変換が、一
回のバージョンアップに伴うデータ変換を一単位とし
て、この単位毎に順次行われるようになっている。
Thus, every time the system processing SF or the database management system DBS is upgraded,
Each data conversion is performed on a changed part such as the format of the system information or the data of the database 2 and the management information due to one version upgrade, and the data conversion is performed once by repeating this. The data conversion accompanying the version upgrade is regarded as one unit, and is sequentially performed for each unit.

【0035】なお、上記実施の形態におけるバックアッ
プ用データの退避時の処理及びバックアップ用データの
復元時の処理は、ROM,フレキシブルディスク,コン
パクトディスク或いはハードディスク等の記憶媒体に処
理プログラムとして電子的に格納されており、処理装置
1はその記憶媒体から処理プログラムを読み出しこれを
実行するようになっている。
The processing for saving backup data and the processing for restoring backup data in the above embodiment are electronically stored as processing programs in a storage medium such as a ROM, a flexible disk, a compact disk, or a hard disk. The processing device 1 reads out a processing program from the storage medium and executes it.

【0036】次に、上記実施の形態の動作を説明する。
今、図1に示すように、システムバージョンSVがV1.
2,データベースバージョンDVがV1.0の状態で、シス
テム情報及びデータベース2のバックアップを行うもの
とすると、システムバージョンSV,データベースバー
ジョンDV,システム情報及びデータベース2のデータ
からなるバックアップデータBD,データベース2の管
理情報MD,からなるバックアップファイルFが形成さ
れ、これに、ユーザ名,日付,各処理バージョンSV,
DVからなるファイル名が付与されて、記憶装置3に退
避される。
Next, the operation of the above embodiment will be described.
Now, as shown in FIG. 1, the system version SV is V1.
2. Assuming that the system information and the database 2 are backed up in a state where the database version DV is V1.0, the backup data BD including the system version SV, the database version DV, the system information and the data of the database 2, and the backup data of the database 2 A backup file F including management information MD is formed, and the backup file F includes a user name, date, each processing version SV,
A file name consisting of a DV is given and saved in the storage device 3.

【0037】そして、このバックアップファイルFを形
成した後に、システム処理SFのバージョンアップを行
い、システムバージョンSVをV1.2からV1.3に更新した
場合には、システムバージョンSVがV1.2であるときの
システム処理SFで取り扱っていたシステム情報を、シ
ステムバージョンV1.3のシステム処理SFで取り扱い可
能な形態に変換するためのデータバージョンアップ処理
を作成し、例えば処理装置1の所定の記憶領域に格納し
ておく。
After the backup file F is formed, the system processing SF is upgraded, and when the system version SV is updated from V1.2 to V1.3, the system version SV is V1.2. A data version up process for converting the system information handled in the system processing SF at the time into a form that can be handled in the system process SF of the system version V1.3 is created, for example, in a predetermined storage area of the processing device 1. Store it.

【0038】同様に、バックアップファイルFを形成し
た後に、データベース管理システムDBSのバージョン
アップを行い、バージョンV1.0からV1.1に更新した場合
には、データベースバージョンV1.0で取り扱い可能であ
ったデータベース2のデータ及びデータベース2に関連
する管理情報MDを、データベースバージョンV1.1で取
り扱い可能なデータ形態に変換するためのデータバージ
ョンアップ処理を形成し、例えば処理装置1内の所定の
記憶領域に格納しておく。
Similarly, if the database management system DBS is upgraded after the backup file F is formed and the version is updated from V1.0 to V1.1, the database can be handled with the database version V1.0. A data version up process for converting the data of the database 2 and the management information MD related to the database 2 into a data format that can be handled by the database version V1.1 is formed, for example, in a predetermined storage area in the processing device 1. Store it.

【0039】以後、処理システムSF或いはデータベー
ス管理システムDBSのバージョンアップを行う毎に、
バージョンアップ前に取り扱っていたデータを、バージ
ョンアップ後に取り扱うことが可能な形態に変換するた
めのデータバージョンアップ処理を作成し、所定の記憶
領域に格納しておく。
Thereafter, every time the version of the processing system SF or the database management system DBS is upgraded,
A data version upgrade process for converting data handled before the version upgrade into a form that can be handled after the version upgrade is created and stored in a predetermined storage area.

【0040】次に、記憶装置3に退避したバックアップ
ファイルFを復元する場合には、図3に示すように、処
理装置1内の所定領域に、まず作業領域が確保され、バ
ックアップファイルFがこの作業領域に復元される。そ
して、バックアップファイルFのシステムバージョンS
V及びデータベースバージョンDVと、現状のシステム
バージョン及びデータベースバージョンとが比較され
る。この場合、現状のシステム処理SFの処理バージョ
ンはV1.3,データベース管理システムDBSの処理バー
ジョンはV1.1であるから、各処理バージョンは一致しな
い。
Next, when restoring the backup file F saved in the storage device 3, a work area is first secured in a predetermined area in the processing device 1 as shown in FIG. Restored to working area. Then, the system version S of the backup file F
V and the database version DV are compared with the current system version and database version. In this case, since the processing version of the current system processing SF is V1.3 and the processing version of the database management system DBS is V1.1, the processing versions do not match.

【0041】よって、図2のフローチャートにしたがっ
て、ステップS6のバージョンアップ処理が実行され、
バックアップファイルFにおけるシステムバージョンS
VはV1.2であることから、V1.2のシステムバージョンS
Vに対応するデータバージョンアップ処理が選択されて
これが実行される。つまり、システム処理SVが処理バ
ージョンV1.2であるときに取り扱い可能であったシステ
ム情報を、処理バージョンV1.3のシステム処理SVで取
り扱い可能なデータ形態に変換する、データバージョン
アップ処理が実行される。
Therefore, the version upgrade process of step S6 is executed according to the flowchart of FIG.
System version S in backup file F
Since V is V1.2, V1.2 system version S
The data version up process corresponding to V is selected and executed. That is, a data version upgrade process is performed to convert the system information that can be handled when the system processing SV is the processing version V1.2 to a data format that can be handled by the system processing SV of the processing version V1.3. You.

【0042】これにより、バックアップファイルFに格
納されているシステムバージョンV1.2に対応するシステ
ム情報は、そのデータ形態が変換されて、システムバー
ジョンV1.3のシステム処理SFで取り扱うことの可能な
データ形態に変換される。つまり、システムバージョン
V1.3のシステム処理SFにおいて生成したシステム情報
と同一形態のデータに変換される。そして、バックアッ
プファイルFのシステムバージョンがV1.2からV1.3に更
新される。
As a result, the system information corresponding to the system version V1.2 stored in the backup file F is converted into a data form that can be handled by the system processing SF of the system version V1.3. Converted to form. That is, the system version
It is converted into data in the same form as the system information generated in the V1.3 system processing SF. Then, the system version of the backup file F is updated from V1.2 to V1.3.

【0043】そして、現状のシステム処理SFの処理バ
ージョンはV1.3であり、バックアップファイルFのシス
テムバージョンSVと現状の処理バージョンとが一致す
るから、システム情報に対するバージョンアップ処理は
終了する。
Then, the processing version of the current system processing SF is V1.3, and the system version SV of the backup file F matches the current processing version, so that the version upgrade processing for the system information ends.

【0044】次に、バックアップファイルFのデータベ
ースバージョンDVはV1.0であるから、データベースバ
ージョンV1.0に対応するデータバージョンアップ処理、
つまり、データベースバージョンがV1.0であるときにデ
ータベース管理処理DBSで取り扱い可能であった、デ
ータベース2のデータ及び管理情報MDを、バージョン
V1.1に対応するデータ形態に変換する処理が選択されこ
れが実行される。
Next, since the database version DV of the backup file F is V1.0, a data version upgrade process corresponding to the database version V1.0 is performed.
That is, when the database version is V1.0, the data and management information MD of the database 2 that can be handled by the database management
A process for converting to a data format corresponding to V1.1 is selected and executed.

【0045】これにより、バックアップファイルFに格
納されているデータベース2のデータ及び管理情報MD
は、そのデータ形態が変換されて、データベースバージ
ョンV1.1のデータベース管理システムDVで取り扱うこ
との可能なデータ形態に変換され、データベースバージ
ョンV1.1のデータベース管理システムDBSにおいて形
成したデータベース2のデータ,管理情報と同一形態の
データに変換される。そして、バックアップファイルF
のデータベースバージョンDVがV1.0からV1.1に更新さ
れる。
Thus, the data of the database 2 stored in the backup file F and the management information MD
Is converted into a data form that can be handled by the database management system DV of the database version V1.1, and the data of the database 2 formed in the database management system DBS of the database version V1.1 is It is converted into data of the same form as the management information. And backup file F
Is updated from V1.0 to V1.1.

【0046】ここで、現状のデータベース管理システム
DBSの処理バージョンは、V1.1であり、バックアップ
ファイルFのデータベースバージョンDVと現状の処理
バージョンとが一致するから、データベース2のデータ
及び管理情報MDに対するバージョンアップ処理は終了
する。
Here, the current processing version of the database management system DBS is V1.1, and the database version DV of the backup file F matches the current processing version. The version upgrade process ends.

【0047】なお、例えば現状のデータベース管理シス
テムDBSの処理バージョンがV1.2であり、変換後のバ
ックアップファイルFのデータベースバージョンDVと
現状の処理バージョンとが一致しない場合には、今度は
データベースバージョンV1.1に対応するデータバージョ
ンアップ処理、つまり、データベースバージョンがV1.1
であるときにデータベース管理処理DBSで取り扱い可
能であった、データベース2のデータ及び管理情報MD
を、バージョンV1.2に対応するデータ形態に変換する処
理が選択されこれが実行される。システム処理SFにつ
いても同様であって、変換後のバックアップファイルF
のシステムバージョンSVと現状の処理バージョンとが
一致するまで、繰り返しデータバージョンアップ処理が
実行されて、システム情報のデータ変換が行われる。
If, for example, the current processing version of the database management system DBS is V1.2 and the database version DV of the converted backup file F does not match the current processing version, then the database version V1 Data upgrade process corresponding to .1, that is, the database version is V1.1
, Data and management information MD of the database 2 that could be handled by the database management process DBS
Is selected and converted to a data format corresponding to version V1.2. The same applies to the system processing SF, and the converted backup file F
Until the system version SV and the current processing version match, the data version-up processing is repeatedly performed, and the data conversion of the system information is performed.

【0048】そして、システムバージョンSV及びデー
タベースバージョンDVが共に現状の処理バージョンと
一致したから、変換後のシステム情報,データベース2
のデータ及び管理情報MDが所定の復元領域に移動さ
れ、作業領域のデータが消去されてクリアされる。
Since both the system version SV and the database version DV match the current processing version, the converted system information and the database 2
Is moved to a predetermined restoration area, and the data in the work area is erased and cleared.

【0049】したがって、所定の復元領域に復元された
システム情報或いはデータベース2のデータ,管理情報
は、現状におけるシステム処理SF或いはデータベース
管理システムDBSで取り扱うことの可能なデータであ
るから、旧バージョンのシステム処理SF或いはデータ
ベース管理システムDBSで取り扱っていたデータを退
避させたバックアップファイルFである場合でも、現状
のシステム処理SF或いはデータベース管理システムD
BSにおいて、何ら問題無く取り扱うことができる。
Therefore, the system information restored in the predetermined restoration area or the data and management information of the database 2 is data that can be handled by the current system processing SF or the database management system DBS. Even if the backup file F is the backup file F in which the data handled by the processing SF or the database management system DBS is saved, the current system processing SF or the database management system D
The BS can handle without any problem.

【0050】よって、バージョンアップ後のシステム処
理SF或いはデータベース管理システムDBSの処理機
能を有効に活用することができる。また、データベース
2のバックアップを行う場合には、データベース2のデ
ータだけでなく、データベース管理システムDBSで保
持している、データベース2に関連する管理情報をもバ
ックアップするようにしたから、このデータベース2を
復元した際に、管理情報を新たに入力する等の必要はな
く、また、管理情報についても、データバージョンアッ
プ処理を行うようにしたから、バックアップしていた管
理情報が、現状のデータベースバージョンDVよりも古
いバージョンである場合でも、データベース管理システ
ムDBSでは何ら不都合なく管理情報の取り扱いを行う
ことができ、復元作業を容易に行うことができる。
Therefore, the processing function of the system processing SF or the database management system DBS after the version upgrade can be effectively used. When the database 2 is backed up, not only the data of the database 2 but also the management information related to the database 2 held by the database management system DBS is backed up. There is no need to newly input management information when the data is restored, and the management information is also subjected to a data version upgrade process. Therefore, the management information that has been backed up is restored from the current database version DV. Even if the version is older, the database management system DBS can handle the management information without any inconvenience, and the restoring operation can be easily performed.

【0051】また、上記実施の形態においては、バック
アップファイルFのファイル名に、システムバージョン
SV,データベースバージョンDVを付与するようにし
たから、ファイル名をみるだけでバックアップファイル
Fに格納されているバックアップデータBD,管理情報
MDに対応する、システムバージョンSV,データベー
スバージョンDVを容易に認識することができる。
In the above-described embodiment, the system version SV and the database version DV are added to the file name of the backup file F. The system version SV and the database version DV corresponding to the data BD and the management information MD can be easily recognized.

【0052】また、上記実施の形態においては、データ
バージョンアップ処理を、システム処理SF,データベ
ース管理システムDBSに対してバージョンアップを行
う毎に作成し、バージョンアップに伴うデータ変換を一
単位として、この単位毎に、バックアップデータBD及
び管理情報MDの変換を順次行うようにしたから、バッ
クアップファイルFに格納されているバックアップデー
タBD或いは管理情報MDに対応する処理バージョン
が、初期の処理バージョン,或いは比較的新しい処理バ
ージョン等、どのような処理バージョンであっても、確
実に現状の処理バージョンに一致させることができる。
In the above embodiment, a data version upgrade process is created each time a version upgrade is performed for the system processing SF and the database management system DBS, and data conversion accompanying the version upgrade is defined as one unit. Since the conversion of the backup data BD and the management information MD is sequentially performed for each unit, the processing version corresponding to the backup data BD or the management information MD stored in the backup file F is the initial processing version or the comparison. Regardless of the processing version, such as a new processing version, it is possible to reliably match the current processing version.

【0053】なお、上記実施の形態においては、データ
ベース2を備えた計算機システムに適用した場合につい
て説明したが、これに限るものではなく、処理装置1で
管理する情報を記憶装置3にバックアップするようにし
た計算機システムに適用することも可能であり、要は、
処理装置1で管理する情報を所定の退避領域にバックア
ップするようにした計算機システムであれば適用するこ
とができる。
In the above embodiment, the case where the present invention is applied to a computer system having the database 2 has been described. However, the present invention is not limited to this, and information managed by the processing device 1 is backed up in the storage device 3. It is also possible to apply it to the computer system
The present invention can be applied to any computer system in which information managed by the processing device 1 is backed up in a predetermined save area.

【0054】また、上記実施の形態においては、バック
アップファイルFのファイル名にシステムバージョンS
V及びデータベースバージョンDVを付与すると共に、
バックアップファイルFのファイルデータとしてシステ
ムバージョンSV及びデータベースバージョンDVを含
めるようにした場合について説明したが、バックアップ
ファイルFのファイル名にのみシステムバージョンSV
及びデータベースバージョンDVを付与するようにし、
図2の復元時の処理のステップS2の処理において、バ
ックアップファイルFのファイル名からシステムバージ
ョンSV及びデータベースバージョンDVを得るように
してもよい。
In the above embodiment, the file name of the backup file F is the system version S.
V and database version DV,
The case where the system version SV and the database version DV are included as the file data of the backup file F has been described, but the system version SV is included only in the file name of the backup file F.
And database version DV,
The system version SV and the database version DV may be obtained from the file name of the backup file F in the process of step S2 of the restoration process in FIG.

【0055】[0055]

【発明の効果】以上説明したように、本発明の請求項1
に係るデータの退避復元方法によれば、バックアップ用
データを退避する時に、このバックアップ用データの取
り扱いを行うデータ処理手段の退避時の処理バージョン
を付加しておき、退避していたバックアップ用データを
復元領域に復元する際に、バックアップ用データに付加
された処理バージョンとデータ処理手段の現状の処理バ
ージョンとが一致しないときには、バックアップ用デー
タを現状のデータ処理手段での取り扱いが可能な形態に
変換するようにしたから、バックアップ後に、データ処
理手段がバージョンアップされた場合でも、現状のデー
タ処理手段では何ら変わりなく、退避していたバックア
ップ用データの取り扱いを行うことができる。
As described above, according to the first aspect of the present invention,
According to the data save / restore method according to the above, when saving the backup data, a save processing version of the data processing means for handling the backup data is added, and the saved backup data is saved. If the processing version added to the backup data does not match the current processing version of the data processing unit when restoring to the restoration area, the backup data is converted to a form that can be handled by the current data processing unit. Thus, even if the data processing unit is upgraded after the backup, the current data processing unit can handle the saved backup data without any change.

【0056】また、請求項2に係るデータの退避復元方
法によれば、バックアップ用データからなるバックアッ
プファイルに、データ処理手段の現状の処理バージョン
を含むファイル名を付与するようにしたから、バックア
ップファイル名から、バックアップ用データに対応する
データ処理手段の処理バージョンを容易に認識すること
ができる。
According to the data save / restore method of the present invention, a file name including the current processing version of the data processing means is given to a backup file composed of backup data. From the name, the processing version of the data processing means corresponding to the backup data can be easily recognized.

【0057】また、請求項3に係るデータの退避復元方
法によれば、一回のバージョンアップに伴うデータ変換
を一単位としてこの単位毎にバックアップ用データの変
換を行うようにしたから、バックアップ用データに対応
する処理バージョンが、どのような処理バージョンであ
る場合でも、バックアップ用データを、確実に現状のデ
ータ処理手段で取り扱い可能なデータ形態に変換するこ
とができる。
According to the data save / restore method according to the third aspect, since the data for backup is converted for each unit with data conversion accompanying one version upgrade as one unit, Regardless of the processing version corresponding to the data, the backup data can be surely converted into a data form that can be handled by the current data processing means.

【0058】また、請求項4に係るデータの退避復元方
法によれば、システム処理手段が管理するシステム情報
と、データベース管理手段が管理するデータベースのデ
ータとを退避する際に、システム処理手段及びデータベ
ース管理手段の処理バージョンを、前記のバックアップ
用データと共に退避し、復元時に、退避した各処理バー
ジョンと、システム処理手段及びデータベース管理手段
の現状の処理バージョンと一致しないときには、現状の
システム処理手段及びデータベース管理手段で取り扱い
ができるように、退避していたシステム情報及びデータ
ベースのデータの形態を変換するようにしたから、現状
のシステム処理手段或いはデータベース管理手段の処理
バージョンが退避時よりもバージョンアップされている
場合でも、システム処理手段,データベース管理手段で
は、退避していたシステム情報及びデータベースのデー
タを、何ら変わりなく取り扱うことができる。
According to the fourth aspect of the present invention, when saving the system information managed by the system processing means and the data of the database managed by the database management means, the system processing means and the database The processing version of the management means is backed up together with the backup data, and at the time of restoration, if the saved processing versions do not match the current processing versions of the system processing means and database management means, the current system processing means and database Since the saved system information and the data form of the database are converted so that the management means can handle them, the current processing version of the system processing means or the database management means is upgraded from the version at the time of evacuation. System Processing means, in the database management unit, the data of system information and databases have been saved, it can be handled without change any.

【0059】さらに、請求項5に係るデータの退避復元
方法によれば、システム処理手段で管理するシステム情
報及びデータベース管理手段で管理するデータベースの
データとを退避する際に、データベース管理手段で管理
する管理情報も共に退避し、復元時にシステム情報及び
データベースのデータの変換を行う際には、管理情報を
もそのデータの変換を行うようにしたから、復元作業を
容易に行うことができる。
Further, according to the data saving and restoring method of claim 5, when saving the system information managed by the system processing means and the data of the database managed by the database managing means, the data is managed by the database managing means. When the management information is also saved and the system information and the data in the database are converted at the time of restoration, the management information is also converted into the data, so that the restoration work can be easily performed.

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

【図1】本発明を適用した計算機システムの一例を示す
構成図である。
FIG. 1 is a configuration diagram illustrating an example of a computer system to which the present invention has been applied.

【図2】復元時の処理装置1の処理手順の一例を示すフ
ローチャートである。
FIG. 2 is a flowchart illustrating an example of a processing procedure of the processing device 1 at the time of restoration.

【図3】本発明の動作説明に供する説明図である。FIG. 3 is an explanatory diagram for explaining the operation of the present invention;

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

1 処理装置 2 データベース 3 記憶装置 1 processing device 2 database 3 storage device

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 バックアップ用データを退避領域に退避
すると共に前記退避領域の前記バックアップ用データを
復元領域に復元するようにしたデータの退避復元方法で
あって、 前記バックアップ用データを退避する時に、当該バック
アップ用データの取り扱いを行うデータ処理手段の退避
時の処理バージョンを、前記バックアップデータに付加
しておき、前記退避領域のバックアップ用データを復元
する時には、当該バックアップ用データに付加された前
記データ処理手段の退避時の処理バージョンと前記デー
タ処理手段の現状の処理バージョンとを比較し、これら
が一致しないとき、前記退避領域のバックアップ用デー
タを現状のデータ処理手段で取り扱いが可能な形態にデ
ータ変換するようにしたことを特徴とするデータの退避
復元方法。
1. A data save / restore method for saving backup data in a save area and restoring the backup data in the save area to a restore area, wherein the backup data is saved when the backup data is saved. A processing version at the time of evacuation of the data processing means for handling the backup data is added to the backup data, and when restoring the backup data in the evacuation area, the data added to the backup data is restored. Compare the processing version of the processing means at the time of evacuation with the current processing version of the data processing means. If they do not match, the data for backup in the save area is converted into a form that can be handled by the current data processing means. Data save / restore method characterized by conversion
【請求項2】 前記バックアップ用データからなるバッ
クアップファイルを形成し、このバックアップファイル
を前記退避領域に退避するようにしたデータの退避復元
方法であって、前記バックアップファイルに、少なくと
も前記データ処理手段の退避時の処理バージョンを含む
ファイル名を付与するようにしたことを特徴とする請求
項1記載のデータの退避復元方法。
2. A method for saving and restoring data, wherein a backup file including the backup data is formed, and the backup file is saved in the save area. 2. The data backup / restore method according to claim 1, wherein a file name including a processing version at the time of backup is assigned.
【請求項3】 前記バックアップ用データのデータ変換
は、前記データ処理手段の一回のバージョンアップに伴
って変換すべき変換内容を一単位とし、当該単位毎に前
記データ変換を行うようにしたことを特徴とする請求項
1又は2に記載のデータの退避復元方法。
3. The data conversion of the backup data is performed such that a conversion content to be converted in accordance with one version upgrade of the data processing unit is one unit, and the data conversion is performed for each unit. 3. The method according to claim 1, wherein the data is saved and restored.
【請求項4】 前記データ処理手段は、予め設定したシ
ステム処理を行うシステム処理手段と、データベースの
管理を行うデータベース管理手段と、を備え、前記シス
テム処理手段で管理するシステム情報及び前記データベ
ースのデータをバックアップ用データとして退避復元す
るようにしたデータの退避復元方法であって、前記バッ
クアップ用データを退避する時には、前記システム処理
手段及び前記データベース管理手段の退避時の処理バー
ジョンを前記バックアップ用データに付加し、前記退避
領域のバックアップ用データを復元する時には、当該バ
ックアップ用データに付加された前記システム処理手段
及びデータベース管理手段の退避時の処理バージョンに
応じて前記システム情報及び前記データベースのデータ
のそれぞれを、現状のシステム処理手段及びデータベー
ス管理手段で取り扱い可能な形態に変換するようにした
ことを特徴とする請求項1乃至3の何れかに記載のデー
タの退避復元方法。
4. The data processing means comprises: a system processing means for performing a preset system processing; and a database management means for managing a database, wherein system information and data of the database managed by the system processing means are provided. Save and restore as backup data, wherein when saving the backup data, the backup processing version of the system processing unit and the database management unit is added to the backup data. In addition, when restoring the backup data in the save area, the system information and the data in the database are respectively stored in accordance with the backup processing version of the system processing unit and the database management unit added to the backup data. The current situation 4. The data save / restore method according to claim 1, wherein the data is converted into a format that can be handled by the system processing means and the database management means.
【請求項5】 前記バックアップ用データは、前記デー
タベース管理手段が保持している前記データベースに関
する管理情報を含み、前記退避領域のバックアップ用デ
ータを復元するときには、前記管理情報をも、現状の前
記データベース管理手段で取り扱い可能な形態に変換す
るようにしたことを特徴とする請求項4記載のデータの
退避復元方法。
5. The backup data includes management information relating to the database held by the database management means, and when restoring the backup data in the save area, the backup information also includes the current database. 5. The method according to claim 4, wherein the data is converted into a form that can be handled by the management unit.
JP10015957A 1998-01-28 1998-01-28 Data retreat restoration method Pending JPH11212846A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10015957A JPH11212846A (en) 1998-01-28 1998-01-28 Data retreat restoration method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10015957A JPH11212846A (en) 1998-01-28 1998-01-28 Data retreat restoration method

Publications (1)

Publication Number Publication Date
JPH11212846A true JPH11212846A (en) 1999-08-06

Family

ID=11903227

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10015957A Pending JPH11212846A (en) 1998-01-28 1998-01-28 Data retreat restoration method

Country Status (1)

Country Link
JP (1) JPH11212846A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003199179A (en) * 2001-12-21 2003-07-11 Nisshin Engineering Co Ltd Information distribution apparatus and remote engineering system
JP2007048066A (en) * 2005-08-10 2007-02-22 Fuji Xerox Co Ltd Device management device, method and program
US20080218349A1 (en) * 2007-03-08 2008-09-11 Fujitsu Limited RFID system and RFID tag
US8239346B2 (en) 2009-11-05 2012-08-07 Hitachi, Ltd. Storage system and its file management method
JP2015141544A (en) * 2014-01-29 2015-08-03 日本電気株式会社 disk array device, control method, and program

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003199179A (en) * 2001-12-21 2003-07-11 Nisshin Engineering Co Ltd Information distribution apparatus and remote engineering system
JP2007048066A (en) * 2005-08-10 2007-02-22 Fuji Xerox Co Ltd Device management device, method and program
US20080218349A1 (en) * 2007-03-08 2008-09-11 Fujitsu Limited RFID system and RFID tag
US8274367B2 (en) * 2007-03-08 2012-09-25 Fujitsu Limited RFID system and RFID tag
US8239346B2 (en) 2009-11-05 2012-08-07 Hitachi, Ltd. Storage system and its file management method
JP2015141544A (en) * 2014-01-29 2015-08-03 日本電気株式会社 disk array device, control method, and program
US9804805B2 (en) 2014-01-29 2017-10-31 Nec Corporation Disk array apparatus, control method therefor, and storage medium

Similar Documents

Publication Publication Date Title
KR101556435B1 (en) Database backing-up and recovering method and device
US8229892B2 (en) Storage apparatus and data restoring method used therein
JPH04139544A (en) Data restoring method
JPH11212846A (en) Data retreat restoration method
JP2001014175A (en) System and method for managing job operation and storage medium
JPH0475544B2 (en)
JPH07104983A (en) Generation control device and generation control method
JPS63305439A (en) Compressive storing method for similar data file and its restoring method
JPH039426A (en) Software development environment storing system
JPH0322152A (en) File restoring system
JPH0652165A (en) Document editing processor
JPH06161717A (en) Method for batch restoring processing at system replacement
JP2004013228A (en) Database system and its matching control method
CN114780499A (en) Batch processing method and device
JP2850951B2 (en) Backup method
JP3613077B2 (en) Database recovery method and program recording medium
JP2610972B2 (en) Database data integrity method
JP2005078368A (en) File control program, file controller and file control method
JPH0844551A (en) Information processor
JPH04195559A (en) Subfile management system
JP3111713B2 (en) How to manage auxiliary files
JPH05250243A (en) Data processing system for extended storage device
JPH0488413A (en) Input source selection type key input system
JP2003330506A (en) Apparatus and method for data backup in programmable controller
JPH02257217A (en) Patch managing system