JP3057771B2 - File system copy method - Google Patents

File system copy method

Info

Publication number
JP3057771B2
JP3057771B2 JP3009298A JP929891A JP3057771B2 JP 3057771 B2 JP3057771 B2 JP 3057771B2 JP 3009298 A JP3009298 A JP 3009298A JP 929891 A JP929891 A JP 929891A JP 3057771 B2 JP3057771 B2 JP 3057771B2
Authority
JP
Japan
Prior art keywords
file
file system
directory
transfer
transferred
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.)
Expired - Fee Related
Application number
JP3009298A
Other languages
Japanese (ja)
Other versions
JPH04253234A (en
Inventor
泰行 清水
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co Ltd
Fujifilm Business Innovation 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 Fuji Xerox Co Ltd, Fujifilm Business Innovation Corp filed Critical Fuji Xerox Co Ltd
Priority to JP3009298A priority Critical patent/JP3057771B2/en
Publication of JPH04253234A publication Critical patent/JPH04253234A/en
Application granted granted Critical
Publication of JP3057771B2 publication Critical patent/JP3057771B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

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

Description

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

【0001】[0001]

【産業上の利用分野】この発明は、計算機システムの外
部記憶装置として用いられるファイルシステムに関し、
特にファイルシステムのバックアップを行う際の複写方
式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a file system used as an external storage device of a computer system.
In particular, the present invention relates to a copying method for backing up a file system.

【0002】[0002]

【従来の技術】従来、この種のファイルシステムでは、
システムの障害及び誤操作に備えてデ−タのバックアッ
プを行っている。これまでのバックアップ方式ではファ
イルの内容を転送する際に、部分木を構成するファイル
又はディレクトリごとに障害の有無を検査し、障害のな
い部分だけを相手側のファイルシステムに転送するよう
にしていた。
2. Description of the Related Art Conventionally, in this type of file system,
Data is backed up in case of system failure or erroneous operation. In the conventional backup method, when transferring the contents of a file, the existence of a failure is checked for each file or directory constituting the subtree, and only the part without the failure is transferred to the file system of the other party. .

【0003】[0003]

【発明が解決しようとする課題】上述した複写方式で
は、ファイルを転送する側のファイルシステムの木構造
を解釈し、次に、一つ一つのファイルやディレクトリの
障害の有無を検査するという手続きを経る必要があっ
た。このため、転送を行う際の処理手順が複雑になり、
特に複写するファイルの容量が大きいときには、転送に
時間がかかるという問題点があった。
In the above-described copying method, a procedure of interpreting the tree structure of the file system on the file transfer side and then checking each file or directory for a failure is performed. I had to go through. This complicates the processing procedure when performing the transfer,
Particularly, when the capacity of the file to be copied is large, there is a problem that the transfer takes time.

【0004】この発明は、転送の処理手順を簡略化し、
転送時間を短縮することができるファイルシステムの複
写方式を提供することを目的とする。
The present invention simplifies the transfer procedure,
It is an object of the present invention to provide a file system copying method capable of reducing transfer time.

【0005】[0005]

【課題を解決するための手段】上記目的を達成するため
この発明は、ファイルおよびディレクトリから構成され
る木構造のデータを他のファイルシステムに複写するフ
ァイルシステムの複写方式において、前記木構造のデー
タを一括して前記他のファイルシステムに転送し、該転
送に失敗した場合は、該木構造のデータの1階層下の部
分木単位でデータの転送を行い、ここで転送に失敗した
部分木に対しては、更に1階層下の部分木若しくはファ
イル単位でデータの転送を行い、上記処理を繰り返すこ
とにより障害ファイルを特定することを特徴とする。
SUMMARY OF THE INVENTION In order to achieve the above object, the present invention relates to a file system copying method for copying tree-structured data composed of files and directories to another file system. Are transferred to the other file system in a lump. If the transfer fails, the data is transferred in units of subtrees one layer below the tree-structured data. On the other hand, the method is characterized in that data is further transferred in units of subtrees or files lower by one layer, and the above-described processing is repeated to specify a faulty file.

【0006】なお、部分木とは特定のディレクトリの下
に構成されるファイル又はディレクトリの集まりをい
う。
[0006] A partial tree is a collection of files or directories formed under a specific directory.

【0007】[0007]

【作用】まず、上位階層の部分木の転送に失敗したとき
は、一階層下の部分木を転送する。このとき、部分木の
中に障害ファイルやディレクトリが含まれていないとき
は転送に成功するので、その部分木の複写は完了する。
一方、その部分木の中に障害ファイル等が含まれている
ときは転送に失敗するので、更に一階層下の部分木を転
送する。このように、転送の可否に応じて下位の部分木
を転送する処理を繰り返すことにより、障害のあるファ
イル又はディレクトリに辿り着くことができる。したが
って、転送時に一つ一つのファイルやディレクトリを検
査することなしに、障害を持つファイル又はディレクト
リを特定することができる。
First, when the transfer of the subtree of the upper hierarchy fails, the subtree of the lower hierarchy is transferred. At this time, if the failure file or directory is not included in the partial tree, the transfer is successful, and the copying of the partial tree is completed.
On the other hand, when a failure file or the like is included in the partial tree, the transfer fails, so the partial tree further lower in the hierarchy is transferred. In this way, by repeating the process of transferring the lower subtree depending on whether or not the transfer is possible, it is possible to reach the faulty file or directory. Therefore, a file or directory having a failure can be specified without checking each file or directory at the time of transfer.

【0008】[0008]

【実施例】以下、この発明に係わるファイルシステムの
ファイル複写方式の一実施例を説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of a file copying method of a file system according to the present invention will be described below.

【0009】第1図は、この発明に係わるファイル複写
方式を実現するためのファイルシステムの一実施例を示
すブロック図である。
FIG. 1 is a block diagram showing one embodiment of a file system for realizing a file copying system according to the present invention.

【0010】第1図において、1はファイルを送る側の
ファイルシステム、2はファイルシステム1のデ−タ処
理を行うCPU、3はファイルを受ける側のファイルシ
ステム、4はファイルシステム3のデ−タ処理を行うC
PU、5はCPU2とCPU4が接続されたネットワ−
クであり、CPU2とCPU4の間でデ−タ転送が可能
となるように構成されている。なお、CPU2とCPU
4は同一であってもよい。
In FIG. 1, reference numeral 1 denotes a file system on the file sending side, 2 denotes a CPU for processing data of the file system 1, 3 denotes a file system on the file receiving side, and 4 denotes data on the file system 3. C that performs data processing
PU 5 is a network to which CPU 2 and CPU 4 are connected.
It is configured so that data transfer between the CPU 2 and the CPU 4 is possible. The CPU 2 and the CPU 2
4 may be the same.

【0011】第1図において、ファイルシステム1から
ファイルシステム3に部分木を一括して転送する場合、
まず、CPU2はデ−タをシ−ケンシャルなビット列6
に変換する。次にCPU2はビット列6をそのままの形
式でCPU2からCPU4に転送する。CPU4では、
ビット列6から元の部分木を再構成し、ファイルシステ
ム3に格納する。
In FIG. 1, when a partial tree is transferred from the file system 1 to the file system 3 collectively,
First, the CPU 2 converts the data into a sequential bit string 6.
Convert to Next, the CPU 2 transfers the bit string 6 from the CPU 2 to the CPU 4 in the same format. In CPU4,
The original subtree is reconstructed from the bit string 6 and stored in the file system 3.

【0012】第2図は、上記ファイルシステム1の木構
造を模式的に示した概念図である。この図では、ディレ
クトリを楕円、ファイルを長方形で表しており、斜線の
ファイルFに障害があるものとする。このようなファイ
ルシステムを転送する場合、まず、ディレクトリA以下
の部分木全体を転送する。しかし、ここでは、障害を持
つファイルFが含まれているため転送に失敗する。次
に、ディレクトリAの一階層下のレベルに移動し、ディ
レクトリB以下及びC以下の部分木を転送する。ディレ
クトリC以下の部分木には障害を持つファイルが含まれ
ていないため転送は成功する。一方、ディレクトリB以
下の部分木にはファイルFが含まれているので転送は失
敗する。次に、ディレクトリBの一階層下のレベルに移
動し、ディレクトリD以下及びE以下の部分木を転送す
る。ここでは、ディレクトリD以下の部分木にはファイ
ルFが含まれているために転送は失敗するが、ディレク
トリE以下の部分木には障害を持つファイルが含まれて
いないため転送は成功する。最後にディレクトリDの一
階層下のレベルで転送を試みる。ここで、ファイルGの
転送には成功するが、ファイルFは障害があるために失
敗する。したがって、この時点で障害を持つファイルF
を特定することができる。なお、ディレクトリに障害が
あるときは、そのディレクトリの障害を復旧し、再度転
送を試みることによって、そのディレクトリ以下の部分
木を転送することができる。
FIG. 2 is a conceptual diagram schematically showing the tree structure of the file system 1. As shown in FIG. In this figure, the directory is represented by an ellipse and the file is represented by a rectangle, and it is assumed that the hatched file F has an obstacle. When transferring such a file system, first, the entire subtree under the directory A is transferred. However, in this case, the transfer fails because the file F having the failure is included. Next, the directory tree is moved to a level one level below the directory A, and the subtrees below the directories B and C are transferred. The transfer succeeds because the subtree under the directory C does not include a file having a failure. On the other hand, the transfer fails because the subtree under the directory B contains the file F. Next, it moves to a level one level below the directory B, and transfers the subtrees below the directories D and E. Here, the transfer fails because the subtree below the directory D includes the file F, but the transfer succeeds because the subtree below the directory E does not include a file having a failure. Finally, transfer is attempted at a level one level below the directory D. Here, the transfer of the file G succeeds, but the file F fails because of a failure. Therefore, the file F with the fault at this point
Can be specified. If there is a failure in the directory, the failure in the directory is recovered and the transfer is attempted again, whereby the subtree under the directory can be transferred.

【0013】次に、第2図に示した部分木の障害部分を
特定する場合のCPU2の処理手順を、第1図を参照し
ながら第3図のフロ−チャ−トに基づいて説明する。
Next, the processing procedure of the CPU 2 for specifying the faulty part of the partial tree shown in FIG. 2 will be described with reference to FIG. 1 based on the flowchart of FIG.

【0014】まず、CPU2は最上位階層にあるディレ
クトリ以下の部分木を転送し(ステップ101)、転送
できたかどうかを判断する(ステップ102)。ここ
で、転送できなかったときは、一階層下のレベルに移動
し(ステップ103)、先頭のディレクトリにアクセス
する(ステップ104)。そして、アクセスできたかど
うかを判断し(ステップ105)、アクセスできないと
きは、そのディレクトリに障害があると判定してユ−ザ
−に通知する(ステップ106)。なお、部分木が転送
できたかどうか、及びディレクトリにアクセスできたか
どうかはエラ−情報の有無によって判断する。
First, the CPU 2 transfers a subtree below the directory in the highest hierarchy (step 101), and determines whether or not the transfer was successful (step 102). Here, if the transfer has failed, the directory is moved down one level (step 103), and the first directory is accessed (step 104). Then, it is determined whether or not the access is successful (step 105). If the access is not possible, it is determined that the directory has a failure and the user is notified (step 106). Whether the subtree has been transferred and whether the directory has been accessed are determined based on the presence or absence of error information.

【0015】また、ステップ105において、ディレク
トリにアクセスできたときは、そのディレクトリ以下の
部分木を転送し(ステップ107)、転送できたかどう
かを判断する(ステップ108)。ここで、部分木が転
送できたときは、同じレベルにある全てのディレクトリ
以下の部分木を転送したかどうかを判断し(ステップ1
09)、全ての部分木が転送されていないときは、同じ
レベルの次のディレクトリへアクセスし(ステップ11
0)、ステップ105にリタ−ンする。また、ステップ
108において、部分木が転送できなかったときは、そ
の部分木がファイルのみで構成されているかどうかを判
断する(ステップ111)。ここで、部分木がファイル
のみで構成されているときは、そのファイルに障害があ
ると判定し、ユ−ザ−に通知する(ステップ112)。
また、部分木がファイルのみでないときは、ステップ1
03にリタ−ンし、障害のあるファイル又はディレクト
リに辿り着くまで、上記処理を繰り返す。
If the directory can be accessed in step 105, the subtree under the directory is transferred (step 107), and it is determined whether or not the transfer was successful (step 108). Here, when the partial tree has been successfully transferred, it is determined whether or not the partial trees under all directories at the same level have been transferred (step 1).
09) If all subtrees have not been transferred, access is made to the next directory at the same level (step 11).
0), and return to step 105. If the subtree cannot be transferred in step 108, it is determined whether or not the subtree is composed only of files (step 111). If the partial tree is composed of only the file, it is determined that the file has a failure, and the user is notified (step 112).
If the subtree is not only a file, step 1
Returning to 03, the above process is repeated until a faulty file or directory is reached.

【0016】上述した処理により、第2図に示したファ
イルシステムのうち、障害の起きていない部分のみを相
手側のシステムに転送(複写)することができる。な
お、障害が起こる前のファイルシステムの複写を相手側
のファイルシステムで保存していた場合、転送できなか
った障害部分(ファイル又はディレクトリ)について
は、障害が起こる前に複写したファイルシステムの同じ
部分を複写することによって、より元のファイルシステ
ムに近い複写を作成することができる。
According to the above-described processing, only the portion of the file system shown in FIG. 2 where no failure has occurred can be transferred (copied) to the system of the other party. If a copy of the file system before the failure occurred was stored in the file system of the other party, the failed part (file or directory) that could not be transferred is the same part of the file system copied before the failure occurred. By copying, a copy closer to the original file system can be created.

【0017】また、上述した実施例では、木構造の最上
位階層にあるディレクトリ以下の部分木から転送する場
合について述べたが、中位又は下位の階層にあるディレ
クトリ以下の部分木から転送を行うようにしてもよい。
Further, in the above-described embodiment, the case where the transfer is performed from the subtree below the directory in the highest hierarchy of the tree structure is described, but the transfer is performed from the subtree below the directory in the middle or lower hierarchy. You may do so.

【0018】[0018]

【発明の効果】以上説明したように、この発明に係わる
ファイルシステムの複写方式では、部分木の転送に失敗
したときは一階層下のレベルの部分木を転送するという
処理を継続して行うことにより、障害の起きているファ
イル又はディレクトリを特定するようにしたため、転送
前の木構造の解釈やファイルやディレクトリの障害の検
査が不要となり、複写を行う際の処理手順を簡略化する
ことができる。したがって、ファイルの容量が大きい場
合でも、複写に要する時間は大幅に短縮され、複写効率
をより向上させることが可能となる。
As described above, in the file system copying method according to the present invention, when the transfer of the subtree fails, the process of transferring the subtree of the next lower hierarchy level is performed continuously. As a result, since a file or directory in which a failure has occurred is specified, it is not necessary to interpret the tree structure before the transfer or check for a failure in the file or directory, thereby simplifying the processing procedure at the time of copying. . Therefore, even when the file capacity is large, the time required for copying is greatly reduced, and the copying efficiency can be further improved.

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

【図1】この発明に係わる複写方式を実現するためのフ
ァイルシステムの一実施例を示すブロック図。
FIG. 1 is a block diagram showing an embodiment of a file system for realizing a copying method according to the present invention.

【図2】第1図に示したファイルシステムの木構造を模
式的に示した概念図。
FIG. 2 is a conceptual diagram schematically showing a tree structure of the file system shown in FIG. 1;

【図3】部分木の障害部分を特定する場合のCPUの処
理手順を示すフロ−チャ−ト。
FIG. 3 is a flowchart showing a processing procedure of a CPU when a faulty part of a partial tree is specified.

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

1、3…ファイルシステム 2、4…CPU 6…ビット列 1, 3, file system 2, 4, CPU 6, bit sequence

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 ファイルおよびディレクトリから構成さ
れる木構造のデータを他のファイルシステムに複写する
ファイルシステムの複写方式において、 前記木構造のデータを一括して前記他のファイルシステ
ムに転送し、該転送に失敗した場合は、該木構造のデー
タの1階層下の部分木単位でデータの転送を行い、ここ
で転送に失敗した部分木に対しては、更に1階層下の部
分木若しくはファイル単位でデータの転送を行い、上記
処理を繰り返すことにより障害ファイルを特定すること
を特徴とするファイルシステムの複写方式。
1. A file system copying method for copying tree-structured data composed of files and directories to another file system, wherein the tree-structured data is collectively transferred to the other file system. If the transfer fails, the data is transferred in units of subtrees one level below the tree-structured data. A file system copying method characterized in that a data file is transferred and a faulty file is specified by repeating the above processing.
JP3009298A 1991-01-29 1991-01-29 File system copy method Expired - Fee Related JP3057771B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3009298A JP3057771B2 (en) 1991-01-29 1991-01-29 File system copy method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3009298A JP3057771B2 (en) 1991-01-29 1991-01-29 File system copy method

Publications (2)

Publication Number Publication Date
JPH04253234A JPH04253234A (en) 1992-09-09
JP3057771B2 true JP3057771B2 (en) 2000-07-04

Family

ID=11716567

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3009298A Expired - Fee Related JP3057771B2 (en) 1991-01-29 1991-01-29 File system copy method

Country Status (1)

Country Link
JP (1) JP3057771B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3672465B2 (en) * 1999-09-20 2005-07-20 日本電信電話株式会社 File storage device

Also Published As

Publication number Publication date
JPH04253234A (en) 1992-09-09

Similar Documents

Publication Publication Date Title
JP2925931B2 (en) Selective addition of file system side effects
US6865655B1 (en) Methods and apparatus for backing up and restoring data portions stored in client computer systems
US7613806B2 (en) System and method for managing replication sets of data distributed over one or more computer systems
US7257257B2 (en) Method and apparatus for differential, bandwidth-efficient and storage-efficient backups
US5742817A (en) Method and apparatus for file server addressing
US7139808B2 (en) Method and apparatus for bandwidth-efficient and storage-efficient backups
US5761677A (en) Computer system method and apparatus providing for various versions of a file without requiring data copy or log operations
US7284150B2 (en) System and method for reliably storing data and providing efficient incremental backup and asynchronous mirroring by preferentially handling new data
US6513051B1 (en) Method and system for backing up and restoring files stored in a single instance store
US6061770A (en) System and method for real-time data backup using snapshot copying with selective compaction of backup data
US7464238B1 (en) System and method for verifying the consistency of mirrored data sets
US7681069B1 (en) Corruption checking during backup
CN113220729B (en) Data storage method and device, electronic equipment and computer readable storage medium
US11392458B2 (en) Reconstructing lost data objects by generating virtual user files from available nodes within a cluster
US20090070539A1 (en) Automated File Recovery Based on Subsystem Error Detection Results
US10223205B2 (en) Disaster recovery data sync
US7478101B1 (en) System-independent data format in a mirrored storage system environment and method for using the same
Banatre et al. Ensuring data security and integrity with a fast stable storage
JPH11110275A (en) Database system, control device for the same and information processor
WO2024207831A1 (en) Intelligent ec processing method and apparatus
JP3057771B2 (en) File system copy method
US6978354B1 (en) Method for creating a virtual data copy of a volume being restored
WO2023178899A1 (en) Data management method and apparatus of file system, electronic device, and storage medium
CN115495286A (en) Test method, system, equipment and storage medium for timed backup of configuration file
US11269739B2 (en) Method and system for managing backup data

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080421

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090421

Year of fee payment: 9

LAPS Cancellation because of no payment of annual fees