CN110597660A - Data backup method, device, equipment and medium for virtual machine - Google Patents

Data backup method, device, equipment and medium for virtual machine Download PDF

Info

Publication number
CN110597660A
CN110597660A CN201910838345.7A CN201910838345A CN110597660A CN 110597660 A CN110597660 A CN 110597660A CN 201910838345 A CN201910838345 A CN 201910838345A CN 110597660 A CN110597660 A CN 110597660A
Authority
CN
China
Prior art keywords
virtual machine
target virtual
target
storage pool
backup
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
CN201910838345.7A
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.)
Beijing Inspur Data Technology Co Ltd
Original Assignee
Beijing Inspur Data 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 Beijing Inspur Data Technology Co Ltd filed Critical Beijing Inspur Data Technology Co Ltd
Priority to CN201910838345.7A priority Critical patent/CN110597660A/en
Publication of CN110597660A publication Critical patent/CN110597660A/en
Pending legal-status Critical Current

Links

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/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1448Management of the data involved in backup or backup restore
    • 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
    • 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
    • G06F2009/45575Starting, stopping, suspending or resuming virtual machine instances

Abstract

The application discloses a data backup method of a virtual machine, which comprises the following steps: before starting the target virtual machine, copying all disk files of the target virtual machine to a backup storage pool; when the target virtual machine is started, pausing the target virtual machine, and creating a target bitmap file in the target virtual machine; restoring the target virtual machine and storing the change data in the target virtual machine to a target bitmap file; and storing the change data in the target virtual machine to a source storage pool of the target virtual machine in real time, and backing up the change data stored in the target bitmap file to a backup storage pool according to a preset period. Compared with the prior art, the time required by the target virtual machine to wait when the changed data is backed up to the source storage pool is reduced, so that the backup time required by the target virtual machine in the data backup process can be obviously reduced. Correspondingly, the data backup device, the equipment and the medium of the virtual machine have the beneficial effects.

Description

Data backup method, device, equipment and medium for virtual machine
Technical Field
The present invention relates to the field of virtual machine technologies, and in particular, to a method, an apparatus, a device, and a medium for data backup of a virtual machine.
Background
The data protection is carried out by utilizing the virtual machine, and the data protection method is a data protection mode which can recover original production data in a short time and ensure normal operation of user services after a data disaster occurs. In the prior art, in the process of backing up data of a virtual machine, the data is usually protected by fully backing up the data of the virtual machine in real time. That is, the virtual machine needs to write the change data generated by the virtual machine into the source storage pool of the virtual machine during the operation process, and also needs to backup the change data to the backup storage pool. In this case, the virtual machine must wait until the current time change data is written into the backup storage pool before the virtual machine can perform the next data operation. Obviously, during the process of writing the change data into the backup storage pool by the virtual machine, because the change data is written into the backup storage pool through an external transmission network, the writing time required by the virtual machine when writing the change data into the backup storage pool is much longer than the time required by writing the change data into the virtual machine source storage pool, thereby causing the virtual machine to consume a large amount of backup time when performing data backup. At present, no effective solution exists for the technical problem.
Therefore, how to reduce the backup time required in the process of performing data backup on a virtual machine is a technical problem to be solved urgently by those skilled in the art.
Disclosure of Invention
In view of the above, an object of the present invention is to provide a method, an apparatus, a device and a medium for data backup of a virtual machine, so as to reduce backup time required by the virtual machine in a data backup process. The specific scheme is as follows:
a data backup method of a virtual machine comprises the following steps:
before starting a target virtual machine, copying all disk files of the target virtual machine to a backup storage pool;
when the target virtual machine is started, pausing the target virtual machine and creating a target bitmap file in the target virtual machine;
restoring the target virtual machine and storing the change data in the target virtual machine to the target bitmap file;
and storing the change data in the target virtual machine to a source storage pool of the target virtual machine in real time, and backing up the change data stored in the target bitmap file to the backup storage pool according to a preset period.
Preferably, the process of copying all the disk files of the target virtual machine to the backup storage pool includes:
and copying all snapshot files and top-level files in the target virtual machine to the backup storage pool.
Preferably, the preset period is a user-defined time period.
Preferably, after the process of backing up the change data stored in the target bitmap file to the backup storage pool according to the preset period, the method further includes:
and deleting the changed data which is backed up to the backup storage pool from the target bitmap file.
Preferably, the target virtual machine is specifically a QEMU-KVM virtual machine.
Preferably, the method further comprises the following steps:
and if the source storage pool of the target virtual machine is damaged in the running process of the target virtual machine, switching the target virtual machine to the standby storage pool to run.
Correspondingly, the invention also discloses a data backup device of the virtual machine, which comprises:
the file copying module is used for copying all disk files of the target virtual machine to a backup storage pool before starting the target virtual machine;
the file creating module is used for pausing the target virtual machine and creating a target bitmap file in the target virtual machine when the target virtual machine is started;
the virtual machine starting module is used for recovering the target virtual machine and storing the change data in the target virtual machine to the target bitmap file;
and the data backup module is used for storing the change data in the target virtual machine to a source storage pool of the target virtual machine in real time and backing up the change data stored in the target bitmap file to the backup storage pool according to a preset period.
Correspondingly, the invention also discloses a data backup device of the virtual machine, which comprises:
a memory for storing a computer program;
a processor for implementing the steps of a data backup method of a virtual machine as disclosed in the foregoing when executing the computer program.
Accordingly, the present invention also discloses a computer readable storage medium, on which a computer program is stored, which, when being executed by a processor, implements the steps of the data backup method of a virtual machine as disclosed in the foregoing.
It can be seen that, in the virtual machine data backup method provided by the present invention, first, before starting the target virtual machine, all disk files in the target virtual machine are copied to the backup storage pool; then, when the target virtual machine is started, suspending the target virtual machine to ensure the consistency of the data in the source storage pool and the backup storage pool of the target virtual machine, and creating a target bitmap file in the target virtual machine; then, restoring the target virtual machine, and storing the change data of the target virtual machine in the running process to the target bitmap file; and finally, storing the change data in the target virtual machine to a source storage pool of the target virtual machine in real time, and backing up the change data stored in the target bitmap file to a backup storage pool according to a preset period. In the invention, because the changed data of the target virtual machine in the operation process is backed up to the backup storage pool from the target bitmap file according to the preset period, the target virtual machine does not need to wait until the backup storage pool finishes backing up the changed data at the previous moment, and then can start the data backup at the next moment. Obviously, compared with the prior art, the time required by the target virtual machine to wait when the changed data is backed up to the source storage pool is reduced, so that the backup time required by the target virtual machine in the data backup process can be significantly reduced. Correspondingly, the data backup device, the equipment and the medium of the virtual machine provided by the invention also have the beneficial effects.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a data backup method for a virtual machine according to an embodiment of the present invention;
fig. 2 is a structural diagram of a data backup device of a virtual machine according to an embodiment of the present invention;
fig. 3 is a structural diagram of a data backup device of a virtual machine according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, fig. 1 is a flowchart of a data backup method of a virtual machine according to an embodiment of the present invention, where the data backup method includes:
step S11: before starting the target virtual machine, copying all disk files of the target virtual machine to a backup storage pool;
step S12: when the target virtual machine is started, pausing the target virtual machine, and creating a target bitmap file in the target virtual machine;
step S13: restoring the target virtual machine and storing the change data in the target virtual machine to a target bitmap file;
step S14: and storing the change data in the target virtual machine to a source storage pool of the target virtual machine in real time, and backing up the change data stored in the target bitmap file to a backup storage pool according to a preset period.
In this embodiment, a data backup method for a virtual machine is provided, by which backup time required in a process of backing up data of a target virtual machine can be relatively shortened. Specifically, firstly, before starting the target virtual machine, copying all disk files in the target virtual machine to the backup storage pool, and suspending the target virtual machine when the target virtual machine is started, that is, before the target virtual machine performs a backup operation, the target virtual machine is always in a suspended state, thereby ensuring that the source storage pool of the target virtual machine is consistent with the data in the backup storage pool.
And when the target virtual machine is in a suspended state, creating a target bitmap file in the target virtual machine so as to store the change data generated by the target virtual machine in the running process by using the target bitmap file. And then, restoring the target virtual machine to enable the target virtual machine to enter a normal operation state, storing the change data in the target virtual machine into the target bitmap file after the target virtual machine enters the normal operation state, simultaneously storing the change data in the target virtual machine into a source storage pool of the target virtual machine in real time, and backing up the data stored in the target bitmap file to a backup storage pool according to a preset period.
Assuming that the preset period is 5 seconds, the target virtual machine stores the change data in the running process in the target bitmap file and the source storage pool of the target virtual machine in real time within a period from the start to the running of 5 seconds, and the target virtual machine backs up the data stored in the target bitmap file to the backup storage pool when running to the 6 th second. That is, the target virtual machine will write the changed data of the target virtual machine to the backup storage pool once within a period of 5 seconds from the start of the start to the operation of the target virtual machine. And in the next preset period, namely when the target virtual machine runs to the 11 th second, the target bitmap file stores the change data generated by the target virtual machine in the running process from the 5 th second to the 10 th second, and at the moment, the target virtual machine backs up the change data generated by the target virtual machine stored in the target bitmap file in the running process from the 5 th second to the 10 th second into the backup storage pool.
Obviously, compared with the prior art that the target virtual machine is required to completely transfer the change data generated at the current time to the backup storage pool, for the data backup at the next moment, by the method provided by the embodiment, since the target virtual machine stores the change data of the target virtual machine in the running process to the source storage pool in real time, and write the change data generated by the target virtual machine in the preset period into the backup storage pool at one time according to the preset period, this reduces the waiting time required by the target virtual machine to backup the changed data generated during the operation to the source storage pool, therefore, the backup time required by the target virtual machine in the data backup process can be obviously reduced, and the data backup speed of the target virtual machine in the data backup process can be improved. Obviously, the problem that the running speed of the target virtual machine is slowed down due to the real-time backup of the target virtual machine in the prior art can be solved through the backup mode.
As can be seen, in the virtual machine data backup method provided in this embodiment, first, before starting the target virtual machine, all disk files in the target virtual machine are copied to the backup storage pool; then, when the target virtual machine is started, suspending the target virtual machine to ensure the consistency of the data in the source storage pool and the backup storage pool of the target virtual machine, and creating a target bitmap file in the target virtual machine; then, restoring the target virtual machine, and storing the change data of the target virtual machine in the running process to the target bitmap file; and finally, storing the change data in the target virtual machine to a source storage pool of the target virtual machine in real time, and backing up the change data stored in the target bitmap file to a backup storage pool according to a preset period. In this embodiment, because the changed data of the target virtual machine during the operation process is backed up to the backup storage pool from the target bitmap file according to the preset period, the target virtual machine does not need to wait until the backup storage pool finishes backing up the changed data at the previous time, and then can start the data backup at the next time. Obviously, compared with the prior art, the time required by the target virtual machine to wait when the changed data is backed up to the source storage pool is reduced, so that the backup time required by the target virtual machine in the data backup process can be significantly reduced.
Based on the above embodiments, this embodiment further describes and optimizes the technical solution, specifically, the steps are as follows: the process of copying all disk files of the target virtual machine to the backup storage pool comprises the following steps:
and copying all snapshot files and top-level files in the target virtual machine to the backup storage pool.
In this embodiment, in order to copy all data in the target virtual machine to the backup storage pool, all snapshot files and top-level files in the target virtual machine are copied to the backup storage pool, because the disk files in the target virtual machine can be roughly divided into two types, that is, one type is a snapshot file for recording state information of the target virtual machine at a certain time, and the other type is a top-level file for storing when the overall architecture of the target virtual machine is built. Therefore, in this embodiment, in the process of copying all the disk files of the target virtual machine to the backup storage pool, all the snapshot files and the top-level files in the target virtual machine are copied to the backup storage pool, thereby ensuring the integrity in the process of copying all the disk files to the backup storage pool.
Therefore, by the technical scheme provided by the embodiment, the overall reliability in the process of copying the disk file of the target virtual machine can be further improved.
Based on the above embodiments, this embodiment further describes and optimizes the technical solution, and specifically, the preset period is a time period defined by a user.
Specifically, in this embodiment, the preset period is set according to a time period defined by a user, that is, in the process of backing up the data stored in the target bitmap file to the backup storage pool, the data stored in the target bitmap file may be backed up to the backup storage pool according to the time period defined by the user. It is conceivable that, by such a setting manner, the user can adaptively adjust the preset period according to different actual situations, so as to adapt to changes of application scenarios.
Therefore, by the technical scheme provided by the embodiment, the user experience of the user in the data backup process of the target virtual machine can be further improved.
Based on the above embodiments, this embodiment further describes and optimizes the technical solution, specifically, the steps are as follows: after the process of backing up the change data stored in the target bitmap file to the backup storage pool according to the preset period, the method further comprises the following steps:
the changed data backed up to the backup storage pool is deleted from the target bitmap file.
It can be understood that, during the process of storing the change data in the target virtual machine into the target bitmap file, all the change data of the target virtual machine during the operation process is stored in the target bitmap file, and when the change data stored in the target bitmap file is backed up into the backup storage pool according to the preset period, the part of data stored into the backup storage pool is equivalent to redundant data in the target bitmap file, in this case, the part of data can be deleted, that is, the change data backed up into the backup storage pool is deleted from the target bitmap file. Therefore, the occupation amount of the target bitmap file on the storage space can be relatively reduced, and the overall backup efficiency of the target virtual machine in the data backup process can be further improved.
Therefore, by the technical scheme provided by the embodiment, the storage space required by the target bitmap file can be further reduced.
Based on the foregoing embodiments, this embodiment further describes and optimizes the technical solution, and as a preferred implementation, the target virtual machine is specifically a QEMU-KVM virtual machine.
Specifically, the target Virtual Machine may be set as a QEMU-KVM (Kernel-based Virtual Machine) Virtual Machine. In the QEMU-KVM virtual machine, the KVM virtual machine runs in the kernel space, and the QEMU runs in the user space, which can actually simulate and create and manage various virtual hardware, so the QEMU-KVM virtual machine has a faster running speed compared with other virtual machines, and the QEMU-KVM virtual machine is widely applied in actual operation, so when the target virtual machine is set as the QEMU-KVM virtual machine, the data backup speed of the target virtual machine in the data backup process can be relatively increased, and the universality of the virtual machine data backup method provided by the application in actual application can also be relatively increased.
Based on the foregoing embodiment, this embodiment further describes and optimizes the technical solution, and specifically, the data backup method for a virtual machine further includes:
and if the source storage pool of the target virtual machine is damaged in the running process of the target virtual machine, switching the target virtual machine to the standby storage pool to run.
It can be understood that, in practical applications, the target virtual machine inevitably encounters unexpected situations during the operation, such as: the source storage pool of the target virtual machine is damaged, so that the normal use of the target virtual machine by people is influenced.
In this case, the target virtual machine may be switched to the standby storage pool to operate, and since the data stored in the standby storage pool is consistent with the data in the source storage pool of the target virtual machine, when the target virtual machine is switched to the standby storage pool to operate, not only the normal use of the target virtual machine is not affected, but also economic loss caused by the interruption of the operation of the target virtual machine to a user can be avoided.
Referring to fig. 2, fig. 2 is a structural diagram of a data backup device of a virtual machine according to an embodiment of the present invention, where the data backup device includes:
the file copying module 21 is configured to copy all disk files of the target virtual machine to the backup storage pool before starting the target virtual machine;
the file creating module 22 is configured to suspend the target virtual machine when the target virtual machine is started, and create a target bitmap file in the target virtual machine;
the virtual machine starting module 23 is configured to restore the target virtual machine and store the change data in the target virtual machine to the target bitmap file;
and the data backup module 24 is configured to store the change data in the target virtual machine to the source storage pool of the target virtual machine in real time, and backup the change data stored in the target bitmap file to the backup storage pool according to a preset period.
The data backup device of the virtual machine provided by the embodiment has the beneficial effects of the data backup method of the virtual machine disclosed in the foregoing.
Referring to fig. 3, fig. 3 is a structural diagram of a data backup device of a virtual machine according to an embodiment of the present invention, where the data backup device includes:
a memory 31 for storing a computer program;
a processor 32 for implementing the steps of the data backup method of a virtual machine as disclosed in the foregoing when executing the computer program.
The data backup device of the virtual machine provided by the embodiment has the beneficial effects of the data backup method of the virtual machine disclosed in the foregoing.
Accordingly, the present invention also provides a computer readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the steps of the data backup method of a virtual machine as disclosed in the foregoing.
The computer-readable storage medium provided by the embodiment has the beneficial effects of the foregoing disclosed data backup method for a virtual machine.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus 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 apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The data backup method, device, equipment and medium of the virtual machine provided by the invention are described in detail above, a specific example is applied in the text to explain the principle and the implementation of the invention, and the description of the above embodiment is only used to help understand the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (9)

1. A data backup method of a virtual machine is characterized by comprising the following steps:
before starting a target virtual machine, copying all disk files of the target virtual machine to a backup storage pool;
when the target virtual machine is started, pausing the target virtual machine and creating a target bitmap file in the target virtual machine;
restoring the target virtual machine and storing the change data in the target virtual machine to the target bitmap file;
and storing the change data in the target virtual machine to a source storage pool of the target virtual machine in real time, and backing up the change data stored in the target bitmap file to the backup storage pool according to a preset period.
2. The data backup method according to claim 1, wherein the process of copying all disk files of the target virtual machine to the backup storage pool comprises:
and copying all snapshot files and top-level files in the target virtual machine to the backup storage pool.
3. The data backup method according to claim 1, wherein the preset period is a user-defined time period.
4. The data backup method according to claim 1, wherein after the process of backing up the changed data stored in the target bitmap file to the backup storage pool according to a preset period, the method further comprises:
and deleting the changed data which is backed up to the backup storage pool from the target bitmap file.
5. The data backup method according to claim 1, wherein the target virtual machine is specifically a QEMU-KVM virtual machine.
6. The data backup method according to any one of claims 1 to 5, characterized by further comprising:
and if the source storage pool of the target virtual machine is damaged in the running process of the target virtual machine, switching the target virtual machine to the standby storage pool to run.
7. A data backup apparatus for a virtual machine, comprising:
the file copying module is used for copying all disk files of the target virtual machine to a backup storage pool before starting the target virtual machine;
the file creating module is used for pausing the target virtual machine and creating a target bitmap file in the target virtual machine when the target virtual machine is started;
the virtual machine starting module is used for recovering the target virtual machine and storing the change data in the target virtual machine to the target bitmap file;
and the data backup module is used for storing the change data in the target virtual machine to a source storage pool of the target virtual machine in real time and backing up the change data stored in the target bitmap file to the backup storage pool according to a preset period.
8. A data backup device of a virtual machine, comprising:
a memory for storing a computer program;
processor for implementing the steps of a method for data backup of a virtual machine as claimed in any one of claims 1 to 6 when executing said computer program.
9. A computer-readable storage medium, having stored thereon a computer program which, when being executed by a processor, carries out the steps of a method for data backup of a virtual machine according to any one of claims 1 to 6.
CN201910838345.7A 2019-09-05 2019-09-05 Data backup method, device, equipment and medium for virtual machine Pending CN110597660A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910838345.7A CN110597660A (en) 2019-09-05 2019-09-05 Data backup method, device, equipment and medium for virtual machine

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910838345.7A CN110597660A (en) 2019-09-05 2019-09-05 Data backup method, device, equipment and medium for virtual machine

Publications (1)

Publication Number Publication Date
CN110597660A true CN110597660A (en) 2019-12-20

Family

ID=68857770

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910838345.7A Pending CN110597660A (en) 2019-09-05 2019-09-05 Data backup method, device, equipment and medium for virtual machine

Country Status (1)

Country Link
CN (1) CN110597660A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111274065A (en) * 2020-01-20 2020-06-12 苏州浪潮智能科技有限公司 Disaster recovery method and device based on software
CN111651301A (en) * 2020-06-08 2020-09-11 上海英方软件股份有限公司 Periodic synchronization system and method based on block replication
CN113626256A (en) * 2021-07-16 2021-11-09 济南浪潮数据技术有限公司 Virtual machine disk data backup method, device, terminal and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160147607A1 (en) * 2014-11-20 2016-05-26 Commvault Systems, Inc. Virtual machine change block tracking
CN106598774A (en) * 2016-10-13 2017-04-26 深信服网络科技(深圳)有限公司 Virtual machine backup restoring method and apparatus
CN106802840A (en) * 2017-01-19 2017-06-06 郑州云海信息技术有限公司 A kind of virtual machine backup, restoration methods and device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160147607A1 (en) * 2014-11-20 2016-05-26 Commvault Systems, Inc. Virtual machine change block tracking
CN106598774A (en) * 2016-10-13 2017-04-26 深信服网络科技(深圳)有限公司 Virtual machine backup restoring method and apparatus
CN106802840A (en) * 2017-01-19 2017-06-06 郑州云海信息技术有限公司 A kind of virtual machine backup, restoration methods and device

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111274065A (en) * 2020-01-20 2020-06-12 苏州浪潮智能科技有限公司 Disaster recovery method and device based on software
CN111274065B (en) * 2020-01-20 2023-01-10 苏州浪潮智能科技有限公司 Disaster recovery method and device based on software
CN111651301A (en) * 2020-06-08 2020-09-11 上海英方软件股份有限公司 Periodic synchronization system and method based on block replication
CN113626256A (en) * 2021-07-16 2021-11-09 济南浪潮数据技术有限公司 Virtual machine disk data backup method, device, terminal and storage medium
CN113626256B (en) * 2021-07-16 2023-12-22 济南浪潮数据技术有限公司 Virtual machine disk data backup method, device, terminal and storage medium

Similar Documents

Publication Publication Date Title
JP4796398B2 (en) Methods, systems, and products for metadata replication and restoration
US8689211B2 (en) Live migration of virtual machines in a computing environment
US7689859B2 (en) Backup system and method
US7941700B2 (en) Operating system-based application recovery
CN110597660A (en) Data backup method, device, equipment and medium for virtual machine
EP3750066B1 (en) Protection of infrastructure-as-a-service workloads in public cloud
US9710338B1 (en) Virtual machine data recovery
JP2009506399A (en) System and method for virtualizing backup images
US7979651B1 (en) Method, system, and computer readable medium for asynchronously processing write operations for a data storage volume having a copy-on-write snapshot
WO2008092912A1 (en) System and method of error recovery for backup applications
JP2013509646A (en) Backup using metadata virtual hard drive and differential virtual hard drive
EP2652599A1 (en) System reset
US20190129814A1 (en) Application fault tolerance via battery-backed replication of volatile state
US10402264B2 (en) Packet-aware fault-tolerance method and system of virtual machines applied to cloud service, computer readable record medium and computer program product
CN104750573A (en) Whole-consistency back-up and restoration methods for data nodes of distributed data system
JP5665889B2 (en) Method and apparatus for backing up subversion repository
US10613923B2 (en) Recovering log-structured filesystems from physical replicas
CN110515767A (en) Snapshot data backup method, device, equipment and readable storage medium storing program for executing
US10296517B1 (en) Taking a back-up software agnostic consistent backup during asynchronous replication
KR102049417B1 (en) Data storing and restoring method based on In-memory database using NVDIMM
CN107153589B (en) Reading and writing method of mirror image data
CN102436411B (en) Method for recovering process of computer system
CN114756355A (en) Method and device for automatically and quickly recovering process of computer operating system
CN110362432B (en) Backup method, device, equipment and storage medium
CN112100003A (en) Virtualized disk double-active disaster recovery method, device and system

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20191220

RJ01 Rejection of invention patent application after publication