JP2010277374A - File storage system, server device and program - Google Patents

File storage system, server device and program Download PDF

Info

Publication number
JP2010277374A
JP2010277374A JP2009129731A JP2009129731A JP2010277374A JP 2010277374 A JP2010277374 A JP 2010277374A JP 2009129731 A JP2009129731 A JP 2009129731A JP 2009129731 A JP2009129731 A JP 2009129731A JP 2010277374 A JP2010277374 A JP 2010277374A
Authority
JP
Japan
Prior art keywords
file
summary information
information
terminal device
received
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.)
Granted
Application number
JP2009129731A
Other languages
Japanese (ja)
Other versions
JP4592115B1 (en
Inventor
Makoto Goto
誠 後藤
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to JP2009129731A priority Critical patent/JP4592115B1/en
Application granted granted Critical
Publication of JP4592115B1 publication Critical patent/JP4592115B1/en
Publication of JP2010277374A publication Critical patent/JP2010277374A/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a de-duplication file storage system wherein only files expected to be de-duplicated are transmitted from a terminal device to a server device and are stored in the server device. <P>SOLUTION: When de-duplication uploading of a file is tried from the terminal device 2, summary information of the file is transmitted by a summary information transmission means 22 and is received by a summary information reception means 32 of the server device 3. This reception history is stored in a summary information reception history storage means 33. When the file is not stored yet, a hold information obtaining means 36 obtains hold information about the file of the other users on the basis of reception histories stored in the summary information reception history storage means 33 and transmits the hold information from the server device 3 to the terminal device 2. The terminal device determines whether the file is to be transmitted from a file transmission means 24 or not on the basis of the hold information. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は、例えばオンラインストレージサービスに用いられるファイル格納システムに関する。   The present invention relates to a file storage system used for an online storage service, for example.

不特定多数のユーザを対象に、インターネットなどの公衆回線を介してファイルを格納するためのディスクスペースを貸し出すオンラインストレージサービスが提供されている。オンラインストレージサービスは、公衆回線へ接続可能な環境があれば利用できるため、自宅や職場等の任意の場所からファイルの保存及び読み出しを行う用途や、異なるユーザ間でファイルの受け渡しを行う用途等に活用されている。   An online storage service that lends a disk space for storing files to a large number of unspecified users via a public line such as the Internet is provided. The online storage service can be used if there is an environment that can be connected to the public line, so it can be used for saving and reading files from any place such as home or work, or for transferring files between different users. It is utilized.

しかしながら、現在のオンラインストレージサービスでは、ファイルの格納コストや通信コスト、および、通信時間の問題があるため、ユーザがディスクスペースに格納できるファイルの数は比較的少なく、また、ファイルサイズは数百メガバイト程度に制限される。   However, the current online storage service has problems of file storage cost, communication cost, and communication time, so the number of files that users can store in disk space is relatively small, and the file size is several hundred megabytes Limited to degree.

ところで、イントラネット等のように閉じたネットワーク内で用いられるファイルバックアップシステムでは、巨大なファイルをディスクスペースに保管する際の格納コストを低減するため、重複排除技術が採用されている。すなわち、端末装置において、ファイルやファイル断片(以下、ファイルはファイル断片を含むものとする)をハッシュ値などの要約情報と一体化して管理し、ファイルをアップロードしようとする前に、要約情報をサーバに送信する。サーバが、要約情報に対応するファイルが既にファイル格納装置に格納されていると判断すると、既に格納されたファイルにリンクを張る。これにより、端末装置からサーバへのファイルのアップロードを行うことなく、端末装置がファイルのアップロードを行ったのと同じ効果を奏するようにしている。サーバが、要約情報に対応するファイルがファイル格納装置に未格納であると判断したときにのみ、ファイルのアップロードを開始する。こうして、同一ファイルのアップロードの重複を防ぐことにより、バックアップにかかる時間や、通信資源の消費や、格納資源の消費を節約している。その結果、巨大なファイルをディスクスペースに保管可能としても、通信資源や格納資源を節約することができる。   By the way, in a file backup system used in a closed network such as an intranet, a deduplication technique is employed in order to reduce the storage cost when storing a huge file in a disk space. That is, in a terminal device, files and file fragments (hereinafter, files are assumed to include file fragments) are managed together with summary information such as hash values, and the summary information is sent to the server before attempting to upload the file. To do. When the server determines that the file corresponding to the summary information is already stored in the file storage device, the server links to the already stored file. Thereby, without uploading the file from the terminal device to the server, the same effect as the terminal device uploading the file is produced. Only when the server determines that the file corresponding to the summary information is not stored in the file storage device, uploading of the file is started. Thus, by preventing duplication of uploading of the same file, backup time, communication resource consumption, and storage resource consumption are saved. As a result, communication resources and storage resources can be saved even if huge files can be stored in the disk space.

このような重複排除技術を、公衆回線を介したオンラインストレージサービスに利用することにより、ファイルの格納コストや通信コストを低減し、通信時間を短縮して、巨大なファイルの大量保管が可能となり得る。   By using such deduplication technology for online storage services via public lines, it is possible to reduce the storage cost and communication cost of files, shorten the communication time, and enable mass storage of huge files. .

オンラインストレージサービスに重複排除技術を適用した従来技術としては、以下の特許文献1に記載されたものがある。   As a conventional technique in which a deduplication technique is applied to an online storage service, there is one described in Patent Document 1 below.

特表2004−514968号公報JP-T-2004-514968

このような重複排除技術を利用したストレージシステムでは、アップロードしようとしているファイルがサーバ上に格納されていなければ、すぐに通常のアップロードを行う。すなわち、該当ファイルが未格納の場合でも既格納の場合でも、サーバ装置のストレージ上で管理される。そのため、ストレージ上では、重複が排除されたファイルと、元々重複部分を含んでいなかったファイルとが混在することとなる。   In a storage system using such deduplication technology, if the file to be uploaded is not stored on the server, normal upload is immediately performed. That is, the file is managed on the storage of the server device whether the file is unstored or already stored. Therefore, on the storage, a file from which duplication is eliminated and a file that originally did not include the duplicate portion are mixed.

しかしながら、重複排除型のストレージにおいて、格納資源や通信資源の節約効果を発揮することができるのは、実際に重複が排除されるファイルの場合のみであり、元々重複を含まないファイルに関しては、節約効果はない。ローカルに存在するストレージに格納する場合と比較すると、重複排除のできないファイルを重複排除型のオンラインストレージに格納することは、むしろ、通信コストや通信時間の増大要因となる。   However, in deduplication type storage, the saving effect of storage resources and communication resources can be exhibited only in the case of files that are actually deduplicated. There is no effect. Compared with the case of storing in a local storage, storing a file that cannot be deduplicated in a deduplication online storage is rather an increase factor in communication cost and communication time.

そこで、本発明の課題は、要約情報の送信時にサーバにファイルが格納されていない場合には、無条件にそのファイルをサーバに送信してしまうのではなく、重複排除されることが見込めるファイルのみをサーバに送信することにより、重複排除可能なファイルのみをサーバ装置で集中管理する重複排除型のファイル格納システムを提供することにある。   Therefore, the problem of the present invention is that, when a file is not stored in the server when the summary information is transmitted, the file is not unconditionally transmitted to the server, but only a file that is expected to be deduplicated. Is to provide a deduplication type file storage system in which only files that can be deduplicated are centrally managed by the server device.

本明細書において、一般的なファイル格納システムが行うように、ファイルをユーザの端末装置からサーバ装置が受信して格納し、格納した上記ファイルのアクセス権をユーザに付与することを「通常アップロード」と呼ぶ。これに対して、ユーザの端末装置からファイルの要約情報を受信し、ファイルを受信することなく、サーバ装置に格納されているファイルのアクセス権をユーザに付与することを「重複排除型アップロード」と呼ぶ。   In this specification, as a general file storage system performs, “normal upload” means that a server device receives a file from a user terminal device, stores it, and grants the user access rights to the stored file. Call it. On the other hand, receiving the file summary information from the user's terminal device, and giving the user the access right of the file stored in the server device without receiving the file is referred to as "deduplication upload" Call.

上記課題を達成するため、本発明の側面1のファイル格納システムは、
ネットワークを介して互いに接続される端末装置とサーバ装置を含むファイル格納システムであって、
上記端末装置は、
ファイルを要約して要約情報を生成する要約情報生成手段と、
上記要約情報生成手段によって生成された要約情報を上記サーバ装置に送信する要約情報送信手段と、
上記サーバ装置から保留情報を受信する保留情報受信手段と、
上記保留情報受信手段によって受信された保留情報に基づいて、上記ファイルを上記サーバ装置に送信するファイル送信手段と、を有し、
上記サーバ装置は、
ファイルを、このファイルが要約されて生成された要約情報に関連付けて格納するファイル格納手段と、
上記端末装置から要約情報を受信する要約情報受信手段と、
上記要約情報受信手段によって受信された要約情報に関連付けて、この要約情報の受信履歴を格納する要約情報受信履歴格納手段と、
上記要約情報受信手段によって受信された要約情報を検索キーとして上記ファイル格納手段からファイルを検索する検索手段と、
上記検索手段による検索結果が肯定的である場合に、上記検索手段によって検索されたファイルのアクセス権を上記端末装置のユーザに付与するアクセス権付与手段と、
上記検索手段による検索結果が否定的である場合に、上記要約情報受信手段によって受信された要約情報に関連付けられて上記要約情報受信履歴格納手段に格納された受信履歴に基づいて保留情報を取得する保留情報取得手段と、
上記保留情報取得手段によって取得された保留情報を上記端末装置に送信する保留情報送信手段と、
上記端末装置からファイルを受信するファイル受信手段と、
上記ファイル受信手段によって受信されたファイルを、上記ファイル格納手段に格納する受信ファイル格納手段と、を有することを特徴とする。
In order to achieve the above object, a file storage system according to aspect 1 of the present invention provides:
A file storage system including a terminal device and a server device connected to each other via a network,
The terminal device is
Summary information generation means for generating summary information by summarizing files;
Summary information transmitting means for transmitting the summary information generated by the summary information generating means to the server device;
Holding information receiving means for receiving holding information from the server device;
File transmission means for transmitting the file to the server device based on the hold information received by the hold information receiving means;
The server device is
A file storage means for storing the file in association with the summary information generated by summarizing the file;
Summary information receiving means for receiving summary information from the terminal device;
Summary information reception history storage means for storing a reception history of the summary information in association with the summary information received by the summary information reception means;
Search means for searching the file from the file storage means using the summary information received by the summary information receiving means as a search key;
If the search result by the search means is affirmative, an access right granting means for granting the access right of the file searched by the search means to the user of the terminal device;
When the search result by the search means is negative, the hold information is acquired based on the reception history stored in the summary information reception history storage means in association with the summary information received by the summary information reception means. Holding information acquisition means;
Hold information transmitting means for transmitting the hold information acquired by the hold information acquiring means to the terminal device;
File receiving means for receiving a file from the terminal device;
Receiving file storage means for storing the file received by the file receiving means in the file storage means.

上記構成によれば、まず、端末装置で要約情報生成手段によってファイルに基づいて要約情報が生成され、要約情報送信手段によってサーバ装置に送信される。サーバ装置は、要約情報受信手段によって端末装置から要約情報を受信する。この受信の履歴が、要約情報受信履歴格納手段に残される。サーバ装置は、さらに、ファイル格納手段に格納されたファイルの中から、端末装置から受け取った要約情報を検索キーとして、検索手段によってその要約情報に対応するファイルを検索する。検証結果が肯定的である場合は、端末装置を操作するユーザに対して、アクセス権付与手段によって、検索されたファイルのアクセス権が付与される。一方、検索結果が否定的である場合は、要約情報受信履歴格納手段に格納された要約情報の受信履歴に基づいて、保留情報取得手段によって、他のユーザがその要約情報に対応するファイルを格納しようとしているかどうかを表現する保留情報が取得され、保留情報送信手段によって、端末装置にその保留情報が送信される。   According to the above configuration, first, summary information is generated based on the file by the summary information generation unit in the terminal device, and is transmitted to the server device by the summary information transmission unit. The server device receives the summary information from the terminal device by the summary information receiving means. This reception history is left in the summary information reception history storage means. The server device further searches the file corresponding to the summary information by the search means using the summary information received from the terminal device as a search key from among the files stored in the file storage means. When the verification result is affirmative, the access right of the retrieved file is given by the access right granting unit to the user who operates the terminal device. On the other hand, if the search result is negative, based on the summary information reception history stored in the summary information reception history storage means, another user stores a file corresponding to the summary information by the hold information acquisition means. The hold information expressing whether or not it is going to be acquired is acquired, and the hold information is transmitted to the terminal device by the hold information transmitting means.

端末装置は、保留情報受信手段によって保留情報を受信し、その保留情報から他のユーザが該当ファイルについて重複排除型格納を行おうとしていると判断できる場合には、ファイル送信手段によって該当ファイルを通常アップロードする。一方、他のユーザが該当ファイルについて重複排除型格納を行おうとしていると判断できない場合には、該当ファイルをアップロードしない。   The terminal device receives the hold information by the hold information receiving means, and when it can be determined from the hold information that another user is going to perform deduplication type storage for the corresponding file, the file transmitting means normally Upload. On the other hand, if it cannot be determined that another user is attempting to perform deduplication type storage for the corresponding file, the corresponding file is not uploaded.

このように、側面1のファイル格納システムによれば、重複排除型アップロードに失敗した場合には、無条件に通常アップロードを行うのではなく、他のユーザがそのファイルを格納しようとしているか否かを示す保留情報をサーバから取得し、他のユーザがそのファイルを格納しようとしていると判断できる場合、すなわち、重複排除型の格納が見込めると判断できる場合にのみ、そのファイルを通常アップロードする。他のユーザがそのファイルを格納しようとしていると判断できない場合は、「自分はそのファイルを格納しようとしている」という意思をサーバに履歴として残したまま、アップロードを保留状態にする。自分がアップロードを保留状態にしておけば、他のユーザが重複排除型アップロードを試みて失敗したときに、自分がアップロードしようとしている旨が、保留情報としてそのユーザに伝わるため、そのユーザは通常アップロードすることになる。これにより、自分が重複排除型アップロードを再試行したときに、重複排除型アップロードが成功することになる。   As described above, according to the file storage system of aspect 1, when the deduplication type upload fails, whether or not another user is trying to store the file instead of performing the normal upload unconditionally is determined. The hold information shown is acquired from the server, and the file is normally uploaded only when it can be determined that another user is trying to store the file, that is, when it can be determined that deduplication type storage can be expected. If it cannot be determined that another user is trying to store the file, the upload is put on hold while the intention of “I am trying to store the file” remains in the server as a history. If you put the upload on hold, if the other user attempts a deduplicating upload and fails, the user will be notified that the upload is pending and that user will upload normally. Will do. As a result, the deduplication upload succeeds when the user tries the deduplication upload again.

一方、自分がアップロードを保留状態にしているファイルについて、他のユーザが重複排除型アップロードを試みることがなければ、そのファイルはサーバにアップロードされることはない。したがって、重複排除の見込めないファイルは、サーバ装置側で管理されることはない。   On the other hand, if the other user does not attempt the deduplication upload for the file for which the upload is put on hold, the file is not uploaded to the server. Therefore, a file for which deduplication cannot be expected is not managed on the server device side.

ここで、上記要約情報とは、ファイルよりも小さいデータサイズを有する情報であって、ファイルの全体を要約する情報である。すなわち、例えば、2つのファイルの間でファイルの実体の任意の1ビットが異なれば、要約情報が異なることが望ましい。さもなければ、正常ファイルに対して1ビットのみが反転した破損ファイルを、正常ファイルと同一視してしまう恐れが生じる。ファイルの全体を対象として、公知の一方向ハッシュ関数を適用すれば、ファイルの全体を要約する要約情報となる。なお、重複排除型アップロードを再試行するときには、以前生成した値を保存しておいて使い回してもよい。   Here, the summary information is information having a data size smaller than that of the file, and is information that summarizes the entire file. That is, for example, it is desirable that the summary information differs if any one bit of the file entity differs between the two files. Otherwise, there is a risk that a damaged file in which only one bit is inverted with respect to a normal file will be identified with the normal file. If a known one-way hash function is applied to the entire file, summary information summarizing the entire file is obtained. When retrying deduplication uploading, previously generated values may be saved and reused.

ここで、上記要約情報受信履歴格納手段が格納する受信履歴とは、いつ、誰から、どのような状況でその要約情報を受信したかを表すログ情報、または、それらの履歴を縮退させた情報である。例えば、「いつ」要約情報を受信したかを表す値としては、要約情報受信手段が要約情報を受信したときの時刻をタイムスタンプとして格納すればよい。また、「誰から」要約情報を受信したかを表す値としては、送信元識別情報を格納すればよい。また、「どのような状況で」その要約情報を受信したかを表す情報としては、例えば、端末装置からその要約情報の送信が初回の送信であるか、あるいは、再試行のための送信であるかを表現するブール値を受信し、そのブール値も要約情報に関連付けて保存しておくなどしてもよい。あるいは、端末装置が要約情報を送信したときに端末装置上で設定されていたオプション値などを付加情報としてログの中に格納しておいてもよい。   Here, the reception history stored by the summary information reception history storage means is log information indicating when and from which situation the summary information was received, and information in which the history is degenerated. It is. For example, as a value indicating when “summary information is received”, the time when the summary information receiving means receives the summary information may be stored as a time stamp. Further, the source identification information may be stored as a value indicating the “from whom” summary information has been received. In addition, as information indicating the “under what circumstances” the summary information is received, for example, transmission of the summary information from the terminal device is the first transmission, or transmission for retrying. It is also possible to receive a Boolean value representing the Boolean value and store the Boolean value in association with the summary information. Alternatively, an option value set on the terminal device when the terminal device transmits the summary information may be stored in the log as additional information.

ここで、上記保留情報とは、該当ファイルをアップロードする需要があるか否かを判断する材料とするために他のユーザのアップロードの保留状況を表現する情報であり、要約情報受信履歴格納手段に格納された受信履歴に基づいて取得され、端末装置に送信される情報である。例えば、その要約情報が過去に一度でも要約情報受信手段によって受信されたか否かを表すブール値でもよい。あるいは、例えば、その要約情報の過去の受信回数でもよい。あるいは、例えば、その要約情報に関連付けられて格納された送信元識別情報を、重複を除外して数え上げた個数を用いてもよい。この個数は、その時点において、そのファイルのアップロードを保留している「保留ユーザ数」といえる。   Here, the hold information is information representing the upload hold status of other users in order to use it as a material for determining whether or not there is a demand for uploading the corresponding file. This is information that is acquired based on the stored reception history and transmitted to the terminal device. For example, it may be a Boolean value indicating whether the summary information has been received by the summary information receiving means even once in the past. Alternatively, for example, the number of times the summary information has been received in the past may be used. Alternatively, for example, the number obtained by counting the source identification information stored in association with the summary information, excluding duplication, may be used. This number can be said to be the “number of on-hold users” that is currently pending uploading of the file.

要約情報が以前に送信されたか否かのみに基づいてファイルを送信することを判断する場合、保留中のユーザが1名のみであるので、そのユーザが何らかの理由で該当ファイルのサーバでの管理をキャンセルしたときに、サーバに送信したファイルが重複排除されないファイルとなってしまう危険を伴う。ある程度のユーザによる需要が貯まってからファイルの送信を実行する方が安全である。例えば、端末装置がファイルを送信するか否かを決定するための判断基準となる閾値を10とするときは、保留ユーザ数が閾値に達した時点で、保留しているユーザが10人いることになる。この場合、10人全員が格納をキャンセルすることは考えにくく、重複していないファイルをサーバ装置で管理することになるリスクを低減することができる。   When it is determined that a file is to be transmitted based only on whether summary information has been transmitted before, since there is only one pending user, the user manages the file on the server for some reason. When canceling, there is a risk that the file sent to the server will not be deduplicated. It is safer to send a file after a certain amount of user demand has accumulated. For example, when the threshold value, which is a criterion for determining whether or not the terminal device transmits a file, is 10, there are 10 users on hold when the number of reserved users reaches the threshold. become. In this case, it is unlikely that all 10 people cancel the storage, and the risk of managing non-overlapping files with the server device can be reduced.

ここで、上記保留情報取得手段の取得する送信元ユーザの数は、要約情報を受信した回数に基づく延べ人数であっても良いし、重複を除外した実人数であってもよい。   Here, the number of transmission source users acquired by the hold information acquisition unit may be the total number of users based on the number of times the summary information is received, or may be the actual number excluding duplication.

また、要約情報の受信時刻を現在時刻から一定時間内の場合に限定した上で保留ユーザ数を算出してもよい。また、現在時刻と受信時刻との差によって、差が大きいほど小さくなる値によって重み付けした上で保留ユーザ数を算出してもよい。直前に要約情報を送信していたユーザは、そのファイルのサーバでの管理をキャンセルする確率が小さいと考えられるためである。   Further, the number of held users may be calculated after limiting the reception time of the summary information to a case where the current time is within a certain time. Further, the number of reserved users may be calculated by weighting a value that becomes smaller as the difference is larger depending on the difference between the current time and the reception time. This is because a user who has transmitted summary information immediately before is considered to have a low probability of canceling management of the file in the server.

また、上記端末装置を操作するユーザと同じユーザグループに属するユーザに限定した上で保留ユーザ数を算出してもよい。その場合、関係の深いユーザ間のみで重複が排除される。   Further, the number of reserved users may be calculated after limiting to users belonging to the same user group as the user who operates the terminal device. In that case, duplication is eliminated only between users who are closely related.

あるいは、要約情報受信手段が、要約情報と共にファイルサイズも受信し、要約情報格納手段に、付加情報としてファイルサイズも要約情報と関連付けて格納しておくことにより、ファイルサイズも考慮して保留情報を取得してもよい。大きいサイズのファイルであれば重複排除されて管理されるメリットが大きいので、ファイルを送信しやすい方向にバイアスをかけて保留情報を取得することが望ましい。   Alternatively, the summary information receiving unit receives the file size together with the summary information, and stores the file size as additional information in association with the summary information in the summary information storage unit, so that the hold information is considered in consideration of the file size. You may get it. Since a large file has a large merit of being managed by deduplication, it is desirable to acquire the hold information by biasing in a direction in which the file is easily transmitted.

さらに、サーバ装置の保留情報取得手段によって、これらの値が所定の条件を満たすか否かを判定し、ファイルを端末からサーバ装置に送信すべきかどうかを判断して、判断した結果のブール値を保留情報としてもよい。例えば、要約情報の受信回数が閾値に到達したかどうかを判定し、到達した場合は「真」、到達していない場合は「偽」となるブール値を保留情報としてもよい。   Further, the hold information acquisition unit of the server device determines whether or not these values satisfy a predetermined condition, determines whether the file should be transmitted from the terminal to the server device, and determines the Boolean value of the determined result. It may be reserved information. For example, it may be determined whether or not the number of times the summary information has been received has reached a threshold, and a Boolean value that is “true” if it has reached or “false” if it has not been reached may be used as pending information.

さらに、サーバ装置の保留情報取得手段によってブール値を保留情報として取得した場合、その値が「真」のときにのみ保留情報送信手段によって端末装置に送信し、「偽」のときに何も送信しなくてもよい。あるいは、要約情報を受信した時刻では「偽」であったとしても、時間経過後、「真」になったときに保留情報送信手段によって端末装置に送信してもよい。   Furthermore, when the Boolean value is acquired as the hold information by the hold information acquisition unit of the server device, the hold information is transmitted to the terminal device by the hold information transmission unit only when the value is “true”, and nothing is transmitted when the value is “false”. You don't have to. Alternatively, even if it is “false” at the time when the summary information is received, it may be transmitted to the terminal device by the hold information transmitting means when it becomes “true” after the lapse of time.

また、端末装置のファイル送信手段が、保留情報に基づいてサーバ装置にファイルを送信するか否かの判断は以下の通りである。保留情報がブール値をとる構成の場合は、受信した値が「真」のときにファイルを送信し、「偽」のときにはファイルを送信しない。保留情報がブール値の真の値のときにのみ送信される場合は、その保留情報を受信したタイミングでファイルを送信する。保留情報が少なくとも1つの数値のときは、その数値が所定の条件を満たすときにファイルを送信し、そうでないときには送信しない。例えば、保留情報が、アップロードを保留しているユーザ数のときは、その数がある閾値以上であればファイルを送信し、そうでなければファイルを送信しない。   The determination as to whether or not the file transmission means of the terminal device transmits a file to the server device based on the hold information is as follows. In the case where the hold information has a Boolean value, the file is transmitted when the received value is “true”, and the file is not transmitted when the received information is “false”. If it is transmitted only when the hold information is a Boolean true value, the file is sent at the timing when the hold information is received. When the hold information is at least one numerical value, the file is transmitted when the numerical value satisfies a predetermined condition, and is not transmitted otherwise. For example, when the hold information is the number of users holding up uploading, if the number is equal to or greater than a certain threshold, the file is transmitted, and if not, the file is not transmitted.

なお、上記要約情報受信履歴格納手段に格納される履歴情報は、それに基づいて保留情報を得ることを目的として格納されるのであるから、履歴情報自体を縮退された形で格納し、要約情報を受信するときに格納された情報を更新してもよい。   Since the history information stored in the summary information reception history storage means is stored for the purpose of obtaining the hold information based on the history information, the history information itself is stored in a degenerated form, and the summary information is stored. The stored information may be updated when receiving.

また、上記要約情報受信履歴格納手段に格納される履歴情報は、それに基づいて保留情報を得ることを目的として格納されるのであるから、それ以降に保留情報を取得する必要がなくなる場合には、履歴を新たに格納する必要はない。例えば、要約情報受信手段によって受信された要約情報を検索キーとして検索手段によってファイルを検索したとき、検索結果が肯定的であれば、既に該当ファイルが格納されているのであるから、今後、保留情報を取得する必要がなく、この要約情報の受信については履歴として残す必要はない。また、検索結果が否定的である場合でも、まず自分が送信した要約情報が受信される直前までに格納されていた要約情報の受信履歴に基づいて保留情報を取得し、それに基づいて通常アップロードを行うかどうかを判断し、通常アップロードを行わなかったときにのみ履歴情報を格納し、通常アップロードを行ったときには履歴情報を格納しなくてもよい。   Moreover, since the history information stored in the summary information reception history storage means is stored for the purpose of obtaining the hold information based on it, when it is no longer necessary to obtain the hold information after that, There is no need to store a new history. For example, when searching for a file by the search means using the summary information received by the summary information receiving means as a search key, if the search result is affirmative, the corresponding file has already been stored. It is not necessary to obtain the history information for the reception of the summary information. Also, even if the search result is negative, it first obtains hold information based on the summary information reception history stored until just before the summary information that it sent was received, and then uploads the normal information based on it. The history information is stored only when the normal upload is not performed, and the history information may not be stored when the normal upload is performed.

本発明の側面2のファイル格納システムは、
側面1のファイル格納システムにおいて、
上記サーバ装置は、
上記要約情報受信履歴格納手段が、
上記要約情報受信手段によって受信された要約情報に関連付けて、この要約情報の受信回数を格納すること、を特徴とする。
The file storage system according to aspect 2 of the present invention is:
In the file storage system of aspect 1,
The server device is
The summary information reception history storage means is
The number of times of reception of the summary information is stored in association with the summary information received by the summary information receiving means.

上記要約情報受信履歴格納手段に格納される履歴情報は、それに基づいて保留情報を得ることを目的として格納されるのであるから、履歴情報自体を縮退された形で表現してもよい。保留情報として要約情報の受信回数を取得する場合は、要約情報受信履歴格納手段に格納される履歴情報として、受信履歴を縮退させた受信回数という値として格納してもよい。すなわち、要約情報受信手段が要約情報を初回に受信したときに、受信回数として1を格納し、要約情報受信手段が同一の要約情報を受信するごとにその受信回数をカウントアップしていけばよい。   Since the history information stored in the summary information reception history storage means is stored for the purpose of obtaining hold information based on the history information, the history information itself may be expressed in a degenerated form. When the number of times of summary information reception is acquired as the hold information, the history information stored in the summary information reception history storage unit may be stored as a value of the number of times of reception when the reception history is degenerated. That is, when the summary information receiving means receives summary information for the first time, 1 is stored as the number of receptions, and every time the summary information receiving means receives the same summary information, the number of receptions should be counted up. .

本発明の側面2のファイル格納システムによれば、受信履歴の詳細情報を保存しなくてもいいので、要約情報受信履歴格納手段に格納される受信履歴の情報量を小さく抑えることができる。また、保留情報取得手段は、要約情報受信履歴格納手段に格納された受信回数を、そのまま保留情報として取得すればよいので、処理コストを節約できる。   According to the file storage system of aspect 2 of the present invention, it is not necessary to save the detailed information of the reception history, so the amount of information of the reception history stored in the summary information reception history storage means can be kept small. Further, the hold information acquisition means can acquire the number of receptions stored in the summary information reception history storage means as hold information as it is, so that the processing cost can be saved.

ここで、上記受信回数は、延べの受信回数でもよいし、同一送信元からの受信は1回の受信とみなす実受信回数でもよい。   Here, the number of receptions may be the total number of receptions, or reception from the same transmission source may be the actual number of receptions regarded as one reception.

本発明の側面3のファイル格納システムは、
側面1又は2のファイル格納システムにおいて、
上記サーバ装置は、
上記要約情報受信履歴格納手段が、
上記要約情報受信手段によって受信された要約情報に関連付けて、この要約情報の送信元識別情報を格納すること、を特徴とする。
The file storage system according to aspect 3 of the present invention is:
In the file storage system of aspect 1 or 2,
The server device is
The summary information reception history storage means is
The transmission source identification information of the summary information is stored in association with the summary information received by the summary information receiving means.

ここで、上記送信元識別情報とは、要約情報の送信元の端末装置を操作するユーザを識別する情報である。送信元識別情報としては、オンラインストレージサービスを提供する上で各ユーザにユニークに付与するユーザIDを使うことができる。或いは、送信元識別情報は、ユーザによって独占的に使用される端末装置のIPアドレス等、端末装置のユーザを一意に特定できる情報が含まれた情報であればよい。   Here, the transmission source identification information is information for identifying a user who operates the terminal device that is the transmission source of the summary information. As the transmission source identification information, a user ID uniquely assigned to each user in providing an online storage service can be used. Alternatively, the transmission source identification information may be information including information that can uniquely identify the user of the terminal device, such as the IP address of the terminal device used exclusively by the user.

側面3のファイル格納システムによれば、誰が該当ファイルのアップロードを保留しているかの情報も履歴として残すことができるので、受信ファイル格納手段によってファイルがファイル格納手段に格納されたときに、そのファイルを要約する要約情報に関連付けられて格納された送信元識別情報に対応するユーザに、重複排除型アップロードの再試行を促す通知をメール等で送信することができる。あるいは、誰が多くのファイルを保留しているか、または、ファイルを保留した後、再試行しない人は誰かなど、利用状況をユーザ毎に解析するための資料とすることができる。   According to the file storage system of aspect 3, information on who is pending uploading of the file can also be left as a history, so when the file is stored in the file storage means by the received file storage means, A notification corresponding to the transmission source identification information stored in association with the summary information that summarizes the message can be transmitted by e-mail or the like to prompt the retry of the deduplication upload. Or it can be made into the material for analyzing a utilization condition for every user, such as who is holding many files or who is not retrying after holding a file.

本発明の側面4のファイル格納システムは、
側面3のファイル格納システムにおいて、
上記サーバ装置は、
上記保留情報送信手段が、
上記要約情報受信履歴格納手段に格納された送信元識別情報に対応するユーザの操作する端末装置にも、上記保留情報取得手段によって取得された保留情報を送信すること、を特徴とする。
A file storage system according to aspect 4 of the present invention provides:
In the file storage system of aspect 3,
The server device is
The holding information transmitting means is
The hold information acquired by the hold information acquisition unit is also transmitted to a terminal device operated by a user corresponding to the transmission source identification information stored in the summary information reception history storage unit.

上記構成によれば、サーバ装置の保留情報送信手段は、直近に要約情報を受け取ったユーザの操作する端末だけでなく、上記要約情報受信履歴格納手段に格納された送信元識別情報に対応するユーザの操作する端末装置にも保留情報を送信する。これにより、保留中のユーザが、自動的に保留状態を解除して、該当ファイルを通常アップロードすることができる。   According to the above configuration, the hold information transmission unit of the server device is not only the terminal operated by the user who has recently received the summary information, but also the user corresponding to the transmission source identification information stored in the summary information reception history storage unit. The hold information is also transmitted to the terminal device operated by. Thereby, the user who is on hold can automatically release the hold state and upload the corresponding file normally.

ここで、上記要約情報受信履歴格納手段に格納された各々の送信元識別情報に対応するユーザの操作する端末装置の保留情報受信手段は、サーバ装置から送信される保留情報を持続的に待ち構えておいても良いし、あるいは、ユーザが次回ログインするときに、前回ログアウト後の保留情報をまとめて受け取ってもよい。あるいは、保留情報受信手段は、それをクリックすれば端末からサーバへのファイル送信が開始されるURLを含んだEメールとして保留情報を受信してもよい。   Here, the hold information receiving means of the terminal device operated by the user corresponding to each transmission source identification information stored in the summary information reception history storage means continuously waits for the hold information transmitted from the server device. Alternatively, when the user logs in next time, the hold information after the previous logout may be received together. Alternatively, the hold information receiving means may receive the hold information as an e-mail including a URL at which file transmission from the terminal to the server is started by clicking on it.

側面4のファイル格納システムによれば、保留状況が変化したときに、イベントドリブンで、アップロードを保留しているユーザが自動的に再試行することができる。ユーザは、自分が要約情報を送信したときだけでなく、他のユーザが同じ要約情報を送信したときにも保留情報を受け取ることになる。   According to the file storage system of the side surface 4, when the hold status changes, the user who holds the upload in an event-driven manner can automatically retry. The user receives the hold information not only when he / she sends the summary information but also when another user sends the same summary information.

ここで、上記要約情報受信履歴格納手段に格納された送信元識別情報が複数個格納されている場合は、その複数人のユーザが操作する端末装置に略同時に保留情報を送信することになるが、その複数人のユーザのうちの誰かがファイルを送信すればよい。したがって、端末装置のファイル送信手段がファイルを送信しようとしたときに、既に誰か別のユーザがファイルを格納していて自分はファイルを送信する必要がなくなっている場合は、通常アップロードを中止して、重複排除型アップロードを行ってもよい。   Here, when a plurality of transmission source identification information stored in the summary information reception history storage means are stored, the hold information is transmitted almost simultaneously to the terminal devices operated by the plurality of users. Any one of the users may send the file. Therefore, when the file transmission means of the terminal device tries to send a file, if someone else has already stored the file and you no longer need to send the file, you can usually stop uploading Deduplication upload may be performed.

あるいは、複数人のユーザに略同時に保留情報を送信した場合、その複数人の全員または一部で分担してファイルをアップロードしてもよい。例えば、あるタイミングでN人のユーザがファイルを送信すべき状態となったときには、ファイルをN個に分割したファイル断片のうちの1つをそれぞれのユーザに割り当て、それをアップロードしてもらい、サーバ装置上でN個のファイル断片が揃った段階で、それらを結合させてファイル実体の全体をファイル格納装置に格納してもよい。   Alternatively, when the hold information is transmitted to a plurality of users almost simultaneously, the files may be shared by all or a part of the plurality of users and uploaded. For example, when N users are ready to send a file at a certain timing, one of the file fragments obtained by dividing the file into N files is assigned to each user, and the user uploads it. When N file fragments are prepared on the device, they may be combined and the entire file entity may be stored in the file storage device.

本発明の側面5のファイル格納システムは、
側面3又は4のファイル格納システムにおいて、
上記サーバ装置は、
上記ファイル受信手段によって受信されたファイルを上記受信ファイル格納手段が上記ファイル格納手段に格納したときに、上記要約情報受信履歴格納手段に格納された送信元識別情報に対応するユーザに上記ファイルのアクセス権を付与する保留ユーザアクセス権付与手段を有すること、を特徴とする。
A file storage system according to aspect 5 of the present invention provides:
In the file storage system of aspect 3 or 4,
The server device is
When the received file storage means stores the file received by the file receiving means in the file storage means, the file access to the user corresponding to the transmission source identification information stored in the summary information reception history storage means A holding user access right granting unit for granting a right.

上記構成によれば、要約情報受信履歴格納手段に格納された送信元識別情報に対応するユーザに、該当するファイルが格納された時点で、アクセス権を自動的に付与する。従って、ファイル受信手段によって受信されたファイルを受信ファイル格納手段がファイル格納手段に格納した時点で、そのファイルの重複度(リンクカウント)が即座に複数となり、重複排除型の格納が開始される。なお、実際にアクセス権を付与する前に、一旦、個々の送信元ユーザに本当にアクセス権を付与してもよいかの確認を取るプロセスを挿入してもよい。   According to the above configuration, the access right is automatically granted to the user corresponding to the transmission source identification information stored in the summary information reception history storage means when the corresponding file is stored. Therefore, when the received file storage unit stores the file received by the file receiving unit in the file storage unit, the duplication degree (link count) of the file immediately becomes plural, and deduplication type storage is started. Before actually granting the access right, a process for confirming whether or not the access right may actually be granted to each individual transmission source user may be inserted.

側面5のファイル格納システムによれば、要約情報受信履歴格納手段に送信元識別情報を格納することが、重複排除型のアップロードを「保留」するのみならず、いわば、「予約」することに相当する。したがって、端末装置がサーバ装置から受け取る保留情報は、潜在的需要ではなく顕在的需要を表しているとも言える。   According to the file storage system of aspect 5, storing the sender identification information in the summary information reception history storage means not only “holding” the deduplication type upload but also “reserving”. To do. Therefore, it can be said that the hold information that the terminal device receives from the server device represents an obvious demand, not a potential demand.

本発明の側面6のサーバ装置は、
ネットワークを介して端末装置に接続されるサーバ装置であって、
ファイルを、このファイルが要約されて生成された要約情報に関連付けて格納するファイル格納手段と、
上記端末装置から要約情報を受信する要約情報受信手段と、
上記要約情報受信手段によって受信された要約情報に関連付けて、この要約情報の受信履歴を格納する要約情報受信履歴格納手段と、
上記要約情報受信手段によって受信された要約情報を検索キーとして上記ファイル格納手段からファイルを検索する検索手段と、
上記検索手段による検索結果が肯定的である場合に、上記検索手段によって検索されたファイルのアクセス権を上記端末装置のユーザに付与するアクセス権付与手段と、
上記検索手段による検索結果が否定的である場合に、上記要約情報受信手段によって受信された要約情報に関連付けられて上記要約情報受信履歴格納手段に格納された受信履歴に基づいて保留情報を取得する保留情報取得手段と、
上記保留情報取得手段によって取得された保留情報を上記端末装置に送信する保留情報送信手段と、
上記端末装置からファイルを受信するファイル受信手段と、
上記ファイル受信手段によって受信されたファイルを、上記ファイル格納手段に格納する受信ファイル格納手段と、を有することを特徴とする。
The server device according to aspect 6 of the present invention provides:
A server device connected to a terminal device via a network,
A file storage means for storing the file in association with the summary information generated by summarizing the file;
Summary information receiving means for receiving summary information from the terminal device;
Summary information reception history storage means for storing a reception history of the summary information in association with the summary information received by the summary information reception means;
Search means for searching the file from the file storage means using the summary information received by the summary information receiving means as a search key;
If the search result by the search means is affirmative, an access right granting means for granting the access right of the file searched by the search means to the user of the terminal device;
When the search result by the search means is negative, the hold information is acquired based on the reception history stored in the summary information reception history storage means in association with the summary information received by the summary information reception means. Holding information acquisition means;
Hold information transmitting means for transmitting the hold information acquired by the hold information acquiring means to the terminal device;
File receiving means for receiving a file from the terminal device;
Receiving file storage means for storing the file received by the file receiving means in the file storage means.

上記構成によれば、本発明の側面1のファイル格納システムを実現できる。   According to the above configuration, the file storage system according to aspect 1 of the present invention can be realized.

本発明の側面7のプログラムは、
コンピュータを、ネットワークを介して端末装置に接続されるサーバ装置として機能させるためのプログラムであって、
ファイルを、このファイルが要約されて生成された要約情報に関連付けて格納するファイル格納手段と、
上記端末装置から要約情報を受信する要約情報受信手段と、
上記要約情報受信手段によって受信された要約情報に関連付けて、この要約情報の受信履歴を格納する要約情報受信履歴格納手段と、
上記要約情報受信手段によって受信された要約情報を検索キーとして上記ファイル格納手段からファイルを検索する検索手段と、
上記検索手段による検索結果が肯定的である場合に、上記検索手段によって検索されたファイルのアクセス権を上記端末装置のユーザに付与するアクセス権付与手段と、
上記検索手段による検索結果が否定的である場合に、上記要約情報受信手段によって受信された要約情報に関連付けられて上記要約情報受信履歴格納手段に格納された受信履歴に基づいて保留情報を取得する保留情報取得手段と、
上記保留情報取得手段によって取得された保留情報を上記端末装置に送信する保留情報送信手段と、
上記端末装置からファイルを受信するファイル受信手段と、
上記ファイル受信手段によって受信されたファイルを、上記ファイル格納手段に格納する受信ファイル格納手段として上記コンピュータを機能させることを特徴とする。
The program of aspect 7 of the present invention is:
A program for causing a computer to function as a server device connected to a terminal device via a network,
A file storage means for storing the file in association with summary information generated by summarizing the file;
Summary information receiving means for receiving summary information from the terminal device;
Summary information reception history storage means for storing a reception history of the summary information in association with the summary information received by the summary information reception means;
Search means for searching the file from the file storage means using the summary information received by the summary information receiving means as a search key;
If the search result by the search means is affirmative, an access right granting means for granting an access right of the file searched by the search means to a user of the terminal device;
When the search result by the search means is negative, the hold information is acquired based on the reception history stored in the summary information reception history storage means in association with the summary information received by the summary information reception means. Holding information acquisition means;
Hold information transmitting means for transmitting the hold information acquired by the hold information acquiring means to the terminal device;
File receiving means for receiving a file from the terminal device;
The computer is caused to function as received file storage means for storing a file received by the file receiving means in the file storage means.

上記構成によれば、上記プログラムをコンピュータに実行させることにより、このコンピュータを上記各手段として機能させて、例えば汎用のコンピュータを用いて本発明の側面7のサーバ装置を構成し、本発明の側面1のファイル格納システムを実現できる。   According to the above configuration, by causing the computer to execute the above-described program, the computer is caused to function as each of the above-described units, and the server device according to aspect 7 of the present invention is configured using, for example, a general-purpose computer. 1 file storage system can be realized.

本発明によれば、重複が排除されて格納される見込みのあるファイルのみを選択してサーバ装置に送信することができる。これにより、重複の排除される見込みのないファイルをサーバ装置に送信することを避けることができる。通信環境が貧弱なユーザにとっては、通信コストや通信時間の浪費を防止することができる。   According to the present invention, it is possible to select only a file that is expected to be stored with duplication eliminated and to transmit it to the server device. As a result, it is possible to avoid sending a file that is not expected to be duplicated to the server device. For users with poor communication environments, waste of communication costs and communication time can be prevented.

第1実施形態のファイル格納システムを示す概念図である。It is a conceptual diagram which shows the file storage system of 1st Embodiment. 第1実施形態のファイル格納システムを示すブロック図である。It is a block diagram which shows the file storage system of 1st Embodiment. 第2実施形態のファイル格納システムを示すブロック図である。It is a block diagram which shows the file storage system of 2nd Embodiment. 第2実施形態のファイル格納システムにおける処理の流れを示す図である。It is a figure which shows the flow of a process in the file storage system of 2nd Embodiment.

以下、本発明の実施形態を、図面を参照しながら詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

(第1実施形態)
図1は、本発明の第1実施形態のファイル格納システムを示す概念図である。本実施形態のファイル格納システム1は、ネットワークを介してユーザにオンラインストレージサービスを提供するために用いられており、複数のユーザによって操作される複数の端末装置2が、ネットワーク4を介してサーバ装置3に接続されて構成される。
(First embodiment)
FIG. 1 is a conceptual diagram showing a file storage system according to the first embodiment of the present invention. A file storage system 1 according to the present embodiment is used to provide an online storage service to a user via a network, and a plurality of terminal devices 2 operated by a plurality of users are connected via a network 4 to a server device. 3 is configured.

端末装置2は、CPU(Central Processing Unit)やキャッシュメモリ等の情報処理資源を備え、ネットワークに接続する機能を有するコンピュータ装置であり、例えばパーソナルコンピュータ、ワークステーション、メインフレーム、携帯情報端末、ゲーム機及びカーナビゲーション装置等により構成される。端末装置2は、更に、主記憶装置、補助記憶装置、入出力装置、通信インターフェース及びメモリインターフェース等を備える。端末装置2は、補助記憶装置から主記憶装置に読み出されたシステム情報や各種制御プログラムを、CPUが必要に応じて実行することにより、また、必要に応じて各装置及びインターフェースと協働することにより、後述の各手段として機能する。   The terminal device 2 is a computer device having information processing resources such as a CPU (Central Processing Unit) and a cache memory and having a function of connecting to a network. For example, a personal computer, a workstation, a mainframe, a portable information terminal, a game machine And a car navigation device. The terminal device 2 further includes a main storage device, an auxiliary storage device, an input / output device, a communication interface, a memory interface, and the like. The terminal device 2 causes the CPU to execute system information and various control programs read from the auxiliary storage device to the main storage device as necessary, and cooperates with each device and interface as necessary. This functions as each means described later.

サーバ装置3は、CPUやキャッシュメモリ等の情報処理資源を備え、ネットワークに接続する機能を有するコンピュータ装置であり、例えばパーソナルコンピュータ、ワークステーション及びメインフレーム等により構成される。サーバ装置3は、更に、主記憶装置、補助記憶装置、入出力装置、通信インターフェース及びメモリインターフェース等のほか、端末装置2からアップロードされたファイルを格納するハードディスクドライブ等の大容量記憶装置を備える。サーバ装置3は、補助記憶装置から主記憶装置に読み出されたシステム情報や各種制御プログラムを、CPUが必要に応じて実行することにより、また、必要に応じて各装置及びインターフェースと協働することにより、後述の各手段として機能する。なお、サーバ装置3は、大容量記憶装置が本体と分離していてもよい。   The server device 3 is a computer device that has information processing resources such as a CPU and a cache memory and has a function of connecting to a network, and includes, for example, a personal computer, a workstation, a main frame, and the like. The server device 3 further includes a mass storage device such as a hard disk drive for storing files uploaded from the terminal device 2 in addition to a main storage device, an auxiliary storage device, an input / output device, a communication interface, and a memory interface. The server device 3 cooperates with each device and interface as necessary by the CPU executing system information and various control programs read from the auxiliary storage device to the main storage device as necessary. This functions as each means described later. The server device 3 may have a mass storage device separated from the main body.

端末装置2とサーバ装置3との間の通信は、端末装置2とサーバ装置3の通信インターフェースを介してTCP/IP(Transmission Control Protocol/Internet Protocol)プロトコルに従って行われる。   Communication between the terminal device 2 and the server device 3 is performed according to a TCP / IP (Transmission Control Protocol / Internet Protocol) protocol via a communication interface between the terminal device 2 and the server device 3.

端末装置2のユーザは、オンラインストレージサービスの利用に先立ってサービス提供者に利用申し込みを行い、サービス提供者がサービスの利用を許可すると、ユーザのID及びパスワード等の認証情報を登録する。ユーザは、所定の端末装置2でサーバ装置3に接続し、ID及びパスワードをサーバ装置3に送信する。サーバ装置3は、受信したID及びパスワードを、登録された認証情報と照合して認証を行い、認証が成功すると、端末装置2との間でファイルのアップロード及びダウンロードを行う。なお、パスワードの代わりに生体認証など他の認証方法を用いてユーザを認証してもよい。また、オンラインストレージサービスは、サービスの提供に伴ってユーザが登録手続きを行うことなく、端末装置2とサーバ装置3との間のファイルのアップロード及びダウンロードが可能な形態であってもよい。例えば、端末装置2がネットワーク4に接続する際に設定されるIPアドレスにより、端末装置2を操作するユーザを区別してもよい。オンラインストレージサービスによりサーバ装置3に格納されるファイルは、文書、画像、音楽及びプログラム等の任意のファイルが対象となる。   The user of the terminal device 2 applies to the service provider prior to using the online storage service, and when the service provider permits the use of the service, the authentication information such as the user ID and password is registered. The user connects to the server device 3 with the predetermined terminal device 2 and transmits the ID and password to the server device 3. The server device 3 performs authentication by comparing the received ID and password with the registered authentication information. When the authentication is successful, the server device 3 uploads and downloads a file with the terminal device 2. Note that the user may be authenticated using another authentication method such as biometric authentication instead of the password. In addition, the online storage service may be in a form in which a file can be uploaded and downloaded between the terminal device 2 and the server device 3 without a user performing a registration procedure when the service is provided. For example, the user who operates the terminal device 2 may be distinguished by an IP address set when the terminal device 2 connects to the network 4. Files stored in the server device 3 by the online storage service are arbitrary files such as documents, images, music, and programs.

なお、端末装置2は、オンラインストレージサービスによって、ユーザの専用領域として提供される仮想端末装置であってもよい。そのオンラインストレージサービスは、サーバ装置3を提供するサービス提供者と同一の者が提供するサービスであってもよいし、別の者が提供するサービスであってもよい。端末装置2に相当する仮想端末装置を実現するオンラインストレージサービスを提供する者と、サーバ装置3をオンラインストレージとして提供する者が同一である場合は、ネットワーク4は、インターネットなどの公衆回線ではなく、提供業者の社内にのみアクセスを制限されたネットワークであってもよい。   Note that the terminal device 2 may be a virtual terminal device provided as an exclusive area for the user by an online storage service. The online storage service may be a service provided by the same service provider that provides the server apparatus 3 or may be a service provided by another person. When the person who provides the online storage service that realizes the virtual terminal device corresponding to the terminal device 2 and the person who provides the server device 3 as online storage are the same, the network 4 is not a public line such as the Internet, It may be a network whose access is restricted only within the provider's company.

図2は、第1実施形態のファイル格納システム1のうち、端末装置2とサーバ装置3を示すブロック図である。図2に示すように、端末装置2は、要約情報生成手段21と、要約情報送信手段22と、保留情報受信手段23と、ファイル送信手段24とを有する。サーバ装置3は、要約情報受信手段32と、要約情報受信履歴格納手段33と、検索手段34と、ファイル格納手段31と、アクセス権付与手段35と、保留情報取得手段36と、保留情報送信手段37と、ファイル受信手段38と、受信ファイル格納手段39とを有する。   FIG. 2 is a block diagram showing the terminal device 2 and the server device 3 in the file storage system 1 of the first embodiment. As shown in FIG. 2, the terminal device 2 includes summary information generation means 21, summary information transmission means 22, hold information reception means 23, and file transmission means 24. The server device 3 includes summary information reception means 32, summary information reception history storage means 33, search means 34, file storage means 31, access right grant means 35, hold information acquisition means 36, hold information transmission means. 37, a file receiving means 38, and a received file storage means 39.

サーバ装置3は、図2に記載の各手段の1つまたは複数の手段を実現する複数の装置が、ネットワーク4を介して接続されたシステムにより実現されていてもよい。例えば、ファイル格納手段31のみがネットワーク4を介した遠隔地に存在するファイル格納装置上にあってもよい。また、その場合、ファイル格納装置は複数あってもよい。   The server device 3 may be realized by a system in which a plurality of devices that realize one or more of the respective means described in FIG. 2 are connected via the network 4. For example, only the file storage means 31 may be on a file storage device existing in a remote place via the network 4. In that case, there may be a plurality of file storage devices.

本実施形態のファイル格納システム1は、以下のように動作する。まず、ユーザが端末装置2の補助記憶装置に記憶された所定のファイルの重複排除型アップロードを行う場合、要約情報生成手段21により、上記ファイルに基づいてハッシュ関数のMD5によって128ビットの値を生成して、要約情報を生成する。この要約情報が、要約情報送信手段22により、ネットワーク4を通じてサーバ装置3に送信される。   The file storage system 1 of the present embodiment operates as follows. First, when the user performs deduplication type upload of a predetermined file stored in the auxiliary storage device of the terminal device 2, the summary information generation means 21 generates a 128-bit value by the MD5 of the hash function based on the file. Then, summary information is generated. The summary information is transmitted to the server device 3 through the network 4 by the summary information transmission means 22.

サーバ装置3は、要約情報受信手段32によって要約情報を受信すると、受信した要約情報を検索キーとして検索手段34によって、その要約情報に対応するファイルがファイル格納手段31に格納されているかを検索する。なお、ファイル格納手段31には、格納されるファイルを要約して生成される要約情報、すなわち、MD5の値と関連付けられて、そのファイルが格納されている。   When the summary information is received by the summary information receiving unit 32, the server device 3 searches the file storage unit 31 to determine whether a file corresponding to the summary information is stored in the file storage unit 31 by using the received summary information as a search key. . The file storage means 31 stores the file in association with the summary information generated by summarizing the stored file, that is, the MD5 value.

検索手段34の検索結果が肯定的であった場合、アクセス権付与手段35によって、検索結果のファイルのアクセス権を、端末装置2を操作するユーザへ付与する。ユーザへのファイルのアクセス権の付与は、例えば、ファイル格納手段31に格納された全てのファイルに、そのファイルのアクセス権を持つユーザのユーザ識別情報のリストを関連付けて保存しておき、そのリストにユーザ識別情報を追加することにより行う。アクセス権を付与されたユーザは、端末装置2へそのファイルをダウンロードすることが可能となる。   If the search result of the search means 34 is affirmative, the access right granting means 35 gives the file access right of the search result to the user who operates the terminal device 2. For example, a file access right can be given to a user by associating and saving a list of user identification information of the user having the file access right to all the files stored in the file storage unit 31. This is done by adding user identification information. The user who is given the access right can download the file to the terminal device 2.

検索手段34の検索結果が否定的なときには、要約情報受信履歴格納手段33に格納された要約情報の受信履歴に基づいて、保留情報取得手段36によって保留情報が取得され、保留情報送信手段37によって端末装置2に送信される。   If the search result of the search means 34 is negative, the hold information is acquired by the hold information acquisition means 36 based on the summary information reception history stored in the summary information reception history storage means 33, and the hold information transmission means 37 It is transmitted to the terminal device 2.

ここで、保留情報取得手段36が取得する保留情報とは、保留ユーザ数である。この場合、要約情報受信履歴格納手段33には、上記保留情報取得手段36が保留情報として保留ユーザ数を取得できるために必要な情報を格納しておく必要がある。例えば、要約情報受信履歴格納手段33に保留ユーザ数を格納し、要約情報を受信する度に、その要約情報に関連付けられて格納された保留ユーザ数を更新してもよい。同じユーザから同一の要約情報を受信したときは、同じファイルの重複排除型アップロードの再試行を目的とすると判断して、保留ユーザ数の更新処理対象から外してもよい。あるいは、要約情報を受信するごとに、タイムスタンプと送信元ユーザ識別情報と、その他付加情報を付け加えて、ログファイルに受信ログを格納してもよい。その場合でも、そのログファイルに基づいて、保留情報取得手段36は、該当する要約情報に対応するファイルのアップロードを保留しているユーザ数を抽出して、保留情報とすることができる。   Here, the hold information acquired by the hold information acquisition unit 36 is the number of hold users. In this case, the summary information reception history storage means 33 needs to store information necessary for the hold information acquisition means 36 to acquire the number of hold users as the hold information. For example, the number of held users may be stored in the summary information reception history storage unit 33, and the number of held users stored in association with the summary information may be updated each time the summary information is received. When the same summary information is received from the same user, it may be determined that the purpose is to retry deduplicating upload of the same file, and may be excluded from the update processing target of the number of pending users. Alternatively, each time the summary information is received, the reception log may be stored in the log file by adding a time stamp, transmission source user identification information, and other additional information. Even in that case, based on the log file, the hold information acquisition unit 36 can extract the number of users who hold the upload of the file corresponding to the corresponding summary information and use it as the hold information.

端末装置2のファイル送信手段24は、サーバ装置3から保留情報受信手段23によって受信された保留情報である保留ユーザ数に基づいて、ファイルを送信するか否かを決定する。例えば、保留ユーザ数が1以上であれば、ファイルを送信することとする。自分が該当ファイルを送信した場合、その保留していたユーザが後で再試行してそのファイルのアクセス権を得ることが期待できる。   The file transmission unit 24 of the terminal device 2 determines whether or not to transmit the file based on the number of held users as the hold information received from the server device 3 by the hold information receiving unit 23. For example, if the number of pending users is 1 or more, the file is transmitted. If you send the file, you can expect the suspended user to try again later to gain access to the file.

ファイルを送信するか否かを決定する保留ユーザ数の閾値は、任意の値に設定することができる。大き目の閾値を設定しておけば、結果的に重複度の高くなることが期待できるファイルのみをサーバ装置3で管理することができるようになる。   The threshold of the number of reserved users that determines whether or not to transmit a file can be set to an arbitrary value. If a large threshold is set, the server device 3 can manage only files that can be expected to have a high degree of duplication.

また、ファイルを送信するか否かを決定する保留ユーザ数の閾値は、サーバ装置3の保留情報取得手段36内に、ユーザ毎にオプション値として設定することができてもよい。その場合、端末装置2に送信する保留情報としては、保留ユーザ数に対して閾値処理を施した後のブール値となる。あるいは、そのブール値が「真」となるときにのみ、保留情報送信手段37が保留情報を送信してもよい。   Moreover, the threshold value of the number of reserved users for determining whether to transmit a file may be set as an option value for each user in the reserved information acquisition unit 36 of the server device 3. In this case, the hold information transmitted to the terminal device 2 is a Boolean value after threshold processing is performed on the number of hold users. Alternatively, the hold information transmission unit 37 may send hold information only when the Boolean value is “true”.

要約情報受信履歴格納手段33には、要約情報に関連付けられて、その要約情報の受信履歴が格納される。自分の送信した要約情報に関する受信履歴を格納する前の状態に基づいて保留情報取得手段36が保留情報を取得し、その後、自分の送信した要約情報に関する受信履歴を格納する構成としてもよいし、自分の送信した要約情報に関する受信履歴をまず格納し、それも含めた情報に基づいて保留情報取得手段36が保留情報を取得する構成としてもよい。   The summary information reception history storage means 33 stores the summary information reception history in association with the summary information. The hold information acquisition means 36 may acquire hold information based on the state before storing the reception history related to the summary information transmitted by the user, and then store the reception history related to the summary information transmitted by the user. A reception history related to the summary information transmitted by the user may be stored first, and the hold information acquisition unit 36 may acquire the hold information based on the information including the history.

なお、サーバ装置3のファイル格納手段31に格納されたファイルのアクセス権を得た後にも、それと同一のファイルが端末装置2に残るが、このファイルはサーバ上からダウンロードが可能となったのだから、即座に削除してもよい。あるいは、端末装置2のファイル格納容量が逼迫していないのならば、すぐに削除するのではなく、削除可能フラグを立てるだけでもよい。その場合、端末装置2のファイル格納容量が逼迫した段階で、優先的に削除することができる。あるいは、光ディスクなどの補助記憶装置上に端末装置2のバックアップを取るとき、削除可能フラグの立っていないファイルのみを選択してバックアップを取る機能を付け加えてもよい。   Even after the access right of the file stored in the file storage means 31 of the server device 3 is obtained, the same file remains in the terminal device 2, but this file can be downloaded from the server. You may delete it immediately. Alternatively, if the file storage capacity of the terminal device 2 is not tight, the deletion capability flag may be set instead of immediately deleting. In that case, when the file storage capacity of the terminal device 2 is tight, it can be deleted preferentially. Alternatively, when the terminal device 2 is backed up on an auxiliary storage device such as an optical disk, a function may be added in which only a file having no erasable flag is selected and backed up.

以上のように、本実施形態のファイル格納システム1によれば、端末装置2は、重複が排除されて格納される見込みのあるファイルのみ選択してサーバ装置3に送信することができる。これにより、重複の排除される見込みのないファイルをサーバ装置3に送信することを避けることができる。   As described above, according to the file storage system 1 of the present embodiment, the terminal device 2 can select only the files that are expected to be stored with the duplication eliminated, and transmit the selected files to the server device 3. Thereby, it is possible to avoid sending a file that is not expected to be duplicated to the server device 3.

なお、上記実施形態において、検索手段34は、保留情報取得手段36とは無関係に構成されるものとして記述したが、保留情報取得手段36が検索手段34を兼ねる構成でもよい。例えば、要約情報受信履歴格納手段33が要約情報と関連付けて格納する保留ユーザ数として、ファイルの実体がファイル格納手段31に格納されるときに、便宜的な値として−1を格納し、合わせて、ファイル格納手段31に格納されたファイルへのポインタも関連付けて格納しておくこととする。保留情報取得手段36が、保留情報として保留ユーザ数を取得するとき、まず保留ユーザ数が−1であるか否かを判定し、その値が−1であるときには既にファイルが格納されているのでアクセス権付与手段35によって合わせて格納されたポインタの指し示すファイルのアクセス権を付与し、保留ユーザ数が0以上の値であるときに、その値を保留ユーザ数と考えて保留情報送信手段37へと引き渡す。このとき、保留情報取得手段36が、検索手段34の果たすべき機能を兼ねていると言える。   In the above embodiment, the search unit 34 is described as being configured independently of the hold information acquisition unit 36, but the hold information acquisition unit 36 may also serve as the search unit 34. For example, as the number of pending users stored in the summary information reception history storage means 33 in association with the summary information, when the file entity is stored in the file storage means 31, -1 is stored as a convenient value. In addition, a pointer to a file stored in the file storage unit 31 is also stored in association with each other. When the hold information acquisition unit 36 acquires the number of hold users as hold information, it first determines whether or not the number of hold users is -1, and if the value is -1, the file is already stored. When the access right granting unit 35 grants the access right of the file pointed to by the stored pointer and the number of pending users is 0 or more, the value is considered as the number of pending users and the pending information transmitting unit 37 And hand over. At this time, it can be said that the hold information acquisition unit 36 also has a function to be performed by the search unit 34.

(第2実施形態)
図3は、本発明の第2実施形態のファイル格納システムを示すブロック図である。本実施形態のファイル格納システム101は、第1実施形態のファイル格納システム1と同様のハードウェアにより構成され、端末装置2及びサーバ装置301で実行される制御プログラムが異なる。第2実施形態において、第1実施形態の構成部分と同様の構成部分には、第1実施形態における参照番号と同じ参照番号を引用して詳細な説明を省略する。
(Second Embodiment)
FIG. 3 is a block diagram showing a file storage system according to the second embodiment of the present invention. The file storage system 101 of the present embodiment is configured by the same hardware as the file storage system 1 of the first embodiment, and the control programs executed by the terminal device 2 and the server device 301 are different. In the second embodiment, the same reference numerals as those in the first embodiment are used for the same components as those in the first embodiment, and detailed description thereof is omitted.

図3に示すように、第2実施形態のファイル格納システム101は、サーバ装置301の要約情報受信履歴格納手段33に、要約情報受信手段32によって受信された要約情報の送信元の識別情報を、その要約情報に関連付けて保存し、保留情報送信手段37が、直近に要約情報を受け取ったユーザに対してのみではなく、その要約情報に関連付けられて要約情報受信履歴格納手段33に格納された送信元識別情報にも保留情報を送信する。また、受信ファイル格納手段39がファイル受信手段38によって受信されたファイルをファイル格納手段31に格納するときに、要約情報受信履歴格納手段33に格納された送信元識別情報に自動的にそのファイルのアクセス権を付与する保留ユーザアクセス権付与手段351を有する。   As shown in FIG. 3, the file storage system 101 according to the second embodiment stores the identification information of the transmission source of the summary information received by the summary information reception unit 32 in the summary information reception history storage unit 33 of the server device 301. The hold information transmission unit 37 stores the summary information in association with the summary information and stores it in the summary information reception history storage unit 33 in association with the summary information. The hold information is also transmitted to the original identification information. Further, when the received file storage means 39 stores the file received by the file receiving means 38 in the file storage means 31, the transmission source identification information stored in the summary information reception history storage means 33 is automatically added to the file identification information. There is a reserved user access right granting means 351 for granting an access right.

保留ユーザアクセス権付与手段351は、受信ファイル格納手段39が受信ファイルを格納するときに、要約情報受信履歴格納手段33に、そのファイルを要約する要約情報に関連付けられて格納された送信元識別情報に対応するユーザに、自動的にそのファイルのアクセス権を付与する。これにより、ファイルの実体がアップロードされた時点から、それらのユーザによる該当ファイルの重複排除型アップロードの再試行を待つまでもなく、重複度(リンクカウント)を複数にすることができる。   When the received file storage unit 39 stores the received file, the hold user access right grant unit 351 stores the transmission source identification information stored in the summary information reception history storage unit 33 in association with the summary information that summarizes the file. The access right of the file is automatically given to the user corresponding to. Accordingly, it is possible to make the duplication degree (link count) plural without waiting for the user to retry the deduplication upload of the corresponding file from the time when the file entity is uploaded.

以下において、あるユーザが、要約情報受信履歴格納手段33に自分の送信元識別情報を要約情報に関連付けて格納することを「重複排除型アップロードを保留する」と呼び、他のユーザが該当するファイルをアップロードすることによって、保留状態が解除されてアクセス権が付与することを、「重複排除型アップロードが完了する」と呼ぶこととする。   In the following, when a certain user stores his / her sender identification information in the summary information reception history storage means 33 in association with the summary information is referred to as “holding deduplication upload”, and the other user corresponds to the corresponding file. By uploading, the release of the hold state and the granting of the access right will be referred to as “deduplication upload is complete”.

図4に、本実施形態のファイル格納システム101における処理の流れ図を示す。まず、端末装置2の要約情報生成手段21によって生成された要約情報が要約情報送信手段22によって送信され、サーバ装置301の要約情報受信手段32がその要約情報を受信する(401)。検索手段34によってその要約情報に該当するファイルをファイル格納手段31から検索する(402)。検索結果がある場合は、即座に重複排除型アップロードを完了させることができる(404)。   FIG. 4 shows a flowchart of processing in the file storage system 101 of the present embodiment. First, the summary information generated by the summary information generating means 21 of the terminal device 2 is transmitted by the summary information transmitting means 22, and the summary information receiving means 32 of the server device 301 receives the summary information (401). The search unit 34 searches the file storage unit 31 for a file corresponding to the summary information (402). If there is a search result, the deduplication upload can be completed immediately (404).

検索結果がない場合は、保留情報として要約情報受信履歴格納手段33に保存された送信元識別情報の数を保留情報取得手段36が保留情報として取得し、保留情報送信手段37によって端末装置2にその保留情報が送信される。端末装置2の保留情報受信手段23は、保留情報を受信してファイル送信手段24に受け渡す。ファイル送信手段24では、保留情報である送信元識別情報の数がN以上であるか否かを判定し(403)、「N人以上が保留中」と判断できれば該当ファイルの実体をアップロードする(406)。   When there is no search result, the hold information acquisition unit 36 acquires the number of transmission source identification information stored as the hold information in the summary information reception history storage unit 33 as the hold information. The hold information is transmitted. The hold information receiving means 23 of the terminal device 2 receives the hold information and passes it to the file transmitting means 24. The file transmission unit 24 determines whether or not the number of pieces of transmission source identification information that is hold information is N or more (403), and if it can be determined that “N or more people are on hold”, the file entity is uploaded ( 406).

サーバ装置301は、ファイル受信手段38がファイルを受け取り、そのファイルを受信ファイル格納手段39がファイル格納手段31に格納するとともに、要約情報受信履歴格納手段33に上記要約情報に関連付けられて格納された送信元識別情報をもつユーザに対して、保留ユーザアクセス権付与手段351がアクセス権をアップロードされたファイルのアクセス権を自動的に付与する。もちろん、ファイルを送信した本人にも、そのファイルのアクセス権を付与する。   In the server device 301, the file receiving unit 38 receives the file, the received file storage unit 39 stores the file in the file storage unit 31, and the summary information reception history storage unit 33 stores the file in association with the summary information. The reserved user access right granting means 351 automatically grants the access right of the file whose access right is uploaded to the user having the transmission source identification information. Of course, the access right of the file is also given to the person who sent the file.

一方、端末装置2のファイル送信手段24が「N人以上が保留中」と判断できない場合はファイルを送信しない。サーバ装置301の要約情報受信履歴格納手段33に送信元識別情報が、上記要約情報に関連付けられて格納される。これは、重複排除型アップロードが保留された状態である(405)。その後、他のユーザが上記要約情報と同一の要約情報を送信したときに、通常のアップロード(406)が行われたときは、保留していたユーザにもアクセス権が与えられ、保留されていた重複排除型のアップロードが完了される(407)。   On the other hand, if the file transmission unit 24 of the terminal device 2 cannot determine that “N or more people are on hold”, the file is not transmitted. Source identification information is stored in the summary information reception history storage means 33 of the server device 301 in association with the summary information. This is a state in which the deduplication upload is suspended (405). After that, when another user sends the same summary information as the above summary information, when a normal upload (406) is performed, the user who has been put on hold has been given access right and has been put on hold. The deduplication upload is completed (407).

ファイルを送信するか否かを決定する保留ユーザ数の閾値Nは、端末装置2にて、ユーザ毎にオプションとして自由に設定できる構成であってもよい。閾値Nを0に設定し、保留しているユーザの有無に関わらず即座にファイルを送信するユーザがいてもよい。すなわち、このユーザは、重複排除型アップロードを保留することはない。ブロードバンドの通信環境を利用できるユーザにとっては、従来の重複排除型ストレージと同じように、重複の有無に関わらずすべてのファイルをサーバ装置301で管理する方が、手間が掛からなくて好ましい場合もある。   The threshold value N for the number of reserved users for determining whether or not to transmit a file may be configured such that the terminal device 2 can be freely set as an option for each user. There may be a user who sets the threshold value N to 0 and immediately transmits a file regardless of whether there is a suspended user. That is, this user does not hold the deduplication upload. For users who can use a broadband communication environment, as with conventional deduplication storage, it is sometimes preferable to manage all files with the server device 301 regardless of the presence or absence of duplication. .

また、閾値を無限大、または、非常に大きい値に設定することにより、ファイルを送信することを絶対に、または、滅多に行わないユーザがいてもよい。ナローバンドの通信環境を利用するユーザにとっては、その方が通信コストや通信時間の無駄を省くことができて有利である。   Further, by setting the threshold value to infinity or a very large value, there may be a user who never or rarely sends a file. For users using a narrowband communication environment, this is advantageous because it can save communication costs and waste of communication time.

また、上記説明において、サーバ装置301の保留情報送信手段37は、保留情報を、上記要約情報を送信した端末装置2のみに送信したが、要約情報受信履歴格納手段33にこの要約情報に関連付けられて格納された送信元識別情報に対応するユーザの操作する複数の端末装置2に、略同時に送信してもよい。その場合、保留情報を受信したユーザのうち、閾値Nを小さめに設定しているユーザがファイルを通常アップロードすることになる。その他のユーザには、保留ユーザアクセス権付与手段351によって、自動的にアクセス権が付与される。   In the above description, the hold information transmission unit 37 of the server device 301 transmits the hold information only to the terminal device 2 that has transmitted the summary information, but the summary information reception history storage unit 33 associates the hold information with the summary information. It may be transmitted substantially simultaneously to a plurality of terminal devices 2 operated by the user corresponding to the transmission source identification information stored in the above. In that case, among the users who have received the hold information, the user who has set the threshold value N smaller will normally upload the file. Access rights are automatically granted to other users by the reserved user access right granting means 351.

あるいは、複数人のユーザに略同時に保留情報を送信した場合、その複数人で分担してファイルをアップロードしてもよい。例えば、あるタイミングでN人のユーザがファイルを送信すべき状態となったときには、ファイルをK個に分割したファイル断片のうちの1つをそれぞれのユーザに割り当て、それをアップロードさせ、サーバ装置301上でK個のファイル断片が揃った段階で、それらを結合させてファイル実体の全体をファイル格納装置に格納してもよい。ここで、N=Kとしてもよいし、冗長性をもたせるため、例えば、N=A×Kとしてもよい。この場合、すべての断片について割り当てられたA人のうち誰かがアップロードすればファイル実体の全体が揃うこととなる。その場合、ファイル断片をアップロードしなかったユーザは保留ユーザアクセス権付与手段351によって、自動的にアクセス権が付与される。   Alternatively, when the hold information is transmitted to a plurality of users substantially simultaneously, the files may be shared by the plurality of users and uploaded. For example, when N users are in a state to transmit a file at a certain timing, one of the file fragments obtained by dividing the file into K pieces is assigned to each user, the user is uploaded, and the server device 301 is uploaded. At the stage when K file fragments are prepared, they may be combined and the entire file entity may be stored in the file storage device. Here, N = K may be set, or in order to provide redundancy, for example, N = A × K may be set. In this case, if some of the A persons assigned to all the fragments upload, the entire file entity is prepared. In this case, the user who has not uploaded the file fragment is automatically granted the access right by the reserved user access right giving means 351.

以上のように、本実施形態のファイル格納システム101によれば、端末装置2は、重複が排除されて格納される見込みのあるファイルのみ選択してサーバ装置301に送信することができる。さらに、そのファイルのアクセス権が自動的に保留中のユーザにも付与されるため、他のユーザによる重複排除型アップロードの再試行を待つまでもなく、即座に重複を排除されて格納される。また、直近で要約情報を送信したユーザだけでなく、該当ファイルのアップロードを保留したユーザのうちの誰かがファイルの実体をアップロードすることも可能となる。   As described above, according to the file storage system 101 of the present embodiment, the terminal device 2 can select only the files that are expected to be stored without duplication and transmit the selected files to the server device 301. Furthermore, since the access right of the file is automatically given to the user who is on hold, the file is immediately deduplicated and stored without waiting for another user to retry the deduplication upload. Further, not only the user who sent the summary information most recently, but also any of the users who have suspended uploading of the corresponding file can upload the file entity.

1,101 ファイル格納システム
2 端末装置
3,301 サーバ装置
4 ネットワーク
21 要約情報生成手段
22 要約情報送信手段
23 保留情報受信手段
24 ファイル送信手段
31 ファイル格納手段
32 要約情報受信手段
33 要約情報受信履歴格納手段
34 検索手段
35 アクセス権付与手段
36 保留情報取得手段
37 保留情報送信手段
38 ファイル受信手段
39 受信ファイル格納手段
351 保留ユーザアクセス権付与手段
DESCRIPTION OF SYMBOLS 1,101 File storage system 2 Terminal device 3,301 Server device 4 Network 21 Summary information generation means 22 Summary information transmission means 23 Hold information reception means 24 File transmission means 31 File storage means 32 Summary information reception means 33 Summary information reception history storage Means 34 Search means 35 Access right grant means 36 Hold information acquisition means 37 Hold information transmission means 38 File reception means 39 Received file storage means 351 Hold user access right grant means

Claims (7)

ネットワークを介して互いに接続される端末装置とサーバ装置を含むファイル格納システムであって、
上記端末装置は、
ファイルを要約して要約情報を生成する要約情報生成手段と、
上記要約情報生成手段によって生成された要約情報を上記サーバ装置に送信する要約情報送信手段と、
上記サーバ装置から保留情報を受信する保留情報受信手段と、
上記保留情報受信手段によって受信された保留情報に基づいて、上記ファイルを上記サーバ装置に送信するファイル送信手段と、を有し、
上記サーバ装置は、
ファイルを、このファイルが要約されて生成された要約情報に関連付けて格納するファイル格納手段と、
上記端末装置から要約情報を受信する要約情報受信手段と、
上記要約情報受信手段によって受信された要約情報に関連付けて、この要約情報の受信履歴を格納する要約情報受信履歴格納手段と、
上記要約情報受信手段によって受信された要約情報を検索キーとして上記ファイル格納手段からファイルを検索する検索手段と、
上記検索手段による検索結果が肯定的である場合に、上記検索手段によって検索されたファイルのアクセス権を上記端末装置のユーザに付与するアクセス権付与手段と、
上記検索手段による検索結果が否定的である場合に、上記要約情報受信手段によって受信された要約情報に関連付けられて上記要約情報受信履歴格納手段に格納された受信履歴に基づいて保留情報を取得する保留情報取得手段と、
上記保留情報取得手段によって取得された保留情報を上記端末装置に送信する保留情報送信手段と、
上記端末装置からファイルを受信するファイル受信手段と、
上記ファイル受信手段によって受信されたファイルを、上記ファイル格納手段に格納する受信ファイル格納手段と、を有することを特徴とするファイル格納システム。
A file storage system including a terminal device and a server device connected to each other via a network,
The terminal device is
Summary information generation means for generating summary information by summarizing files;
Summary information transmitting means for transmitting the summary information generated by the summary information generating means to the server device;
Holding information receiving means for receiving holding information from the server device;
File transmission means for transmitting the file to the server device based on the hold information received by the hold information receiving means;
The server device is
A file storage means for storing the file in association with the summary information generated by summarizing the file;
Summary information receiving means for receiving summary information from the terminal device;
Summary information reception history storage means for storing a reception history of the summary information in association with the summary information received by the summary information reception means;
Search means for searching the file from the file storage means using the summary information received by the summary information receiving means as a search key;
If the search result by the search means is affirmative, an access right granting means for granting the access right of the file searched by the search means to the user of the terminal device;
When the search result by the search means is negative, the hold information is acquired based on the reception history stored in the summary information reception history storage means in association with the summary information received by the summary information reception means. Holding information acquisition means;
Hold information transmitting means for transmitting the hold information acquired by the hold information acquiring means to the terminal device;
File receiving means for receiving a file from the terminal device;
A file storage system comprising: a received file storage unit that stores the file received by the file reception unit in the file storage unit.
請求項1のファイル格納システムにおいて、
上記サーバ装置は、
上記要約情報受信履歴格納手段が、
上記要約情報受信手段によって受信された要約情報に関連付けて、この要約情報の受信回数を格納すること、を特徴とするファイル格納システム。
The file storage system of claim 1,
The server device is
The summary information reception history storage means is
A file storage system characterized by storing the number of times the summary information is received in association with the summary information received by the summary information receiving means.
請求項1又は2のファイル格納システムにおいて、
上記サーバ装置は、
上記要約情報受信履歴格納手段が、
上記要約情報受信手段によって受信された要約情報に関連付けて、この要約情報の送信元識別情報を格納すること、を特徴とするファイル格納システム。
The file storage system according to claim 1 or 2,
The server device is
The summary information reception history storage means is
A file storage system characterized by storing source identification information of the summary information in association with the summary information received by the summary information receiving means.
請求項3のファイル格納システムにおいて、
上記サーバ装置は、
上記保留情報送信手段が、
上記要約情報受信履歴格納手段に格納された送信元識別情報に対応するユーザの操作する端末装置にも、上記保留情報取得手段によって取得された保留情報を送信すること、を特徴とするファイル格納システム。
The file storage system of claim 3,
The server device is
The holding information transmitting means is
A file storage system, wherein the hold information acquired by the hold information acquisition unit is transmitted to a terminal device operated by a user corresponding to the transmission source identification information stored in the summary information reception history storage unit. .
請求項3又は4のファイル格納システムにおいて、
上記サーバ装置は、
上記ファイル受信手段によって受信されたファイルを上記受信ファイル格納手段が上記ファイル格納手段に格納したときに、上記要約情報受信履歴格納手段に格納された送信元識別情報に対応するユーザに上記ファイルのアクセス権を付与する保留ユーザアクセス権付与手段を有すること、を特徴とするファイル格納システム。
The file storage system according to claim 3 or 4,
The server device is
When the received file storage means stores the file received by the file receiving means in the file storage means, the file access to the user corresponding to the transmission source identification information stored in the summary information reception history storage means A file storage system comprising: a reserved user access right granting unit for granting a right.
ネットワークを介して端末装置に接続されるサーバ装置であって、
ファイルを、このファイルが要約されて生成された要約情報に関連付けて格納するファイル格納手段と、
上記端末装置から要約情報を受信する要約情報受信手段と、
上記要約情報受信手段によって受信された要約情報に関連付けて、この要約情報の受信履歴を格納する要約情報受信履歴格納手段と、
上記要約情報受信手段によって受信された要約情報を検索キーとして上記ファイル格納手段からファイルを検索する検索手段と、
上記検索手段による検索結果が肯定的である場合に、上記検索手段によって検索されたファイルのアクセス権を上記端末装置のユーザに付与するアクセス権付与手段と、
上記検索手段による検索結果が否定的である場合に、上記要約情報受信手段によって受信された要約情報に関連付けられて上記要約情報受信履歴格納手段に格納された受信履歴に基づいて保留情報を取得する保留情報取得手段と、
上記保留情報取得手段によって取得された保留情報を上記端末装置に送信する保留情報送信手段と、
上記端末装置からファイルを受信するファイル受信手段と、
上記ファイル受信手段によって受信されたファイルを、上記ファイル格納手段に格納する受信ファイル格納手段と、を有することを特徴とするサーバ装置。
A server device connected to a terminal device via a network,
A file storage means for storing the file in association with the summary information generated by summarizing the file;
Summary information receiving means for receiving summary information from the terminal device;
Summary information reception history storage means for storing a reception history of the summary information in association with the summary information received by the summary information reception means;
Search means for searching the file from the file storage means using the summary information received by the summary information receiving means as a search key;
If the search result by the search means is affirmative, an access right granting means for granting the access right of the file searched by the search means to the user of the terminal device;
When the search result by the search means is negative, the hold information is acquired based on the reception history stored in the summary information reception history storage means in association with the summary information received by the summary information reception means. Holding information acquisition means;
Hold information transmitting means for transmitting the hold information acquired by the hold information acquiring means to the terminal device;
File receiving means for receiving a file from the terminal device;
A server apparatus comprising: received file storage means for storing the file received by the file receiving means in the file storage means.
コンピュータを、ネットワークを介して端末装置に接続されるサーバ装置として機能させるためのプログラムであって、
ファイルを、このファイルが要約されて生成された要約情報に関連付けて格納するファイル格納手段と、
上記端末装置から要約情報を受信する要約情報受信手段と、
上記要約情報受信手段によって受信された要約情報に関連付けて、この要約情報の受信履歴を格納する要約情報受信履歴格納手段と、
上記要約情報受信手段によって受信された要約情報を検索キーとして上記ファイル格納手段からファイルを検索する検索手段と、
上記検索手段による検索結果が肯定的である場合に、上記検索手段によって検索されたファイルのアクセス権を上記端末装置のユーザに付与するアクセス権付与手段と、
上記検索手段による検索結果が否定的である場合に、上記要約情報受信手段によって受信された要約情報に関連付けられて上記要約情報受信履歴格納手段に格納された受信履歴に基づいて保留情報を取得する保留情報取得手段と、
上記保留情報取得手段によって取得された保留情報を上記端末装置に送信する保留情報送信手段と、
上記端末装置からファイルを受信するファイル受信手段と、
上記ファイル受信手段によって受信されたファイルを、上記ファイル格納手段に格納する受信ファイル格納手段として上記コンピュータを機能させるためのプログラム。
A program for causing a computer to function as a server device connected to a terminal device via a network,
A file storage means for storing the file in association with the summary information generated by summarizing the file;
Summary information receiving means for receiving summary information from the terminal device;
Summary information reception history storage means for storing a reception history of the summary information in association with the summary information received by the summary information reception means;
Search means for searching the file from the file storage means using the summary information received by the summary information receiving means as a search key;
If the search result by the search means is affirmative, an access right granting means for granting the access right of the file searched by the search means to the user of the terminal device;
When the search result by the search means is negative, the hold information is acquired based on the reception history stored in the summary information reception history storage means in association with the summary information received by the summary information reception means. Holding information acquisition means;
Hold information transmitting means for transmitting the hold information acquired by the hold information acquiring means to the terminal device;
File receiving means for receiving a file from the terminal device;
A program for causing the computer to function as received file storage means for storing a file received by the file receiving means in the file storage means.
JP2009129731A 2009-05-29 2009-05-29 File storage system, server device, and program Expired - Fee Related JP4592115B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009129731A JP4592115B1 (en) 2009-05-29 2009-05-29 File storage system, server device, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009129731A JP4592115B1 (en) 2009-05-29 2009-05-29 File storage system, server device, and program

Publications (2)

Publication Number Publication Date
JP4592115B1 JP4592115B1 (en) 2010-12-01
JP2010277374A true JP2010277374A (en) 2010-12-09

Family

ID=43424272

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009129731A Expired - Fee Related JP4592115B1 (en) 2009-05-29 2009-05-29 File storage system, server device, and program

Country Status (1)

Country Link
JP (1) JP4592115B1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2013157103A1 (en) * 2012-04-18 2013-10-24 株式会社日立製作所 Storage device and storage control method
WO2013190685A1 (en) * 2012-06-21 2013-12-27 株式会社Synclogue Synchronization server, synchronization method, and program

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06290092A (en) * 1991-11-04 1994-10-18 American Teleph & Telegr Co <Att> File storing device to storage device
JPH07146810A (en) * 1993-09-27 1995-06-06 Toshiba Corp Computer system
JPH07295867A (en) * 1994-01-14 1995-11-10 Traveling Software Inc Data transmission method and method and equipment for data equalization
WO1999038097A1 (en) * 1998-01-21 1999-07-29 Microsoft Corporation Native data signatures in a file system
JP2000057159A (en) * 1998-08-10 2000-02-25 Ricoh Co Ltd File system
WO2002037689A1 (en) * 2000-11-06 2002-05-10 Avamar Technologies, Inc. System for identifying common digital sequences
US20050203973A1 (en) * 2004-03-15 2005-09-15 Hitachi, Ltd. Long term data protection system and method
JP2008158993A (en) * 2006-12-26 2008-07-10 Hitachi Ltd Storage system
JP2009080671A (en) * 2007-09-26 2009-04-16 Hitachi Ltd Computer system, management computer and file management method
JP2009110407A (en) * 2007-10-31 2009-05-21 Toshiba Corp Cache method and cache device

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06290092A (en) * 1991-11-04 1994-10-18 American Teleph & Telegr Co <Att> File storing device to storage device
JPH07146810A (en) * 1993-09-27 1995-06-06 Toshiba Corp Computer system
JPH07295867A (en) * 1994-01-14 1995-11-10 Traveling Software Inc Data transmission method and method and equipment for data equalization
WO1999038097A1 (en) * 1998-01-21 1999-07-29 Microsoft Corporation Native data signatures in a file system
JP2002501258A (en) * 1998-01-21 2002-01-15 マイクロソフト コーポレイション Native data signing in the file system
JP2000057159A (en) * 1998-08-10 2000-02-25 Ricoh Co Ltd File system
WO2002037689A1 (en) * 2000-11-06 2002-05-10 Avamar Technologies, Inc. System for identifying common digital sequences
JP2004514968A (en) * 2000-11-06 2004-05-20 アヴァマー テクノロジーズ インコーポレイテッド System for identifying common digital sequences
US20050203973A1 (en) * 2004-03-15 2005-09-15 Hitachi, Ltd. Long term data protection system and method
JP2005267600A (en) * 2004-03-15 2005-09-29 Hitachi Ltd System and method of protecting data for long time
JP2008158993A (en) * 2006-12-26 2008-07-10 Hitachi Ltd Storage system
JP2009080671A (en) * 2007-09-26 2009-04-16 Hitachi Ltd Computer system, management computer and file management method
JP2009110407A (en) * 2007-10-31 2009-05-21 Toshiba Corp Cache method and cache device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2013157103A1 (en) * 2012-04-18 2013-10-24 株式会社日立製作所 Storage device and storage control method
WO2013190685A1 (en) * 2012-06-21 2013-12-27 株式会社Synclogue Synchronization server, synchronization method, and program

Also Published As

Publication number Publication date
JP4592115B1 (en) 2010-12-01

Similar Documents

Publication Publication Date Title
US11561931B2 (en) Information source agent systems and methods for distributed data storage and management using content signatures
JP6483746B2 (en) Data storage application programming interface
US9830231B2 (en) Processes and methods for client-side fingerprint caching to improve deduplication system backup performance
JP6224102B2 (en) Archive data identification
US10326792B2 (en) Virus intrusion route identification device, virus intrusion route identification method, and program
US20170206353A1 (en) Method and system for preventing malicious alteration of data in computer system
US9807135B1 (en) Methods and computing systems for sharing cloud files using a social network
US20120117665A1 (en) Methods and computer program products for controlling restricted content
US20100306176A1 (en) Deduplication of files
US8285997B2 (en) Backup apparatus with higher security and lower network bandwidth consumption
JP2019220230A (en) Data processing method and data processing device
JP4386459B1 (en) File storage system, server device, and program
CN107733662B (en) Group recovery method and device
JP4592115B1 (en) File storage system, server device, and program
US9619556B1 (en) Techniques for determining ownership of files and/or email messages
US8966283B1 (en) Systems and methods for live migration of a data store to encrypted form
TW201227268A (en) Data backup system and data backup and retrival method
JP7193515B2 (en) Synchronous object placement for information lifecycle management
CN107526530B (en) Data processing method and device
JP2014038454A (en) User data storage destination determination server, communication device, and user data storage destination determination method
US11226872B2 (en) Information processing apparatus, file management apparatus, and file management system
WO2006110111A1 (en) Data storage system and method of providing access to data
JP4601016B2 (en) File storage system, server device and program, verification information storage device and program, and file storage device and program
JP2011180753A (en) Image forming apparatus, restoration control method and program
JP2020129317A (en) Mail system, data restoration device, data restoration method, and program

Legal Events

Date Code Title Description
A975 Report on accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A971005

Effective date: 20100827

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20100913

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20100913

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

Free format text: PAYMENT UNTIL: 20130924

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4592115

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees