JPH05225025A - File save and restore system - Google Patents

File save and restore system

Info

Publication number
JPH05225025A
JPH05225025A JP4057487A JP5748792A JPH05225025A JP H05225025 A JPH05225025 A JP H05225025A JP 4057487 A JP4057487 A JP 4057487A JP 5748792 A JP5748792 A JP 5748792A JP H05225025 A JPH05225025 A JP H05225025A
Authority
JP
Japan
Prior art keywords
file
magnetic disk
save
medium
utility
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
JP4057487A
Other languages
Japanese (ja)
Inventor
Yoshio Ninomiya
吉雄 二宮
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 Software Shikoku Ltd
Original Assignee
NEC Software Shikoku 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 Software Shikoku Ltd filed Critical NEC Software Shikoku Ltd
Priority to JP4057487A priority Critical patent/JPH05225025A/en
Publication of JPH05225025A publication Critical patent/JPH05225025A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To enable an operator having no expert knowledge to easily save and restore a file. CONSTITUTION:Each time a file is added to or deleted in a magnetic disk 6, a magnetic disk management means 1 stores volume management information of the magnetic disk 6 in the magnetic disk 7. At the time of saving, a utility selective execution means 2 obtains the organization format of the save object file on the magnetic disk based on volume management information in the magnetic disk 7 and selects and executes a saving utility program corresponding to this format to save the file on a magnetic tape 9. At the time of restoring the file saved on the magnetic tape 9, the organization format of the file on the magnetic tape 9 is obtained based on save condition management information in the magnetic disk 8, and thereafter, a restoring utility program corresponding to this format is selected and executed to restore the file on the magnetic disk 6.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明はファイルの退避復元方式
に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a file saving / restoring system.

【0002】[0002]

【従来の技術】従来、ファイルを退避或いは復元する場
合には、操作者が退避或いは復元対象となるファイルの
編成様式に対応した退避或いは復元用のユーティリティ
プログラムを選択し、更に、選択したユーティリティプ
ログラム,退避先媒体,復元先媒体等を指示するJCL
(ジョブ制御言語)を作成し、それをシステムに投入す
るという方式が一般的であった。
2. Description of the Related Art Conventionally, when saving or restoring a file, an operator selects a utility program for saving or restoring corresponding to the organization style of a file to be saved or restored, and further selects the selected utility program. , JCL to specify save destination medium, restore destination medium, etc.
A general method is to create a (job control language) and submit it to the system.

【0003】図4は上記した従来方式の一例を説明する
ための図である。
FIG. 4 is a diagram for explaining an example of the above conventional method.

【0004】先ず、図4(a)に示すように、退避対象
とするファイルが格納されている磁気ディスク41から
ボリューム管理情報43(磁気ディスク41のボリュー
ム名,格納されているファイルのファイル名,編成様式
等)を操作者の操作42によって読み出す。
First, as shown in FIG. 4A, the volume management information 43 (volume name of the magnetic disk 41, file name of the stored file, The knitting style) is read out by the operator's operation 42.

【0005】ボリューム管理情報43を読み出すと、操
作者は退避対象となるファイルの編成様式に対応した退
避用のユーティリティプログラムを選択する。
When the volume management information 43 is read, the operator selects a save utility program corresponding to the organization style of the file to be saved.

【0006】その後、操作者は図4(b)に示すよう
に、入力鍵盤装置44を用いて上記選択したユーティリ
ティプログラム,退避させるファイル,退避先の媒体等
を指示するJCL45を作成する。
Thereafter, as shown in FIG. 4B, the operator uses the input keyboard device 44 to create the JCL 45 for designating the selected utility program, the file to be saved, the medium to be saved, and the like.

【0007】次いで、操作者は図4(c)に示すよう
に、JCL45をシステム46に投入する。これによ
り、上記ユーティリティプログラムによって磁気ディス
ク41に格納されているファイルが退避用媒体47に退
避させられる。
Next, the operator inserts the JCL 45 into the system 46 as shown in FIG. 4 (c). As a result, the utility program saves the files stored in the magnetic disk 41 to the save medium 47.

【0008】また、退避用媒体47に退避させられたフ
ァイルを磁気ディスク41上に復元する場合は、操作者
は上記ファイルの編成様式に対応した復元用のユーティ
リティプログラムを選択し、上記ユーティリティプログ
ラム,退避先の媒体(退避用媒体47),復元先の媒体
(磁気ディスク41)等を指示するJCL48を作成す
る。
When the file saved in the save medium 47 is restored on the magnetic disk 41, the operator selects the restore utility program corresponding to the file organization mode, and the utility program, A JCL 48 is created that specifies a save destination medium (save medium 47), a restore destination medium (magnetic disk 41), and the like.

【0009】その後、操作者は図4(d)に示すよう
に、JCL48をシステム46に投入する。これによ
り、復元用のユーティリティプログラムによって退避用
媒体47に退避させられていたファイルが磁気ディスク
41上に復元される。
Thereafter, the operator inserts the JCL 48 into the system 46, as shown in FIG. 4 (d). As a result, the file saved on the save medium 47 by the restore utility program is restored on the magnetic disk 41.

【0010】[0010]

【発明が解決しようとする課題】上述したように、従来
は、使用するユーティリティプログラムの選択,JCL
の作成を操作者が行なっているため、操作者に負担がか
かるという問題があると共に、専門知識を有している操
作者でなければ退避,復元を行なうことができないとい
う問題があった。
As described above, conventionally, the selection of the utility program to be used, JCL
Since the operator creates the file, there is a problem that the operator is burdened, and there is a problem that only an operator who has specialized knowledge can save and restore.

【0011】本発明の目的は専門知識を有していない操
作者でも容易にファイルの退避,復元を行なうことがで
きるファイルの退避復元方式を提供することにある。
An object of the present invention is to provide a file saving / restoring method that allows an operator who does not have specialized knowledge to easily save and restore files.

【0012】[0012]

【課題を解決するための手段】本発明は上記目的を達成
するため、退避対象となるファイルの編成様式を管理す
る第1の管理手段と、復元対象となるファイルの編成様
式を管理する第2の管理手段と、退避時、前記第1の管
理手段に管理されている退避対象となるファイルの編成
様式に基づいて退避用のユーティリティプログラムを選
択して実行し、復元時、前記第2の管理手段に管理され
ている復元対象となるファイルの編成様式に基づいて復
元用のユーティリティプログラムを選択して実行するユ
ーティリティ選択実行手段とを設けたものである。
In order to achieve the above object, the present invention provides a first managing means for managing the organization mode of files to be saved and a second management means for managing the organization mode of files to be restored. Management means, and at the time of saving, selects and executes a saving utility program based on the organization mode of files to be saved which are managed by the first managing means, and at the time of restoration, the second management A utility selection executing means for selecting and executing a utility program for restoration based on the organization mode of files to be restored managed by the means is provided.

【0013】[0013]

【作用】退避時には、ユーティリティ選択実行手段によ
って第1の管理手段に管理されている退避対象となるフ
ァイルの編成様式に対応した退避用のユーティリティプ
ログラムが選択され、実行される。
At the time of saving, the utility selecting and executing means selects and executes the saving utility program corresponding to the organization mode of the file to be saved which is managed by the first managing means.

【0014】復元時には、ユーティリティ選択実行手段
によって第2の管理手段に管理されている復元対象とな
るファイルの編成様式に対応した復元用のユーティリテ
ィプログラムが選択され、実行される。
At the time of restoration, the utility selection execution means selects and executes the restoration utility program corresponding to the organization mode of the file to be restored which is managed by the second management means.

【0015】[0015]

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

【0016】図1は本発明の実施例のブロック図であ
り、磁気ディスク管理手段1と、ユーティリティ選択実
行手段2と、退避復元用媒体要求手段3と、退避状況管
理手段4と、キーボード,CRT等から構成される入出
力手段5と、磁気ディスク6〜8と、磁気テープ9とか
ら構成されている。
FIG. 1 is a block diagram of an embodiment of the present invention, in which a magnetic disk management means 1, a utility selection execution means 2, a save / restore medium request means 3, a save status management means 4, a keyboard and a CRT are shown. And the like, magnetic disks 6 to 8 and a magnetic tape 9.

【0017】磁気ディスク6には退避対象となるファイ
ルが格納されている。
The magnetic disk 6 stores files to be saved.

【0018】磁気ディスク管理手段1は磁気ディスク6
からボリューム管理情報(磁気ディスク6のボリューム
名,格納されているファイルのファイル名,編成様式
等)を読み込み、磁気ディスク7に格納する。
The magnetic disk management means 1 is a magnetic disk 6
Volume management information (volume name of magnetic disk 6, file name of stored file, organization style, etc.) is read from and stored in the magnetic disk 7.

【0019】ユーティリティ選択実行手段2はファイル
の退避時或いは復元時に使用するユーティリティプログ
ラムをファイルの編成様式に従って選択し、上記選択し
たユーティリティプログラム,退避元の媒体,退避先の
媒体を指示するJCLを作成する。そして、作成したJ
CLに従ってユーティリティプログラムを実行し、退
避,復元を行なう。
The utility selection executing means 2 selects a utility program to be used at the time of saving or restoring a file according to the organization format of the file, and creates a JCL instructing the selected utility program, save source medium, and save destination medium. To do. And the created J
The utility program is executed according to CL, and saved and restored.

【0020】退避復元用媒体要求手段3は退避時或いは
復元時に、退避先或いは復元先の媒体名が入出力手段5
によって指示された場合は指示された媒体名をユーティ
リティ選択実行手段2に通知する。
The evacuation / restoration medium requesting means 3 uses the input / output means 5 as the medium name of the evacuation destination or the restoration destination during evacuation or restoration.
If it is instructed, the utility selection execution means 2 is notified of the instructed medium name.

【0021】退避状況管理手段4はユーティリティ選択
実行手段2によって行なわれた退避処理の実行結果(退
避元媒体の媒体名,退避させられたファイルのファイル
名,編成様式,退避先媒体の媒体名等)を退避状況管理
情報として磁気ディスク8に格納する。
The evacuation status management means 4 executes the result of the evacuation processing performed by the utility selection execution means 2 (medium name of evacuation source medium, file name of evicted file, organization mode, medium name of evacuation destination medium, etc.). ) Is stored in the magnetic disk 8 as evacuation status management information.

【0022】図2は退避時の動作を、図3は復元時の動
作を説明するための図であり、以下各図を参照して本実
施例の動作を説明する。
FIG. 2 is a diagram for explaining the operation at the time of saving, and FIG. 3 is a diagram for explaining the operation at the time of restoring. The operation of this embodiment will be described below with reference to the drawings.

【0023】通常動作時、磁気ディスク6に対してファ
イルの追加,削除が行なわれると、磁気ディスク管理手
段1は磁気ディスク6からボリューム管理情報を読み込
み、磁気ディスク7に格納する。従って、磁気ディスク
7に格納されているボリューム管理情報に基づいて磁気
ディスク6にどのようなファイルが格納されているのか
を動的に管理することができる。
When a file is added to or deleted from the magnetic disk 6 during normal operation, the magnetic disk management means 1 reads the volume management information from the magnetic disk 6 and stores it in the magnetic disk 7. Therefore, it is possible to dynamically manage what kind of file is stored in the magnetic disk 6 based on the volume management information stored in the magnetic disk 7.

【0024】次に、退避時の動作を図2を参照して説明
する。
Next, the operation of saving will be described with reference to FIG.

【0025】磁気ディスク6に格納されているファイル
を退避させる場合、操作者は入出力手段5から退避指示
を入力する。
When saving a file stored on the magnetic disk 6, the operator inputs a saving instruction from the input / output means 5.

【0026】退避指示が入力されると、退避復元用媒体
要求手段3は退避用媒体を指定する必要があるか否かを
問い合わせる問い合わせ文を入出力手段5に出力する
(ステップS1)。操作者は入出力手段5に出力された
問い合わせ文を見て、退避用媒体を指定する必要がある
場合は退避用媒体の媒体名を入力する。
When the save instruction is input, the save / restore medium requesting means 3 outputs an inquiry statement to the input / output means 5 to inquire whether it is necessary to specify the save medium (step S1). The operator looks at the inquiry message output to the input / output unit 5 and inputs the medium name of the save medium when it is necessary to specify the save medium.

【0027】退避復元用媒体要求手段3は退避用媒体の
媒体名が入力された場合はその媒体名をユーティリティ
選択実行手段2に通知し、入力されなかった場合はその
旨をユーティリティ選択実行手段2に通知する(ステッ
プS2)。
The saving / restoring medium requesting means 3 notifies the utility selection executing means 2 of the medium name of the saving medium when it is input, and when not inputting it, the utility selection executing means 2 (Step S2).

【0028】また、ユーティリティ選択実行手段2は入
出力手段5から退避指示が入力されると、先ず、磁気デ
ィスク7に格納されているボリューム管理情報を読み込
む(ステップS11)。
When the save instruction is input from the input / output unit 5, the utility selection executing unit 2 first reads the volume management information stored in the magnetic disk 7 (step S11).

【0029】次にユーティリティ選択実行手段2はステ
ップS11で読み込んだボリューム管理情報に基づいて
磁気ディスク6に格納されているファイルの編成様式を
全て求め、求めた各編成様式に対応した退避用のユーテ
ィリティプログラムをそれぞれ選択する(ステップS1
2)。尚、ユーティリティプログラムの選択は、例え
ば、ユーティリティ選択実行手段2内に、ファイルの編
成様式と退避用のユーティリティプログラムとの対応テ
ーブル(図示せず)を設けておき、それを参照すること
により行なうものである。
Next, the utility selection executing means 2 obtains all the organization forms of the files stored in the magnetic disk 6 based on the volume management information read in step S11, and save utilities corresponding to the obtained organization forms. Select each program (step S1)
2). The selection of the utility program is performed by, for example, providing a correspondence table (not shown) between the file organization mode and the utility program for saving in the utility selection executing means 2 and referring to it. Is.

【0030】その後、ユーティリティ選択実行手段2は
ステップS12で選択した各ユーティリティプログラム
毎に、選択したユーティリティプログラム,退避先媒
体,退避させるファイルを指示するJCLを作成する
(ステップS13)。
After that, the utility selection executing means 2 creates JCL for instructing the selected utility program, the save destination medium, and the file to be saved for each utility program selected in step S12.
(Step S13).

【0031】ここで、退避先媒体は、退避復元用媒体要
求手段3から退避用媒体の媒体名が通知されている場合
はそれによって示される媒体とし、通知されていない場
合は予め定められている媒体にする。また、退避させる
ファイルは、磁気ディスク6上のファイルの内、選択さ
れた退避用のユーティリティプログラムと対応する編成
様式のファイルとする。
Here, the save-destination medium is the medium indicated by the save-recovery medium requesting means 3 when the save-recovering medium request means 3 notifies the save-destination medium name, and is predetermined when not notified. Use as a medium. Further, the file to be saved is a file of the organization style corresponding to the selected save utility program among the files on the magnetic disk 6.

【0032】また、JCLの作成は、例えば、各ファイ
ル編成様式毎にJCLのひな型を予め用意しておき、退
避させるファイルの編成様式と対応するJCLのひな型
に選択したユーティリティプログラムのプログラム名,
退避先媒体の媒体名,退避させるファイルのファイル名
を埋め込むことにより行なう。
Further, the JCL is created, for example, by preparing a JCL template for each file organization mode in advance, and selecting the program name of the utility program selected for the JCL template corresponding to the organization mode of the file to be saved,
This is done by embedding the medium name of the save destination medium and the file name of the file to be saved.

【0033】ステップS13でJCLを作成すると、ユ
ーティリティ選択実行手段2はJCLが指示する退避用
のユーティリティプログラムを実行し、JCLが指示す
る磁気ディスク6上のファイルをJCLが指示する退避
用媒体(本実施例では磁気テープ9とする)に退避させ
る (ステップS14)。尚、ステップS13でJCLが
複数作成された場合には、各JCL毎に上述した処理を
行なう。
When the JCL is created in step S13, the utility selection executing means 2 executes the evacuation utility program instructed by the JCL to save the file on the magnetic disk 6 instructed by the JCL in the evacuation medium (this file). In the embodiment, the magnetic tape 9 is used as a backup (step S14). When a plurality of JCLs are created in step S13, the above-mentioned processing is performed for each JCL.

【0034】退避処理が終了すると、ユーティリティ選
択実行手段2は退避処理の実行結果を示す退避状況管理
情報(退避元媒体の媒体名,退避先媒体の媒体名,退避
させたファイルのファイル名,退避させたファイルの編
成様式を含む)を退避状況管理手段4に通知する (ステ
ップS15)。
When the saving process is completed, the utility selection executing means 2 saves the management information indicating the execution result of the saving process (medium name of save source medium, medium name of save destination medium, file name of saved file, save The evacuation status management means 4 is notified of the file (including the organized format of the file) (step S15).

【0035】退避状況管理手段4はユーティリティ選択
実行手段2から退避状況管理情報が通知されると、それ
を磁気ディスク8に格納する (ステップS21)。従っ
て、磁気ディスク8に格納されている退避状況管理情報
に基づいて退避状況がどのようになっているのかを動的
に管理することが可能になる。
When the evacuation status management means 4 is notified of the evacuation status management information from the utility selection execution means 2, the evacuation status management means 4 stores it in the magnetic disk 8 (step S21). Therefore, it becomes possible to dynamically manage the evacuation status based on the evacuation status management information stored in the magnetic disk 8.

【0036】次に図3を参照して磁気テープ9に退避さ
せたファイルを復元する場合の動作を説明する。
Next, with reference to FIG. 3, the operation for restoring the file saved in the magnetic tape 9 will be described.

【0037】操作者は復元時、入出力手段5から復元指
示を入力する。
At the time of restoration, the operator inputs a restoration instruction from the input / output means 5.

【0038】退避復元用媒体要求手段3は入出力手段5
から復元指示が入力されると、復元先の媒体を指定する
か否かを問い合わせる問い合わせ文を入出力手段5に出
力す(ステップS31)。操作者は出力された問い合わ
せ文を見て、復元先の媒体を指定する必要があれば、そ
の媒体名を入力する。
The evacuation / restoration medium request means 3 is an input / output means 5.
When the restoration instruction is input from, an inquiry sentence for inquiring whether or not to specify the restoration destination medium is output to the input / output unit 5 (step S31). The operator looks at the outputted inquiry text and, if it is necessary to specify the medium of the restoration destination, inputs the medium name.

【0039】退避復元用媒体要求手段3は復元先媒体の
媒体名が入力された場合はそれをユーティリティ選択実
行手段2に通知し、入力されなかった場合はその旨をユ
ーティリティ選択実行手段2に通知する。
The evacuation / restoration medium requesting means 3 notifies the utility selection executing means 2 of the medium name of the restoration destination medium when it is input, and notifies the utility selection executing means 2 when it is not input. To do.

【0040】また、ユーティリティ選択実行手段2は復
元指示が入力されると、磁気ディスク8から退避状況管
理情報を読み込む (ステップS41)。
When the restoration instruction is input, the utility selection executing means 2 reads the evacuation status management information from the magnetic disk 8 (step S41).

【0041】次にユーティリティ選択実行手段2はステ
ップS41で読み込んだ退避状況管理情報に基づいて磁
気テープ9に退避させたファイルの編成様式を全て求
め、求めた各編成様式に対応した復元用のユーティリテ
ィプログラムをそれぞれ選択する (ステップS42)。
尚、復元用のユーティリティプログラムの選択は例え
ば、ユーティリティ選択実行手段2内に、ファイルの編
成様式と復元用のユーティリティプログラムとの対応テ
ーブル(図示せず)を設けておき、それを参照すること
により行なうものである。
Next, the utility selection executing means 2 obtains all the knitting styles of the files saved on the magnetic tape 9 based on the save status management information read in step S41, and restore utilities corresponding to the obtained knitting styles. Each program is selected (step S42).
The selection of the restoration utility program is performed by, for example, providing a correspondence table (not shown) between the file organization mode and the restoration utility program in the utility selection executing means 2 and referring to it. To do.

【0042】その後、ユーティリティ選択実行手段2は
ステップS42で選択した各ユーティリティプログラム
毎に、選択した復元用のユーティリティプログラム,復
元先媒体,復元するファイルを指示するJCLを作成す
る (ステップS43)。
Thereafter, the utility selection executing means 2 creates JCL for instructing the selected utility program for restoration, the restoration destination medium, and the file to be restored for each utility program selected in step S42 (step S43).

【0043】ここで、復元先媒体は、退避復元用媒体要
求手段3から復元先媒体の媒体名が通知されている場合
はそれによって示される媒体とし、通知されていない場
合はステップS41で読み込んだ退避状況管理情報に含
まれている退避元媒体の媒体名によって示される媒体
(この例では磁気ディスク6)とする。また、退避させ
るファイルは、磁気テープ9に退避させられているファ
イルの内、選択された復元用のユーティリティプログラ
ムと対応する編成様式のファイルとする。
Here, the restoration destination medium is the medium indicated by the medium name of the restoration destination medium when notified by the save / restoration medium requesting means 3, and is read in step S41 when not notified. It is assumed that the medium (in this example, the magnetic disk 6) is indicated by the medium name of the save source medium included in the save status management information. Further, the file to be saved is a file of the organization style corresponding to the selected restoration utility program among the files saved on the magnetic tape 9.

【0044】ステップS43でJCLを作成すると、ユ
ーティリティ選択実行手段2はJCLが指示する復元用
のユーティリティプログラムを実行し、JCLが指示す
る磁気テープ9上のファイルをJCLが指示する復元先
媒体(この例では磁気ディスク6とする)に復元する
(ステップS44)。尚、ステップS42でJCLが複
数作成された場合は、各JCL毎に上述した処理を行な
う。
When the JCL is created in step S43, the utility selection executing means 2 executes the restoration utility program instructed by the JCL to restore the medium on the magnetic tape 9 instructed by the JCL to the restoration destination medium (this Restore to the magnetic disk 6 in the example)
(Step S44). If a plurality of JCLs are created in step S42, the above-mentioned processing is performed for each JCL.

【0045】[0045]

【発明の効果】以上説明したように、本発明は、退避,
復元対象となるファイルの編成様式に基づいて退避,復
元用のユーティリティプログラムを自動的に選択し、実
行するユーティリティ選択実行手段を備えているので、
専門知識のない操作者でも容易にファイルの退避復元を
行なうことができる効果がある。
As described above, according to the present invention,
Since a utility selection executing means for automatically selecting and executing a utility program for saving and restoring based on the organization style of the file to be restored is provided,
Even an operator who does not have specialized knowledge can easily save and restore files.

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

【図1】本発明の実施例のブロック図である。FIG. 1 is a block diagram of an embodiment of the present invention.

【図2】退避時の動作を説明するための図である。FIG. 2 is a diagram for explaining an operation at the time of saving.

【図3】復元時の動作を説明するための図である。FIG. 3 is a diagram for explaining an operation at the time of restoration.

【図4】従来例を説明するための図である。FIG. 4 is a diagram for explaining a conventional example.

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

1…磁気ディスク管理手段 2…ユーティリティ選択実行手段 3…退避復元用媒体要求手段 4…退避状況管理手段 5…入出力手段 6〜8,41…磁気ディスク 9…磁気テープ 43…ボリューム管理情報 44…入力鍵盤装置 45,48…JCL 46…システム 47…退避用媒体 DESCRIPTION OF SYMBOLS 1 ... Magnetic disk management means 2 ... Utility selection execution means 3 ... Evacuation restoration medium request means 4 ... Evacuation status management means 5 ... Input / output means 6-8, 41 ... Magnetic disk 9 ... Magnetic tape 43 ... Volume management information 44 ... Input keyboard device 45, 48 ... JCL 46 ... System 47 ... Evacuation medium

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 退避対象となるファイルの編成様式を管
理する第1の管理手段と、 復元対象となるファイルの編成様式を管理する第2の管
理手段と、 退避時、前記第1の管理手段に管理されている退避対象
となるファイルの編成様式に基づいて退避用のユーティ
リティプログラムを選択して実行し、復元時、前記第2
の管理手段に管理されている復元対象となるファイルの
編成様式に基づいて復元用のユーティリティプログラム
を選択して実行するユーティリティ選択実行手段とを含
むことを特徴とするファイルの退避復元方式。
1. A first managing means for managing an organization mode of a file to be saved, a second managing means for managing an organization mode of a file to be restored, and the first managing means at the time of saving. The utility program for saving is selected and executed based on the organization style of the files to be saved that are managed by the
And a utility selection executing means for selecting and executing a utility program for restoration based on the organization mode of files to be restored managed by the management means.
【請求項2】 前記ユーティリティ選択実行手段はファ
イルの編成様式と退避用のユーティリティプログラムと
の対応テーブルを備え、該対応テーブルと退避対象とな
るファイルの編成様式とに基づいて退避用のユーティリ
ティプログラムを選択することを特徴とする請求項1記
載のファイルの退避復元方式。
2. The utility selection executing means includes a correspondence table between a file organization mode and a utility program for saving, and a utility program for saving is created based on the correspondence table and the organization mode of a file to be saved. 2. The file backup / restoration method according to claim 1, wherein the backup / restoration method is selected.
【請求項3】 前記ユーティリティ選択実行手段はファ
イルの編成様式と復元用のユーティリティプログラムと
の対応テーブルを備え、該対応テーブルと復元対象とな
るファイルの編成様式とに基づいて復元用のユーティリ
ティプログラムを選択することを特徴とする請求項1記
載のファイルの退避復元方式。
3. The utility selection executing means includes a correspondence table between a file organization mode and a utility program for restoration, and a utility program for restoration is defined based on the correspondence table and the organization mode of a file to be restored. 2. The file backup / restoration method according to claim 1, wherein the backup / restoration method is selected.
JP4057487A 1992-02-10 1992-02-10 File save and restore system Pending JPH05225025A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4057487A JPH05225025A (en) 1992-02-10 1992-02-10 File save and restore system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4057487A JPH05225025A (en) 1992-02-10 1992-02-10 File save and restore system

Publications (1)

Publication Number Publication Date
JPH05225025A true JPH05225025A (en) 1993-09-03

Family

ID=13057079

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4057487A Pending JPH05225025A (en) 1992-02-10 1992-02-10 File save and restore system

Country Status (1)

Country Link
JP (1) JPH05225025A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11203187A (en) * 1998-01-12 1999-07-30 Casio Comput Co Ltd Network terminal equipment and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11203187A (en) * 1998-01-12 1999-07-30 Casio Comput Co Ltd Network terminal equipment and storage medium

Similar Documents

Publication Publication Date Title
JP2005092542A (en) Device and method for creating jobnet configuration file
JPH08287162A (en) Work flow system
JP2003308213A (en) Method and apparatus for job processing and storage management system
US7636725B2 (en) XML multi-stage policy implementation in XSLT
JPH0863342A (en) Program management method and device therefor
JP3692715B2 (en) Software installation method
JPH05225025A (en) File save and restore system
JPH02227750A (en) File back-up system
JP2003030391A (en) Workflow system and its item deleting method, and program regarding the same method
JPH0950394A (en) Automatic data saving processing system
JP3056128B2 (en) Work area securing method
JP2004318810A (en) Data management method and system
JPH0566983A (en) File saving system
JP3497053B2 (en) Processing method in online database management system and online database management system
JPH1125185A (en) Work flow system and item duplication method in the system
JP2003076593A (en) Database management method and system
JP2000285031A (en) Method and device for automatically duplicating computer file
JPH04351147A (en) Additional service execution program management system
JP2003050720A (en) Method and program for acquiring information in online system, and computer readable recording medium in which the same program is recorded
JPH0659956A (en) File operation system with the term of validity
JPH05119979A (en) File use status control system
JPH05127965A (en) Design information restoring method
JPH11259345A (en) Sql define statement preparation device
JP2004355093A (en) Data backup restore method, and backup restore management program
JPH04309124A (en) Job operation information generating method