<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Backup Xen virtual machines with LVM snapshots and ftplicity/duplicity</title>
	<atom:link href="http://ailoo.net/2009/07/backup-xen-virtual-machines-lvm-snapshots-ftplicity-duplicity/feed/" rel="self" type="application/rss+xml" />
	<link>http://ailoo.net/2009/07/backup-xen-virtual-machines-lvm-snapshots-ftplicity-duplicity/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=backup-xen-virtual-machines-lvm-snapshots-ftplicity-duplicity</link>
	<description>IT stuff and more</description>
	<lastBuildDate>Thu, 19 Apr 2012 01:41:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kamagra next day delivery</title>
		<link>http://ailoo.net/2009/07/backup-xen-virtual-machines-lvm-snapshots-ftplicity-duplicity/#comment-4683</link>
		<dc:creator>Kamagra next day delivery</dc:creator>
		<pubDate>Thu, 10 Nov 2011 19:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=1018#comment-4683</guid>
		<description>Given typical VMware consolidation ratios in the range of six to 10 virtual machines (VMs) per host, a virtual server administrator must choose a backup ... </description>
		<content:encoded><![CDATA[<p>Given typical VMware consolidation ratios in the range of six to 10 virtual machines (VMs) per host, a virtual server administrator must choose a backup &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthieu Larcher</title>
		<link>http://ailoo.net/2009/07/backup-xen-virtual-machines-lvm-snapshots-ftplicity-duplicity/#comment-4661</link>
		<dc:creator>Matthieu Larcher</dc:creator>
		<pubDate>Fri, 10 Jun 2011 22:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=1018#comment-4661</guid>
		<description>After looking at the various options, I eventually implemented what you described. Thanks for this very nice and clear tutorial by the way.
I used percona&#039;s xtrabackup instead of automysqlbackup. It seems to be the best hot backup tool there is now, it handles all engines, and it&#039;s free and open source. What else could you ask for? ;) I&#039;d recommend you check on it at http://www.percona.com/software/percona-xtrabackup/ There&#039;s a good tutorial at http://marcus.bointon.com/archives/87-MySQL-backups-with-Perconas-XtraBackup.html
Also, I had troubles creating the pgp key, as my box wasn&#039;t generating enough entropy. I eventually solved it thanks to this post : https://www.wzdftpd.net/blog/index.php?post/2008/06/16/24-linux-kernel-and-entropy</description>
		<content:encoded><![CDATA[<p>After looking at the various options, I eventually implemented what you described. Thanks for this very nice and clear tutorial by the way.<br />
I used percona&#8217;s xtrabackup instead of automysqlbackup. It seems to be the best hot backup tool there is now, it handles all engines, and it&#8217;s free and open source. What else could you ask for? ;) I&#8217;d recommend you check on it at <a href="http://www.percona.com/software/percona-xtrabackup/" rel="nofollow">http://www.percona.com/software/percona-xtrabackup/</a> There&#8217;s a good tutorial at <a href="http://marcus.bointon.com/archives/87-MySQL-backups-with-Perconas-XtraBackup.html" rel="nofollow">http://marcus.bointon.com/archives/87-MySQL-backups-with-Perconas-XtraBackup.html</a><br />
Also, I had troubles creating the pgp key, as my box wasn&#8217;t generating enough entropy. I eventually solved it thanks to this post : <a href="https://www.wzdftpd.net/blog/index.php?post/2008/06/16/24-linux-kernel-and-entropy" rel="nofollow">https://www.wzdftpd.net/blog/index.php?post/2008/06/16/24-linux-kernel-and-entropy</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias</title>
		<link>http://ailoo.net/2009/07/backup-xen-virtual-machines-lvm-snapshots-ftplicity-duplicity/#comment-4660</link>
		<dc:creator>Mathias</dc:creator>
		<pubDate>Wed, 08 Jun 2011 18:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=1018#comment-4660</guid>
		<description>Well, backups are consistent, as LVM snapshots give you an exact state of the block device at creation time. You just have to handle some exceptional cases/applications like databases manually (that&#039;s why I excluded the MySQL data directory) in the example config.

Taking the MySQL example, you can still include them in your backup by dumping them to disk and backing up the dumps (using automysqlbackup for example).</description>
		<content:encoded><![CDATA[<p>Well, backups are consistent, as LVM snapshots give you an exact state of the block device at creation time. You just have to handle some exceptional cases/applications like databases manually (that&#8217;s why I excluded the MySQL data directory) in the example config.</p>
<p>Taking the MySQL example, you can still include them in your backup by dumping them to disk and backing up the dumps (using automysqlbackup for example).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthieu Larcher</title>
		<link>http://ailoo.net/2009/07/backup-xen-virtual-machines-lvm-snapshots-ftplicity-duplicity/#comment-4659</link>
		<dc:creator>Matthieu Larcher</dc:creator>
		<pubDate>Wed, 08 Jun 2011 18:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=1018#comment-4659</guid>
		<description>Would you have any better solution to suggest ? I liked what I saw in this post very much until I read about &quot;crash consistent&quot; backups :/</description>
		<content:encoded><![CDATA[<p>Would you have any better solution to suggest ? I liked what I saw in this post very much until I read about &#8220;crash consistent&#8221; backups :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: søgemaskineoptimering</title>
		<link>http://ailoo.net/2009/07/backup-xen-virtual-machines-lvm-snapshots-ftplicity-duplicity/#comment-4639</link>
		<dc:creator>søgemaskineoptimering</dc:creator>
		<pubDate>Tue, 22 Feb 2011 09:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=1018#comment-4639</guid>
		<description>While this method does reduce the number of agents that must be installed and maintained, it still requires that the administrator either shut down the virtual machines to back them up or back up the VMs as open files, creating &quot;crash consistent&quot; ...</description>
		<content:encoded><![CDATA[<p>While this method does reduce the number of agents that must be installed and maintained, it still requires that the administrator either shut down the virtual machines to back them up or back up the VMs as open files, creating &#8220;crash consistent&#8221; &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cigar reviews</title>
		<link>http://ailoo.net/2009/07/backup-xen-virtual-machines-lvm-snapshots-ftplicity-duplicity/#comment-4630</link>
		<dc:creator>cigar reviews</dc:creator>
		<pubDate>Mon, 17 Jan 2011 10:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=1018#comment-4630</guid>
		<description>Dropbox is a backup and storage service that provides 2GB of space free for ... the form of virtual machines on Amazon&#039;s Xen-based virtualization platform.</description>
		<content:encoded><![CDATA[<p>Dropbox is a backup and storage service that provides 2GB of space free for &#8230; the form of virtual machines on Amazon&#8217;s Xen-based virtualization platform.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: watch hall pass online</title>
		<link>http://ailoo.net/2009/07/backup-xen-virtual-machines-lvm-snapshots-ftplicity-duplicity/#comment-4628</link>
		<dc:creator>watch hall pass online</dc:creator>
		<pubDate>Fri, 31 Dec 2010 12:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=1018#comment-4628</guid>
		<description>You can then use tools provided with the hypervisor to snapshot the virtual machine in the background and move the copy via a dedicated backup server for ...</description>
		<content:encoded><![CDATA[<p>You can then use tools provided with the hypervisor to snapshot the virtual machine in the background and move the copy via a dedicated backup server for &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: how to lose weight fast</title>
		<link>http://ailoo.net/2009/07/backup-xen-virtual-machines-lvm-snapshots-ftplicity-duplicity/#comment-4626</link>
		<dc:creator>how to lose weight fast</dc:creator>
		<pubDate>Thu, 23 Dec 2010 07:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=1018#comment-4626</guid>
		<description>This virtual appliance is equipped to configure with popular virtual environments such as VMWare, Microsoft&#039;s Hyper-V, and XEN hypervisors and virtual ...</description>
		<content:encoded><![CDATA[<p>This virtual appliance is equipped to configure with popular virtual environments such as VMWare, Microsoft&#8217;s Hyper-V, and XEN hypervisors and virtual &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

