JP2005078612A - ファイル共有システム及びファイル共有装置間のファイル移行方法 - Google Patents
ファイル共有システム及びファイル共有装置間のファイル移行方法 Download PDFInfo
- Publication number
- JP2005078612A JP2005078612A JP2003312273A JP2003312273A JP2005078612A JP 2005078612 A JP2005078612 A JP 2005078612A JP 2003312273 A JP2003312273 A JP 2003312273A JP 2003312273 A JP2003312273 A JP 2003312273A JP 2005078612 A JP2005078612 A JP 2005078612A
- Authority
- JP
- Japan
- Prior art keywords
- file
- information
- migration
- feature information
- file sharing
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Information Transfer Between Computers (AREA)
- Storage Device Security (AREA)
Abstract
【解決手段】 移行元ファイルサーバ10のファイル調査機能12は、移行対象のファイルについて、その特徴となる情報(ファイル名、ファイルサイズ、ハッシュ値等)をそれぞれ取得し、調査結果ファイル30を生成する。調査結果ファイル30には、アクセス制御情報(ACL)も含まれる。移行対象のファイル及び調査結果ファイル30は、移行先ファイルサーバ40に移される。ACL情報設定機能42は、調査結果ファイル30に基づいて、移行されたファイルを特定し、ACLを再設定する。
【選択図】 図1
Description
所定の属性情報としては、例えば、ACL等のアクセス制御情報が挙げられる。移行されたファイルが特定されると、属性再設定手段は、特定されたファイルに対して所定の属性情報を再設定する。
他の属性情報としては、例えば、ファイル名、ファイルサイズ、更新日時、ファイルパス情報等を挙げることができる。
ファイルの同一性を示す同一性情報としては、例えば、ハッシュ関数を用いたメッセージダイジェストを挙げることができる。ハッシュ関数とは、与えられた原文データから固定長の疑似乱数を発生させるものである。ハッシュ関数により生成された値は、ハッシュ値またはメッセージダイジェストと呼ばれる。原文データが異なれば、ハッシュ値もそれぞれ異なるため、ハッシュ値によってファイル内容の同一性を保証可能である。ファイルの特徴情報にハッシュ値のような同一性情報を含めることにより、より正確にファイルを特定することができる。
即ち、ファイル特定手段は、例えば、ファイル名、ファイルサイズ、更新日時等の他の属性情報によってファイルの特定を試みる。しかし、仮に、同名、同サイズで更新日時も等しい複数のファイルが存在する場合は、他の属性情報のみでファイルを特定することができない。この場合、ファイル特定手段は、検索された複数の候補ファイルについて同一性情報(ハッシュ値)を算出し、特徴情報に含まれる同一性情報と比較することにより、ファイルを特定する。
ファイル内容の同一性を示す同一性情報が共通する複数のファイルが存在する場合も考えられる。この場合、ファイル特定手段は、ファイルパス情報に着目してファイルを特定する。即ち、ファイル特定手段は、移行前のファイルパス情報と移行後のファイルパス情報との類似度を求め、ファイルを特定する。より詳しくは、ファイルパス情報のうち、ディレクトリ構造の上位に位置するパス情報はシステム(OS)に依存する性質を有し、下位に位置するパス情報はユーザに依存する性質を有する。ユーザは、自己が使用可能な記憶領域内に自分の分かり易い名称のディレクトリを適宜設定して、独自にファイルを管理しようとするためである。従って、例えば、ファイルパス情報のうち下位の情報を中心に類似度を解析することにより、ファイルを特定することができる。
本発明では、以下に詳述するように、移行元ファイルサーバで実行されるコンピュータプログラム(ファイル調査エージェント)と、移行先ファイルサーバで実行されるコンピュータプログラム(ファイル特定・属性設定エージェント)との連携によって、移行されたファイルを特定し、アクセス制御情報を自動的に設定する。
Claims (10)
- 移行元ファイル共有装置と、
前記移行元ファイル共有装置と通信可能に接続された移行先ファイル共有装置と、
前記移行元ファイル共有装置に保持されている少なくとも1つ以上のファイルを選択する選択手段と、
前記選択されたファイルの特徴情報を取得する特徴情報取得手段と、
前記選択されたファイルを前記移行先ファイル共有装置に移行させるファイル移行手段と、
前記取得された特徴情報に基づいて、前記移行先ファイル共有装置に移行されたファイルを特定するファイル特定手段と、
を備えたことを特徴とするファイル共有システム。 - 前記特徴情報取得手段は、前記選択されたファイルに関する所定の属性情報を含んだ特徴情報を取得し、
前記ファイル特定手段により特定された前記ファイルについて、前記特徴情報に含まれる前記所定の属性情報を関連づける属性再設定手段を備えた請求項1に記載のファイル共有システム。 - 前記所定の属性情報は、前記選択されたファイルに関するアクセス制御情報である請求項2に記載のファイル共有システム。
- 前記特徴情報取得手段は、前記選択されたファイルに関する他の属性情報を含んで、前記特徴情報を取得する請求項1に記載のファイル共有システム。
- 前記特徴情報取得手段は、さらに、前記選択されたファイルのデータを所定の関数で処理することにより得られるファイルの同一性を示す同一性情報を含んで前記特徴情報を取得する請求項4に記載のファイル共有システム。
- 前記ファイル特定手段は、前記特徴情報に含まれる前記他の属性情報によって前記ファイルを特定できない場合に、前記所定の関数を用いて前記同一性情報を生成し、この生成した同一性情報と前記特徴情報に含まれる同一性情報とを比較することにより、前記ファイルを特定する請求項5に記載のファイル共有システム。
- 前記ファイル特定手段は、前記同一性情報によって前記ファイルを特定できない場合に、前記移行元ファイル共有装置におけるファイルパス情報と前記移行先ファイル共有装置におけるファイルパス情報との類似度を求め、この類似度に基づいて前記ファイルを特定する請求項6に記載のファイル共有システム。
- 移行元ファイル共有装置において、移行すべき少なくとも1つ以上のファイルを選択するステップと、
前記選択されたファイルに関する所定の属性情報を含んだ特徴情報を取得するステップと、
前記選択されたファイルを移行先ファイル共有装置に移行させるステップと、
前記取得された特徴情報に基づいて、前記移行先ファイル共有装置に移行されたファイルを特定するステップと、
前記特定されたファイルについて、前記特徴情報に含まれる前記所定の属性情報を関連づけるステップと、
を含んだことを特徴とするファイル共有装置間のファイル移行方法。 - 移行元ファイル共有装置において選択された移行対象範囲を取得するステップと、
前記移行対象範囲に含まれる全てのファイルについて、少なくとも各ファイルの属性情報とアクセス制御情報と所定の関数により得られる同一性情報とを、それぞれ取得するステップと、
前記各ファイルについてそれぞれ取得された前記各情報に基づいて特徴情報を出力するステップと、
をコンピュータに実行させるためのコンピュータプログラム。 - 移行された少なくとも1つ以上のファイルについての属性情報とアクセス制御情報と所定の関数により得られる同一性情報とを含んだ特徴情報を取得するステップと、
所定の検索範囲を設定するステップと、
前記設定された検索範囲において、前記移行されたファイルを前記特徴情報に基づいて特定するステップと、
前記特定されたファイルについて、前記アクセス制御情報を再設定するステップと、
をコンピュータに実行させるためのコンピュータプログラム。
Priority Applications (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2003312273A JP2005078612A (ja) | 2003-09-04 | 2003-09-04 | ファイル共有システム及びファイル共有装置間のファイル移行方法 |
US10/785,749 US20050131902A1 (en) | 2003-09-04 | 2004-02-23 | File system and file transfer method between file sharing devices |
DE602004014221T DE602004014221D1 (de) | 2003-09-04 | 2004-08-18 | Dateisystem und Verfahren zum Dateitransfer zwischen Dateiverteilungsgeräten |
EP04254969A EP1513065B1 (en) | 2003-09-04 | 2004-08-18 | File system and file transfer method between file sharing devices |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2003312273A JP2005078612A (ja) | 2003-09-04 | 2003-09-04 | ファイル共有システム及びファイル共有装置間のファイル移行方法 |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2005078612A true JP2005078612A (ja) | 2005-03-24 |
Family
ID=34131856
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2003312273A Pending JP2005078612A (ja) | 2003-09-04 | 2003-09-04 | ファイル共有システム及びファイル共有装置間のファイル移行方法 |
Country Status (4)
Country | Link |
---|---|
US (1) | US20050131902A1 (ja) |
EP (1) | EP1513065B1 (ja) |
JP (1) | JP2005078612A (ja) |
DE (1) | DE602004014221D1 (ja) |
Cited By (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2007079864A (ja) * | 2005-09-13 | 2007-03-29 | Fuji Xerox Co Ltd | コンテンツ管理システム、コンテンツ管理システムの制御方法及びコンテンツ管理システムの制御プログラム |
WO2007099636A1 (ja) * | 2006-03-02 | 2007-09-07 | Fujitsu Limited | ファイルシステム移行方法、ファイルシステム移行プログラム及びファイルシステム移行装置 |
WO2009008027A1 (ja) * | 2007-07-06 | 2009-01-15 | Fujitsu Limited | ストレージ管理装置 |
JPWO2007032046A1 (ja) * | 2005-09-12 | 2009-03-19 | 富士通株式会社 | Hsm制御プログラム、hsm制御装置、hsm制御方法 |
JP2009075672A (ja) * | 2007-09-18 | 2009-04-09 | Hitachi Ltd | アクセス制御リストを用いてファイルへのアクセスを制御するアクセスコントローラ |
JP2010257095A (ja) * | 2009-04-23 | 2010-11-11 | Hitachi Ltd | データ移行システムおよびデータ移行方法 |
JP2016099723A (ja) * | 2014-11-19 | 2016-05-30 | インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation | 情報管理システム、情報管理方法およびプログラム |
JP2018084907A (ja) * | 2016-11-22 | 2018-05-31 | 富士通株式会社 | ジョブ消費電力推定プログラム、並列処理装置およびジョブ消費電力推定方法 |
JP2021131815A (ja) * | 2020-02-21 | 2021-09-09 | 株式会社リコー | 画像形成装置、権限設定方法、及びプログラム |
Families Citing this family (49)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4729844B2 (ja) * | 2003-10-16 | 2011-07-20 | 富士ゼロックス株式会社 | サーバ装置、情報の提供方法、及びプログラム |
US7549171B2 (en) * | 2004-06-10 | 2009-06-16 | Hitachi, Ltd. | Method and apparatus for validation of application data on a storage system |
US9112831B2 (en) | 2004-07-28 | 2015-08-18 | International Business Machines Corporation | Scalable infrastructure for handling light weight message protocols |
US20060026285A1 (en) * | 2004-07-28 | 2006-02-02 | David Osofsky | Systems and methods for transmitting electronic data |
US7739309B2 (en) * | 2004-09-30 | 2010-06-15 | Microsoft Corporation | Method, system, and computer-readable medium for merging data from multiple data sources for use in an electronic document |
JP4829579B2 (ja) * | 2005-01-31 | 2011-12-07 | キヤノン株式会社 | 画像処理装置、画像処理方法 |
JP4042759B2 (ja) * | 2005-05-17 | 2008-02-06 | コニカミノルタビジネステクノロジーズ株式会社 | データファイル管理装置,データファイル管理プログラム及び該プログラムを記録した記録媒体 |
US8255861B2 (en) * | 2005-10-17 | 2012-08-28 | Freescale Semiconductor, Inc. | Efficient replaying of autograded coverage regressions and performance verification with directed testcases |
US8161449B2 (en) * | 2005-10-17 | 2012-04-17 | Freescale Semiconductor, Inc. | Improving test pattern coverage through parallel discard, flow control, and quality metrics |
US8352428B2 (en) * | 2005-10-17 | 2013-01-08 | Freescale Semiconductor, Inc. | Network file update mechanism with integrity assurance |
US20080276171A1 (en) * | 2005-11-29 | 2008-11-06 | Itzchak Sabo | Filing System |
US20080235163A1 (en) * | 2007-03-22 | 2008-09-25 | Srinivasan Balasubramanian | System and method for online duplicate detection and elimination in a web crawler |
JP2008276488A (ja) * | 2007-04-27 | 2008-11-13 | Hitachi Ltd | ストレージシステムおよびストレージシステムの情報移行方法 |
US9311633B2 (en) * | 2007-06-22 | 2016-04-12 | David Rosenberg | Digital file processing for secondary sale |
JP5102916B2 (ja) * | 2007-10-12 | 2012-12-19 | 株式会社日立製作所 | ストレージシステム及びストレージシステムの管理方法 |
JP4453738B2 (ja) * | 2007-10-18 | 2010-04-21 | ソニー株式会社 | ファイル転送方法、装置、およびプログラム |
CN101547161B (zh) * | 2008-03-28 | 2012-09-26 | 阿里巴巴集团控股有限公司 | 文件夹传输系统、文件夹传输装置及文件夹传输方法 |
US20090327904A1 (en) * | 2008-06-27 | 2009-12-31 | Microsoft Corporation | Presenting dynamic folders |
US9106617B2 (en) * | 2009-03-10 | 2015-08-11 | At&T Intellectual Property I, L.P. | Methods, systems and computer program products for authenticating computer processing devices and transferring both encrypted and unencrypted data therebetween |
US8694479B1 (en) * | 2009-05-05 | 2014-04-08 | Amazon Technologies, Inc. | Placing digital content in a personalized data store |
US8806477B2 (en) * | 2009-10-30 | 2014-08-12 | Red Hat, Inc. | Space efficient software package management |
US20110119188A1 (en) * | 2009-11-18 | 2011-05-19 | American Express Travel Related Services Company, Inc. | Business to business trading network system and method |
JP5625722B2 (ja) * | 2010-02-04 | 2014-11-19 | 株式会社リコー | シート折り装置及び画像形成装置 |
JP5533887B2 (ja) * | 2010-02-10 | 2014-06-25 | 日本電気株式会社 | ストレージ装置 |
JP5396314B2 (ja) | 2010-03-10 | 2014-01-22 | 株式会社日立製作所 | 不正操作検知システム及び不正操作検知方法 |
JP5417533B2 (ja) * | 2010-06-28 | 2014-02-19 | 株式会社日立製作所 | 計算機システムの管理方法及びクライアントコンピュータ |
US8533850B2 (en) | 2010-06-29 | 2013-09-10 | Hitachi, Ltd. | Fraudulent manipulation detection method and computer for detecting fraudulent manipulation |
US9141634B2 (en) | 2012-01-21 | 2015-09-22 | Huawei Technologies Co., Ltd. | Method for automatic data replication and terminal |
CN102609489A (zh) * | 2012-01-21 | 2012-07-25 | 华为技术有限公司 | 数据自动复制的方法及终端 |
JP5952612B2 (ja) * | 2012-03-28 | 2016-07-13 | キヤノン株式会社 | 情報処理装置、情報処理方法、およびプログラム |
JP5280568B1 (ja) * | 2012-06-29 | 2013-09-04 | 楽天株式会社 | 情報処理装置、情報処理方法及び情報処理プログラム |
US9912713B1 (en) | 2012-12-17 | 2018-03-06 | MiMedia LLC | Systems and methods for providing dynamically updated image sets for applications |
US10725996B1 (en) * | 2012-12-18 | 2020-07-28 | EMC IP Holding Company LLC | Method and system for determining differing file path hierarchies for backup file paths |
US9298758B1 (en) | 2013-03-13 | 2016-03-29 | MiMedia, Inc. | Systems and methods providing media-to-media connection |
US9465521B1 (en) | 2013-03-13 | 2016-10-11 | MiMedia, Inc. | Event based media interface |
US11100051B1 (en) * | 2013-03-15 | 2021-08-24 | Comcast Cable Communications, Llc | Management of content |
US10257301B1 (en) | 2013-03-15 | 2019-04-09 | MiMedia, Inc. | Systems and methods providing a drive interface for content delivery |
US9183232B1 (en) | 2013-03-15 | 2015-11-10 | MiMedia, Inc. | Systems and methods for organizing content using content organization rules and robust content information |
CN104123309B (zh) * | 2013-04-28 | 2017-08-25 | 国际商业机器公司 | 用于数据管理的方法和系统 |
US20140372750A1 (en) * | 2013-05-08 | 2014-12-18 | Intermedia.net. Inc. | Client-side encryption |
US9547731B2 (en) * | 2013-07-12 | 2017-01-17 | Blackberry Limited | Merging sets of data objects for display |
US10921974B2 (en) * | 2016-03-30 | 2021-02-16 | Microsoft Technology Licensing, Llc | Using drag and drop to apply metadata |
US10659483B1 (en) * | 2017-10-31 | 2020-05-19 | EMC IP Holding Company LLC | Automated agent for data copies verification |
US10664619B1 (en) | 2017-10-31 | 2020-05-26 | EMC IP Holding Company LLC | Automated agent for data copies verification |
US10534708B1 (en) * | 2018-06-25 | 2020-01-14 | Microsoft Technology Licensing, Llc | Shallow cache for content replication |
CN112953983A (zh) * | 2019-12-10 | 2021-06-11 | 中盈优创资讯科技有限公司 | Sftp传输方法及装置 |
US20220043774A1 (en) * | 2020-08-10 | 2022-02-10 | Spinnaker Support, LLC | Systems, methods, and storage media for transferring data files |
CN113326511B (zh) * | 2021-06-25 | 2024-04-09 | 深信服科技股份有限公司 | 一种文件修复方法、系统、设备和介质 |
CN114374690B (zh) * | 2022-01-21 | 2023-10-31 | 荣耀终端有限公司 | 一种文件共享方法、通信系统和电子设备 |
Family Cites Families (20)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5832274A (en) * | 1996-10-09 | 1998-11-03 | Novell, Inc. | Method and system for migrating files from a first environment to a second environment |
US5974424A (en) * | 1997-07-11 | 1999-10-26 | International Business Machines Corporation | Parallel file system and method with a metadata node |
US6192408B1 (en) * | 1997-09-26 | 2001-02-20 | Emc Corporation | Network file server sharing local caches of file access information in data processors assigned to respective file systems |
US6714952B2 (en) * | 1999-11-10 | 2004-03-30 | Emc Corporation | Method for backup and restore of a multi-lingual network file server |
WO2001071460A2 (en) * | 2000-03-20 | 2001-09-27 | Comodo Technology Development Limited | Web site authentication using a digital hallmark |
US8032542B2 (en) * | 2000-10-26 | 2011-10-04 | Reynolds Mark L | Creating, verifying, managing, and using original digital files |
WO2002075571A1 (en) * | 2001-03-16 | 2002-09-26 | Otg Software, Inc. | Network file sharing method and system |
SG103289A1 (en) * | 2001-05-25 | 2004-04-29 | Meng Soon Cheo | System for indexing textual and non-textual files |
US8205193B2 (en) * | 2001-06-11 | 2012-06-19 | Hewlett-Packard Development Company, L.P. | Runtime updating of virtual machine class files |
US6918107B2 (en) * | 2001-07-02 | 2005-07-12 | Bea Systems, Inc. | Programming language extensions for processing data representation language objects and related applications |
AU2002313583A1 (en) * | 2001-08-01 | 2003-02-17 | Actona Technologies Ltd. | Virtual file-sharing network |
JP4168626B2 (ja) * | 2001-12-06 | 2008-10-22 | 株式会社日立製作所 | 記憶装置間のファイル移行方法 |
US6922761B2 (en) * | 2002-03-25 | 2005-07-26 | Emc Corporation | Method and system for migrating data |
JP2003323321A (ja) * | 2002-05-01 | 2003-11-14 | Brother Ind Ltd | データファイル転送制御装置、データファイル処理装置、印字出力装置、プログラムおよび記録媒体 |
JP4066705B2 (ja) * | 2002-05-01 | 2008-03-26 | ブラザー工業株式会社 | 画像処理システム、プログラムおよび記録媒体 |
US7092972B2 (en) * | 2002-05-09 | 2006-08-15 | Sun Microsystems, Inc. | Delta transfers in distributed file systems |
US7448077B2 (en) * | 2002-05-23 | 2008-11-04 | International Business Machines Corporation | File level security for a metadata controller in a storage area network |
CA2391717A1 (en) * | 2002-06-26 | 2003-12-26 | Ibm Canada Limited-Ibm Canada Limitee | Transferring data and storing metadata across a network |
US7073096B2 (en) * | 2002-10-18 | 2006-07-04 | Wind River Systems, Inc. | File path resolving debugger |
US20040088410A1 (en) * | 2002-11-06 | 2004-05-06 | Flynn Thomas J. | Computer network architecture |
-
2003
- 2003-09-04 JP JP2003312273A patent/JP2005078612A/ja active Pending
-
2004
- 2004-02-23 US US10/785,749 patent/US20050131902A1/en not_active Abandoned
- 2004-08-18 DE DE602004014221T patent/DE602004014221D1/de not_active Expired - Lifetime
- 2004-08-18 EP EP04254969A patent/EP1513065B1/en not_active Expired - Lifetime
Cited By (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPWO2007032046A1 (ja) * | 2005-09-12 | 2009-03-19 | 富士通株式会社 | Hsm制御プログラム、hsm制御装置、hsm制御方法 |
JP2007079864A (ja) * | 2005-09-13 | 2007-03-29 | Fuji Xerox Co Ltd | コンテンツ管理システム、コンテンツ管理システムの制御方法及びコンテンツ管理システムの制御プログラム |
JP4755244B2 (ja) * | 2006-03-02 | 2011-08-24 | 富士通株式会社 | 情報生成方法、情報生成プログラム及び情報生成装置 |
WO2007099636A1 (ja) * | 2006-03-02 | 2007-09-07 | Fujitsu Limited | ファイルシステム移行方法、ファイルシステム移行プログラム及びファイルシステム移行装置 |
WO2009008027A1 (ja) * | 2007-07-06 | 2009-01-15 | Fujitsu Limited | ストレージ管理装置 |
JP2009075672A (ja) * | 2007-09-18 | 2009-04-09 | Hitachi Ltd | アクセス制御リストを用いてファイルへのアクセスを制御するアクセスコントローラ |
US8260811B2 (en) | 2007-09-18 | 2012-09-04 | Hitachi, Ltd. | Access controller that controls access to files by using access control list |
US8543602B2 (en) | 2007-09-18 | 2013-09-24 | Hitachi, Ltd. | Access controller that controls access to files by using access control list |
JP2010257095A (ja) * | 2009-04-23 | 2010-11-11 | Hitachi Ltd | データ移行システムおよびデータ移行方法 |
JP2016099723A (ja) * | 2014-11-19 | 2016-05-30 | インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation | 情報管理システム、情報管理方法およびプログラム |
US10331622B2 (en) | 2014-11-19 | 2019-06-25 | International Business Machines Corporation | Information management |
US11042508B2 (en) | 2014-11-19 | 2021-06-22 | International Business Machines Corporation | Information management |
JP2018084907A (ja) * | 2016-11-22 | 2018-05-31 | 富士通株式会社 | ジョブ消費電力推定プログラム、並列処理装置およびジョブ消費電力推定方法 |
JP2021131815A (ja) * | 2020-02-21 | 2021-09-09 | 株式会社リコー | 画像形成装置、権限設定方法、及びプログラム |
JP7359026B2 (ja) | 2020-02-21 | 2023-10-11 | 株式会社リコー | 画像形成装置、権限設定方法、及びプログラム |
Also Published As
Publication number | Publication date |
---|---|
EP1513065B1 (en) | 2008-06-04 |
DE602004014221D1 (de) | 2008-07-17 |
US20050131902A1 (en) | 2005-06-16 |
EP1513065A1 (en) | 2005-03-09 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP2005078612A (ja) | ファイル共有システム及びファイル共有装置間のファイル移行方法 | |
US11461286B2 (en) | Fair sampling in a hierarchical filesystem | |
JP5759915B2 (ja) | ファイルリスト生成方法及びシステム並びにプログラム、ファイルリスト生成装置 | |
US10949385B2 (en) | Hybrid metadata and folder based file access | |
JP4402992B2 (ja) | バックアップシステム及び方法並びにプログラム | |
US20170177452A1 (en) | Computing device replication using file system change detection methods and systems | |
US11379418B2 (en) | File system warnings for moves of shared content items | |
US20090198744A1 (en) | Electronic file managing apparatus and electronic file managing method | |
JP2004086868A (ja) | 文書群管理装置 | |
JP2012098934A (ja) | 文書管理システム、文書管理システムの制御方法、プログラム | |
JP2013191188A (ja) | ログ管理装置、ログ蓄積方法、ログ検索方法、重要度決定方法、およびプログラム | |
EP3314469B1 (en) | Cloud-native documents integrated with legacy tools | |
JP4837934B2 (ja) | フラット化された階層構造における分かりやすい名前の生成 | |
US12099886B2 (en) | Techniques for performing clipboard-to-file paste operations | |
CN101211361B (zh) | 信息处理装置、信息处理系统和信息处理方法 | |
JP2009129067A (ja) | ファイル検索方法、ファイル検索装置、検索システム、及び、ファイル検索プログラム | |
US20150347402A1 (en) | System and method for enabling a client system to generate file system operations on a file system data set using a virtual namespace | |
KR20130053152A (ko) | 태그 기반 파일 관리 방법 및 그 시스템 | |
JP6131648B2 (ja) | データ管理システム、情報システム、データ管理方法及び情報システムの制御方法、並びに、それら方法のプログラム及びそのプログラムを記録した記録媒体 | |
EP4002143A1 (en) | Storage of file system items related to a versioned snapshot of a directory-based file system onto a key-object storage system | |
US12073174B2 (en) | Identifying downloadable objects in markup language | |
CN110716898A (zh) | 一种野外地质调查数据实时汇聚方法及系统 | |
JP3725087B2 (ja) | 知識情報収集システムおよび知識情報収集方法 | |
JP3725837B2 (ja) | 知識情報収集システムおよび知識情報収集方法 | |
JP2008097149A (ja) | 情報処理プログラム及び情報処理装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20060706 |
|
RD02 | Notification of acceptance of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7422 Effective date: 20060706 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20090416 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20090428 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20090908 |