Features/Livebackup: Difference between revisions

From QEMU
(Created page with ' == Livebackup - A full backup solution for making full and incremental disk backups of a running VM == Livebackup provides the ability for an administrator or a management serv…')
 
No edit summary
 
(42 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| class="wikitable" style="margin: 2em; border:1px solid black;"
|
'''Note: This feature proposal is available via archive only, the code was not merged into QEMU.


== Livebackup - A full backup solution for making full and incremental disk backups of a running VM  ==
The [[Features/IncrementalBackup|Incremental Backup]] feature was merged into QEMU instead for the 2.4 development window.
Livebackup provides the ability for an administrator or a management server to use a livebackup_client program to connect to the qemu process and copy the disk blocks that were modified since the last backup was taken.  


== Overview ==
For the old feature proposal, please see [http://wiki.qemu.org/index.php?title=Features/Livebackup&oldid=1188 Livebackup (2011-05-09)]'''
The goal of this project is to add the ability to do full and incremental disk backups of a running VM. These backups will be transferred over a TCP connection to a backup server, and the virtual disk images will be reconstituted there. This project does not transfer the memory contents of the running VM, or the device states of emulated devices, i.e. livebackup is not VM suspend.
|}


== Contact ==
[[Category:Obsolete feature pages]]
Jagane Sundar (jagane at sundar dot org)
 
 
== High Level Design ==
 
 
to make a snapshot of all the virtual disks of a VM, and then

Latest revision as of 15:00, 11 October 2016

Note: This feature proposal is available via archive only, the code was not merged into QEMU.

The Incremental Backup feature was merged into QEMU instead for the 2.4 development window.

For the old feature proposal, please see Livebackup (2011-05-09)