CN110597662B - Backup data automatic verification method and device, user equipment and storage medium - Google Patents

Backup data automatic verification method and device, user equipment and storage medium Download PDF

Info

Publication number
CN110597662B
CN110597662B CN201910869824.5A CN201910869824A CN110597662B CN 110597662 B CN110597662 B CN 110597662B CN 201910869824 A CN201910869824 A CN 201910869824A CN 110597662 B CN110597662 B CN 110597662B
Authority
CN
China
Prior art keywords
backup data
data
service system
verified
verification
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.)
Active
Application number
CN201910869824.5A
Other languages
Chinese (zh)
Other versions
CN110597662A (en
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.)
Shenzhen Clerware Technology Co ltd
Original Assignee
Shenzhen Clerware Technology 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 Shenzhen Clerware Technology Co ltd filed Critical Shenzhen Clerware Technology Co ltd
Priority to CN201910869824.5A priority Critical patent/CN110597662B/en
Publication of CN110597662A publication Critical patent/CN110597662A/en
Application granted granted Critical
Publication of CN110597662B publication Critical patent/CN110597662B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1415Saving, restoring, recovering or retrying at system level
    • G06F11/1417Boot up procedures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a method and a device for automatically verifying backup data, user equipment and a storage medium, belonging to the technical field of data safety.

Description

Backup data automatic verification method and device, user equipment and storage medium
Technical Field
The present invention relates to the field of data security technologies, and in particular, to a method and an apparatus for automatically verifying backup data, a user device, and a storage medium.
Background
The data disaster recovery is called data disaster backup, and refers to a process of copying a whole system or a part of data sets from a hard disk or an array of an application host to other storage media in order to prevent data loss caused by misoperation or system failure.
However, before data recovery, data verification is usually performed on the backup data to determine whether the backup data is abnormal, and in the prior art, when the backup data needs to be checked, a service system that is the same as the original application host needs to be installed, and then the backup data is imported into the service system, the time for importing the data may be long, and these operations all require manual intervention, are labor-consuming, and are very time-consuming.
The above is only for the purpose of assisting understanding of the technical aspects of the present invention, and does not represent an admission that the above is prior art.
Disclosure of Invention
The invention mainly aims to provide a method and a device for automatically verifying backup data, user equipment and a storage medium, and aims to solve the technical problems that manual intervention is needed, manpower is wasted and time is consumed when the backup data is detected in the prior art.
In order to achieve the above object, the present invention provides an automatic verification method for backup data, which comprises the following steps:
when a backup data verification instruction of a user is received, obtaining backup data to be verified corresponding to the backup data verification instruction;
creating a virtual hard disk locally;
writing the backup data to be verified into the virtual hard disk;
calling the virtual hard disk to start a service system corresponding to the backup data to be verified;
and carrying out data verification on the service system.
Preferably, the data verification of the service system specifically includes:
sending a verification instruction to the service system;
acquiring response information of the service system to the verification instruction;
and judging whether the response information accords with a preset rule or not, and performing data verification on the service system according to a judgment result.
Preferably, the acquiring the response information of the service system to the verification instruction specifically includes:
judging whether a preset storage area in the virtual hard disk has response information of the service system to the verification instruction, closing the service system when the preset storage area has the response information of the service system to the verification instruction, and acquiring the response information from the preset storage area.
Preferably, the performing data verification on the service system according to the judgment result specifically includes:
and when the judgment result is that the data of the service system are abnormal, judging that the data of the service system are abnormal, and pushing abnormal reminding information to preset terminal equipment.
Preferably, when the determination result is that the data of the service system is abnormal and an abnormal reminding message is pushed to a preset terminal device, the method specifically includes:
and when the judgment result is that the data of the business system is abnormal, determining that the data of the business system is abnormal, generating a corresponding abnormal report according to the response information, and pushing abnormal reminding information comprising the abnormal report to a preset terminal device.
Preferably, a service system corresponding to the backup data to be verified needs N hosts, where N is an integer greater than or equal to 2;
the creating a virtual hard disk locally specifically includes:
creating N virtual hard disks locally, wherein the virtual hard disks correspond to the host one by one;
the writing the backup data to be verified into the virtual hard disk specifically includes:
and respectively writing data parts corresponding to different hosts in the backup data to be verified into corresponding virtual hard disks.
Preferably, the creating N virtual hard disks locally specifically includes:
and determining a topological structure among the hosts according to the backup data to be verified, and locally creating N virtual hard disks conforming to the topological structure.
In addition, to achieve the above object, the present invention further provides a user equipment, including: the system comprises a memory, a processor and a backup data automatic verification program which is stored on the memory and can run on the processor, wherein the backup data automatic verification program is configured to realize the steps of the backup data automatic verification method.
In addition, to achieve the above object, the present invention also provides a computer-readable storage medium having stored thereon an automatic verification program for backup data, which when executed by a processor implements the steps of the automatic verification method for backup data as described above.
In addition, to achieve the above object, the present invention further provides an automatic verification apparatus for backup data, including:
the data acquisition module is used for acquiring backup data to be verified corresponding to a backup data verification instruction when the backup data verification instruction of a user is received;
the hard disk creating module is used for creating a virtual hard disk locally;
the data writing module is used for writing the backup data to be verified into the virtual hard disk;
the hard disk calling module is used for calling the virtual hard disk so as to start a service system corresponding to the backup data to be verified;
and the data verification module is used for carrying out data verification on the service system.
When a backup data verification instruction of a user is received, backup data to be verified corresponding to the backup data verification instruction is obtained, then a virtual hard disk is created locally, the backup data to be verified is written into the virtual hard disk, then the virtual hard disk is called to start a service system corresponding to the backup data to be verified, and finally data verification is carried out on the service system.
Drawings
FIG. 1 is a schematic diagram of a user equipment architecture of a hardware operating environment according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a first embodiment of a method for automatically verifying backup data according to the present invention;
FIG. 3 is a flowchart illustrating a method for automatically verifying backup data according to a second embodiment of the present invention;
fig. 4 is a block diagram of a first embodiment of an automatic verification apparatus for backup data according to the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Referring to fig. 1, fig. 1 is a schematic structural diagram of a user equipment in a hardware operating environment according to an embodiment of the present invention.
As shown in fig. 1, the user equipment may include: a processor 1001, such as a CPU, a communication bus 1002, a user interface 1003, a network interface 1004, and a memory 1005. Wherein a communication bus 1002 is used to enable connective communication between these components. The user interface 1003 may include a Display screen (Display), an input unit such as a Keyboard (Keyboard), and the optional user interface 1003 may also include a standard wired interface, a wireless interface. The network interface 1004 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface). The memory 1005 may be a high-speed RAM memory or a non-volatile memory such as a disk memory. The memory 1005 may alternatively be a storage device separate from the processor 1001.
It should be noted that the user equipment may be a computer, a notebook computer, a tablet computer, or the like, which is not limited in this embodiment.
Those skilled in the art will appreciate that the architecture shown in fig. 1 does not constitute a limitation of the user equipment and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
As shown in fig. 1, a memory 1005, which is a kind of computer storage medium, may include therein an operating system, a network communication module, a user interface module, and a backup data automatic authentication program.
In the user equipment shown in fig. 1, the network interface 1004 is mainly used for data communication with an external network; the user interface 1003 is mainly used for receiving input instructions of a user; the user equipment calls the automatic verification program of the backup data stored in the memory 1005 through the processor 1001, and performs the following operations:
when a backup data verification instruction of a user is received, obtaining backup data to be verified corresponding to the backup data verification instruction;
creating a virtual hard disk locally;
writing the backup data to be verified into the virtual hard disk;
calling the virtual hard disk to start a service system corresponding to the backup data to be verified;
and carrying out data verification on the service system.
Further, the processor 1001 may call the automatic verification program of the backup data stored in the memory 1005, and further perform the following operations:
sending a verification instruction to the service system;
acquiring response information of the service system to the verification instruction;
and judging whether the response information accords with a preset rule or not, and performing data verification on the service system according to a judgment result.
Further, the processor 1001 may call the automatic verification program of the backup data stored in the memory 1005, and further perform the following operations:
judging whether a preset storage area in the virtual hard disk has response information of the service system to the verification instruction, closing the service system when the preset storage area has the response information of the service system to the verification instruction, and acquiring the response information from the preset storage area.
Further, the processor 1001 may call the automatic verification program of the backup data stored in the memory 1005, and further perform the following operations:
and when the judgment result is that the data of the service system are abnormal, judging that the data of the service system are abnormal, and pushing abnormal reminding information to preset terminal equipment.
Further, the processor 1001 may call the automatic verification program of the backup data stored in the memory 1005, and further perform the following operations:
and when the judgment result is that the data of the business system is abnormal, determining that the data of the business system is abnormal, generating a corresponding abnormal report according to the response information, and pushing abnormal reminding information comprising the abnormal report to a preset terminal device.
Further, a service system corresponding to the backup data to be verified needs N hosts, where N is an integer greater than or equal to 2; the processor 1001 may call the automatic verification program of the backup data stored in the memory 1005, and further perform the following operations:
creating N virtual hard disks locally, wherein the virtual hard disks correspond to the host one by one;
and respectively writing data parts corresponding to different hosts in the backup data to be verified into corresponding virtual hard disks.
Further, the processor 1001 may call the automatic verification program of the backup data stored in the memory 1005, and further perform the following operations:
and determining a topological structure among the hosts according to the backup data to be verified, and locally creating N virtual hard disks conforming to the topological structure.
According to the scheme, when a backup data verification instruction of a user is received, backup data to be verified corresponding to the backup data verification instruction is obtained, a virtual hard disk is locally created, the backup data to be verified is written into the virtual hard disk, the virtual hard disk is called to start a service system corresponding to the backup data to be verified, and finally data verification is performed on the service system.
Based on the hardware structure, the embodiment of the automatic verification method for the backup data is provided.
Referring to fig. 2, fig. 2 is a flowchart illustrating a method for automatically verifying backup data according to a first embodiment of the present invention.
In a first embodiment, the method for automatically verifying backup data includes the following steps:
s10: when a backup data verification instruction of a user is received, backup data to be verified corresponding to the backup data verification instruction is obtained.
It should be noted that the backup data verification instruction may be generated by being directly triggered by the user on the user equipment, or may be generated by being triggered by the user on the mobile terminal and then forwarded to the user equipment by the mobile terminal, which is not limited in this embodiment.
It is understood that the mobile terminal may be a smart phone, a notebook computer, or a tablet computer, which is not limited in this embodiment.
In a specific implementation, since a backup process of a business system is usually continuous, a plurality of backup data exist, and when the backup data is verified, one of the backup data is usually selected for verification, so that the backup data verification instruction usually corresponds to one backup data, and the backup data can be used as the backup data to be verified.
S20: a virtual hard disk is created locally.
It can be understood that the virtual hard disk is a technology for virtualizing one or more disks in a memory, that is, a virtual hard disk can be created in a user equipment.
S30: and writing the backup data to be verified into the virtual hard disk.
It should be noted that, in order to facilitate starting of the service system corresponding to the to-be-verified category data, in this embodiment, a virtual hard disk may be created locally, and the to-be-verified backup data may be written in the virtual hard disk.
S40: and calling the virtual hard disk to start a service system corresponding to the backup data to be verified.
In a specific implementation, the backup data to be verified generally includes an operating system, an application program, and service data, that is, the backup data to be verified includes all data required in an original service system, so that after the backup data to be verified is written into the virtual hard disk, the operating system, the application program, and the service data of the virtual hard disk are all consistent with a source host, and therefore, the virtual hard disk can be invoked to start the service system corresponding to the backup data to be verified.
S50: and carrying out data verification on the service system.
It can be understood that, since the service system is already started, data verification can be performed on the service system to determine whether the backup data to be verified has an exception.
In the specific verification, the data verification of the service system can be realized in the form of local codes or scripts, and in any form, the output of the service system needs to be ensured to be consistent, so that the verification result can be analyzed conveniently.
In order to facilitate data verification of the service system, in this embodiment, a verification instruction may be sent to the service system first, then response information of the service system to the verification instruction is obtained, and finally, whether the response information meets a preset rule is determined, and data verification is performed on the service system according to a determination result.
When the judgment result is that the data accords with the preset rule, the backup data to be verified is determined to have no abnormity;
and certainly, when the judgment result is that the data of the service system is abnormal, the data of the service system can be determined, and abnormal reminding information is pushed to preset terminal equipment.
It should be understood that the abnormal reminding information may be pushed to the preset terminal device by a mail, a WeChat, a short message, or the like, and of course, the preset terminal device is a terminal device of a worker, and the device information of the preset terminal device is usually pre-stored in the user device.
In order to facilitate the staff to know the reason of the abnormality in time, so as to solve the abnormality quickly, in this embodiment, when the determination result is that the determination result does not meet the preset rule, it may be determined that the data of the service system is abnormal, generate a corresponding abnormality report according to the response information, and push abnormality prompting information including the abnormality report to a preset terminal device.
In a specific implementation, the exception report may include error detailed information and an error code, and a worker may know in time whether the verification result passes this time according to the error code.
The present invention will be described below by taking two specific service systems as examples, but the scope of the present invention is not limited thereto.
In a first example, the service system is a website system, and in order to verify the website system, a verification instruction may be sent to the website system, where the verification instruction carries interface information for accessing a target website interface, and at this time, after receiving the verification instruction, the website system may generate response information corresponding to the interface information, where the response information corresponding to the interface information may meet a certain rule (for example, the response information is an interface call result), so that it may be determined whether the response information meets a preset rule, when the determination result meets the preset rule, it may be determined that the backup data to be verified is not abnormal, and when the determination result does not meet the preset rule, it may be determined that the backup data to be verified is abnormal.
In a second example, the service system is a database system, and in order to verify the database system, a verification instruction may be sent to the database system, where the verification instruction carries a data access request, and at this time, after receiving the verification instruction, the database system may generate response information corresponding to the data access request, and the response information corresponding to the data access request may meet a certain rule (for example, the response information is a data access result), so that it may be determined whether the response information meets a preset rule, and when the determination result meets the preset rule, it may be determined that the backup data to be verified is not abnormal, and when the determination result does not meet the preset rule, it may be determined that the backup data to be verified is abnormal.
Of course, the service system may also be other types of service systems, and this embodiment does not limit this.
In order to facilitate obtaining the response information, in this embodiment, after the service system responds to the verification instruction, the response information is placed in the preset storage area in the virtual hard disk, so that when the response information of the service system to the verification instruction is obtained, it can be determined whether the response information of the service system to the verification instruction exists in the preset storage area in the virtual hard disk, and when the response information of the service system to the verification instruction exists in the preset storage area, the service system is closed, and the response information is obtained from the preset storage area.
Assuming that when the service system is a website system, a verification instruction is sent to the website system, where the verification instruction carries interface information for accessing a target website interface, and therefore, after receiving the verification instruction, the website system generates response information corresponding to the interface information (if the target website interface is a website IP address interface, correspondingly, the response information is a website IP address of the website system, for example, the website address is 113.123.14.121), and therefore, the website system stores the response information in a preset storage area in the virtual hard disk, and at this time, the preset storage area has response information of the service system to the verification instruction, and therefore, the website system can be closed, and the response information can be obtained from the preset storage area.
In this embodiment, when a backup data verification instruction of a user is received, backup data to be verified corresponding to the backup data verification instruction is acquired, a virtual hard disk is locally created, the backup data to be verified is written into the virtual hard disk, the virtual hard disk is called to start a service system corresponding to the backup data to be verified, and finally data verification is performed on the service system.
Further, as shown in fig. 3, a second embodiment of the method for automatically verifying backup data of the present invention is provided based on the first embodiment, in this embodiment, a service system corresponding to the backup data to be verified needs N hosts, where N is an integer greater than or equal to 2;
step S20 specifically includes:
s21: creating N virtual hard disks locally, wherein the virtual hard disks correspond to the host one by one;
step S30 specifically includes:
s31: and respectively writing data parts corresponding to different hosts in the backup data to be verified into corresponding virtual hard disks.
It should be noted that sometimes, one service system needs to be implemented by the cooperation of N hosts, and at this time, one backup data includes data portions corresponding to different hosts, so that N virtual hard disks may be created locally, where the virtual hard disks correspond to the hosts one-to-one, and correspondingly, the data portions corresponding to different hosts in the backup data to be verified may be written into the corresponding virtual hard disks, and at this time, data existing in each virtual hard disk is consistent with data of each host, and thus, the service system corresponding to the backup data to be verified may be started.
Of course, in order to ensure that the topology between the virtual hard disks is consistent with the topology of each host required by the backup data to be verified, in this embodiment, in step S21, the topology between the hosts may be determined according to the backup data to be verified, and N virtual hard disks conforming to the topology may be created locally.
In addition, an embodiment of the present invention further provides a computer-readable storage medium, where a backup data automatic verification program is stored on the computer-readable storage medium, and when executed by a processor, the backup data automatic verification program implements the following operations:
when a backup data verification instruction of a user is received, obtaining backup data to be verified corresponding to the backup data verification instruction;
creating a virtual hard disk locally;
writing the backup data to be verified into the virtual hard disk;
calling the virtual hard disk to start a service system corresponding to the backup data to be verified;
and carrying out data verification on the service system.
The automatic verification program for backup data of this embodiment may also be used to implement the steps of the automatic verification method for backup data, which are not described herein again.
In addition, an embodiment of the present invention further provides an automatic verification apparatus for backup data, and referring to fig. 4, the apparatus includes:
the data obtaining module 401 is configured to, when receiving a backup data verification instruction of a user, obtain backup data to be verified corresponding to the backup data verification instruction;
a hard disk creation module 402, configured to create a virtual hard disk locally;
a data writing module 403, configured to write the backup data to be verified into the virtual hard disk;
a hard disk calling module 404, configured to call the virtual hard disk to start a service system corresponding to the backup data to be verified;
and a data verification module 405, configured to perform data verification on the service system.
Each module of this embodiment may also be used to implement each step of the above backup data automatic verification method, which is not described herein again.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or system that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or system. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in the process, method, article, or system in which the element is included.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the description of the foregoing embodiments, it is clear to those skilled in the art that the method of the foregoing embodiments may be implemented by software plus a necessary general hardware platform, and certainly may also be implemented by hardware, but in many cases, the former is a better implementation. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk) as described above and includes instructions for enabling a terminal device (e.g., a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (8)

1. An automatic verification method for backup data is characterized by comprising the following steps:
when a backup data verification instruction of a user is received, acquiring backup data to be verified corresponding to the backup data verification instruction, wherein the backup data to be verified comprises an operating system, an application program and business data, the business system corresponding to the backup data to be verified needs N hosts to be cooperatively realized, and N is an integer greater than or equal to 2;
determining a topological structure among the hosts according to the backup data to be verified, and locally creating N virtual hard disks which accord with the topological structure, wherein the virtual hard disks correspond to the hosts one by one;
respectively writing data parts corresponding to different hosts in the backup data to be verified into corresponding virtual hard disks;
calling the virtual hard disk to start a service system corresponding to the backup data to be verified;
and carrying out data verification on the service system.
2. The method for automatically verifying backup data according to claim 1, wherein the step of performing data verification on the service system specifically comprises:
sending a verification instruction to the service system;
acquiring response information of the service system to the verification instruction;
and judging whether the response information accords with a preset rule or not, and performing data verification on the service system according to a judgment result.
3. The method for automatically verifying backup data according to claim 2, wherein the obtaining of the response information of the service system to the verification instruction specifically comprises:
judging whether a preset storage area in the virtual hard disk has response information of the service system to the verification instruction, closing the service system when the preset storage area has the response information of the service system to the verification instruction, and acquiring the response information from the preset storage area.
4. The method for automatically verifying backup data according to claim 2, wherein the step of performing data verification on the service system according to the judgment result specifically comprises:
and when the judgment result is that the data of the business system is abnormal, determining that the data of the business system is abnormal, and pushing abnormal reminding information to a preset terminal device.
5. The method for automatically verifying backup data according to claim 4, wherein when the determination result is that the data of the service system is abnormal and an abnormal reminding message is pushed to a preset terminal device, the method specifically comprises:
and when the judgment result is that the data of the business system is abnormal, determining that the data of the business system is abnormal, generating a corresponding abnormal report according to the response information, and pushing abnormal reminding information comprising the abnormal report to a preset terminal device.
6. A user equipment, the user equipment comprising: a memory, a processor and a backup data automatic validation program stored on the memory and executable on the processor, the backup data automatic validation program being configured to implement the steps of the backup data automatic validation method according to any of claims 1 to 5.
7. A computer-readable storage medium, having stored thereon an automatic verification program for backup data, which when executed by a processor, implements the steps of the automatic verification method for backup data according to any one of claims 1 to 5.
8. An apparatus for automatic verification of backup data, the apparatus comprising:
the data acquisition module is used for acquiring backup data to be verified corresponding to a backup data verification instruction when the backup data verification instruction of a user is received, wherein the backup data to be verified comprises an operating system, an application program and business data, the business system corresponding to the backup data to be verified needs N hosts to be cooperatively realized, and N is an integer greater than or equal to 2;
the hard disk creating module is used for determining a topological structure among the hosts according to the backup data to be verified, and locally creating N virtual hard disks which accord with the topological structure, wherein the virtual hard disks correspond to the hosts one by one;
the data writing module is used for respectively writing the data parts corresponding to different hosts in the backup data to be verified into the corresponding virtual hard disks;
the hard disk calling module is used for calling the virtual hard disk so as to start a service system corresponding to the backup data to be verified;
and the data verification module is used for carrying out data verification on the service system.
CN201910869824.5A 2019-09-11 2019-09-11 Backup data automatic verification method and device, user equipment and storage medium Active CN110597662B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910869824.5A CN110597662B (en) 2019-09-11 2019-09-11 Backup data automatic verification method and device, user equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910869824.5A CN110597662B (en) 2019-09-11 2019-09-11 Backup data automatic verification method and device, user equipment and storage medium

Publications (2)

Publication Number Publication Date
CN110597662A CN110597662A (en) 2019-12-20
CN110597662B true CN110597662B (en) 2022-08-30

Family

ID=68859583

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910869824.5A Active CN110597662B (en) 2019-09-11 2019-09-11 Backup data automatic verification method and device, user equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110597662B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111176572B (en) * 2019-12-27 2022-03-22 浪潮(北京)电子信息产业有限公司 Method, device, equipment and medium for protecting stored data
CN112612417B (en) * 2020-12-24 2023-08-08 深圳市科力锐科技有限公司 Data migration method, device, equipment and storage medium
CN113505026B (en) * 2021-09-10 2021-12-24 深圳市科力锐科技有限公司 Method, device and equipment for verifying backup data and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102223359A (en) * 2010-07-29 2011-10-19 上海华御信息技术有限公司 Network hard disk backup file data safe system and method based on virtual disk
CN107506295A (en) * 2017-07-12 2017-12-22 深信服科技股份有限公司 Method of testing, equipment and the computer-readable recording medium of virtual machine backup
CN109032838A (en) * 2018-06-28 2018-12-18 上海爱数信息技术股份有限公司 The automatic Verification method of virtual machine Backup and Restore data consistency
US10204019B1 (en) * 2014-09-07 2019-02-12 Nakivo, Inc. Systems and methods for instantiation of virtual machines from backups

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011046813A2 (en) * 2009-10-12 2011-04-21 Veeam Software International Ltd. Item-level restoration and verification of image level backups

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102223359A (en) * 2010-07-29 2011-10-19 上海华御信息技术有限公司 Network hard disk backup file data safe system and method based on virtual disk
US10204019B1 (en) * 2014-09-07 2019-02-12 Nakivo, Inc. Systems and methods for instantiation of virtual machines from backups
CN107506295A (en) * 2017-07-12 2017-12-22 深信服科技股份有限公司 Method of testing, equipment and the computer-readable recording medium of virtual machine backup
CN109032838A (en) * 2018-06-28 2018-12-18 上海爱数信息技术股份有限公司 The automatic Verification method of virtual machine Backup and Restore data consistency

Also Published As

Publication number Publication date
CN110597662A (en) 2019-12-20

Similar Documents

Publication Publication Date Title
CN110597662B (en) Backup data automatic verification method and device, user equipment and storage medium
KR102341154B1 (en) High-speed application for installation on mobile devices for permitting remote configuration of such mobile devices
CN110569035B (en) Code compiling method, device, equipment and storage medium of software development project
CN108039969B (en) Network automatic configuration method, device, system, storage medium and target computer
US10595204B2 (en) Flexible remote server validation
US10216510B2 (en) Silent upgrade of software with dependencies
EP3552098A1 (en) Operating system update management for enrolled devices
CN109388569B (en) Method for remotely detecting environmental anomaly of client, test server and storage medium
CN109726020B (en) System docking method, system docking device, storage medium and apparatus
CN107147711A (en) Application service update method and device
US20220253297A1 (en) Automated deployment of changes to applications on a cloud computing platform
CN109688093B (en) Firewall policy verification method, system, device and readable storage medium
CN111966422A (en) Localized plug-in service method and device, electronic equipment and storage medium
CN112612417A (en) Data migration method, device, equipment and storage medium
CN113360379B (en) Program test environment creation method and program test environment creation apparatus
CN108650123B (en) Fault information recording method, device, equipment and storage medium
CN113434254B (en) Client deployment method, client deployment apparatus, computer device, and storage medium
CN110633074A (en) Use control method and device of software development kit
CN111984520A (en) Buried point testing method, computer device and computer-readable storage medium
CN112685077A (en) Data modification method, system, computer device and computer readable storage medium
CN110688305B (en) Test environment synchronization method, device, medium and electronic equipment
CN107679871B (en) List management method, device, system and computer readable storage medium
US20220345517A1 (en) Unified application management for heterogeneous application delivery
CN111680279B (en) Login verification method, device and system
CN114968822A (en) Interface testing method and device, computer equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant