JP2004501451A5 - - Google Patents

Download PDF

Info

Publication number
JP2004501451A5
JP2004501451A5 JP2002503725A JP2002503725A JP2004501451A5 JP 2004501451 A5 JP2004501451 A5 JP 2004501451A5 JP 2002503725 A JP2002503725 A JP 2002503725A JP 2002503725 A JP2002503725 A JP 2002503725A JP 2004501451 A5 JP2004501451 A5 JP 2004501451A5
Authority
JP
Japan
Prior art keywords
file
data
node
original file
binary tree
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2002503725A
Other languages
English (en)
Other versions
JP2004501451A (ja
Filing date
Publication date
Application filed filed Critical
Priority claimed from PCT/US2001/019898 external-priority patent/WO2001098951A1/en
Publication of JP2004501451A publication Critical patent/JP2004501451A/ja
Publication of JP2004501451A5 publication Critical patent/JP2004501451A5/ja
Pending legal-status Critical Current

Links

Claims (16)

  1. 複数の関連ファイル間の差を表すファイルの作成を最適化する方法であって、
    元ファイルを提供するステップと、
    前記元ファイルの改訂ファイルを作成するステップと、
    前記元ファイルと前記改訂ファイルとの間の変更のみを識別するデルタファイルを生成するステップとを含み、前記デルタファイルが、前記元ファイルと前記改訂ファイルとの間の前記変更を識別するバイナリツリーを使用して生成される。
  2. 前記バイナリツリーにおける各パスが、前記改訂ファイルを作成するために前記元のファイルと組み合わせるデルタファイルの正解である、請求項1に記載の方法。
  3. デバイスが前記デルタファイルおよびデバイスの元のファイルを使用して前記改訂ファイルを再現できるよう、前記デバイスに前記デルタファイルを送信するステップを更に含む、請求項1又は2に記載の方法。
  4. 前記デルタファイルを生成する前記ステップが、
    前記元ファイルのデータの各バイトを前記改訂ファイルのデータの各バイトと比較するステップと、
    前記元ファイルにおける前記データと前記改訂ファイルにおける前記データの不一致とを解決する各方法に対して前記バイナリツリーにノードを生成するステップとを更に含む、請求項1に記載の方法。
  5. ノードを生成する前記ステップが、
    前記元ファイルの前記データと前記改訂ファイルの前記データとの前記不一致が新しいデータを挿入することにより補正されることを示すために前記バイナリツリーに挿入ノードを生成するステップと、
    前記元ファイルにおける前記データと前記改訂ファイルにおける前記データとの前記不一致が指示データを削除することにより補正されることを示すために前記バイナリツリーに削除ノードを生成するステップとを更に含む、請求項4に記載の方法。
  6. 前記挿入ノードが、前記元ファイルに新しいデータを挿入する前に飛び越されるデータのバイト数を表す値を更に含み、前記削除ノードが、前記元ファイルの前記データを削除する前に飛び越されるデータのバイト数を表す第2の値を更に含む、請求項4に記載の方法。
  7. デルタファイルを生成する前記ステップが、
    前記不一致を解決する異なる方法の中から前記バイナリツリーにおける最小コストパスを決定するステップを更に含む、請求項1に記載の方法。
  8. ルートノードからリーフノードへの前記最小コストパスを探し出すために前記バイナリツリーを横断するステップと、
    前記最小コストパスではないところで前記ルートノードの第1ノードを除去するステップと、
    新しいルートノードとして第2ノードを受け入れるステップを更に含む、請求項7に記載の方法。
  9. 複数の関連ファイル間の差を表すファイルの作成を最適化するシステムであって、
    元ファイルと、前記元ファイルの改訂ファイルとを含むサーバデバイスと、
    前記元ファイルと前記改訂ファイルとの間の変更のみを識別するデルタファイルとを含み、前記デルタファイルが、前記元ファイルと前記改訂ファイルとの間の前記変更を識別するバイナリツリーを使用して生成されるシステム。
  10. 前記バイナリツリーの各パスが、前記改訂ファイルを作成するために前記元ファイルと組み合わせるデルタファイルの正解を表す、請求項9に記載のシステム。
  11. 前記サーバデバイスが、
    デバイスが前記デルタファイルとデバイスの元ファイルを使用して前記改訂ファイルを再現できるよう、デルタファイルを前記デバイスに送信する送信モジュールを更に含む、請求項9に記載のシステム。
  12. 前記クライアントデバイスが、
    前記元ファイルのデータの各バイトを前記改訂ファイルのデータの各バイトと比較する比較モジュールと、
    前記元ファイルの前記データと前記改訂ファイルの前記データとの不一致を解決する各方法に対して前記バイナリツリーのノードを生成する生成モジュールとを更に含む、請求項9に記載のシステム。
  13. 前記生成モジュールが、
    前記元ファイルの前記データと前記改訂ファイルの前記データとの前記不一致が新しいデータを挿入することにより補正されることを表すために前記バイナリツリーに挿入ノードを作成する挿入ノード作成モジュールと、
    前記元ファイルの前記データと前記改訂ファイルの前記データとの前記不一致が指示されたデータを削除することにより補正されることを表すために前記バイナリツリーに削除ノードを作成する削除ノード作成モジュールとを更に含む、請求項12に記載のシステム。
  14. 前記挿入ノードが、前記元ファイルに新しいデータを挿入する前に飛び越されるデータのバイト数を表す値を更に含み、前記削除ノードが、前記元ファイルの前記データを削除する前に飛び越されるデータのバイト数を表す第2の値を更に含む、請求項13に記載のシステム。
  15. 前記サーバデバイスが、
    不一致を解決する異なる方法の中から前記バイナリツリーにおける最小コストパスを決定する最小コストパスモジュールを更に含む、請求項9に記載のシステム。
  16. ルートノードからリーフノードへの前記最小コストパスを探し出すために前記バイナリツリーを移動し、前記最小コストパスではないところでルートノードの第1ノードを除去し、新しいルートノードとして第2ノードを受け入れるトラバーサルモジュールを更に含む、請求項15に記載のシステム。
JP2002503725A 2000-06-22 2001-06-22 ファイル差分を使用するファイル送信システムおよび方法 Pending JP2004501451A (ja)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US21350200P 2000-06-22 2000-06-22
PCT/US2001/019898 WO2001098951A1 (en) 2000-06-22 2001-06-22 A system and method for file transmission using file differentiation

Publications (2)

Publication Number Publication Date
JP2004501451A JP2004501451A (ja) 2004-01-15
JP2004501451A5 true JP2004501451A5 (ja) 2005-05-19

Family

ID=22795347

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002503725A Pending JP2004501451A (ja) 2000-06-22 2001-06-22 ファイル差分を使用するファイル送信システムおよび方法

Country Status (5)

Country Link
US (1) US6671703B2 (ja)
EP (1) EP1311988A4 (ja)
JP (1) JP2004501451A (ja)
AU (1) AU2001272970A1 (ja)
WO (1) WO2001098951A1 (ja)

Families Citing this family (48)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001092707A (ja) * 1999-09-24 2001-04-06 Nec Corp 情報処理システム、構造化文書処理システム、その更新方法及びその更新プログラムを記録した記録媒体
US7035878B1 (en) 2000-01-25 2006-04-25 Fusionone, Inc. Base rolling engine for data transfer and synchronization system
US6671757B1 (en) 2000-01-26 2003-12-30 Fusionone, Inc. Data transfer and synchronization system
US6701455B1 (en) * 2000-08-29 2004-03-02 Hitachi, Ltd. Remote copy system with data integrity
US7213039B2 (en) 2001-09-07 2007-05-01 Extended System, Inc. Synchronizing differing data formats
US7373362B2 (en) 2001-11-19 2008-05-13 Extended Systems, Inc. Coordinated synchronization
US7346616B2 (en) 2002-03-20 2008-03-18 Extended System, Inc. Synchronizing data shared between two devices independent of any other devices that may also share the data
US7600021B2 (en) * 2002-04-03 2009-10-06 Microsoft Corporation Delta replication of source files and packages across networked resources
US6925467B2 (en) * 2002-05-13 2005-08-02 Innopath Software, Inc. Byte-level file differencing and updating algorithms
US6836657B2 (en) 2002-11-12 2004-12-28 Innopath Software, Inc. Upgrading of electronic files including automatic recovery from failures and errors occurring during the upgrade
US7096311B2 (en) 2002-09-30 2006-08-22 Innopath Software, Inc. Updating electronic files using byte-level file differencing and updating algorithms
US7007049B2 (en) 2002-11-18 2006-02-28 Innopath Software, Inc. Device memory management during electronic file updating
US7320010B2 (en) * 2002-11-18 2008-01-15 Innopath Software, Inc. Controlling updates of electronic files
US20040098361A1 (en) * 2002-11-18 2004-05-20 Luosheng Peng Managing electronic file updates on client devices
US7003534B2 (en) * 2002-11-18 2006-02-21 Innopath Software, Inc. Generating difference files using module information of embedded software components
US7844734B2 (en) 2002-11-18 2010-11-30 Innopath Software, Inc. Dynamic addressing (DA) using a centralized DA manager
US7099884B2 (en) 2002-12-06 2006-08-29 Innopath Software System and method for data compression and decompression
US7548986B1 (en) * 2003-03-17 2009-06-16 Hewlett-Packard Development Company, L.P. Electronic device network providing streaming updates
US8275742B2 (en) * 2003-05-19 2012-09-25 Sap Aktiengesellschaft Data importation and exportation for computing devices
US7089270B2 (en) * 2003-06-20 2006-08-08 Innopath Software Processing software images for use in generating difference files
CA2434644A1 (fr) * 2003-06-30 2004-12-30 Archidata Inc. Systeme pour la certification des plans et devis produits par les professionnels et les maitres d'ouvrage de la construction
US20050010576A1 (en) * 2003-07-09 2005-01-13 Liwei Ren File differencing and updating engines
US20050010870A1 (en) * 2003-07-09 2005-01-13 Jinsheng Gu Post-processing algorithm for byte-level file differencing
US7031972B2 (en) 2003-07-21 2006-04-18 Innopath Software, Inc. Algorithms for block-level code alignment of software binary files
CN1973262B (zh) * 2003-10-23 2012-08-22 创道软件有限公司 使用集中动态寻址(da)管理器的动态寻址
US7203708B2 (en) * 2003-11-06 2007-04-10 Microsoft Corporation Optimizing file replication using binary comparisons
US7606828B2 (en) 2003-11-18 2009-10-20 Sap Ag Delta-mechanism for integration of OLAP-based planning and reporting
WO2005064469A1 (en) * 2003-12-19 2005-07-14 Network Appliance, Inc. System and method for supporting asynchronous data replication with very short update intervals
US7079051B2 (en) * 2004-03-18 2006-07-18 James Andrew Storer In-place differential compression
US7555531B2 (en) * 2004-04-15 2009-06-30 Microsoft Corporation Efficient algorithm and protocol for remote differential compression
US7904895B1 (en) 2004-04-21 2011-03-08 Hewlett-Packard Develpment Company, L.P. Firmware update in electronic devices employing update agent in a flash memory card
EP1754322A4 (en) * 2004-06-10 2012-03-07 Samsung Electronics Co Ltd DEVICE AND METHOD FOR EFFICIENTLY PRODUCING DELTA FILES FOR AIR RADIO UPGRADES IN A WIRELESS NETWORK
US8526940B1 (en) 2004-08-17 2013-09-03 Palm, Inc. Centralized rules repository for smart phone customer care
US7516451B2 (en) * 2004-08-31 2009-04-07 Innopath Software, Inc. Maintaining mobile device electronic files including using difference files when upgrading
WO2006052946A2 (en) * 2004-11-08 2006-05-18 Innopath Software, Inc. Static file system differencing and updating
US20060224702A1 (en) * 2005-03-31 2006-10-05 Patrick Schmidt Local workflows in a business process management system
US7761766B2 (en) * 2005-11-15 2010-07-20 I365 Inc. Methods and apparatus for modifying a backup data stream including logical partitions of data blocks to be provided to a fixed position delta reduction backup application
US7644111B2 (en) * 2006-05-02 2010-01-05 Microsoft Corporation Framework for content representation and delivery
CA2651323C (en) 2006-05-05 2016-02-16 Hybir Inc. Group based complete and incremental computer file backup system, process and apparatus
EP2025095A2 (en) 2006-06-08 2009-02-18 Hewlett-Packard Development Company, L.P. Device management in a network
US8296268B2 (en) * 2006-07-21 2012-10-23 Samsung Electronics Co., Ltd. System and method for change logging in a firmware over the air development environment
EP2047420A4 (en) 2006-07-27 2009-11-18 Hewlett Packard Development Co USER EXPERIENCE AND DEPENDENCE MANAGEMENT IN A MOBILE DEVICE
EP1956491B1 (en) * 2006-11-07 2012-03-14 Hitachi Solutions, Ltd. Data processing control method, information processor, and data processing control system
US20090006316A1 (en) * 2007-06-29 2009-01-01 Wenfei Fan Methods and Apparatus for Rewriting Regular XPath Queries on XML Views
JP2009266106A (ja) * 2008-04-28 2009-11-12 Hitachi Ltd 管理装置及び管理方法
US8655840B2 (en) * 2008-12-03 2014-02-18 Nokia Corporation Method, apparatus and computer program product for sub-file level synchronization
US8984028B2 (en) 2012-05-29 2015-03-17 Recommind, Inc. Systems and methods for storing data and eliminating redundancy
US9336228B2 (en) * 2013-12-18 2016-05-10 Verizon Patent And Licensing Inc. Synchronization of program code between revision management applications utilizing different version-control architectures

Family Cites Families (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6482253A (en) * 1987-09-25 1989-03-28 Nec Corp Method and device for filing document
JPH02156378A (ja) * 1988-12-09 1990-06-15 Hitachi Ltd 単語検索処理システム
JPH04167149A (ja) * 1990-10-31 1992-06-15 Nec Corp 複数コンピュータ間の情報共通化装置
US5446888A (en) * 1994-01-14 1995-08-29 Pyne; Charles F. Remote file transfer method and apparatus
US5990810A (en) * 1995-02-17 1999-11-23 Williams; Ross Neil Method for partitioning a block of data into subblocks and for storing and communcating such subblocks
US5706510A (en) * 1996-03-15 1998-01-06 Hewlett-Packard Company Zymbolic history management system
US6026390A (en) * 1996-05-29 2000-02-15 At&T Corp Cost-based maintenance of materialized views
US5832520A (en) * 1996-07-03 1998-11-03 Miller, Call, Plauck And Miller Automatic file differencing and updating system
US5919247A (en) * 1996-07-24 1999-07-06 Marimba, Inc. Method for the distribution of code and data updates
US5822511A (en) * 1996-09-03 1998-10-13 Motorola, Inc. Smart compare tool and method
US6158019A (en) * 1996-12-15 2000-12-05 Delta-Tek Research, Inc. System and apparatus for merging a write event journal and an original storage to produce an updated storage using an event map
GB2341249A (en) * 1998-08-17 2000-03-08 Connected Place Limited A method of generating a difference file defining differences between an updated file and a base file
CA2255047A1 (en) * 1998-11-30 2000-05-30 Ibm Canada Limited-Ibm Canada Limitee Comparison of hierarchical structures and merging of differences

Similar Documents

Publication Publication Date Title
JP2004501451A5 (ja)
US10878182B2 (en) Computing device for convergent document collaboration
CN110147411B (zh) 数据同步方法、装置、计算机设备及存储介质
CN108415702B (zh) 一种移动终端应用界面动态渲染方法和装置
WO2017071509A1 (zh) 文件系统目录树修复方法和装置
US20050131860A1 (en) Method and system for efficiently indentifying differences between large files
US8667506B2 (en) Object oriented management device for ASN.1 message
KR20050010714A (ko) 데이터의 인트라 패키지 델타 압축을 위한 시스템 및 방법
US20020184252A1 (en) File tree comparator
US20170024447A1 (en) System, method, and apparatus for collaborative editing of common or related computer based software output
CN107203574A (zh) 数据管理和数据分析的聚合
US8412753B2 (en) File creation API
CN111400303A (zh) 智能合约数据提取和同步方法、系统和平台
CN113407514A (zh) 一种数据库迁移的方法、装置、设备及可读介质
CN113282540A (zh) 一种云对象存储同步方法、装置、计算机设备及存储介质
CN117032668A (zh) 可视化规则引擎的处理方法、装置、系统及平台
WO2016082671A1 (zh) 多语言字符串处理方法及系统
CN113515303B (zh) 一种项目转型方法、装置和设备
AU2019245775B2 (en) Multiprotocol data migration
MacDonald Versioned file archiving, compression and distribution
CN104462157A (zh) 一种文本数据二次结构化的方法及装置
US7895155B2 (en) Method and system for updating document content and metadata via plug-in chaining in a content management system
JP7059757B2 (ja) Api処理方法、端末、api処理プログラム
JP3759630B2 (ja) スパイラル型オブジェクト指向ソフトウェアの開発支援システム
CN109902246A (zh) 基于互联网虚拟现实引擎技术的资源共用方法及系统