JPH03224040A - File saving system and saving restoration system - Google Patents

File saving system and saving restoration system

Info

Publication number
JPH03224040A
JPH03224040A JP2019943A JP1994390A JPH03224040A JP H03224040 A JPH03224040 A JP H03224040A JP 2019943 A JP2019943 A JP 2019943A JP 1994390 A JP1994390 A JP 1994390A JP H03224040 A JPH03224040 A JP H03224040A
Authority
JP
Japan
Prior art keywords
file
block
history
saving
update
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
JP2019943A
Other languages
Japanese (ja)
Inventor
Hiroyumi Inoue
井上 浩弓
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 Corp
Original Assignee
NEC Corp
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 Corp filed Critical NEC Corp
Priority to JP2019943A priority Critical patent/JPH03224040A/en
Publication of JPH03224040A publication Critical patent/JPH03224040A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To reduce the saving quantity of blocks by storing the updating information and the ID of an updated block into a history file at every updating operation and saving only the blocks having their IDs and stored in the history file into a saving file at the time of saving. CONSTITUTION:A saving means 9 saves totally a data file 1 into a saving file 4 in preparation for the fault of an external storage device 2 storing the file 1. Then an updating means 9 updates the file 1 and a history output means 7 outputs the updating information and the ID of the updated block to a history file 3. When the updating job is ended, a history retrieving means 8 retrieves the file 3 to obtain a stored block ID. The means 9 saves only the block that has the block ID obtained by the means 8 into the file 4. Thus the saving quantity of blocks can be reduced without delaying the updating processing.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は電子計算機システムに於いてデータファイルの
退避及び退避復元を行なうファイルの退避方式及び退避
復元方式に間する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a file saving method and a saving and restoring method for saving and saving and restoring data files in a computer system.

〔従来の技術〕[Conventional technology]

データファイルを格納した外部記憶装置の障害に備えて
、データファイルを退避させておくということは従来か
ら行なわれている。ところで、データファイルを退避さ
せる場合、全データファイルを退避させる方式もあるが
、この方式では退避量が多くなるため、退避対象となる
データファイル内の一部のみを更新可能な領域としてお
き、ファイル退避時には更新可能な領域のデータレコー
ドのみを退避させるようにした方式も提案されている。
BACKGROUND ART It has been conventional practice to save data files in case an external storage device storing data files fails. By the way, when saving data files, there is a method of saving all data files, but since this method requires a large amount of data to be saved, only a part of the data file to be saved is set as an updateable area, and the file A method has also been proposed in which only data records in updatable areas are saved at the time of saving.

尚、更新可能でない領域のデータレコードを更新する場
合には、データレコードを更新可能な領域に移動させた
後、更新を行なうものである。
Note that when updating a data record in a non-updatable area, the data record is moved to an updatable area and then updated.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

更新可能な領域のデータレコードのみを退避させる従来
方式によれば、退避量を少ないものとすることが可能に
なるが、更新可能でない領域のデータレコードを更新す
る場合、データレコードを更新可能な領域に移動させな
ければならないため、更新処理が遅くなるという問題が
ある。
According to the conventional method of saving only the data records in the updatable area, it is possible to reduce the amount of saving, but when updating data records in the non-updatable area, the data records are saved in the updatable area. There is a problem that the update process is slow because the update process has to be moved to .

本発明の目的は更新処理を遅くすることなく、退避量を
少なくできるようにすることにある。
An object of the present invention is to reduce the amount of data to be saved without slowing down update processing.

〔課題を解決するための手段〕[Means to solve the problem]

本発明は上記目的を達成するため、 外部記憶装置に格納されたデータファイルと、該データ
ファイルに対する更新処理を行なう更新手段と、 該更新手段が前記データファイルの更新を行なうことに
より更新情報及び更新を行なったブロックのブロックI
Dを履歴ファイルに出力する履歴出力手段と、 退避時、前記順歴ファイルに格納されたブロックIDを
求める履歴検索手段と、 該履歴検索手段が求めたブロックIDを有するブロック
を退避ファイルへ退避させる退避手段とを設けたもので
ある。
In order to achieve the above object, the present invention includes: a data file stored in an external storage device; an update means for performing update processing on the data file; and update information and updates by the update means updating the data file. Block I of the block that performed
a history output means for outputting D to a history file; a history search means for obtaining a block ID stored in the forward history file at the time of evacuation; and a history search means for saving the block having the block ID found by the history search means to the evacuation file. It is equipped with evacuation means.

また、本発明はデータファイルを復元するため、前記退
避ファイルの内容と前記履歴ファイルの内容とに基づい
て前記データファイルを復元する復元手段を設けたもの
である。
Further, in order to restore the data file, the present invention is provided with a restoring means for restoring the data file based on the contents of the save file and the contents of the history file.

(作 用〕 更新手段はデータファイルに対する更新処理を行なう。(for production) The update means performs update processing on the data file.

履歴出力手段は更新手段がデータファイルに対する更新
処理を行なうことにより、7歴ファイルに更新情報及び
更新を行なったブロックのブロックIDを出力する。履
歴検索手段は退避時に履歴ファイルに格納されているブ
ロックIDを求め、退避手段は履歴検索手段が求めたプ
ロ、りIDを有するブロックを退避ファイルへ退避させ
る。復元手段は復元時に退避ファイルの内容と履歴ファ
イルの内容とに基づいてデータファイルを復元する。
The history output means outputs update information and the block ID of the updated block to the 7-history file when the update means performs update processing on the data file. The history search means finds the block ID stored in the history file at the time of saving, and the saving means saves the block having the professional ID found by the history search means to the save file. The restoring means restores the data file based on the contents of the save file and the contents of the history file at the time of restoration.

〔実施例〕〔Example〕

次に本発明の実施例について図面を参照して詳細に説明
する。
Next, embodiments of the present invention will be described in detail with reference to the drawings.

第1図は本発明の実施例のブロック図であり、データフ
ァイル1が格納された外部記憶装置2と、履歴ファイル
3と、退避ファイル4と、データファイル1に対する更
新処理を行なう更新手段6及び更新手段6がデータファ
イル1を更新する際、更新情報及び更新されたブロック
のブロックID(識別子)を履歴ファイル3に出力する
履歴出力手段7を含むファイルシステム5と、履歴ファ
イル3に格納されているブロックIDを求める履歴検索
手段8と、退避処理を行なう退避手段9と、復元処理を
行なう復元手段10とから構成されている。ここで、ブ
ロックとはデータファイル1の入出力を行なう際の単位
であり、ブロックIDとはブロックを一意に識別するた
めの識別子である。
FIG. 1 is a block diagram of an embodiment of the present invention, which includes an external storage device 2 storing a data file 1, a history file 3, a save file 4, an updating means 6 for updating the data file 1, and When the update means 6 updates the data file 1, the file system 5 includes a history output means 7 that outputs the update information and the block ID (identifier) of the updated block to the history file 3; It is composed of a history search means 8 for finding the block ID of a block, a saving means 9 for carrying out saving processing, and a restoring means 10 for carrying out restoring processing. Here, a block is a unit for inputting and outputting the data file 1, and a block ID is an identifier for uniquely identifying a block.

第2図はデータファイル退避時の動作例を示す図、第3
図はデータファイル復元時の動作例の説明図であり、以
下各図を参照して本実施例の動作を説明する。
Figure 2 shows an example of the operation when saving data files, Figure 3
The figure is an explanatory diagram of an example of the operation when restoring a data file, and the operation of this embodiment will be explained below with reference to each figure.

先ず、退避時の処理を説明する。First, the process at the time of evacuation will be explained.

データファイル1を格納している外部記憶装置2の障害
に備えて、最初の適当な機会に退避手段9によりデータ
ファイル1全体が退避ファイル4に退避させられる(第
2図#a)。その後、更新手段6によりデータファイル
1に対する更新業務A1が行なわれる。更新業FIAI
に於いてデータファイル1を更新する際、更新手段6は
更新内容を元に戻す場合や、障害発生後の復旧に備えて
履歴ファイル3に履歴情報を出力するために履歴出力手
段7を起動する。履歴出力手段7は起動されると、更新
情報及び更新されたブロックのブロックIDを履歴ファ
イル3に出力する。
In preparation for a failure of the external storage device 2 storing the data file 1, the entire data file 1 is saved to the save file 4 by the save means 9 at the first appropriate opportunity (#a in FIG. 2). Thereafter, the updating means 6 performs an updating operation A1 on the data file 1. Renewal business FIAI
When updating the data file 1, the update means 6 activates the history output means 7 in order to restore the updated contents or to output history information to the history file 3 in preparation for recovery after a failure occurs. . When activated, the history output means 7 outputs update information and the block ID of the updated block to the history file 3.

更新業務A1が終了すると、履歴検索手段8及び退避手
段9による更新ブロック退避処理A2が行なわれる。更
新ブロック退避処理A2に於いて、履歴検索手段8は履
歴ファイル3を検索して格納されているブロックIDを
求め、退避手段9はデータファイル1のブロックの内、
履歴検索手段8が求めたブロックIDを有するブロック
のみを退避ファイルに退避させる(第2図#b)。尚、
履歴ファイル3を検索する際、履歴検索手段8は履歴フ
ァイル3の内の前回の退避処理(更新ブロック退避処理
或いはデータファイルl全体の退避処理)以降に更新情
報及びブロックIDが格納された部分のみを検索する。
When the update task A1 is completed, the history search means 8 and the save means 9 perform update block save processing A2. In the updated block saving process A2, the history search means 8 searches the history file 3 to obtain the stored block ID, and the saving means 9 searches the history file 3 for the stored block ID, and the saving means 9 searches the history file 3 for the stored block ID,
Only the blocks having the block ID determined by the history search means 8 are saved in the save file (#b in FIG. 2). still,
When searching the history file 3, the history search means 8 searches only the portion of the history file 3 where update information and block IDs have been stored since the previous save process (updated block save process or save process of the entire data file l). Search for.

従って、更新プロ、り退避処理A2が行なわれることに
より、全体退避#aが行なわれた後に更新されたブロッ
クが退避ファイル4に退避させられることになる。
Therefore, by performing the update process A2, the blocks updated after the entire save #a are saved to the save file 4.

更新ブロック退避処理A2が終了すると、更新手段6に
よる更新業fMB1が行なわれる。更新業務B1に於い
ても更新業務A1と同様の処理が行なわれ、履歴ファイ
ル3に更新情報及び更新の行なわれたブロックのブロッ
クIDが格納される。
When the update block saving process A2 is completed, the update unit 6 performs an update operation fMB1. In the update task B1, the same processing as in the update task A1 is performed, and the update information and the block ID of the updated block are stored in the history file 3.

更新業務Blが終了すると、履歴検索手段8及び退避手
段9による更新ブロック退避処理B2が行なわれる。更
新ブロック退避処理B2に於いても更新ブロック退避処
理A2と同様の処理が行なわれ、退避ファイル4に更新
ブロック退避処理A2が行なわれた後に更新されたブロ
ックが退避させられる(第2図#c)。
When the update task B1 is completed, the history search means 8 and the save means 9 perform update block save processing B2. In the updated block saving process B2, the same process as the updated block saving process A2 is performed, and after the updated block saving process A2 is performed in the saved file 4, the updated block is saved (#c in FIG. 2). ).

次に、第3図を参照して復元時の動作を説明する。Next, the operation at the time of restoration will be explained with reference to FIG.

外部記憶装置2に障害が発生した場合、先ず、外部記憶
装置2を復旧させ(Sl)、その後、復元手段10を起
動する。復元手段1oは起動されると、退避ファイル4
に最初に退避させたデータファイル1全体をデータファ
イル1に戻すことにより、データファイル1を最初の状
態まで復元しくS2)、次いで更新ブロック退避処理で
退避ファイル4に退避させた順番でブロックをデータフ
ァイル1に戻すことにより、データファイル1を最新の
更新ブロック退避処理を行なった時点の状態まで復元し
くS3)、最後に履歴ファイル3の内容に基づいてデー
タファイル1の内容を障害発生時の状態に復元する(S
4)。
When a failure occurs in the external storage device 2, the external storage device 2 is first restored (Sl), and then the restoring means 10 is activated. When the restoration means 1o is activated, the backup file 4
By returning the entire data file 1 that was first saved to data file 1, data file 1 is restored to its initial state (S2), and then the blocks are saved in the order in which they were saved to save file 4 in the update block save process. By returning to file 1, data file 1 is restored to the state at the time of the latest updated block save processing (S3), and finally, based on the contents of history file 3, the contents of data file 1 are restored to the state at the time of failure. Restore to (S
4).

〔発明の効果〕〔Effect of the invention〕

以上説明したように、本発明は、更新手段による更新が
行なわれる毎に更新情報と更新の行なわれたブロックの
ブロックIDとを履歴ファイルに格納しておき、退避時
、履歴ファイルに格納されているブロックIDを有する
プロ、りのみを退避ファイルに退避させるようにしてい
るものであるので、更新処理を遅くすることなく、退避
量を少なくすることができる効果がある。また、更に、
本発明は退避ファイルの内容と履歴ファイルの内容とに
基づいてデータファイルを復元する復元手段を備えてい
るので、外部記憶装置に障害が発生した場合、更新処理
を遅くすることなく、且つ少ない退避量でデータファイ
ルを復元できる効果がある。
As explained above, the present invention stores update information and the block ID of the updated block in a history file every time an update is performed by the update means, and when saving, the block ID of the updated block is stored in the history file. Since only the programs having the block ID of the current block ID are saved to the save file, the amount of save can be reduced without slowing down the update process. Moreover, furthermore,
The present invention is equipped with a restoration means for restoring a data file based on the contents of the save file and the contents of the history file, so when a failure occurs in the external storage device, the update process is not slowed down and the amount of backup is reduced. It has the effect of restoring data files with a small amount of data.

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

第1図は本発明の実施例のブロック図、第2図は退避時
の動作説明図及び、 第3図は復元時の動作説明図である。 図に於いて、1・・・データファイル、2・・・外部記
憶装置、3・・・履歴ファイル、4・・・退避ファイル
、5・・・ファイルンステム、6・・・更新手段、7・
・・履歴出力手段、訃・・履歴検索手段、9・・・退避
手段、10・・・復元手段。
FIG. 1 is a block diagram of an embodiment of the present invention, FIG. 2 is an explanatory diagram of operations during evacuation, and FIG. 3 is an explanatory diagram of operations during restoration. In the figure, 1... data file, 2... external storage device, 3... history file, 4... save file, 5... file system, 6... update means, 7...
. . . history output means, death . . . history search means, 9. . . saving means, 10. . . restoring means.

Claims (2)

【特許請求の範囲】[Claims] (1)外部記憶装置に格納されたデータファイルと、 該データファイルに対する更新処理を行なう更新手段と
、 該更新手段が前記データファイルの更新を行なうことに
より更新情報及び更新を行なったブロックのブロックI
Dを履歴ファイルに出力する履歴出力手段と、 退避時、前記履歴ファイルに格納されたブロックIDを
求める履歴検索手段と、 該履歴検索手段が求めたブロックIDを有するブロック
を退避ファイルへ退避させる退避手段とを含むことを特
徴とするファイルの退避方式。
(1) A data file stored in an external storage device, an update unit that performs an update process on the data file, and a block I of the block that has been updated and updated by the update unit by updating the data file.
A history output means for outputting D to a history file; a history search means for obtaining a block ID stored in the history file at the time of evacuation; and an evacuation means for evacuation of a block having the block ID found by the history search means to an evacuation file. A file saving method characterized by comprising means.
(2)外部記憶装置に格納されたデータファイルと、 該データファイルに対する更新処理を行なう更新手段と
、 該更新手段が前記データファイルの更新を行なうことに
より更新情報及び更新を行なったブロックのブロックI
Dを履歴ファイルに出力する履歴出力手段と、 退避時、前記履歴ファイルに格納されたブロックIDを
求める履歴検索手段と、 該履歴検索手段が求めたブロックIDを有するブロック
を退避ファイルへ退避させる退避手段と、復元時、前記
退避ファイルの内容と前記履歴ファイルの内容とに基づ
いて前記データファイルを復元する復元手段とを含むこ
とを特徴とするファイルの退避復元方式。
(2) A data file stored in an external storage device, an update unit that performs an update process on the data file, and a block I of a block that has been updated and updated by the update unit by updating the data file.
A history output means for outputting D to a history file; a history search means for obtaining a block ID stored in the history file at the time of evacuation; and an evacuation means for evacuation of a block having the block ID found by the history search means to an evacuation file. and a restoring means for restoring the data file based on the contents of the save file and the contents of the history file at the time of restoration.
JP2019943A 1990-01-30 1990-01-30 File saving system and saving restoration system Pending JPH03224040A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019943A JPH03224040A (en) 1990-01-30 1990-01-30 File saving system and saving restoration system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019943A JPH03224040A (en) 1990-01-30 1990-01-30 File saving system and saving restoration system

Publications (1)

Publication Number Publication Date
JPH03224040A true JPH03224040A (en) 1991-10-03

Family

ID=12013291

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019943A Pending JPH03224040A (en) 1990-01-30 1990-01-30 File saving system and saving restoration system

Country Status (1)

Country Link
JP (1) JPH03224040A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6795834B2 (en) 2000-06-26 2004-09-21 Fujitsu Limited Apparatus, method, and storage medium for file management

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6795834B2 (en) 2000-06-26 2004-09-21 Fujitsu Limited Apparatus, method, and storage medium for file management

Similar Documents

Publication Publication Date Title
CN106155838A (en) A kind of database back-up data restoration methods and device
JPH03224040A (en) File saving system and saving restoration system
JPH08212142A (en) Data backup system for data base
JPH09274581A (en) Data backup method
JPH0385650A (en) Disk volume restoration system
JPH0594356A (en) On-memory table data fault restoration system
JPH01140353A (en) System for maintaining data in data base
JPH0512087A (en) System for outputting pre-updating journal
JPH0322152A (en) File restoring system
JPH0319046A (en) Data base restoring system
JPS63262737A (en) Data base updating and recording processing method
JPS6125256A (en) File shunt system
JP2677282B2 (en) File management system
JPH04113428A (en) Data restoring system
JPH02287644A (en) Master file updating system
JPH0418647A (en) Method and mechanism for recovering preserved binary data
JPS61844A (en) Data base system
JPS63201847A (en) Restoring system for deleted file
JPH03116249A (en) File deletion system
JPH04105159A (en) Work substitute system
JP2001005707A (en) Database restoration system and its program recording medium
JPH09190368A (en) Medium management device
JPH04107653A (en) File saving system
JPH01214947A (en) Data preserving system
JPH0447428A (en) File updating device