JPH1011344A - Data backup method - Google Patents

Data backup method

Info

Publication number
JPH1011344A
JPH1011344A JP8162999A JP16299996A JPH1011344A JP H1011344 A JPH1011344 A JP H1011344A JP 8162999 A JP8162999 A JP 8162999A JP 16299996 A JP16299996 A JP 16299996A JP H1011344 A JPH1011344 A JP H1011344A
Authority
JP
Japan
Prior art keywords
backup
file
data
accesses
file system
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
JP8162999A
Other languages
Japanese (ja)
Inventor
Yuji Aoki
裕司 青木
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP8162999A priority Critical patent/JPH1011344A/en
Publication of JPH1011344A publication Critical patent/JPH1011344A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To frequently backup and preserve a file with multiple updating times to protect it by providing a step for referring to access times in a prescribed period and a step for backup-holding a file system where the access times are more than a fixed value at a set time. SOLUTION: A backup controller 11 reads a backup managing file 16 and a setting file 14 and, then, reads information of a disk access information table 15. The backup controller 11 compares the setting files 14 with data of the disk access information table 15, specifies the area with the high updating frequency, executes incorporation at the beginning of a backup schedule and shortens the backup interval of a backup object file system with multiple updating times. Then, the schedule where the area with the lower updating frequency is delayed in the backup schedule is set and applying data in an object disk device 12 is preserved in a tape device 13 at every setting file 14.

Description

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

【0001】[0001]

【発明の属する技術分野】この発明は、計算機システム
におけるメモリ装置とバックアップ装置間のバックアッ
プ・データの保存方法に関するものである。
The present invention relates to a method of storing backup data between a memory device and a backup device in a computer system.

【0002】[0002]

【従来の技術】従来のデータ保存方法においては、デー
タの保存は、指定したスケジュールで指定した対象すべ
てに指定した順番で行われていた。図4は、従来の方法
を行う装置の構成とファイル情報の例を示す図である。
図において、31はバックアップ制御装置、32はバッ
クアップ使用とする対象のシステムのメモリであるディ
スク装置、33はバックアップ用のテープである。ま
た、34はバックアップ制御装置が参照するバックアッ
プ用の設定ファイルである。
2. Description of the Related Art In a conventional data storage method, data storage is performed in a specified order on all targets specified by a specified schedule. FIG. 4 is a diagram showing a configuration of an apparatus for performing a conventional method and an example of file information.
In the figure, 31 is a backup control device, 32 is a disk device which is a memory of a system to be used for backup, and 33 is a tape for backup. Reference numeral 34 denotes a backup setting file referred to by the backup control device.

【0003】上記構成のバックアップ・システムの動作
は、以下の通りである。データ保存を行うバックアップ
制御装置31は、設定ファイル34に従い、設定ファイ
ル34に記述された順番/usr、/etc、/com
monの順で、バックアップ対象のディスク装置32の
データを読み出し、テープ装置33に保存する。図5
に、上記構成の装置による動作の流れをフローチャート
で示す。即ち、ステップ41で所定のバックアップ時刻
になると、ステップ42で設定ファイル34を参照し、
ステップ43で所要の対象ファイルをテープ装置33に
保存する。ところで、データの保存を短時間で行うため
に、以前の保存情報をもとにして変更部分のみをバック
アップするインクリメンタル・バックアップ方法が知ら
れている。しかし、この方法においても、どこをバック
アップするかをバックアップ対象ファイルシステム全体
にわたって走査して調べる必要があった。また、データ
ベースにおいては、データベース自身が管理するディス
ク更新情報に基づき、バックアップ範囲を特定してい
た。
The operation of the backup system having the above configuration is as follows. The backup control device 31 that saves the data follows the setting file 34 in the order described in the setting file 34 / usr, / etc, / com.
The data of the disk device 32 to be backed up is read out in the order of mon and stored in the tape device 33. FIG.
2 is a flowchart showing the flow of the operation of the device having the above configuration. That is, when a predetermined backup time is reached in step 41, the setting file 34 is referred to in step 42,
In step 43, the required target file is stored in the tape device 33. By the way, there is known an incremental backup method for backing up only a changed portion based on previously stored information in order to save data in a short time. However, even in this method, it is necessary to scan the entire file system to be backed up to find out where to back up. In the database, a backup range is specified based on disk update information managed by the database itself.

【0004】上記のように、通常のデータ保存方法にお
いては、指定の時刻にバックアップ対象ボリュームすべ
てのデータ保存を行っており、特に更新頻度が高く頻繁
なデータ保存が必要とされる領域も、更新頻度が低く間
隔の空いたバックアップで済む領域も同時にバックアッ
プするので、1回のバックアップに要する時間が長い。
また、システム障害が発生した場合、更新頻度の高い領
域では、その時点でバックアップされていないデータが
失われる確率が高い。また、更新頻度の低い領域であっ
ても、更新されたファイルをチェックするため、毎回フ
ァイルの更新状況をチェックする必要がある。データベ
ースシステムでは、データベース自身がディスクの更新
情報を管理しているため、必要部分のバックアップを行
うことが可能であるが、データベース以外の一般のアプ
リケーションが更新するデータに関しては、オペレーテ
ィングシステムが管理するディスク更新情報が存在して
いたが、この情報をバックアップに利用していない。
As described above, in the ordinary data storage method, the data of all the volumes to be backed up is stored at a specified time, and especially the area which is frequently updated and which requires frequent data storage is updated. Areas that need to be backed up infrequently and at intervals are also backed up at the same time, so the time required for one backup is long.
Further, when a system failure occurs, there is a high probability that data that has not been backed up at that time will be lost in an area with a high update frequency. Even in an area where the update frequency is low, it is necessary to check the update status of the file every time in order to check the updated file. In a database system, the database itself manages the update information of the disk, so it is possible to back up necessary parts.However, for data that is updated by general applications other than the database, the disk managed by the operating system Update information exists, but this information is not used for backup.

【0005】[0005]

【発明が解決しようとする課題】従来のデータ・バック
アップ方法は、上記のように行われているので、バック
アップに要する時間が長く、必然的にバックアップ間隔
があいて、データ消去の可能性が高くなるという課題が
あった。更に、常に指定の時刻にバックアップが行われ
るため、突発的な業務でシステムが高負荷の状態でもバ
ックアップを行い、業務システムの円滑な実行を妨げる
という課題があった。
Since the conventional data backup method is performed as described above, the time required for backup is long, there is necessarily a backup interval, and the possibility of data erasure is high. There was a problem of becoming. Furthermore, since the backup is always performed at the designated time, there is a problem that the backup is performed even when the system is under a heavy load in a sudden operation, which hinders the smooth execution of the business system.

【0006】この発明は、上記の課題を解決するために
なされたもので、メモリアクセス情報を参照し、アクセ
ス回数、優先度でバックアップ間隔を変化させ、より効
率的なデータ・バックアップ方法を得ることを目的とす
る。
SUMMARY OF THE INVENTION The present invention has been made to solve the above-mentioned problems, and it is an object of the present invention to obtain a more efficient data backup method by referring to memory access information and changing a backup interval according to the number of accesses and priority. With the goal.

【0007】[0007]

【課題を解決するための手段】この発明に係るデータ・
バックアップ方法は、バックアップ対象のファイルシス
テム単位でアクセス回数を記録するアクセス情報テーブ
ルを備えて、所定の期間におけるアクセス回数を参照す
るステップと、設定したバックアップ書き込み時刻にな
ると、アクセス回数が一定値以上のファイルシステムを
選択してバックアップ保存するステップとを備えた。
According to the present invention, there is provided a data storage system comprising:
The backup method includes an access information table that records the number of accesses for each file system to be backed up, and refers to the number of accesses in a predetermined period. Selecting and backing up a file system.

【0008】また更に、アクセス回数はメモリへの書き
込み回数とし、所定期間で一定回数以上書き込んだファ
イルをバックアップ保存するようにした。
Further, the number of times of access is the number of times of writing to the memory, and a file written more than a certain number of times in a predetermined period is backed up.

【0009】また更に、バックアップ書き込み時刻を複
数レベル設定し、これらレベルとアクセス回数の組み合
わせでバックアップ保存するようにした。
Further, a plurality of levels of backup write time are set, and backup storage is performed in a combination of these levels and the number of times of access.

【0010】また更に、ファイルシステムにバックアッ
プ優先度を設定し、これら優先度とアクセス回数の組み
合わせでバックアップ保存するようにした。
[0010] Furthermore, backup priorities are set in the file system, and backup storage is performed using a combination of these priorities and the number of accesses.

【0011】また更に、業務に関するアクセス回数を記
録する欄を設け、設定期間での業務に関するアクセス回
数が減ると、バックアップ保存を開始するようにした。
[0011] Further, a column for recording the number of accesses relating to the business is provided, and when the number of accesses relating to the business during the set period decreases, backup storage is started.

【0012】[0012]

【発明の実施の形態】BEST MODE FOR CARRYING OUT THE INVENTION

実施の形態1.図1は、この発明に係るデータ・バック
アップ方法を得る装置の構成を示す図である。図におい
て、11はバックアップ制御装置、12はバックアップ
しようとする対象のシステムのメモリであるディスク装
置、13はバックアップ用のテープである。14は従来
相当の設定ファイル、15は新たに設けたメモリへのア
クセス情報を記録するディスクアクセス情報テーブル
で、この場合は、バックアップの対象単位としてのファ
イル毎に所定期間毎の読み出し回数、書き込み回数と、
バックアップの優先度が記録される。16はバックアッ
プ制御装置11が動作した記録を記したバックアップ管
理ファイルである。
Embodiment 1 FIG. FIG. 1 is a diagram showing a configuration of an apparatus for obtaining a data backup method according to the present invention. In the figure, 11 is a backup control device, 12 is a disk device which is a memory of a system to be backed up, and 13 is a tape for backup. Reference numeral 14 denotes a conventional setting file, and reference numeral 15 denotes a disk access information table for recording access information to a newly provided memory. In this case, the number of times of reading and the number of times of writing for each file as a unit to be backed up for each predetermined period When,
The backup priority is recorded. Reference numeral 16 denotes a backup management file that records the operation of the backup control device 11.

【0013】上記構成の装置によるデータ・バックアッ
プ方法の動作概念は、以下の通りである。バックアップ
制御装置11は、バックアップ管理ファイル16、設定
ファイル14を読み込む。次に、ディスクアクセス情報
テーブル15の情報を読み込む。バックアップ制御装置
11は、設定ファイル14とディスクアクセス情報テー
ブル15のデータを比較し、更新頻度の高い領域を特定
し、バックアップ・スケジュールの最初に組み込む。更
新頻度の低い領域ほどバックアップ・スケジュールを遅
らせ、更新の全く行われていない領域は、バックアップ
を行わないようにスケジュールを設定し、設定ファイル
14毎に、対象のディスク装置12にある該当データを
テープ装置13に保存する。
The operation concept of the data backup method by the above-configured device is as follows. The backup control device 11 reads the backup management file 16 and the setting file 14. Next, the information in the disk access information table 15 is read. The backup control device 11 compares the data in the setting file 14 and the data in the disk access information table 15, specifies an area with a high update frequency, and incorporates the area into the beginning of the backup schedule. A backup schedule is delayed for an area with a low update frequency, and a schedule is set so that no backup is performed for an area where no update is performed. For each setting file 14, the corresponding data in the target disk device 12 is stored in a tape. It is stored in the device 13.

【0014】上記のように構成されたデータ保存方法
を、図2に示すフローチャートに従って具体的な動作と
して説明する。バックアップ設定時刻になると、ステッ
プ201において、バックアップ制御装置11は、バッ
クアップ管理ファイル16を読み込む。ステップ202
において、次に設定ファイル14を読み込む。ステップ
203において、更にバックアップ管理ファイル16に
記録された最終バックアップ時刻以降のディスクアクセ
ス情報テーブル15の情報を、オペレーティングシステ
ムより取得する。ステップ204において、ディスクア
クセス情報テーブル15の情報を読み込む。ステップ2
05において、設定ファイル14で設定されたバックア
ップ対象ファイルシステムとディスクアクセス情報テー
ブル15の情報を比較する。ステップ206において、
書き込み回数が0回のファイルシステムは、バックアッ
プが不要なため対象から外す。図1においては、/co
mmonの書き込み回数が0回なので、/common
をバックアップ対象から外す。
The data storage method configured as described above will be described as a specific operation according to the flowchart shown in FIG. When the set backup time comes, in step 201, the backup control device 11 reads the backup management file 16. Step 202
Next, the setting file 14 is read. In step 203, information of the disk access information table 15 after the last backup time recorded in the backup management file 16 is further obtained from the operating system. In step 204, the information in the disk access information table 15 is read. Step 2
At 05, the backup target file system set in the setting file 14 is compared with the information in the disk access information table 15. In step 206,
File systems for which the number of times of writing is 0 are excluded from the target because backup is unnecessary. In FIG. 1, / co
Since the number of times of writing is 0, / common
From the backup target.

【0015】ステップ207において、設定ファイル1
4で設定されたバックアップ対象ファイルシステムとデ
ィスクアクセス情報テーブル15の情報を比較し、書き
込み回数の多い順に並べる。図1においては、/et
c、/usrの順になる。ステップ208において、設
定ファイル14で設定されるバックアップ実行日が毎日
かどうか調べる。毎日バックアップする場合、ステップ
209へ、そうでない場合、ステップ211に進む。ス
テップ209において、昇順に並べたバックアップ対象
ファイルシステムの、例えば下位50%の場合、ステッ
プ210へ、上位50%の場合、ステップ213へ進
む。ステップ210において、前回バックアップ未実施
の場合、ステップ213へ進み、バックアップ実施済の
場合、バックアップ対象から外す。一方、ステップ21
1において、毎日ではなくても、その日がバックアップ
実行日の場合は、ステップ213へ、バックアップ実行
日でない場合は、ステップ212へ進む。ステップ21
2において、昇順に並べたバックアップ対象ファイルシ
ステムの上位50%の場合、ステップ213へ進み、下
位50%の場合、バックアップ対象から外す。ステップ
213において、バックアップ制御装置11は、ディス
ク装置12からテープ装置13にデータの保存を行う。
In step 207, the setting file 1
The backup target file system set in step 4 and the information in the disk access information table 15 are compared and arranged in descending order of the number of times of writing. In FIG. 1, / et
c, / usr. In step 208, it is checked whether the backup execution date set in the setting file 14 is every day. When the backup is performed every day, the process proceeds to step 209; otherwise, the process proceeds to step 211. In step 209, for example, in the case of the lower 50% of the backup target file systems arranged in ascending order, the process proceeds to step 210, and in the case of the upper 50%, the process proceeds to step 213. In step 210, if the previous backup has not been performed, the process proceeds to step 213. If the backup has been completed, the backup is excluded from the backup target. On the other hand, step 21
In 1, even if it is not every day, if the day is a backup execution day, the process proceeds to step 213. If not, the process proceeds to step 212. Step 21
In 2, in the case of the upper 50% of the backup target file systems arranged in ascending order, the process proceeds to Step 213, and in the case of the lower 50%, the file system is excluded from the backup target. In step 213, the backup control device 11 saves data from the disk device 12 to the tape device 13.

【0016】上記のように、バックアップを実行する場
合、オペレーティングシステムの管理するディスクアク
セス情報をもとに、更新回数の多いバックアップ対象フ
ァイルシステムのバックアップ間隔を短くするので、障
害発生時に失われるデータの量が最小限に抑えられる。
逆に、更新回数の少ないバックアップ対象ファイルシス
テムのバックアップ間隔を長くするので、不要なバック
アップ処理を減らすことができる。また、更新の行われ
ていないバックアップ対象ファイルシステムのバックア
ップを行わないので、不要なバックアップ処理がなくな
る。
As described above, when performing a backup, the backup interval of the file system to be backed up that is frequently updated is shortened based on the disk access information managed by the operating system. The amount is minimized.
On the other hand, since the backup interval of the file system to be backed up with a small number of updates is lengthened, unnecessary backup processing can be reduced. Also, since the backup target file system that has not been updated is not backed up, unnecessary backup processing is eliminated.

【0017】上記の実施の形態では、バックアップ単位
のファイルの所定期間での書き込み回数によりバックア
ップするかどうかを決めていた。これは、読み出し回数
も含めてアクセス回数としてもよい。また、ステップ2
09、ステップ212では、書き込み回数のみでその時
刻でのバックアップの実行の可否を決めていたが、図1
のアクセス情報テーブルにファイル毎の優先度を指定し
ておき、昇順リストにこの優先度を加味して、例えば、
優先度の高いものは上位50%に含めるようにしてもよ
い。もちろん、他の配分方法としてもよい。
In the above embodiment, whether or not to back up is determined by the number of times of writing a file in a backup unit in a predetermined period. This may be the number of times of access including the number of times of reading. Step 2
In step 09 and step 212, whether or not backup can be executed at that time is determined only by the number of writes.
Priority is specified for each file in the access information table, and this priority is added to the ascending order list.
Higher priority ones may be included in the top 50%. Of course, other distribution methods may be used.

【0018】実施の形態2.図3は、この発明に係る他
のデータ・バックアップ方法の処理を示すフローチャー
トである。以下に、本実施の形態のデータ・バックアッ
プ方法の動作を説明する。即ち、バックアップを実行す
る時点でのディスクアクセス頻度が低い場合にデータ保
存を実行し、頻度が高い場合、データ保存を延期する。
この場合のディスクアクセス情報は、対象とする業務シ
ステムにおいてのメモリアクセス回数と考えられる。ま
ず、具体的動作として、ステップ51で過去24時間の
1時間毎のディスクアクセス情報を取得する。ステップ
52で直前1時間のディスクアクセス回数が、それ以前
のディスクアクセス回数より少ない場合、ステップ55
へ、多い場合、ステップ53へ進む。ステップ53で、
例えば1時間後休止する。ステップ54で、直前1時間
のディスクアクセス情報を取得し、ステップ52に戻
る。ステップ55で、データのバックアップを実行す
る。
Embodiment 2 FIG. FIG. 3 is a flowchart showing processing of another data backup method according to the present invention. The operation of the data backup method according to the present embodiment will be described below. That is, data storage is performed when the frequency of disk access at the time of backup execution is low, and data storage is postponed when the frequency is high.
The disk access information in this case can be considered as the number of memory accesses in the target business system. First, as a specific operation, in step 51, disk access information for each hour in the past 24 hours is acquired. If the disk access count in the immediately preceding hour is less than the previous disk access count in step 52, step 55
If there are many, go to step 53. In step 53,
Pause for example after one hour. In step 54, the disk access information for the last hour is acquired, and the process returns to step 52. At step 55, data backup is performed.

【0019】ところで上記説明では、バックアップ・ス
ケジュールを設定するために、ディスクアクセス情報を
参照して実施したが、プロセス実行状況を参照してプロ
セス数の少ない時間にバックアップを行ってもよい。ま
た、ファイルシステム単位にディスクアクセス情報を記
録したが、ファイル単位に実施してもよい。
In the above description, the backup schedule is set with reference to the disk access information. However, the backup may be performed at a time when the number of processes is small with reference to the process execution status. Further, the disk access information is recorded in file system units, but may be implemented in file units.

【0020】[0020]

【発明の効果】上記のようにこの発明によれば、ファイ
ルシステムのアクセス回数を記録するアクセス情報テー
ブルを持ち、所定期間のアクセス回数を参照するステッ
プと、設定時刻にアクセス回数が一定値以上のファイル
システムをバックアップ保存するステップとを備えたの
で、更新回数の多いファイルを頻度高くバックアップ保
存して保護する効果がある。
As described above, according to the present invention, there is provided an access information table for recording the number of accesses to the file system, the step of referring to the number of accesses in a predetermined period, and the step in which the number of accesses exceeds a predetermined value at a set time. Since the step of backing up and saving the file system is provided, there is an effect that the frequently updated files are frequently backed up and protected.

【0021】また更に、バックアップ時刻と優先度の組
み合わせでバックアップ保存するので、優先度に応じて
効率よくファイル保護する効果がある。
Further, since the backup is stored in a combination of the backup time and the priority, there is an effect that the file is efficiently protected according to the priority.

【0022】また更に、メモリへの業務のアクセス回数
が減るとバックアップ保存を開始するので、業務実行を
妨げずにバックアップができる効果がある。
Furthermore, when the number of accesses to the memory for business operations decreases, backup storage is started, so that there is an effect that backup can be performed without hindering business execution.

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

【図1】 この発明に係わるバックアップ方法を得る装
置の構成を示す図である。
FIG. 1 is a diagram showing a configuration of an apparatus for obtaining a backup method according to the present invention.

【図2】 この発明のバックアップ方法の処理の手順の
例を示すフローチャート図である。
FIG. 2 is a flowchart illustrating an example of a processing procedure of a backup method according to the present invention;

【図3】 この発明の他の実施の形態におけるバックア
ップ方法の処理の手順を示すフローチャート図である。
FIG. 3 is a flowchart illustrating a procedure of a backup method according to another embodiment of the present invention;

【図4】 従来のバックアップ装置の構成とファイル情
報の例を示す図である。
FIG. 4 is a diagram showing a configuration of a conventional backup device and an example of file information.

【図5】 従来のバックアップ装置による処理の手順を
示すフローチャート図である。
FIG. 5 is a flowchart illustrating a procedure of a process performed by a conventional backup device.

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

11 バックアップ制御装置、12 ディスク装置、1
3 バックアップ用テープ装置、14 設定ファイル、
15 ディスクアクセス情報テーブル、16バックアッ
プ管理ファイル。
11 backup control unit, 12 disk unit, 1
3 tape device for backup, 14 setting files,
15 Disk access information table, 16 Backup management file.

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 バックアップ対象のファイルシステム単
位でアクセス回数を記録するアクセス情報テーブルを備
えて、 所定の期間における上記アクセス回数を参照するステッ
プと、 設定したバックアップ書き込み時刻になると、上記アク
セス回数が一定値以上のファイルシステムを選択してバ
ックアップ保存するステップとを備えたデータ・バック
アップ方法。
1. An access information table for recording the number of accesses for each file system to be backed up, the step of referring to the number of accesses in a predetermined period; Selecting a file system having a value greater than or equal to the value and backing up the data.
【請求項2】 アクセス回数はメモリへの書き込み回数
とし、所定期間で一定回数以上書き込んだファイルをバ
ックアップ保存することを特徴とする請求項1記載のデ
ータ・バックアップ方法。
2. The data backup method according to claim 1, wherein the number of times of access is the number of times of writing to the memory, and a file written over a certain number of times in a predetermined period is backed up.
【請求項3】 バックアップ書き込み時刻を複数レベル
設定し、上記レベルとアクセス回数の組み合わせでバッ
クアップ保存することを特徴とする請求項1記載のデー
タ・バックアップ方法。
3. The data backup method according to claim 1, wherein a plurality of levels of backup write time are set, and backup storage is performed in a combination of the level and the number of accesses.
【請求項4】 ファイルシステムにバックアップ優先度
を設定し、上記優先度とアクセス回数の組み合わせでバ
ックアップ保存することを特徴とする請求項1記載のデ
ータ・バックアップ方法。
4. The data backup method according to claim 1, wherein a backup priority is set in the file system, and the backup is stored in a combination of the priority and the access count.
【請求項5】 業務に関するアクセス回数を記録する欄
を設け、設定期間での上記業務に関するアクセス回数が
減ると、バックアップ保存を開始することを特徴とする
請求項1記載のデータ・バックアップ方法。
5. The data backup method according to claim 1, further comprising the step of providing a column for recording the number of accesses relating to a task, and starting backup backup when the number of accesses relating to the task during a set period decreases.
JP8162999A 1996-06-24 1996-06-24 Data backup method Pending JPH1011344A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8162999A JPH1011344A (en) 1996-06-24 1996-06-24 Data backup method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8162999A JPH1011344A (en) 1996-06-24 1996-06-24 Data backup method

Publications (1)

Publication Number Publication Date
JPH1011344A true JPH1011344A (en) 1998-01-16

Family

ID=15765281

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8162999A Pending JPH1011344A (en) 1996-06-24 1996-06-24 Data backup method

Country Status (1)

Country Link
JP (1) JPH1011344A (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001014336A (en) * 1999-06-30 2001-01-19 Sharp Corp Database system and its control method, and computer- readable recording medium where the control program is recorded
JP2007058346A (en) * 2005-08-22 2007-03-08 Hitachi Ltd Storage system
JP2013246786A (en) * 2012-05-29 2013-12-09 Nomura Research Institute Ltd Database shifting system
JP2014063217A (en) * 2012-09-19 2014-04-10 Fujitsu Ltd Backup control program, backup control method, and information processor
JP2014154044A (en) * 2013-02-12 2014-08-25 Hitachi Solutions Ltd Business document processor and business document processing program
JP2015122702A (en) * 2013-12-25 2015-07-02 富士通テレコムネットワークス株式会社 Report system and user information back-up method
JP2015534157A (en) * 2012-09-04 2015-11-26 マイクロソフト コーポレーション Device backup and update with data usage statistics
JP2016018368A (en) * 2014-07-08 2016-02-01 富士ゼロックス株式会社 File management device and program
JP2017134440A (en) * 2016-01-25 2017-08-03 Necプラットフォームズ株式会社 Memory control circuit, memory control system, memory control method, and memory control program
US10243824B2 (en) 2012-01-27 2019-03-26 Microsoft Technology Licensing, Llc On-device attribution of network data usage

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001014336A (en) * 1999-06-30 2001-01-19 Sharp Corp Database system and its control method, and computer- readable recording medium where the control program is recorded
JP2007058346A (en) * 2005-08-22 2007-03-08 Hitachi Ltd Storage system
US7987466B2 (en) 2005-08-22 2011-07-26 Hitachi, Ltd. Storage system
US8220000B2 (en) 2005-08-22 2012-07-10 Hitachi, Ltd. System and method for executing files stored in logical units based on priority and input/output load of the logical units
US10243824B2 (en) 2012-01-27 2019-03-26 Microsoft Technology Licensing, Llc On-device attribution of network data usage
US11223549B2 (en) 2012-01-27 2022-01-11 Microsoft Technology Licensing, Llc Managing data transfers over network connections based on priority and a data usage plan
JP2013246786A (en) * 2012-05-29 2013-12-09 Nomura Research Institute Ltd Database shifting system
JP2015534157A (en) * 2012-09-04 2015-11-26 マイクロソフト コーポレーション Device backup and update with data usage statistics
JP2014063217A (en) * 2012-09-19 2014-04-10 Fujitsu Ltd Backup control program, backup control method, and information processor
JP2014154044A (en) * 2013-02-12 2014-08-25 Hitachi Solutions Ltd Business document processor and business document processing program
JP2015122702A (en) * 2013-12-25 2015-07-02 富士通テレコムネットワークス株式会社 Report system and user information back-up method
JP2016018368A (en) * 2014-07-08 2016-02-01 富士ゼロックス株式会社 File management device and program
JP2017134440A (en) * 2016-01-25 2017-08-03 Necプラットフォームズ株式会社 Memory control circuit, memory control system, memory control method, and memory control program

Similar Documents

Publication Publication Date Title
CA2207735C (en) Storage of computer data
US5694576A (en) Cache control by adding record identification information to partial write request
US6557073B1 (en) Storage apparatus having a virtual storage area
US6691136B2 (en) Fast data retrieval based upon contiguous consolidation of records according to frequency of access
US20100138391A1 (en) Management method, management program and management apparatus of database
US8140793B2 (en) Virtual tape device, data backup method, and recording medium
JPH1011344A (en) Data backup method
US7162602B2 (en) More granular and more efficient write protection for disk volumes
JPH0991099A (en) Disk update log recording system
JPH02148235A (en) Data drawback system
US6757804B2 (en) Method and system for reducing fragmentation
CN102063273B (en) Hard disk management method and device
JP2842224B2 (en) How to save files
US5933839A (en) Distributed file system for renewing data with high integrity
JP2001318829A (en) Device and method for controlling rewriting of flash memory
JP3988417B2 (en) Computer system, storage device, file arrangement method, and file arrangement program
JP2838988B2 (en) File storage system in external storage device
JPS62130440A (en) Cache subsystem
JPH06168079A (en) Data backup system
JPH1011335A (en) Hierachical file system
JPS62241047A (en) Shared control method for input/output buffer by data base control system
JP3328849B2 (en) Data writing processor
JPS63301337A (en) Data file managing system
JPS58163054A (en) Member replacing system of section data set
JPH03269725A (en) Program checking system for computer system