CN103607600A - Method and device for cloud backup - Google Patents

Method and device for cloud backup Download PDF

Info

Publication number
CN103607600A
CN103607600A CN201310586180.1A CN201310586180A CN103607600A CN 103607600 A CN103607600 A CN 103607600A CN 201310586180 A CN201310586180 A CN 201310586180A CN 103607600 A CN103607600 A CN 103607600A
Authority
CN
China
Prior art keywords
cloud backup
application
backed
agent
application program
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201310586180.1A
Other languages
Chinese (zh)
Inventor
高国威
梁帆
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.)
Leshi Zhixin Electronic Technology Tianjin Co Ltd
Original Assignee
Leshi Zhixin Electronic Technology Tianjin Co Ltd
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 Leshi Zhixin Electronic Technology Tianjin Co Ltd filed Critical Leshi Zhixin Electronic Technology Tianjin Co Ltd
Priority to CN201310586180.1A priority Critical patent/CN103607600A/en
Publication of CN103607600A publication Critical patent/CN103607600A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a method and a device for cloud backup. An agent program is pre-set, the agent program has authority for calling data of other programs, when a cloud backup request is sent by a cloud backup application program, the cloud backup request is received by the agent program, an application program to be backuped is determined by the agent program according to identification of the application program to be backuped contained in the cloud backup request, data of the application program to be backuped can be directly called for use by the agent program, feedback to the cloud backup application program is carried out to realize indirect calling and cloud backup of the cloud backup application program for the application program to be backuped. The method has no need to change an operation system and has properties of simple process and high safety performance.

Description

Cloud backup method and device
Technical field
The present invention relates to intelligent television technical field, in particular, relate to a kind of cloud backup method and device.
Background technology
Along with the generally use of intelligent television, the application program that user installs in the operating system of intelligent television is more and more, corresponding, and the application data of generation is also more and more.In order to manage better above-mentioned application program and application data, the operating system of intelligent television has been introduced the function of cloud backup, so that cloud backup application can back up to server end by above-mentioned application program and application data.
When application programs data are carried out cloud backup, cloud backup application need to be called application data to be backed up, but, calling of application data is all to realize by corresponding application programming interface (API) by application program self at present, in theory, cloud backup application can not be called application data to be backed up.
In fact, in prior art, there is a kind of method,, by intelligent television operating system is cracked, make after cloud backup application has the highest access rights, cloud backup application can be called application data to be backed up, and then the data that realize application programs are carried out cloud backup.
But, intelligent television operating system is cracked, cause cloud backup operation complicated, security performance is low.
Summary of the invention
In view of this, the invention provides a kind of cloud backup method and device, to overcome in prior art due to complicated by intelligent television operating system being cracked to the cloud backup operation causing, the problem that security performance is low.
For achieving the above object, the invention provides following technical scheme:
A cloud backup method, sets in advance Agent, and described Agent has the authority of the data of calling other application programs, comprising:
Described Agent receives the cloud backup request that cloud backup application sends, and described cloud backup request includes the sign of application program to be backed up;
Described Agent is determined described application program to be backed up according to described sign;
Described Agent calls the data of described application program to be backed up;
Described Agent is given described cloud backup application by the data feedback of described application program to be backed up, so that described cloud backup application is carried out cloud backup by the data of described application program to be backed up.
Preferably, described in, setting in advance Agent comprises:
In initialization files, add indication information, the file that described initialization files read while being os starting, described indication information is used to indicate the authority that described Agent has the data of calling other application programs.
Preferably, described Agent receives the cloud backup request that cloud backup application sends, and comprising:
Described Agent receives the cloud backup request that cloud backup application sends by socket Socket agreement or hypertext transmission http protocol.
Preferably, described Agent receives the cloud backup request that cloud backup application sends by Socket agreement, comprising:
Start described Agent;
Described Agent creates a Socket server;
Described Socket server receives described cloud backup request.
Preferably, described Agent receives the cloud backup request that cloud backup application sends by http protocol, comprising:
Start described Agent;
Described Agent creates a http server;
Described http server sends to described cloud backup application by the uniform resource locator url address of self;
Described http server receives the cloud backup request that described cloud backup application sends according to described url address.
Preferably, described Agent calls the data of described application program to be backed up, comprising:
The data of application program to be backed up described in described Socket server calls;
Described Agent is given described cloud backup application by the data feedback of described application program to be backed up, comprising:
Described Socket server is given described cloud backup application by the data feedback of described application program to be backed up.
Preferably, described Agent calls the data of described application program to be backed up, comprising:
Described http server calls the data of described application program to be backed up;
Described Agent is given described cloud backup application by the data feedback of described application program to be backed up, comprising:
Described http server is given described cloud backup application by the data feedback of described application program to be backed up.
A cloud back-up device, sets in advance Agent, and described Agent has the authority of the data of calling other application programs, comprising:
Receiving element, the cloud backup request sending for receiving cloud backup application, described cloud backup request includes the sign of application program to be backed up;
Determining unit, determines described application program to be backed up for described Agent according to described sign;
Data call unit, for calling the data of described application program to be backed up;
Feedback unit, for giving described cloud backup application by the data feedback of described application program to be backed up, so that described cloud backup application is carried out cloud backup by the data of described application program to be backed up.
Preferably, described receiving element comprises:
Socket Socket server, the cloud backup request sending by Socket agreement for receiving described cloud backup application.
Preferably, described receiving element comprises:
Hypertext transmission http server, the cloud backup request sending by http protocol for receiving described cloud backup application.
Known via above-mentioned technical scheme, compared with prior art, the invention discloses a kind of cloud backup method and device, set in advance Agent, described Agent has the authority of the data of calling other application programs, when cloud backup application sends cloud backup request, by Agent, receive and determine application program to be backed up according to the sign of the application program to be backed up comprising in cloud backup request, then, Agent can directly call the data of application program to be backed up, and feed back to cloud backup application, to realize cloud backup application, treat indirect call and the cloud backup of backup application.The method is without changing operating system, and process is simple, and security performance is high.
Accompanying drawing explanation
In order to be illustrated more clearly in the embodiment of the present invention or technical scheme of the prior art, to the accompanying drawing of required use in embodiment or description of the Prior Art be briefly described below, apparently, accompanying drawing in the following describes is only embodiments of the invention, for those of ordinary skills, do not paying under the prerequisite of creative work, other accompanying drawing can also be provided according to the accompanying drawing providing.
Fig. 1 is the disclosed a kind of cloud backup method idiographic flow schematic diagram of the embodiment of the present invention one;
Fig. 2 is the disclosed another kind of cloud backup method idiographic flow schematic diagram of the embodiment of the present invention two;
Fig. 3 is disclosed another the cloud backup method idiographic flow schematic diagram of the embodiment of the present invention three;
Fig. 4 is the disclosed a kind of cloud back-up device concrete structure schematic diagram of the embodiment of the present invention four.
Embodiment
For quote and know for the purpose of, the explanation of the technical term hereinafter using, write a Chinese character in simplified form or abridge and be summarized as follows:
Socket: socket, for describing IP address and port, is the handle of a communication chain, application program is sent and is asked or reply network request to network by it.
Url:Uniform Resource Locator, URL(uniform resource locator), is the position of the resource to obtaining from the Internet and a kind of succinct expression of access method, is the address of standard resource on the Internet.Each file on the Internet has a unique URL, and the information that it comprises points out how the position of file and browser should process it.
Below in conjunction with the accompanying drawing in the embodiment of the present invention, the technical scheme in the embodiment of the present invention is clearly and completely described, obviously, described embodiment is only the present invention's part embodiment, rather than whole embodiment.Embodiment based in the present invention, those of ordinary skills, not making the every other embodiment obtaining under creative work prerequisite, belong to the scope of protection of the invention.
From background technology, in prior art by intelligent television operating system is cracked, make cloud backup application have the highest access rights, and then the method that makes cloud backup application call application data to be backed up causes cloud backup operation complicated, security performance is low.
For this reason, the invention discloses a kind of cloud backup method and device, set in advance Agent, described Agent has the authority of the data of calling other application programs, when cloud backup application sends cloud backup request, by Agent, receive and determine application program to be backed up according to the sign of the application program to be backed up comprising in cloud backup request, then, Agent can directly call the data of application program to be backed up, and feed back to cloud backup application, to realize cloud backup application, treat indirect call and the cloud backup of backup application.The method is without changing operating system, and process is simple, and security performance is high.Relevant for the idiographic flow of this cloud backup method and the concrete structure of this cloud back-up device, will be described in detail by following examples.
Embodiment mono-
Referring to accompanying drawing 1, is the disclosed a kind of cloud backup method idiographic flow schematic diagram of the embodiment of the present invention one, and after setting in advance the Agent of the authority with the data of calling other application programs, the method specifically comprises the steps:
S101: described Agent receives the cloud backup request that cloud backup application sends, and described cloud backup request includes the sign of application program to be backed up.
It should be noted that, Agent is to be embedded in system in advance, and gives in advance the authority that this program can be accessed each application data.Cloud backup application is to control the program of carrying out cloud backup.When carrying out cloud backup, cloud backup application is sent cloud backup request, and this cloud backup request includes the sign of application program to be backed up, in order to indication, above-mentioned application program to be backed up is carried out to cloud backup.Now, Agent receives above-mentioned cloud backup request, to carry out subsequent step.
Further it should be noted that, Agent is a program being consistent with system operation life cycle, at system bottom, unanimously moves, and constantly receives the cloud backup request from cloud backup application.
S102: described Agent is determined described application program to be backed up according to described sign.
Agent, after receiving the cloud backup request of cloud backup application transmission, can determine which application program to be backed up has according to the sign of the application program to be backed up in cloud backup request.
S103: described Agent calls the data of described application program to be backed up.
S104: described Agent is given described cloud backup application by the data feedback of described application program to be backed up, so that described cloud backup application is carried out cloud backup by the data of described application program to be backed up.
In sum, the present embodiment discloses a kind of cloud backup method, set in advance Agent, described Agent has the authority of the data of calling other application programs, when cloud backup application sends cloud backup request, by Agent, receive and determine application program to be backed up according to the sign of the application program to be backed up comprising in cloud backup request, then, Agent can directly call the data of application program to be backed up, and feed back to cloud backup application, to realize cloud backup application, treat indirect call and the cloud backup of backup application.The method is without changing operating system, and process is simple, and security performance is high.
It should be noted that, on the basis of the disclosed embodiment mono-of the invention described above, between application program to be backed up, Agent and cloud backup application, can carry out in several ways alternately, being elaborated by following examples below.
Embodiment bis-
Referring to accompanying drawing 2, is the disclosed a kind of cloud backup method idiographic flow schematic diagram of the embodiment of the present invention two, and in the present embodiment, what Agent received is the cloud backup request that cloud backup application sends by socket Socket agreement.After setting in advance the Agent of the authority with the data of calling other application programs, the method specifically comprises the steps:
S201: start described Agent.
S202: described Agent creates a Socket server.
Agent can create a Socket server after starting, and whether receives the cloud backup request of cloud backup application to monitor certain port.
It should be noted that, cloud backup application can be the operation that will carry out data, be configured to a system command character string, as copy a file, just generate the character string of similar " cp/data/data/file/mnt/sdcard/folder ", with the form of cloud backup request, send to Agent.
S203: described Socket server receives described cloud backup request, and described cloud backup request includes the sign of application program to be backed up.
It should be noted that, after Socket server receives described cloud backup request, Socket server can be to the message that indication " has received request " of cloud backup application feedback, and such Socket connection has just been set up.
S204: described Socket server is determined described application program to be backed up according to described sign.
S205: the data of application program to be backed up described in described Socket server calls.
Agent is after determining application program to be backed up, and Socket server can be carried out the operation to data of indicating in cloud backup request by system function, calls the data of described application program to be backed up.
S206: described Socket server is given described cloud backup application by the data feedback of described application program to be backed up, so that described cloud backup application is carried out cloud backup by the data of described application program to be backed up.
Socket server, can be by the data feedback of described application program to be backed up to cloud backup application after calling the data of application program to be backed up.Like this, just completed the reciprocal process of Agent and cloud backup application.Afterwards, cloud backup application just can be carried out cloud backup by the data of described application program to be backed up.
In sum, the present embodiment discloses a kind of cloud backup method, set in advance Agent, described Agent has the authority of the data of calling other application programs, what Agent received is the cloud backup request that cloud backup application sends by socket Socket agreement, then by Socket server, directly call the data of application program to be backed up, and feed back to cloud backup application, to realize cloud backup application, treat indirect call and the cloud backup of backup application.The method is without changing operating system, and process is simple, and security performance is high.
Embodiment tri-
Referring to accompanying drawing 3, is the disclosed a kind of cloud backup method idiographic flow schematic diagram of the embodiment of the present invention three, and in the present embodiment, what Agent received is that cloud backup application transmits by hypertext the cloud backup request that http protocol sends.After setting in advance the Agent of the authority with the data of calling other application programs, the method specifically comprises the steps:
S301: start described Agent.
S302: described Agent creates a http server.
After starting, Agent can create a http server, the cloud backup request sending to receive cloud backup application, and this http server has the uniform resource locator url address of self.
S303: described http server sends to described cloud backup application by the uniform resource locator url address of self.
S304: described http server receives the cloud backup request that described cloud backup application sends according to described url address, and described cloud backup request includes the sign of application program to be backed up.
It should be noted that, after http server receives described cloud backup request, http server can be to the message that indication " has received request " of cloud backup application feedback, and such HTTP connection has just been set up.
S305: described http server is determined described application program to be backed up according to described sign.
S306: described http server calls the data of described application program to be backed up.
Agent is after determining application program to be backed up, and http server can be carried out the operation to data of indicating in cloud backup request by system function, calls the data of described application program to be backed up.
S307: described http server is given described cloud backup application by the data feedback of described application program to be backed up, so that described cloud backup application is carried out cloud backup by the data of described application program to be backed up.
Http server, can be by the data feedback of described application program to be backed up to cloud backup application after calling the data of application program to be backed up.Like this, just completed the reciprocal process of Agent and cloud backup application.Afterwards, cloud backup application just can be carried out cloud backup by the data of described application program to be backed up.
In sum, the present embodiment discloses a kind of cloud backup method, set in advance Agent, described Agent has the authority of the data of calling other application programs, what Agent received is the cloud backup request that cloud backup application sends by socket http protocol, then by http server, directly call the data of application program to be backed up, and feed back to cloud backup application, to realize cloud backup application, treat indirect call and the cloud backup of backup application.The method is without changing operating system, and process is simple, and security performance is high.
It should be noted that, in embodiment bis-and embodiment tri-, disclosed two kinds of interactive modes, between Agent and cloud backup application, can also carry out alternately based on other agreements, such as " interprocess communication ".For other interactive modes, the present invention does not elaborate, but it should be noted that, every the two mutual mode that can realize is all in protection range of the present invention.
In the disclosed embodiment of the invention described above, describe method in detail, for method of the present invention, can adopt the device of various ways to realize, therefore the invention also discloses a kind of device, provide specific embodiment below and be elaborated.
Embodiment tetra-
Referring to accompanying drawing 4, is the disclosed a kind of cloud back-up device concrete structure schematic diagram of the embodiment of the present invention four, and this cloud back-up device specifically comprises as lower unit:
Receiving element 11, the cloud backup request sending for receiving cloud backup application, described cloud backup request includes the sign of application program to be backed up.
It should be noted that, described receiving element 11 specifically comprises:
Socket Socket server, the cloud backup request sending by Socket agreement for receiving described cloud backup application.
Hypertext transmission http server, the cloud backup request sending by http protocol for receiving described cloud backup application.
Determining unit 12, determines described application program to be backed up for described Agent according to described sign;
Data call unit, for calling the data of described application program to be backed up.
Feedback unit 13, for giving described cloud backup application by the data feedback of described application program to be backed up, so that described cloud backup application is carried out cloud backup by the data of described application program to be backed up.
It should be noted that, relevant for the function of above-mentioned unit, realize and refer to the associated description in embodiment of the method, the present embodiment repeats no more.
In sum: the invention discloses a kind of cloud backup method and device, set in advance Agent, described Agent has the authority of the data of calling other application programs, when cloud backup application sends cloud backup request, by Agent, receive and determine application program to be backed up according to the sign of the application program to be backed up comprising in cloud backup request, then, Agent can directly call the data of application program to be backed up, and feed back to cloud backup application, to realize cloud backup application, treat indirect call and the cloud backup of backup application.The method is without changing operating system, and process is simple, and security performance is high.
By using cloud backup functionality to carry out backup and the recovery of data, make developer without oneself having the data of program to carry out relevant development for backing up again, greatly saved the energy of application developer.And the program that has other application data authorities of access by use is as Agent, not only solve cloud backup application and obtained the authority problem of accessing other application datas, also avoid user to crack the safety problem that intelligent system is brought, improved user's experience.
In this specification, each embodiment adopts the mode of going forward one by one to describe, and each embodiment stresses is the difference with other embodiment, between each embodiment identical similar part mutually referring to.For the disclosed device of embodiment, because it corresponds to the method disclosed in Example, so description is fairly simple, relevant part partly illustrates referring to method.
The software module that the method for describing in conjunction with embodiment disclosed herein or the step of algorithm can directly use hardware, processor to carry out, or the combination of the two is implemented.Software module can be placed in the storage medium of any other form known in random asccess memory (RAM), internal memory, read-only memory (ROM), electrically programmable ROM, electrically erasable ROM, register, hard disk, moveable magnetic disc, CD-ROM or technical field.
Above-mentioned explanation to the disclosed embodiments, makes professional and technical personnel in the field can realize or use the present invention.To the multiple modification of these embodiment, will be apparent for those skilled in the art, General Principle as defined herein can, in the situation that not departing from the spirit or scope of the present invention, realize in other embodiments.Therefore, the present invention will can not be restricted to these embodiment shown in this article, but will meet the widest scope consistent with principle disclosed herein and features of novelty.

Claims (10)

1. a cloud backup method, is characterized in that, sets in advance Agent, and described Agent has the authority of the data of calling other application programs, comprising:
Described Agent receives the cloud backup request that cloud backup application sends, and described cloud backup request includes the sign of application program to be backed up;
Described Agent is determined described application program to be backed up according to described sign;
Described Agent calls the data of described application program to be backed up;
Described Agent is given described cloud backup application by the data feedback of described application program to be backed up, so that described cloud backup application is carried out cloud backup by the data of described application program to be backed up.
2. method according to claim 1, is characterized in that, described in set in advance Agent and comprise:
In initialization files, add indication information, the file that described initialization files read while being os starting, described indication information is used to indicate the authority that described Agent has the data of calling other application programs.
3. according to the method described in claim 1 or 2 any one, it is characterized in that, described Agent receives the cloud backup request that cloud backup application sends, and comprising:
Described Agent receives the cloud backup request that cloud backup application sends by socket Socket agreement or hypertext transmission http protocol.
4. method according to claim 3, is characterized in that, described Agent receives the cloud backup request that cloud backup application sends by Socket agreement, comprising:
Start described Agent;
Described Agent creates a Socket server;
Described Socket server receives described cloud backup request.
5. method according to claim 3, is characterized in that, described Agent receives the cloud backup request that cloud backup application sends by http protocol, comprising:
Start described Agent;
Described Agent creates a http server;
Described http server sends to described cloud backup application by the uniform resource locator url address of self;
Described http server receives the cloud backup request that described cloud backup application sends according to described url address.
6. method according to claim 4, is characterized in that, described Agent calls the data of described application program to be backed up, comprising:
The data of application program to be backed up described in described Socket server calls;
Described Agent is given described cloud backup application by the data feedback of described application program to be backed up, comprising:
Described Socket server is given described cloud backup application by the data feedback of described application program to be backed up.
7. method according to claim 5, is characterized in that, described Agent calls the data of described application program to be backed up, comprising:
Described http server calls the data of described application program to be backed up;
Described Agent is given described cloud backup application by the data feedback of described application program to be backed up, comprising:
Described http server is given described cloud backup application by the data feedback of described application program to be backed up.
8. a cloud back-up device, is characterized in that, sets in advance Agent, and described Agent has the authority of the data of calling other application programs, comprising:
Receiving element, the cloud backup request sending for receiving cloud backup application, described cloud backup request includes the sign of application program to be backed up;
Determining unit, determines described application program to be backed up for described Agent according to described sign;
Data call unit, for calling the data of described application program to be backed up;
Feedback unit, for giving described cloud backup application by the data feedback of described application program to be backed up, so that described cloud backup application is carried out cloud backup by the data of described application program to be backed up.
9. device according to claim 8, is characterized in that, described receiving element comprises:
Socket Socket server, the cloud backup request sending by Socket agreement for receiving described cloud backup application.
10. device according to claim 8, is characterized in that, described receiving element comprises:
Hypertext transmission http server, the cloud backup request sending by http protocol for receiving described cloud backup application.
CN201310586180.1A 2013-11-19 2013-11-19 Method and device for cloud backup Pending CN103607600A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310586180.1A CN103607600A (en) 2013-11-19 2013-11-19 Method and device for cloud backup

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310586180.1A CN103607600A (en) 2013-11-19 2013-11-19 Method and device for cloud backup

Publications (1)

Publication Number Publication Date
CN103607600A true CN103607600A (en) 2014-02-26

Family

ID=50125797

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310586180.1A Pending CN103607600A (en) 2013-11-19 2013-11-19 Method and device for cloud backup

Country Status (1)

Country Link
CN (1) CN103607600A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105183584A (en) * 2015-08-18 2015-12-23 深圳市雪球科技有限公司 Application cloud backup method and system thereof
CN105187410A (en) * 2015-08-18 2015-12-23 深圳市雪球科技有限公司 Application self-upgrading method and system
WO2016033929A1 (en) * 2014-09-03 2016-03-10 惠州Tcl移动通信有限公司 Cloud data backup and recovery method
CN106686150A (en) * 2017-03-23 2017-05-17 北京奇虎科技有限公司 Backup method and system of application information, client and cloud server
CN107122259A (en) * 2016-02-24 2017-09-01 中国移动通信集团江苏有限公司 A kind of method and device of application software backup
CN110489277A (en) * 2019-08-21 2019-11-22 深信服科技股份有限公司 A kind of server backup method, system, device and computer readable storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102460460A (en) * 2009-06-12 2012-05-16 微软公司 Secure and private backup storage and processing for trusted computing and data services
CN102591727A (en) * 2012-01-04 2012-07-18 华为终端有限公司 Method for processing application data and computing node
CN102638582A (en) * 2012-04-12 2012-08-15 华为技术有限公司 Data communicating method and communication end
US8255731B1 (en) * 2011-06-03 2012-08-28 Apple Inc. Methods and apparatus for power state based backup
CN102934413A (en) * 2010-06-11 2013-02-13 菲德利索恩系统有限责任公司 Smartphone management system and method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102460460A (en) * 2009-06-12 2012-05-16 微软公司 Secure and private backup storage and processing for trusted computing and data services
CN102934413A (en) * 2010-06-11 2013-02-13 菲德利索恩系统有限责任公司 Smartphone management system and method
US8255731B1 (en) * 2011-06-03 2012-08-28 Apple Inc. Methods and apparatus for power state based backup
CN102591727A (en) * 2012-01-04 2012-07-18 华为终端有限公司 Method for processing application data and computing node
CN102638582A (en) * 2012-04-12 2012-08-15 华为技术有限公司 Data communicating method and communication end

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016033929A1 (en) * 2014-09-03 2016-03-10 惠州Tcl移动通信有限公司 Cloud data backup and recovery method
US9979784B2 (en) 2014-09-03 2018-05-22 Huizhou Tcl Mobile Communication Co., Ltd. Method for cloud data backup and recovery
CN105183584A (en) * 2015-08-18 2015-12-23 深圳市雪球科技有限公司 Application cloud backup method and system thereof
CN105187410A (en) * 2015-08-18 2015-12-23 深圳市雪球科技有限公司 Application self-upgrading method and system
CN107122259A (en) * 2016-02-24 2017-09-01 中国移动通信集团江苏有限公司 A kind of method and device of application software backup
CN106686150A (en) * 2017-03-23 2017-05-17 北京奇虎科技有限公司 Backup method and system of application information, client and cloud server
CN110489277A (en) * 2019-08-21 2019-11-22 深信服科技股份有限公司 A kind of server backup method, system, device and computer readable storage medium

Similar Documents

Publication Publication Date Title
CN103607600A (en) Method and device for cloud backup
US10169068B2 (en) Live migration for virtual computing resources utilizing network-based storage
US20140214922A1 (en) Method of providing virtual machine and service gateway for real-time virtual desktop service
US10069832B2 (en) Ephemeral applications
US20170171295A1 (en) File upload and download methods and associated server
US11080041B1 (en) Operating system management for virtual workspaces
CN108551399B (en) Service deployment method, system and related device in cloud environment
JP5873571B2 (en) Method and compute node for processing application data
US10311150B2 (en) Using a Unix-based file system to manage and serve clones to windows-based computing clients
CN103716403A (en) SAAS application deployment method and system for PAAS platform under cloud computing environment
KR20130141939A (en) Security method for single use of device interlocking mobile terminal, and mobile host and device apparatus using the same
CN104021081A (en) Debugging method and device for browser
KR20130011130A (en) Memo synchronization system, mobile system and memo synchronization method for synchronizing memo data
CN114826749A (en) Interface access control method, device and medium
CN102685115B (en) Resource access method, resource management device and system
TWI505100B (en) Method for sharing and synchronizing data in local area network
CN103561324A (en) Method and device for conducting cloud packing-up on application program of cloud television
KR20130048904A (en) System for instolling network attached storate application package and method thereof
JP6110413B2 (en) Checking the license server in a virtualized environment
CA2878759A1 (en) Methods and systems for providing software applications
US20140279990A1 (en) Managing identifiers
CN110968852B (en) Virtual machine password management method, system, equipment and computer storage medium
US11132188B2 (en) Management platform recovery for a user device
CN102929559B (en) Method and system for providing file
CN112463228A (en) Storage pool hybrid deployment method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20140226