From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick Colp Subject: Re: Does XEN have any hot backup/snapshot features or plan? Date: Sun, 05 Apr 2009 16:54:27 -0700 Message-ID: <49D944B3.2070701@cs.ubc.ca> References: <49D942F6.6030400@hongo.wide.ad.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <49D942F6.6030400@hongo.wide.ad.jp> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: zign Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org It doesn't have this feature right now, but I'm currently working on a memory copy-on-write mechanism for Xen that can be used for taking snapshots of VMs (without needing to stop them). Used in combination with a disk snapshotting tool (like Parallax) you could create backups of your VMs. I'll be my initial implementation to this list very soon, in fact. There are other people working on this sort of thing too (Mike Sun, for example). Patrick zign wrote: > Hello everybody, > My name is Zign and I would like to ask a simple question. > For example, I want to backup my VMs everyday. But I do not > want them to be stopped while the backup. For this reason, I can't > use a traditional way like: freeze the VM -> backup everything -> > restore the VM. > So is there any solution for this? >