WO2013086842A1 - Procédé et dispositif de synchronisation de fichiers - Google Patents

Procédé et dispositif de synchronisation de fichiers Download PDF

Info

Publication number
WO2013086842A1
WO2013086842A1 PCT/CN2012/076773 CN2012076773W WO2013086842A1 WO 2013086842 A1 WO2013086842 A1 WO 2013086842A1 CN 2012076773 W CN2012076773 W CN 2012076773W WO 2013086842 A1 WO2013086842 A1 WO 2013086842A1
Authority
WO
WIPO (PCT)
Prior art keywords
file
file list
server
synchronization
snapshot
Prior art date
Application number
PCT/CN2012/076773
Other languages
English (en)
Chinese (zh)
Inventor
吴非
张晋
李高峰
刘绪斌
Original Assignee
华为技术有限公司
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 华为技术有限公司 filed Critical 华为技术有限公司
Priority to ES12856915.9T priority Critical patent/ES2563297T3/es
Priority to KR1020137033562A priority patent/KR20140010187A/ko
Priority to EP12856915.9A priority patent/EP2706719B1/fr
Priority to JP2014526366A priority patent/JP5870193B2/ja
Priority to US13/622,660 priority patent/US20130151468A1/en
Publication of WO2013086842A1 publication Critical patent/WO2013086842A1/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/40Support for services or applications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1097Protocols in which an application is distributed across nodes in the network for distributed storage of data in networks, e.g. transport arrangements for network file system [NFS], storage area networks [SAN] or network attached storage [NAS]

Definitions

  • the present invention relates to the field of communications technologies, and in particular, to a file synchronization method and apparatus.
  • BACKGROUND With the development of Internet technologies, more and more users prefer to use file synchronization to manage files on a terminal, which enables users to synchronize file updates to servers in different places and on different terminals in a timely manner, and at the same time facilitate users to Get the latest file information on the server.
  • the terminal After the user updates the file in the terminal synchronization directory, the terminal performs a full scan on the local synchronization directory, and sends each scanned file information to the server for verification to determine the update of the file. Status, such as add or delete, etc. If the file is updated, the file is synced to the server.
  • the drawback of this synchronization is that the two-way synchronization between the terminal and the server cannot be realized, that is, the update of the terminal is synchronized to the server, and the update of the server is synchronized to the terminal, where the update of the server may be an update after the interaction between the server and other terminals, It can be an update that is operated on the server.
  • Embodiments of the present invention provide a file synchronization method and apparatus that can implement two-way synchronization between a device for synchronization and a server.
  • An embodiment of the present invention provides a file synchronization method, including: acquiring a first file list snapshot, where the first file list snapshot includes information of a local file list at the end of the last synchronization; and the first file list snapshot and The information of the local file list is compared, and the second file list snapshot is obtained, where the second file list snapshot includes the current local file list.
  • An embodiment of the present invention provides an apparatus for synchronizing, including: a first acquiring unit, configured to acquire a first file list snapshot, where the first file list snapshot includes information of a local file list at the end of the last synchronization; a second obtaining unit, configured to compare the first file list snapshot with the information of the current local file list, to obtain a second file list snapshot, where the second file list snapshot includes an update of the current local file list a sending unit, configured to send a file list snapshot request to the server, a receiving unit, configured to receive a third file list snapshot sent by the server, where the third file list snapshot includes information of a file list of the server; And a unit, configured to determine, according to the second file list snapshot and the third file list snapshot, an identifier and an operation of the file to be synchronized, and perform file synchronization with the server according to the identifier and operation of the to-be-synchronized file.
  • the second file list snapshot in the embodiment of the present invention includes an update operation of the current local file list
  • the third file list snapshot includes information of the server file list
  • the second The operation of the file to be synchronized determined by the file list snapshot and the third file list snapshot includes both the update operation of the file in the local file list and the update operation of the file in the local file list.
  • the update operation of the files in the server file list so that the two-way synchronization of the device and the server for synchronization can be realized according to the identification and operation of the file to be synchronized.
  • FIG. 1 is a flowchart of a file synchronization method according to an embodiment of the present invention.
  • FIG. 2 is a signaling flowchart of a file synchronization method according to an embodiment of the present invention.
  • FIG. 3 is a structural diagram of an apparatus that can be used for synchronization according to an embodiment of the present invention. detailed description
  • FIG. 1 is a flowchart of a file synchronization method according to an embodiment of the present invention.
  • a terminal is used as a device that can be used for synchronization, that is, an execution body of file synchronization.
  • This embodiment specifically includes:
  • the terminal acquires a first file list snapshot, where the first file list snapshot includes information of a local file list at the end of the last synchronization, and the information refers to information of multiple files in the file list.
  • the file list snapshot refers to the image information of the file list at a time.
  • the file list snapshot mainly includes file list information and file status, and the file status can be set to an initial state.
  • the file is used to reflect the update operation of the file in the file list, thereby determining the operation of the synchronization file after the decision. 102. Compare the first file list snapshot with the current local file list information to obtain a second file list snapshot.
  • the terminal scans the local file list, compares the scanned current local file list information with the information in the first file list snapshot, and obtains an update operation of the local file list relative to the first file list snapshot, the update.
  • the operation refers to an update operation of a file in a file list snapshot, such as local addition, local deletion, or local modification, and the update operation of the local file list is included in the second file list snapshot, where the second file list snapshot may be an update.
  • the first file list snapshot can also be a regenerated file list snapshot.
  • the terminal sends a file list snapshot request to the server to obtain file list information of the server.
  • the terminal receives a third file list snapshot sent by the server, where the third file list snapshot is generated by the server after receiving the file list snapshot request, and includes information of the server file list.
  • the server can perform synchronization operations with other terminals during the last synchronization of the terminal to the current synchronization to send the file list snapshot request to the server, the file information on the server is updated, so the file list information of the server can be Contains updated information.
  • the terminal compares the second file list snapshot with the third file list snapshot to determine an update operation that has been completed in the server file list, and therefore, according to the completed update of the local file list included in the second file list snapshot
  • the operation and the completed update operation of the file list of the server determine the identifier and operation of the file to be synchronized, wherein the operation of the file to be synchronized includes uploading, downloading, renaming or deleting.
  • the terminal determines the operation classification according to the update operation of the local file list included in the second file list snapshot and the update operation of the file list of the server, and classifies according to the operation.
  • the update operation of the local file list and the update operation of the file list of the server are combined to determine the identification and operation of the file to be synchronized.
  • the file is synchronized with the server according to the identifier and operation of the file to be synchronized.
  • the second file list snapshot in this embodiment includes an update operation of the current local file list
  • the third file list snapshot includes information of the server file list, and is determined by the second file list snapshot and the third file list snapshot.
  • the update operation of the file in the local file list is included
  • the update operation of the file in the server file list is included, so that the device and the server for synchronization can be realized according to the identification and operation of the file to be synchronized.
  • FIG. 2 illustrates a signaling flow of a file synchronization method according to an embodiment of the present invention.
  • the terminal is used as a device that can be used for synchronization.
  • This embodiment specifically includes:
  • the terminal sends a login request to the server, where the login request includes a user identifier, where the user identifier may be a username or a password.
  • the login request may further include a terminal identifier.
  • the server may distinguish the terminal according to the terminal identifier.
  • the server After receiving the login request, the server obtains the user identifier in the login request, queries the user database information, verifies the authority of the user identifier, and sends the verification result to the terminal.
  • the server can further risk the terminal identification to distinguish different terminals.
  • the terminal receives the verification result sent by the server, and the verification result may be a login failure or a login success.
  • the terminal can set the synchronization directory, and considering the service requirements, such as the limitation of network traffic, the terminal can set the working mode, wherein the working mode includes one-way synchronization (including one-way upload synchronization and one-way download synchronization).
  • one-way synchronization refers to updating from the local to the server or from the server to the synchronization during the synchronization process; Step refers to the local and server synchronization in both directions; selective synchronization refers to allowing users to selectively synchronize files, such as only synchronizing a subdirectory or a certain type of file.
  • the first file list snapshot includes information about the file list after the last synchronization of the terminal and the server, and can be stored locally on the terminal, so the terminal can directly read the local file.
  • the first file list snapshot may include a file identifier, a file path, a file creation time, a directory, or a file status, where the file identifier may be a file name or other file identifier information; the file status is used to reflect The update operation of the files in the file list.
  • the first file list snapshot may further include a version number, and the version number identifies version information of the file list in the directory to be synchronized between the terminal and the server at the end of the last synchronization.
  • the terminal runs the synchronization for the first time, that is, there is no previous synchronization process, the first file list snapshot does not exist on the terminal, or the read fails even if the first file list snapshot exists on the terminal. For example, if the user loses or is damaged, the terminal needs to directly scan the files and directories in the local synchronization directory and rebuild the first file list snapshot.
  • File ID file path File creation time is the directory file status
  • the first file list snapshot includes information about l.txt, 2.txt, Hello directory, and a.txt file in the Hello directory.
  • Each record includes file identifier, file path, file creation time, whether it is a directory, And the file status, where, in the list of directories, 0 for files, 1 for directories; file status initially set to initial.
  • the terminal scans the local file list and scans related information (such as file identifier and text) Whether the path of the piece, the file creation time, whether it is a directory, or the file status, etc., and the information in the first file list snapshot (such as file identifier, file path, file creation time, whether it is a directory, or file status, etc.) are compared.
  • the second file list snapshot includes an update operation of the local file list.
  • the update operation of each file is recorded in the file state in the second file list snapshot, and the file status is changed from the initial initial state to the update operation, and the update operation is performed.
  • the update operation of the current local file list is recorded in the first file list snapshot, and the updated first file list snapshot is taken as the second file list snapshot.
  • modify the file status of the file in the first file list snapshot if there is information about the file in the first file list snapshot; if the first file list snapshot does not have the file information, the first file list Add a record about the file to the snapshot and set the state of the file to update.
  • the update operation of the terminal includes: deleting the file l.txt, renaming 2.txt to 2-rename.txt, and renaming the Hello directory to Hello-rename, ie the terminal scans to
  • the information about the files and directories in the current synchronization directory is:
  • the terminal scans to the file 2-rename.txt, it finds that there is no record of the file in the first file list snapshot, and then adds the record in the first file list snapshot, and sets the file state to be locally added ( local_add );
  • the terminal scans the file a.txt in the Hello-rename directory, since Hdlo-rename ⁇ a.txt does not record in the first file list snapshot, the record is added to the first file list snapshot, and the file is set.
  • the state is locally added ( local_add ); after the terminal scans all the files in the directory Hello-rename and does not find the record of Hello-rename in the first file list snapshot, add Hello-rename to the first file list snapshot. Record, shape
  • the state is also updated to be locally added ( local_add ).
  • File ID file path File creation time is the directory file status
  • the updated first file list snapshot that is, the second file list snapshot contains the update operation of the files in the local file list.
  • the terminal sends a file list snapshot request to the server to obtain current information of the server file list.
  • the server After receiving the file list snapshot request sent by the terminal, the server generates a third file list snapshot according to the file list information of the server, where the third file list snapshot includes information about the file list of the server, and may specifically include a file identifier, a file path, and a file.
  • the creation time, whether it is a directory, or file status, etc., the initial file status can be initial.
  • the server does not synchronize with other terminals after the last synchronization of the terminal and the synchronization, the information of the file list in the server synchronization directory remains unchanged; if the last synchronization in the terminal After the end of the synchronization, the server synchronizes with other terminals, causing the information of the file in the server synchronization directory to change, and the second file list snapshot contains the update information of the file list. 208. Return to the third file list snapshot.
  • the server sends a third file list snapshot to the terminal.
  • the terminal receives and acquires a third file list snapshot sent by the server.
  • the second comparison and determine the identification and operation of the file to be synchronized.
  • the terminal After obtaining the third file list snapshot, the terminal compares the second file list snapshot with the third file list snapshot to determine an update operation of the server file list, such as server addition, server deletion, or server modification, and therefore, according to the second
  • the update operation of the local file list included in the file list snapshot and the update operation of the file list of the foregoing server determine the identification and operation of the file to be synchronized, wherein the operations of the file to be synchronized include uploading, downloading, renaming or deleting.
  • the third file list snapshot may further include a version number, where the version number identifies version information at the last synchronization end of the file list in the server synchronization directory, if the server is in the current synchronization and the previous synchronization, and other terminals If the synchronization operation causes the server's file list to be updated, the version number will change.
  • the first file list snapshot on the terminal may further include a version number, which is the local synchronization directory at the end of the last synchronization.
  • the version information of the file list because the file list in the local synchronization directory and the file list information in the server synchronization directory are the same at the end of the last synchronization, the version number is recorded at the end of the last synchronization of the file list in the server synchronization directory.
  • Version information that is, if the server does not synchronize with other terminals, the version number in the first file list snapshot is the same as the version number in the third file list snapshot.
  • the terminal compares the version number in the first file list snapshot on the terminal with the version number in the third file list snapshot obtained from the server. If the two version numbers are the same, indicating that between the current synchronization and the last synchronization, The server has not synchronized with other terminals, that is, the file list of the server synchronization directory has not changed. At this time, the terminal can determine the identification and operation of the file to be synchronized according to the update operation of the file list in the second file list snapshot.
  • the terminal first classifies the update operation in the second file list snapshot, and determines the operation. For classification, such as adding local_add locally, deleting local_dd locally, or modifying local_modify locally; since some file states are logically mergable, the file operation is determined directly according to the file state according to the relevant merge rule. For example, for the local file renaming operation, the second file list snapshot will have the local delete local_del operation of the original file, and the locally added local_add operation of the renamed file will be combined with the original file and renamed. The related information of the file is compared to determine that the local_del and local_add are merged, and the renameFile operation is renamed to the file.
  • classification such as adding local_add locally, deleting local_dd locally, or modifying local_modify locally; since some file states are logically mergable, the file operation is determined directly according to the file state according to the relevant merge rule.
  • the second file list snapshot will have the local delete local_del operation
  • the request for the renameFile operation on the original file is sent to the server, and the server only needs to rename the original file.
  • Implement synchronization with the file on the terminal If it is not merged, it needs to send a request to delete the original file operation to the server, and then send a request to increase the renamed file, and the server needs to delete the original file according to the operation of deleting the original file, and then rename the file according to the addition.
  • the terminal determines the identification and operation of the file to be synchronized. Specifically, after comparing the second file list snapshot and the third file list snapshot, the terminal first determines an update operation of the server file list, and then updates the file list according to the second file list snapshot and the server file list update. Operation, determining the identification and operation of the file to be synchronized in the same way as the above version number, and determining the identification and operation of the file to be synchronized in this case.
  • this embodiment only enumerates the merge rules and file operations of some single orders.
  • complex file operations such as file modification
  • the terminal needs to determine the modified file, and the user decides which file to keep and which file to delete.
  • the terminal sends a file synchronization request to the server, where the synchronization request includes operation information of the file to be synchronized, and the server receives the file synchronization request, and obtains the operation information carried therein, thereby synchronizing the server.
  • the files in the directory are related to the operation. Synchronize the file list with the terminal synchronization directory. After the synchronization is completed, the update of the terminal file list will be synchronized to the server. Similarly, the update of the server's file list will be synchronized to the terminal, that is, the two-way synchronization between the terminal and the server is finally realized.
  • the server sends the server to the terminal and other The terminal performs the state of file synchronization, so the terminal will receive the state that the server is synchronizing files with other terminals at this time, and suspend the file synchronization operation with the server.
  • the file synchronization request may be sent to the server at a certain time (such as half a minute, etc.); or, the terminal receives the message that the server sent by the server is in an idle state, and then sends the message to the server.
  • File synchronization request file synchronization with the server.
  • sets the identifier and operation of the file to be synchronized generated above as:
  • HTTP HyperText Transfer Protocol
  • the server After receiving the above HTTP request, the server deletes the files l.txt and 2.txt in the directory to be synchronized in the server according to the deleted file (remakefile) l.txt and removefile 2.txt information carried in the request. For other files and operations, the terminal will send a similar file synchronization request to complete the synchronization with the server.
  • the terminal After the file synchronization process is successfully performed in the synchronization directory of the terminal and the server, the terminal further stores a snapshot of the file list in the server or the terminal synchronization directory (the server and the file list in the terminal synchronization directory are consistent), as the first file list snapshot in the next synchronization. And, the version number of the first file list snapshot is regenerated, and the version number of the file list in the server synchronization directory is also updated to the regenerated version number to indicate the consistency of the file list in the terminal and the server synchronization directory.
  • the terminal determines the identifier and operation of the file to be synchronized through two comparisons, and synchronizes with the server according to the identifier and operation of the file to be synchronized.
  • the terminal according to the file to be synchronized The operation sends a corresponding operation request to the server, such as an upload request, a download request, a rename request, or a delete request.
  • the server can perform corresponding processing according to the received related operation request, and the server does not need to determine to be synchronized during the entire synchronization process.
  • the identification and operation of the file therefore, this synchronization method can effectively alleviate the processing load of the server.
  • the second file list snapshot in this embodiment includes an update operation of the current local file list
  • the third file list snapshot includes information of the server file list, and is determined by the second file list snapshot and the third file list snapshot.
  • the update operation of the file in the local file list is included
  • the update operation of the file in the server file list is included, so that the device and the server for synchronization can be realized according to the identification and operation of the file to be synchronized.
  • FIG. 3 depicts an apparatus for synchronizing provided by another embodiment of the present invention, including:
  • the first obtaining unit 308 is configured to acquire a first file list snapshot, where the first file list snapshot includes information of a local file list at the end of the last synchronization.
  • the second obtaining unit 309 is configured to compare the first file list snapshot acquired by the first obtaining unit 308 with the current local file list to obtain a second file list snapshot, where the second file list snapshot includes an update of the current local file list.
  • the device that can be used for synchronization scans the local file list, compares the information related to the scanned file with the information in the first file list snapshot, and determines the change of the current file relative to the corresponding information in the first file list snapshot, and A second file list snapshot is generated, and the second file list snapshot may be an updated first file list snapshot or a regenerated snapshot.
  • the sending unit 310 is configured to send a file list snapshot request to the server to obtain current information of the server file list.
  • the receiving unit 311 is configured to receive a third file list snapshot sent by the server, where the third file list snapshot includes information of a file list of the server.
  • the synchronization unit 312 is configured to determine, according to the second file list snapshot acquired by the second obtaining unit 309 and the third file list snapshot received by the receiving unit 311, the identifier and operation of the file to be synchronized, and according to the identifier and operation of the file to be synchronized and the server File synchronization.
  • the device that can be used for synchronization may be a terminal that performs data interaction with the server.
  • FIG. 3 further illustrates the structure of a terminal according to an embodiment of the present invention.
  • the terminal may include at least one processor 301 and at least one network interface. 304, a memory 305 and at least one communication bus 302 for enabling connection communication between these components.
  • the terminal can also include a user interface 303 for enabling interaction with the user.
  • Memory 305 can include:
  • the application unit 307 is configured to determine, according to the obtained update operation of the local file list and the update operation of the file list of the server, the file identifier and operation to be synchronized, and perform file synchronization with the server according to the file identifier and operation to be synchronized.
  • the application unit 307 specifically includes:
  • the first obtaining unit 308 is configured to acquire a first file list snapshot, where the first file list snapshot includes information of a local file list at the end of the last synchronization.
  • the second obtaining unit 309 is configured to compare the first file list snapshot acquired by the first obtaining unit 308 with the current local file list to obtain a second file list snapshot, where the second file list snapshot includes an update of the current local file list. operating. Specifically, the terminal scans the local file list, compares the information related to the scanned file with the information in the first file list snapshot, determines the change of the current file relative to the corresponding information in the first file list snapshot, and generates a second file.
  • the list snapshot, the second file list snapshot may be the updated first file list snapshot, or may be a regenerated snapshot.
  • the sending unit 310 is configured to send a file list snapshot request to the server to obtain current information of the server file list.
  • the receiving unit 311 is configured to receive a third file list snapshot sent by the server, where the third file list snapshot includes information of a file list of the server.
  • the synchronization unit 312 is configured to determine, according to the second file list snapshot acquired by the second obtaining unit 309 and the third file list snapshot received by the receiving unit 311, the identifier and operation of the file to be synchronized, and according to the identifier and operation of the file to be synchronized and the server File synchronization.
  • the synchronization unit 312 is configured to determine, according to the second file list snapshot acquired by the second obtaining unit 309 and the third file list snapshot received by the receiving unit 311, an update operation of the file list of the server, and according to the update operation of the local file list. And the update operation of the file list of the server, determining the identifier and operation of the file to be synchronized; in addition, the synchronization unit 312 may be further configured to suspend the server when the server sent by the receiving server is in a state of synchronizing files with other terminals. File synchronization operation.
  • the method may further include:
  • the setting unit 313 is configured to set an operation mode, where the working mode includes one-way synchronization, two-way synchronization, or selective synchronization. After the setting unit 313 sets a specific working mode, the synchronization unit 312 cooperates with the server according to the working mode set by the setting unit 313. File synchronization.
  • the second file list snapshot in this embodiment includes an update operation of the current local file list
  • the third file list snapshot includes information of the server file list, and is determined by the second file list snapshot and the third file list snapshot.
  • both local file columns are included
  • the update operation of the file in the table further includes the update operation of the file in the server file list, so that the two-way synchronization of the device and the server for synchronization can be realized according to the identification and operation of the file to be synchronized.
  • the above terminal may participate in the method shown in FIG. 1 or FIG. 2, and the workflow thereof will not be described herein.
  • the storage medium may be a magnetic disk, an optical disk, a read only memory (ROM: Read Random Memory), or a random access memory (RAM).
  • ROM Read Random Memory
  • RAM random access memory

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Multimedia (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

La présente invention concerne le domaine technique des communications, en particulier un procédé et un dispositif de synchronisation de fichiers. Le procédé de synchronisation de fichiers consiste à : obtenir un premier instantané de liste de fichiers, le premier instantané de liste de fichiers comprenant des informations de fichiers locaux à la fin de la synchronisation précédente ; comparer le premier instantané de liste de fichiers avec les informations d'une liste de fichiers locaux actuelle, et obtenir un deuxième instantané de liste de fichiers, le deuxième instantané de liste de fichiers comprenant une opération de mise à jour de la liste de fichiers locaux actuelle ; envoyer une demande d'instantané de liste de fichiers à un serveur ; recevoir un troisième instantané de liste de fichiers envoyé par le serveur, le troisième instantané de liste de fichiers comprenant des informations d'une liste des fichiers du serveur ; déterminer, d'après le deuxième instantané de liste de fichiers et le troisième instantané de liste de fichiers, un identificateur et une opération de fichiers à synchroniser, et effectuer une synchronisation de fichiers avec le serveur selon l'identificateur et l'opération des fichiers à synchroniser. La présente invention met ainsi en œuvre une synchronisation bidirectionnelle entre le dispositif utilisé pour la synchronisation et le serveur, et améliore également l'expérience utilisateur.
PCT/CN2012/076773 2011-12-13 2012-06-12 Procédé et dispositif de synchronisation de fichiers WO2013086842A1 (fr)

Priority Applications (5)

Application Number Priority Date Filing Date Title
ES12856915.9T ES2563297T3 (es) 2011-12-13 2012-06-12 Método y dispositivo para la sincronización de archivos
KR1020137033562A KR20140010187A (ko) 2011-12-13 2012-06-12 파일 동기화 방법 및 장치
EP12856915.9A EP2706719B1 (fr) 2011-12-13 2012-06-12 Procédé et dispositif de synchronisation de fichiers
JP2014526366A JP5870193B2 (ja) 2011-12-13 2012-06-12 ファイル同期方法及び装置
US13/622,660 US20130151468A1 (en) 2011-12-13 2012-09-19 File synchronization method and device

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201110415376.5A CN102404338B (zh) 2011-12-13 2011-12-13 一种文件同步方法和装置
CN201110415376.5 2011-12-13

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US13/622,660 Continuation US20130151468A1 (en) 2011-12-13 2012-09-19 File synchronization method and device

Publications (1)

Publication Number Publication Date
WO2013086842A1 true WO2013086842A1 (fr) 2013-06-20

Family

ID=45886124

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2012/076773 WO2013086842A1 (fr) 2011-12-13 2012-06-12 Procédé et dispositif de synchronisation de fichiers

Country Status (6)

Country Link
EP (1) EP2706719B1 (fr)
JP (1) JP5870193B2 (fr)
KR (1) KR20140010187A (fr)
CN (1) CN102404338B (fr)
ES (1) ES2563297T3 (fr)
WO (1) WO2013086842A1 (fr)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016042254A (ja) * 2014-08-15 2016-03-31 富士ゼロックス株式会社 通信端末、通信システム及びプログラム
CN117112508A (zh) * 2023-10-20 2023-11-24 杭州美创科技股份有限公司 基于序号的文件同步方法、装置、计算机设备及存储介质

Families Citing this family (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102404338B (zh) * 2011-12-13 2014-08-20 华为技术有限公司 一种文件同步方法和装置
CN103581240B (zh) * 2012-07-27 2017-07-21 华为终端有限公司 下载应用程序的方法、用户设备和应用服务器
CN103237007A (zh) * 2013-03-22 2013-08-07 华为技术有限公司 媒体文件更新方法及装置
CN103220358B (zh) * 2013-04-19 2016-12-28 深圳如果技术有限公司 一种多终端在线文件同步方法、系统、服务器及终端设备
CN103258018B (zh) * 2013-04-27 2016-08-10 北京金和软件股份有限公司 一种精确监控目录文件夹中文件变化的文件同步方法
CN103369037A (zh) * 2013-06-28 2013-10-23 深圳市掌讯通讯设备有限公司 一种安卓智能设备间数据自动同步方法
CN103365688B (zh) * 2013-06-28 2018-08-31 深圳市掌讯通讯设备有限公司 一种安卓智能设备间软件自动安装与同步方法
CN103473341A (zh) * 2013-09-23 2013-12-25 网易(杭州)网络有限公司 一种播放列表生成方法和设备
CN104796442B (zh) * 2014-01-17 2020-08-07 腾讯科技(深圳)有限公司 网页访问信息同步方法、装置及系统
EP3125501B1 (fr) * 2014-04-15 2018-08-22 Huawei Technologies Co., Ltd. Procédé, serveur, et terminal de synchronisation de fichiers
US10412163B2 (en) * 2015-01-30 2019-09-10 Hitachi, Ltd. Computer system, distributed object sharing method, and edge node
CN104580533B (zh) * 2015-02-05 2018-06-19 中国农业银行股份有限公司 一种交易文件的下发方法及装置
CN106682040A (zh) * 2015-11-11 2017-05-17 中兴通讯股份有限公司 数据管理方法及装置
CN106101265A (zh) * 2016-07-26 2016-11-09 浪潮软件股份有限公司 一种在网盘和桌面端之间进行文件同步的方法
CN106302672A (zh) * 2016-08-05 2017-01-04 上海斐讯数据通信技术有限公司 网络管理系统及其数据同步方法
CN106375861A (zh) * 2016-10-10 2017-02-01 合网络技术(北京)有限公司 视频播放方法及装置
CN106657274A (zh) * 2016-11-16 2017-05-10 武汉斗鱼网络科技有限公司 对应用文件进行处理的方法及装置
CN107103192A (zh) * 2017-04-21 2017-08-29 上海联影医疗科技有限公司 医学图像处理系统及其数据管理方法
CN107819871B (zh) * 2017-11-22 2020-12-25 北京小米移动软件有限公司 应用状态确定方法及装置
CN108573014B (zh) * 2017-12-19 2021-05-28 北京金山云网络技术有限公司 一种文件同步方法、装置、电子设备及可读存储介质
US10866963B2 (en) 2017-12-28 2020-12-15 Dropbox, Inc. File system authentication
CN108921712A (zh) * 2018-06-13 2018-11-30 泰康保险集团股份有限公司 数据处理方法、装置、介质及电子设备
KR102133925B1 (ko) * 2018-07-30 2020-07-14 네이버 주식회사 데이터 동기화 트래픽을 최소화하기 위한 방법 및 시스템
CN109246245A (zh) * 2018-10-31 2019-01-18 武汉新迪数字工程系统有限公司 实现文件同步的方法、服务器、系统及存储介质
CN112084159B (zh) * 2020-07-28 2023-02-21 重庆攸亮科技股份有限公司 一种基于蓝牙通信的文件同步系统和同步方法
CN117290328B (zh) * 2023-11-22 2024-02-27 苏州元脑智能科技有限公司 存储系统文件并发同步方法、装置、设备及可读存储介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6738799B2 (en) * 1999-05-03 2004-05-18 Symantec Corporation Methods and apparatuses for file synchronization and updating using a signature list
CN101453418A (zh) * 2007-12-05 2009-06-10 高德软件有限公司 客户端与服务器同步的更新方法
US7734826B2 (en) * 2001-03-16 2010-06-08 Novell, Inc. Client-server model for synchronization of files
CN102404338A (zh) * 2011-12-13 2012-04-04 华为技术有限公司 一种文件同步方法和装置

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4142866B2 (ja) * 2001-11-07 2008-09-03 カシオソフト株式会社 データベース同期化装置及びプログラム
US7567991B2 (en) * 2003-06-25 2009-07-28 Emc Corporation Replication of snapshot using a file system copy differential
KR100678921B1 (ko) * 2005-10-18 2007-02-05 삼성전자주식회사 다중 서버 환경에 적합한 디바이스를 클라이언트로 하여동기화를 수행하는 방법 및 장치
US8503984B2 (en) * 2009-12-23 2013-08-06 Amos Winbush, III Mobile communication device user content synchronization with central web-based records and information sharing system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6738799B2 (en) * 1999-05-03 2004-05-18 Symantec Corporation Methods and apparatuses for file synchronization and updating using a signature list
US7734826B2 (en) * 2001-03-16 2010-06-08 Novell, Inc. Client-server model for synchronization of files
CN101453418A (zh) * 2007-12-05 2009-06-10 高德软件有限公司 客户端与服务器同步的更新方法
CN102404338A (zh) * 2011-12-13 2012-04-04 华为技术有限公司 一种文件同步方法和装置

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP2706719A4 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016042254A (ja) * 2014-08-15 2016-03-31 富士ゼロックス株式会社 通信端末、通信システム及びプログラム
CN117112508A (zh) * 2023-10-20 2023-11-24 杭州美创科技股份有限公司 基于序号的文件同步方法、装置、计算机设备及存储介质
CN117112508B (zh) * 2023-10-20 2024-02-06 杭州美创科技股份有限公司 基于序号的文件同步方法、装置、计算机设备及存储介质

Also Published As

Publication number Publication date
ES2563297T3 (es) 2016-03-14
CN102404338B (zh) 2014-08-20
EP2706719B1 (fr) 2015-12-16
KR20140010187A (ko) 2014-01-23
JP2014524621A (ja) 2014-09-22
CN102404338A (zh) 2012-04-04
EP2706719A1 (fr) 2014-03-12
EP2706719A4 (fr) 2014-05-07
JP5870193B2 (ja) 2016-02-24

Similar Documents

Publication Publication Date Title
WO2013086842A1 (fr) Procédé et dispositif de synchronisation de fichiers
US10911518B2 (en) Network folder synchronization
US20130151468A1 (en) File synchronization method and device
JP6725742B2 (ja) ファイルストレージ、オブジェクトストレージ、およびストレージシステム
US7620721B2 (en) Pre-existing content replication
US11126590B2 (en) Data processing method and device
WO2017054543A1 (fr) Procédé et dispositif pour accéder à une ressource d'un dispositif de stockage en nuage
US10581858B2 (en) Network attached storage (NAS) apparatus having reversible privacy settings for logical storage area shares, and methods of configuring same
WO2015117426A1 (fr) Procédé et dispositif de gestion de fichiers
JP2009501499A (ja) ユーザ装置をプロビジョニングするシステム及び方法
WO2017215646A1 (fr) Appareil et procédé de transmission de données
US20150227605A1 (en) Information processing terminal, synchronization control method, and computer-readable recording medium
JP6310135B1 (ja) 情報処理システム、情報処理装置、情報処理方法、およびプログラム
JP2016212656A (ja) 情報処理装置、端末、情報処理装置と端末を有するシステム、情報処理方法及びプログラム
JP6196389B2 (ja) 分散型ディザスタリカバリファイル同期サーバシステム
JP2010250760A (ja) ファイル格納システム、サーバ装置及びプログラム
CN112256797A (zh) 一种基于MongoDB的公安网与政务网的数据同步系统和方法
TWI571754B (zh) 用來進行檔案同步控制之方法與裝置
JP5535998B2 (ja) データ管理システムおよびデータ管理方法
US20230168974A1 (en) Information processing system, information processing method, and storage medium
CN114930313A (zh) 用于管理区块链节点的系统和方法
JP7287026B2 (ja) 情報処理装置、ファイル管理装置、ファイル管理システム及びプログラム
TW201118556A (en) Data backup management platform and method thereof
CN113297158B (zh) 一种云安全产品管理方法、装置、设备及存储介质
CN107395753B (zh) 一种云协作过程冲突检测及通知方法

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12856915

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2012856915

Country of ref document: EP

ENP Entry into the national phase

Ref document number: 20137033562

Country of ref document: KR

Kind code of ref document: A

ENP Entry into the national phase

Ref document number: 2014526366

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE