CA2447516A1 - Management and synchronization application for network file system - Google Patents

Management and synchronization application for network file system Download PDF

Info

Publication number
CA2447516A1
CA2447516A1 CA002447516A CA2447516A CA2447516A1 CA 2447516 A1 CA2447516 A1 CA 2447516A1 CA 002447516 A CA002447516 A CA 002447516A CA 2447516 A CA2447516 A CA 2447516A CA 2447516 A1 CA2447516 A1 CA 2447516A1
Authority
CA
Canada
Prior art keywords
working
item
version
file system
file
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
CA002447516A
Other languages
French (fr)
Other versions
CA2447516C (en
Inventor
Ilya Kirnos
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.)
Oracle International Corp
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
Publication of CA2447516A1 publication Critical patent/CA2447516A1/en
Application granted granted Critical
Publication of CA2447516C publication Critical patent/CA2447516C/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/178Techniques for file synchronisation in file systems
    • G06F16/1787Details of non-transparently synchronising file systems

Abstract

An application is provided for managing files. Information about a file syst em is mapped to a comparison file. A working version is made from the file system. The application identify one or more operations were performed on th e working version. The identified operations are recreated on the file system during a synchronization operation.

Claims (107)

1. A method for managing files, the method comprising:
mapping information about a file system to a comparison file, the information identifying at least a first item in the file system located at a first location, the first location being identifiable by a first location information;
making a working version of a portion of the file system, the working version including at least a first working item that corresponds to the first item, the first working item initially being located at a second location identifiable by the first location information; and using information in the comparison file and about the working version to subsequently determine if the first working item is located at a third location identifiable by a second location information, the second location information being different than the first location information.
2. The method of claim 1, wherein if the first working item is located at the third location, the method includes causing the first item in the file system to move to a fourth location identifiable by the second location information.
3. The method of claim 1, using information in the comparison file and about the working version to subsequently determine if the first working item is located at a third location identifiable by a second location information includes determining if the first working item has a new name.
4. The method of claim 3, wherein making a working version of a portion of the file system includes recording a creation time of the first working item in the comparison file.
5. The method of claim 3, wherein using information in the comparison file and about the working version to subsequently determine if the first working item is located at a third location identifiable by a second location information includes locating the first working item in the working version using the creation time.
6. The method of claim 1, further including signaling the file system to delete the first item if the first working item is omitted from the working version.
7. The method of claim 6, further including using the creation time of the first working item to determine that the first working item has been deleted from the working version.
8. The method of claim 4, wherein making a working version of a portion of the file system includes recording a modification time of the first working item in the comparison file.
9. The method of claim 1, further comprising determining if the first working item was edited subsequent to making the working version.
10. The method of claim 8, further comprising determining if the first working item was edited subsequent to making the working version using the modification time of the first working item.
11. The method of claim 10, further comprising determining if a subsequent modification time of the first working item is different than the recorded modification time for the first working item.
12. A method for managing files, the method comprising:
mapping information about a file system to a comparison file;
making a working version of a portion of the file system; and using information in the comparison file and about the working version to subsequently determine if a first working item in the working version was once copied from a second working item in the working version.
13. The method of claim 12, further comprising causing the portion of the file system to include the first working item after determining the first working item was once copied from the second working item.
14. The method of claim 12, wherein the second working item originates from a first item in the portion of the file system.
15. The method of claim 13, wherein the second working item is created as new after the working version is made.
16. The method of claim 13, wherein a content of the first working item is different than a content of the second working item.
17. The method of claim 14, wherein making a working version includes recording both a creation time and a modification time in the comparison file for the second working item.
18. The method of claim 17, wherein using information in the comparison file and about the working version to subsequently determine if a first working item in the working version was once copied from a second working item in the working version includes identifying a creation time and a modification time for the first working item.
19. The method of claim 18, wherein using information in the comparison file and about the working version to subsequently determine if a first working item in the working version was once copied from a second working item in the working version includes detecting that the modification time of the first working item is before the creation time of the first working item.
20. The method of claim 19, wherein using information in the comparison file and about the working version to subsequently determine if a first working item in the working version was once copied from a second working item in the working version includes matching the modification time of the first working item with the modification time of the second working item.
21. The method of claim 12, further comprising determining if the first working item was edited after being copied from the second working item.
22. The method of claim 12, further comprising determining that the first working item is new if the creation time of the first working item is different than a creation time of all of the items identified by the comparison file, and if the modification time for the first working item is greater than or equal to creation time for the first working item.
23. The method of claim 22, further comprising causing the portion of the file system to include the first working item after determining the first working item is new.
24. The method of claim 12, wherein using information in the comparison file and about the working version to subsequently determine if a first working item in the working version was once copied from a second working item in the working version includes comparing a content of the first working item to a content of the second working item.
25. A method for managing files, the method comprising:
mapping information about a file system to a comparison file, the information identifying at least a first item in the file system located at a first location, the first location being identifiable by a first location information;
making a working version of a portion of the file system, the working version including at least a first working item originating from the first item, the first working item initially being located at a second location, the second location being identifiable by the first location information; and using information in the comparison file and about the working version to detect if at least one of two operations were performed on the working version, the operations including changing the first location information for the first working item, and editing a content of the first working item.
26. The method of claim 25, wherein making a working version of a portion of the file system includes recording an initial modification time for the first working item in the comparison file, the initial modification time recording a last instance when the first working item was either edited or created.
27. The method of claim 26, wherein detecting the operation of editing the content of the first working item includes subsequently determining if the initial modification time was changed.
28. The method of claim 27, further comprising causing the first item of the file system to include the edited content of the first working item.
29. The method of claim 25, wherein making a working version of the file system includes recording a creation time for the first working item.
30. The method of claim 29, wherein using information in the comparison file and about the working version to detect if at least one of two operations were performed on the working version includes locating the first working item in the working version using the creation time.
31. A method for managing files, the method comprising:
mapping information about a file system to a comparison file, the information identifying at least a first item in the file system located at a first location, the first location being identifiable by a first location information;
making a working version of a portion of the file system, the working version including at least a first working item originating from the first item, the first working item initially being located at a second location, the second location being identifiable by the first location information; and using information in the comparison file and about the working version to determine if a compound operation was performed on the first working item, the compound operation including at least two successive operations from a set of operations that consist of changing the first location information for the first working item, making a first working copy from the first working item, and editing a content of the first working item.
32. The method of claim 31, further comprising causing the portion of the file system to incorporate changes made by operations performed on the working version so that the first item matches the first working item.
33. The method of claim 31, wherein for one of the at least two compound operations being making a first working copy from the first working item, the method further includes determining if a selected working item in the working version was once copied from the first working item.
34. A computer system comprising:
a memory to store a working version of a portion of a file system located on a second computer system; and a processor that marks at least a creation time of a first working item in the working version, the first working item originating from a first item of the portion of the file system, the processor subsequently using the creation time to detect an operation performed on the first working item.
35. The computer system of claim 34, further comprising a network interface to exchange communications over a network with the second computer, the communications being for generating the working version.
36. The computer system of claim 34, wherein the processor uses the creation time to determine if a location of the first working item was subsequently changed.
37. The computer system of claim 34, wherein the processor uses the creation time to determine if multiple operations were performed on the first working item.
38. The computer system of claim 34, wherein the processor initially marks a modification time with the creation time, the modification time being altered when the first item is subsequently edited.
39. The computer system of claim 38, wherein the processor compares the creation time to the modification time to identify the operation performed on the first working item.
40. The computer system of claim 38, wherein the processor detects that a content of the first working item was edited if the modification time is subsequently changed from initially being marked.
41. The computer system of claim 38, wherein the processor detects whether a second working item has the modification time of the first working item in order to determine that the second working item was once copied from the first working item.
42. The computer system of claim 38, wherein the processor detects the creation time of the first working item to determine that the first working item was moved to a new location, and wherein the processor detects that the modification time of the first working item has changed to determine that the first working item was also edited.
43. A computer system comprising:
a memory to store a working version of a portion of a file system accessible on a second computer, the working version including a plurality of working items, the memory also storing a comparison file including information about the plurality of working items; and a processor configured to record at least a first time value for a first set of working items in the working version when the first set of working items are initially stored in the memory, the processor subsequently identifying a first time value of a second working item in the working version, the processor comparing the first time value of the second working item with the first time values of the first set of working items to detect an operation performed on the working version that affects the second working item.
44. The computer system of claim 43, further comprising a network interface to exchange communications over a network with the second computer, the communications being for generating the working version from the file system.
45. The computer system of claim 43, wherein the processor records the first time values of the first set of working items in a comparison file.
46. The computer system of claim.44, wherein the comparison file also includes information about a plurality of items in the portion of the file system, and wherein at least some of the plurality of working items originate from the plurality of items in the portion of the file system.
47. The computer system of claim 43, wherein the first time values of the first working items correspond to creation times for those items.
48. The computer system of claim 43, wherein the operation detected includes creating the second item after the first time values of the first set of working items are recorded.
49. The computer system of claim 48, wherein the operation detected includes creating the second item as a copy of one of the first set of working items.
50. The computer system of claim 43, wherein the processor records at least a second time value for each of the first set of working items when the first set of working items are initially stored in the memory, the second time values corresponding to modification times in which a content of the corresponding item was last altered or created.
51. The computer system of claim 50, wherein the processor identifies a second time value of a second working item, and compares the first time value and the second time value of the second working item to the first time value and the second time value of the first set of working items to identify the operation.
52. The computer system of claim 51, wherein the first set of working items originate from corresponding items in the portion of the file system, and wherein the processor detects the operation as creating the second working item after the working version is received.
53. The computer system of claim 52, wherein the processor detects the operation as creating the second working item from one of the first set of working items.
54. The computer system of claim 53, wherein the processor detects the operation as creating the second working item as a new item.
55. The computer system of claim 53, wherein the first time values of the first working items correspond to creation times for those items, and wherein the second time values for the second working item and for the first set of working items correspond to a modification time for the respective working items in the working version.
56. The computer system of claim 55, wherein the operation is detected as creating the second working item from one of the first set of working items if the second time value matches the first time value of one of the first set of working items.
57. The computer system of claim 55, wherein multiple operations are detected, including a first operation creating a third working item, and a second operation creating the second working item as a copy of the third working item.
58. The computer system of claim 57, wherein the processor detects the first operation as creating the third working item as a new item if a first time value of the third working item does not match the first time value of one of the first set of working items.
59. The computer system of claim 58, wherein the processor detects the second operation as creating the second working item as a copy of the third working item if the second time value of the second working item is before the first time value of the second working item, and if the second time value of the second working item matches the first time value of the third working item.
60. A computer system comprising:
a server that stores a file system; and a client coupleable to the file system to retrieve at least a portion of the file system, the portion of the file system being made available on the client as a working version, the working version initially including a plurality of working items, each working item originating from a corresponding item in the file system; and processing resources to record initial information about the working version, and to subsequently detect two or more operations performed on the working version, the operations being selected from a group of operations consisting of adding an item to the working version, editing an item in the working version, deleting an item from the working version, and moving an item in the working version to a new location.
61. The computer system of claim 60, wherein the processing resources signal the file system to change at least some of the file system to reflect the operations performed on the working version.
62. The computer system of claim 60, wherein the operation of adding an item to the working version includes copying a second working item from a first working item in the working version.
63. The computer system of claim 60, wherein the operation of adding an item to the working version includes creating a second working item as a new item.
64. The computer system of claim 60, wherein the initial information recorded about the working file includes a first time value for a plurality of working items in the working version, the first time value indicating an origination of each working item from either another working item in the plurality of working items or from another item on the server.
65. The computer system of claim 64, wherein the first time value is a creation time corresponding to when that item was created on the client.
66. The computer system of claim 64, wherein the first time value is a modification time that records a last instance of when that item was altered or created.
67. The computer system of claim 60, wherein the processing resources are located on the client.
68. The computer system of claim 60, wherein the processing resources are located on the server.
69. The computer system of claim 59, wherein the processing resources are shared between the client and the server.
70. The computer system of claim 60, wherein the file system is shared with a plurality of clients, each of the plurality of clients being able to alter the file system, and wherein an altered version of the file system is signaled to the client upon the client making a request to compare the working version with the file system.
71. The computer system of claim 70, wherein the server signals the altered version of the file system to the client, and wherein the processing resources are on the client to detect one or more operations performed on the file system after the processing resources record the initial information about the working version.
72. The computer system of claim 71, wherein the processing resources compare the altered version of the file system to the initial information recorded about the working version to detect the one or more operations performed on the file system.
73. The computer system of claim 72, wherein the processing resources signal the user to select whether to update the file system with each working version item that was altered or created as a result of one or more of the operations.
74. The computer system of claim 73, wherein the processing resources signal the user to select whether to update the file system with each item in the altered file system that was created or altered as a result of one or more operations performed on the file system.
75. The computer system of claim 74, wherein the processing resources signal the user to select between a first item of the working version and a first item of the altered file system, the first item of the working version being subject to a first operation from the group of operations, the first item of the file system being subject to a second operation from the group of operations, wherein the first item of the working version and the first item of the altered file system each originate from a first item in the file system, and wherein the first operation is different than the second operation.
76. A computer readable medium carrying instructions for managing files, the instructions including instructions for performing the steps of:
mapping information about a file system to a comparison file, the information identifying at least a first item in the file system located at a first location, the first location being identified by a first location information;
making a working version of a portion of the file system, the working version including at least a first working item originating from the first item, the first working item initially being located at a second location by the first location information; and using information in the comparison file and about the working version to determine if the first working item is located at a third location identified by a second location information, the second location information being different than the first location information.
77. The computer readable medium of claim 76, wherein if the first working item is located at the third location, the instructions of computer readable medium includes instructions for causing the first item in the file system to move to a fourth location identified by the second location information.
78. The computer readable medium of claim 76, wherein the step of using information in the comparison file and about the working version to determine if the first working item is subsequently located at a third location identifiable by a second location information includes instructions for determining if the first working item has a new name.
79. The computer readable medium of claim 78, wherein the step of making a working version of a portion of the file system includes instructions for recording a creation time of the first working item in the comparison file.
80. The computer readable medium of claim 78, wherein the step of using information in the comparison file and about the working version to determine if the first working item is subsequently located at a third location identifiable by a second location information includes instructions for locating the first working item in the working version using the creation time.
81. The computer readable medium of claim 76, further including instructions for signaling the file system to delete the first item if the first working item is omitted from the working version.
82. The computer readable medium of claim 81, further including instructions for using the creation time of the first working item to determine that the first working item has been deleted from the working version.
83. The computer readable medium of claim 79, wherein the step of making a working version of the file system includes instructions for recording a modification time of the first working item in the comparison file.
84. The computer readable medium of claim 76, further comprising instructions for determining if the first working item was edited subsequent to making the working version.
85. The computer readable medium of claim 83, further comprising instructions for determining if the first working item was edited subsequent to making the working version using the modification time of the first working item.
86. The computer readable medium of claim 85, wherein the step of using the modification time of the first working item includes instructions for determining if a subsequent modification time of the first working item is different than the recorded modification time for the first working item.
87. A computer readable medium carrying instructions for managing files on different computers, the instructions including instructions for performing the steps of:
mapping information about a file system to a comparison file making a working version of a portion of the file system;
using information in the comparison file and about the working version to subsequently determine if a first working item in the working version was once copied from a second working item in the working version.
88. The computer readable medium of claim 87, further comprising instructions for causing the file system to include the first working item after determining the first working item was once copied from the second working item.
89. The computer readable medium of claim 87, wherein the second working item originates from a first item in the file system.
90. The computer readable medium of claim 88, wherein a content of the first working item is different than a content of the second working item.
91. The computer readable medium of claim 89, wherein the step of making a working version includes instructions for recording both a creation time and a modification time in the comparison file for the second working item.
92. The computer readable medium of claim 91, wherein the step of using information in the comparison file and about the working version to subsequently determine if a first working item in the working version was once copied from a second working item in the working version includes instructions for identifying a creation time and a modification time for the first working item.
93. The computer readable medium of claim 92, wherein the step of using information in the comparison file and about the working version to subsequently determine if a first working item in the working version was once copied from a second working item in the working version includes instructions for detecting that the modification time of the first working item is before the creation time of the first working item.
94. The computer readable medium of claim 93, wherein the step of using information in the comparison file and about the working version to subsequently determine if a first working item in the working version was once copied from a second working item in the working version includes instructions for matching the modification time of the first working item with the modification time of the second working item.
95. The computer readable medium of claim 89, further comprising instructions for performing the steps of determining if the first working item was edited after being copied from the second working item.
96. The computer readable medium of claim 87, further comprising instructions for performing the steps of determining that the first working item is a new file if the creation time of the first working item is different than a creation time of all of the items identified by the comparison file, and if the modification time for the first working item is greater than or equal to the creation time for the first working item.
97. The computer readable medium of claim 96, further comprising instructions for performing the step of causing the file system to include the first working item after determining the first working item is new.
98. The computer readable medium of claim 82, wherein the step of using information in the comparison file and about the working version to subsequently determine if a first working item in the working version was once copied from a second working item in the working version includes instructions for comparing a content of the first working item to a content of the second working item
99. A computer readable medium for managing files, the computer readable medium carrying instructions including instructions for performing the steps of:
mapping information about a file system to a comparison file, the information identifying at least a first item in the file system located at a first location, the first location being identified by a first location information;
making a working version of a portion of the file system, the working version including at least a first working item originating from the first item, the first working item initially being located at a second location , the second location being identified by the first location information; and using information in the comparison file and about the working version to detect if at least one of two operations were performed on the working version, the operations including changing the first location information for the first working item, and editing a content of the first working item.
100. The computer readable medium of claim 99, wherein the step of making a working version of a portion of the file system includes instructions for recording an initial modification time for the first working item in the comparison file, the initial modification time recording a last instance when the first working item was edited or created.
101. The computer readable medium of claim 100, wherein the step of using information in the comparison file and about the working version to detect if at least one of two operations were performed on the working version includes instructions for subsequently determining if the initial modification time was changed.
102. The computer readable medium of claim 101, further comprising instructions for performing the step of causing the file system to include the edited content of the first working item.
103. The computer readable medium of claim 99, wherein the step of making a working version of a portion of the file system includes instructions for recording a creation time for the first working item.
104. The computer readable medium of claim 103, wherein the step of using information in the comparison file and about the working version to detect if at least one of two operations were performed on the working version includes instructions for locating the first working item in the working version using the creation time.
105. A computer readable medium carrying instructions for managing files, the instructions including instructions for performing the steps of:

mapping information about a file system to a comparison file, the information identifying at least a first item in the file system located at a first location, the first location being identified by a first location information;
making a working version of a portion the file system, the working version including at least a first working item originating from the first item, the first working item initially being located at a second location, the second location being identified by the first location information; and using information in the comparison file and about the working version to determine if a compound operation was performed on the first working item, the compound operation including at least two successive operations from a set of operations that consist of changing the first location information for the first working item, making a first working copy from the first working item, and editing a content of the first working item.
106. The computer readable medium of claim 105, further comprising instructions for indicating which of the operations were performed on the first working item to change the first item in the file system if the compound operation is determined to have been performed.
107. The computer readable medium of claim 105, wherein for one of the at least two compound operations being making a first working copy from the first working item, the computer readable medium further includes instructions for determining if a selected working item in the working version was once copied from the first working item.
CA2447516A 2001-05-25 2002-05-24 Management and synchronization application for network file system Expired - Lifetime CA2447516C (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US09/866,143 2001-05-25
US09/866,143 US7711771B2 (en) 2001-05-25 2001-05-25 Management and synchronization application for network file system
PCT/US2002/016481 WO2002097623A2 (en) 2001-05-25 2002-05-24 Management and synchronization application for network file system

Publications (2)

Publication Number Publication Date
CA2447516A1 true CA2447516A1 (en) 2002-12-05
CA2447516C CA2447516C (en) 2011-09-27

Family

ID=25347011

Family Applications (1)

Application Number Title Priority Date Filing Date
CA2447516A Expired - Lifetime CA2447516C (en) 2001-05-25 2002-05-24 Management and synchronization application for network file system

Country Status (10)

Country Link
US (1) US7711771B2 (en)
EP (1) EP1390846B1 (en)
JP (1) JP4255373B2 (en)
CN (1) CN1246776C (en)
AT (1) ATE381060T1 (en)
AU (1) AU2002344297B2 (en)
CA (1) CA2447516C (en)
DE (1) DE60224030T2 (en)
HK (1) HK1058713A1 (en)
WO (1) WO2002097623A2 (en)

Families Citing this family (120)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8239354B2 (en) * 2005-03-03 2012-08-07 F5 Networks, Inc. System and method for managing small-size files in an aggregated file system
US7509322B2 (en) 2001-01-11 2009-03-24 F5 Networks, Inc. Aggregated lock management for locking aggregated files in a switched file system
US20040133606A1 (en) 2003-01-02 2004-07-08 Z-Force Communications, Inc. Directory aggregation for files distributed over a plurality of servers in a switched file system
US7512673B2 (en) * 2001-01-11 2009-03-31 Attune Systems, Inc. Rule based aggregation of files and transactions in a switched file system
US7562110B2 (en) 2001-01-11 2009-07-14 F5 Networks, Inc. File switch and switched file system
US8195760B2 (en) 2001-01-11 2012-06-05 F5 Networks, Inc. File aggregation in a switched file system
JP2004021786A (en) * 2002-06-19 2004-01-22 Sharp Corp Information processing system and its method
CA2391717A1 (en) * 2002-06-26 2003-12-26 Ibm Canada Limited-Ibm Canada Limitee Transferring data and storing metadata across a network
US7234117B2 (en) 2002-08-28 2007-06-19 Microsoft Corporation System and method for shared integrated online social interaction
US20040068523A1 (en) * 2002-10-07 2004-04-08 Keith Robert Olan Method and system for full asynchronous master-to-master file synchronization
US8238696B2 (en) 2003-08-21 2012-08-07 Microsoft Corporation Systems and methods for the implementation of a digital images schema for organizing units of information manageable by a hardware/software interface system
US7590643B2 (en) * 2003-08-21 2009-09-15 Microsoft Corporation Systems and methods for extensions and inheritance for units of information manageable by a hardware/software interface system
AU2004271525B2 (en) * 2003-08-21 2010-01-21 Microsoft Technology Licensing, Llc Systems and methods for providing synchronization services for units of information manageable by a hardware/software interface system
US8166101B2 (en) 2003-08-21 2012-04-24 Microsoft Corporation Systems and methods for the implementation of a synchronization schemas for units of information manageable by a hardware/software interface system
US7483923B2 (en) * 2003-08-21 2009-01-27 Microsoft Corporation Systems and methods for providing relational and hierarchical synchronization services for units of information manageable by a hardware/software interface system
EP1573508A4 (en) * 2003-08-21 2006-04-26 Microsoft Corp Systems for the implementation of a synchronization schemas
US7412496B2 (en) * 2003-08-22 2008-08-12 Emc Corporation Management of the file-modification time attribute in a multi-processor file server system
US7761794B1 (en) * 2004-01-22 2010-07-20 Cisco Technology, Inc. Integrated audit and configuration techniques
US7529818B2 (en) * 2004-05-20 2009-05-05 Bea Systems, Inc. System and method for performing validation of a configuration
US7660824B2 (en) * 2004-05-20 2010-02-09 Bea Systems, Inc. System and method for performing batch configuration changes
US7502344B2 (en) * 2004-06-25 2009-03-10 Fujifilm Corporation Communications terminal, server, playback control method and program
US7529745B2 (en) * 2004-11-19 2009-05-05 International Business Machines Corporation Method of verifying metadata of a migrated file
US7953794B2 (en) * 2005-01-14 2011-05-31 Microsoft Corporation Method and system for transitioning between synchronous and asynchronous communication modes
US7885970B2 (en) 2005-01-20 2011-02-08 F5 Networks, Inc. Scalable system for partitioning and accessing metadata over multiple servers
US7958347B1 (en) 2005-02-04 2011-06-07 F5 Networks, Inc. Methods and apparatus for implementing authentication
US7620668B2 (en) * 2005-05-06 2009-11-17 Microsoft Corporation Authoritative and non-authoritative restore
US8417746B1 (en) * 2006-04-03 2013-04-09 F5 Networks, Inc. File system management with enhanced searchability
US20080034019A1 (en) * 2006-08-04 2008-02-07 Pavel Cisler System for multi-device electronic backup
US8370853B2 (en) 2006-08-04 2013-02-05 Apple Inc. Event notification management
US7853566B2 (en) 2006-08-04 2010-12-14 Apple Inc. Navigation of electronic backups
US7860839B2 (en) 2006-08-04 2010-12-28 Apple Inc. Application-based backup-restore of electronic information
US20080034017A1 (en) * 2006-08-04 2008-02-07 Dominic Giampaolo Links to a common item in a data structure
US20080034004A1 (en) * 2006-08-04 2008-02-07 Pavel Cisler System for electronic backup
US20080126442A1 (en) * 2006-08-04 2008-05-29 Pavel Cisler Architecture for back up and/or recovery of electronic data
US8166415B2 (en) * 2006-08-04 2012-04-24 Apple Inc. User interface for backup management
US9009115B2 (en) 2006-08-04 2015-04-14 Apple Inc. Restoring electronic information
US8311988B2 (en) 2006-08-04 2012-11-13 Apple Inc. Consistent back up of electronic information
US7856424B2 (en) * 2006-08-04 2010-12-21 Apple Inc. User interface for backup management
US7716247B2 (en) * 2006-12-18 2010-05-11 Microsoft Corporation Multi-protocol access to files and directories
US8682916B2 (en) 2007-05-25 2014-03-25 F5 Networks, Inc. Remote file virtualization in a switched file system
US8429425B2 (en) * 2007-06-08 2013-04-23 Apple Inc. Electronic backup and restoration of encrypted data
US8468136B2 (en) * 2007-06-08 2013-06-18 Apple Inc. Efficient data backup
US20080307017A1 (en) * 2007-06-08 2008-12-11 Apple Inc. Searching and Restoring of Backups
US8099392B2 (en) 2007-06-08 2012-01-17 Apple Inc. Electronic backup of applications
US8307004B2 (en) 2007-06-08 2012-11-06 Apple Inc. Manipulating electronic backups
US8745523B2 (en) * 2007-06-08 2014-06-03 Apple Inc. Deletion in electronic backups
US8230417B1 (en) 2007-06-08 2012-07-24 Adobe Systems Incorporated Combined application and execution environment install
US8010900B2 (en) 2007-06-08 2011-08-30 Apple Inc. User interface for electronic backup
US8725965B2 (en) * 2007-06-08 2014-05-13 Apple Inc. System setup for electronic backup
US8448161B2 (en) 2007-07-30 2013-05-21 Adobe Systems Incorporated Application tracking for application execution environment
US8375381B1 (en) 2007-07-30 2013-02-12 Adobe Systems Incorporated Management user interface for application execution environment
US7930273B1 (en) * 2007-07-30 2011-04-19 Adobe Systems Incorporated Version management for application execution environment
US8180747B2 (en) 2007-11-12 2012-05-15 F5 Networks, Inc. Load sharing cluster file systems
US8548953B2 (en) 2007-11-12 2013-10-01 F5 Networks, Inc. File deduplication using storage tiers
US8117244B2 (en) * 2007-11-12 2012-02-14 F5 Networks, Inc. Non-disruptive file migration
US8352785B1 (en) 2007-12-13 2013-01-08 F5 Networks, Inc. Methods for generating a unified virtual snapshot and systems thereof
US8423592B2 (en) * 2008-04-11 2013-04-16 Sandisk Technologies Inc. Method and system for accessing a storage system with multiple file systems
US20090327405A1 (en) * 2008-06-27 2009-12-31 Microsoft Corporation Enhanced Client And Server Systems for Operating Collaboratively Within Shared Workspaces
US8549582B1 (en) 2008-07-11 2013-10-01 F5 Networks, Inc. Methods for handling a multi-protocol content name and systems thereof
EP2184670A1 (en) * 2008-10-31 2010-05-12 Research In Motion Limited Method and system for remote media management on a touch screen device
US8171419B2 (en) * 2008-10-31 2012-05-01 Research In Motion Limited Method and system for remote media management on a touch screen device
US8918482B2 (en) * 2008-10-31 2014-12-23 Hewlett-Packard Development Company, L.P. User profile synchronization
US9535959B2 (en) 2008-11-21 2017-01-03 Li Sun Method and apparatus for reconciliation of multiple sets of data
US8639661B2 (en) * 2008-12-01 2014-01-28 Microsoft Corporation Supporting media content revert functionality across multiple devices
US20110040788A1 (en) * 2009-08-14 2011-02-17 Ic Manage, Inc. Coherent File State System Distributed Among Workspace Clients
US10721269B1 (en) 2009-11-06 2020-07-21 F5 Networks, Inc. Methods and system for returning requests with javascript for clients before passing a request to a server
US8204860B1 (en) 2010-02-09 2012-06-19 F5 Networks, Inc. Methods and systems for snapshot reconstitution
US9195500B1 (en) 2010-02-09 2015-11-24 F5 Networks, Inc. Methods for seamless storage importing and devices thereof
JP4829368B1 (en) * 2010-06-15 2011-12-07 株式会社東芝 File processing program, apparatus and method
US8347100B1 (en) 2010-07-14 2013-01-01 F5 Networks, Inc. Methods for DNSSEC proxying and deployment amelioration and systems thereof
US8660996B2 (en) * 2010-09-29 2014-02-25 Red Hat, Inc. Monitoring files in cloud-based networks
US9286298B1 (en) 2010-10-14 2016-03-15 F5 Networks, Inc. Methods for enhancing management of backup data sets and devices thereof
CN102567388B (en) * 2010-12-17 2013-10-09 日电(中国)有限公司 Device and method for data update
US8943026B2 (en) 2011-01-14 2015-01-27 Apple Inc. Visual representation of a local backup
US8984029B2 (en) 2011-01-14 2015-03-17 Apple Inc. File system management
US9665594B2 (en) * 2011-01-14 2017-05-30 Apple Inc. Local backup
US8671073B2 (en) * 2011-03-23 2014-03-11 Verizon Patent And Licensing Inc. Synchronizing human resource database with authorization database
EP2535826A1 (en) * 2011-05-31 2012-12-19 Research In Motion Limited Method and system for data synchronization including file system abstraction
US8332357B1 (en) * 2011-06-10 2012-12-11 Microsoft Corporation Identification of moved or renamed files in file synchronization
US8396836B1 (en) 2011-06-30 2013-03-12 F5 Networks, Inc. System for mitigating file virtualization storage import latency
US8463850B1 (en) 2011-10-26 2013-06-11 F5 Networks, Inc. System and method of algorithmically generating a server side transaction identifier
US8370341B1 (en) * 2012-01-06 2013-02-05 Inkling Systems, Inc. Systems and methods for determining and facilitating content updates for a user device
US9020912B1 (en) 2012-02-20 2015-04-28 F5 Networks, Inc. Methods for accessing data in a compressed file system and devices thereof
US20130232178A1 (en) * 2012-03-01 2013-09-05 Sony Pictures Technologies, Inc. Connecting storyboard system to editorial system
CN102946403B (en) * 2012-07-20 2015-09-09 珠海金山办公软件有限公司 A kind of method of the solution file conflict for cloud storage system and device
US9519501B1 (en) 2012-09-30 2016-12-13 F5 Networks, Inc. Hardware assisted flow acceleration and L2 SMAC management in a heterogeneous distributed multi-tenant virtualized clustered system
US10348821B2 (en) * 2012-12-21 2019-07-09 Dropbox, Inc. Prioritizing structural operations and distributing changes in a synced online content management system
US9542423B2 (en) 2012-12-31 2017-01-10 Apple Inc. Backup user interface
US10375155B1 (en) 2013-02-19 2019-08-06 F5 Networks, Inc. System and method for achieving hardware acceleration for asymmetric flow connections
US9554418B1 (en) 2013-02-28 2017-01-24 F5 Networks, Inc. Device for topology hiding of a visited network
EP2796954B1 (en) * 2013-04-23 2015-11-25 Siemens Aktiengesellschaft Numerical controller with notification of a CAM system when the part program is changed
US10229134B2 (en) * 2013-06-25 2019-03-12 Box, Inc. Systems and methods for managing upgrades, migration of user data and improving performance of a cloud-based platform
US9531722B1 (en) 2013-10-31 2016-12-27 Google Inc. Methods for generating an activity stream
US9542457B1 (en) 2013-11-07 2017-01-10 Google Inc. Methods for displaying object history information
US9614880B1 (en) 2013-11-12 2017-04-04 Google Inc. Methods for real-time notifications in an activity stream
CN103699571A (en) * 2013-11-25 2014-04-02 小米科技有限责任公司 Method and device for file synchronization and electronic equipment
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
US9509772B1 (en) 2014-02-13 2016-11-29 Google Inc. Visualization and control of ongoing ingress actions
US9898520B2 (en) 2014-03-25 2018-02-20 Open Text Sa Ulc Systems and methods for seamless access to remotely managed documents using synchronization of locally stored documents
US20150347447A1 (en) * 2014-05-27 2015-12-03 Acer Cloud Technology Inc. Method and architecture for synchronizing files
US9536199B1 (en) 2014-06-09 2017-01-03 Google Inc. Recommendations based on device usage
US9507791B2 (en) 2014-06-12 2016-11-29 Google Inc. Storage system user interface with floating file collection
US10078781B2 (en) 2014-06-13 2018-09-18 Google Llc Automatically organizing images
US11838851B1 (en) 2014-07-15 2023-12-05 F5, Inc. Methods for managing L7 traffic classification and devices thereof
US20160055194A1 (en) * 2014-08-19 2016-02-25 Subodh C. Gupta Data synchronization management between devices
JP6037469B2 (en) 2014-11-19 2016-12-07 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation Information management system, information management method and program
US10182013B1 (en) 2014-12-01 2019-01-15 F5 Networks, Inc. Methods for managing progressive image delivery and devices thereof
US9870420B2 (en) 2015-01-19 2018-01-16 Google Llc Classification and storage of documents
US11895138B1 (en) 2015-02-02 2024-02-06 F5, Inc. Methods for improving web scanner accuracy and devices thereof
US10834065B1 (en) 2015-03-31 2020-11-10 F5 Networks, Inc. Methods for SSL protected NTLM re-authentication and devices thereof
US10404698B1 (en) 2016-01-15 2019-09-03 F5 Networks, Inc. Methods for adaptive organization of web application access points in webtops and devices thereof
US10797888B1 (en) 2016-01-20 2020-10-06 F5 Networks, Inc. Methods for secured SCEP enrollment for client devices and devices thereof
US10412198B1 (en) 2016-10-27 2019-09-10 F5 Networks, Inc. Methods for improved transmission control protocol (TCP) performance visibility and devices thereof
US11003632B2 (en) 2016-11-28 2021-05-11 Open Text Sa Ulc System and method for content synchronization
US10567492B1 (en) 2017-05-11 2020-02-18 F5 Networks, Inc. Methods for load balancing in a federated identity environment and devices thereof
US11301431B2 (en) 2017-06-02 2022-04-12 Open Text Sa Ulc System and method for selective synchronization
US10831719B2 (en) * 2017-08-29 2020-11-10 Western Digital Technologies, Inc. File consistency in shared storage using partial-edit files
US11223689B1 (en) 2018-01-05 2022-01-11 F5 Networks, Inc. Methods for multipath transmission control protocol (MPTCP) based session migration and devices thereof
US10833943B1 (en) 2018-03-01 2020-11-10 F5 Networks, Inc. Methods for service chaining and devices thereof
US11892985B2 (en) * 2019-09-16 2024-02-06 Aveva Software, Llc Computerized systems and methods for bi-directional file sharing and synchronization on and over a network

Family Cites Families (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3012254B2 (en) * 1989-08-16 2000-02-21 日本電気株式会社 List information transmission method
JPH06324928A (en) * 1993-05-14 1994-11-25 Mitsubishi Electric Corp Log generating device, device for arbitrating versions different in file and device for arbitrating version different in computer file being at different places
JPH07225709A (en) * 1994-02-15 1995-08-22 Fujitsu Ltd Data base updating system
US5745766A (en) 1994-09-19 1998-04-28 International Business Machines Corporation PC product registration and tracking
GB2305271A (en) 1995-09-15 1997-04-02 Ibm Proxy object recovery in an object-oriented environment
JPH09153056A (en) * 1995-11-29 1997-06-10 Mitsubishi Electric Corp Data extracting process system
JP2830826B2 (en) 1996-03-27 1998-12-02 日本電気株式会社 Distributed file synchronization system and method
JPH09330262A (en) 1996-06-11 1997-12-22 Toshiba Corp Backup system
US6298386B1 (en) * 1996-08-14 2001-10-02 Emc Corporation Network file server having a message collector queue for connection and connectionless oriented protocols
US6101508A (en) * 1997-08-01 2000-08-08 Hewlett-Packard Company Clustered file management for network resources
JP3471203B2 (en) * 1997-10-17 2003-12-02 Necエレクトロニクス株式会社 Network system
US6374266B1 (en) * 1998-07-28 2002-04-16 Ralph Shnelvar Method and apparatus for storing information in a data processing system
JP2000259473A (en) * 1999-03-08 2000-09-22 Fuji Xerox Co Ltd Database management system
US6647400B1 (en) * 1999-08-30 2003-11-11 Symantec Corporation System and method for analyzing filesystems to detect intrusions
GB9930124D0 (en) * 1999-12-21 2000-02-09 Ibm File system for a computer and method of synchronising sets of files
US6856993B1 (en) * 2000-03-30 2005-02-15 Microsoft Corporation Transactional file system
JP2001297025A (en) * 2000-04-14 2001-10-26 Babcock Hitachi Kk Database copying device
US6636878B1 (en) * 2001-01-16 2003-10-21 Sun Microsystems, Inc. Mechanism for replicating and maintaining files in a spaced-efficient manner

Also Published As

Publication number Publication date
US7711771B2 (en) 2010-05-04
CN1516832A (en) 2004-07-28
DE60224030T2 (en) 2008-11-13
EP1390846A2 (en) 2004-02-25
CN1246776C (en) 2006-03-22
CA2447516C (en) 2011-09-27
WO2002097623A2 (en) 2002-12-05
US20020188667A1 (en) 2002-12-12
EP1390846B1 (en) 2007-12-12
AU2002344297B2 (en) 2008-01-10
DE60224030D1 (en) 2008-01-24
ATE381060T1 (en) 2007-12-15
WO2002097623A3 (en) 2003-04-03
HK1058713A1 (en) 2004-05-28
JP4255373B2 (en) 2009-04-15
JP2005507100A (en) 2005-03-10

Similar Documents

Publication Publication Date Title
CA2447516A1 (en) Management and synchronization application for network file system
US11799959B2 (en) Data processing method, apparatus, and system
CN106201771B (en) Data-storage system and data read-write method
US7134071B2 (en) Document processing utilizing a version managing part
US8176061B2 (en) Tracking digital assets on a distributed network
US8370294B2 (en) File stashing for storage media
AU2002344297A1 (en) Management and synchronization application for network file system
EP1513065A1 (en) File system and file transfer method between file sharing devices
US7577808B1 (en) Efficient backup data retrieval
CA2399657A1 (en) System for distributed media network and meta data server
CN102339321A (en) Network file system with version control and method using same
CN110008197B (en) Data processing method and system, electronic equipment and storage medium
US20060085485A1 (en) Protocol agnostic database change tracking
US7730351B2 (en) Per file dirty region logging
CN109254958B (en) Distributed data reading and writing method, device and system
US20070118574A1 (en) Reorganizing data with update activity
CN109241011B (en) Virtual machine file processing method and device
CN112131194A (en) File storage control method and device of read-only file system and storage medium
CN111211966A (en) Method and system for storing transmission files in chat tool
TW201403362A (en) Managing large data sets through page based information tracking in multi-master environments
CN111459928B (en) Data deduplication method applied to data backup scene in cluster range and application
CN111581166A (en) File storage method and device
CN116991811A (en) Distributed collaborative deduplication method and system
CN114090532A (en) Cross-architecture mirror image storage method and module based on Linux operating system
JP2004038435A (en) Method for changing terminal environment

Legal Events

Date Code Title Description
EEER Examination request
MKEX Expiry

Effective date: 20220524