<?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 for Zmanda Team Blog</title>
	<atom:link href="http://www.zmanda.com/blogs/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.zmanda.com/blogs</link>
	<description></description>
	<pubDate>Wed, 19 Jun 2013 08:38:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on What&#8217;s New in Amanda Community: Postgres Backups by Dustin J. Mitchell</title>
		<link>http://www.zmanda.com/blogs/?p=308&#038;cpage=1#comment-58942</link>
		<dc:creator>Dustin J. Mitchell</dc:creator>
		<pubDate>Thu, 01 Apr 2010 14:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.zmanda.com/blogs/?p=308#comment-58942</guid>
		<description>I updated the wiki page as you suggested.  Please feel free to make any other changes that you think are appropriate!</description>
		<content:encoded><![CDATA[<p>I updated the wiki page as you suggested.  Please feel free to make any other changes that you think are appropriate!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What&#8217;s New in Amanda Community: Postgres Backups by Greg Smith</title>
		<link>http://www.zmanda.com/blogs/?p=308&#038;cpage=1#comment-58796</link>
		<dc:creator>Greg Smith</dc:creator>
		<pubDate>Mon, 29 Mar 2010 01:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.zmanda.com/blogs/?p=308#comment-58796</guid>
		<description>In your "How To", you might make the examples a bit easier to follow if you update the generic archive_command example:

archive_command = 'test ! -f /path/to/archivedir/%f &amp;&amp; cp %p /path/to/archivedir/%f'

To one that matches the amanda-client.conf you have later:

archive_command = 'test ! -f /var/pgsql/archive/%f &amp;&amp; cp %p /var/pgsql/archive/%f'

Having an archive directory in a subdirectory at the same level as the database's "data" directory is a pretty common PostgreSQL practice.  Making the example set consistent and named that way would therefore be suggesting a reasonable practice for people who don't have a directory tree convention yet.</description>
		<content:encoded><![CDATA[<p>In your &#8220;How To&#8221;, you might make the examples a bit easier to follow if you update the generic archive_command example:</p>
<p>archive_command = &#8216;test ! -f /path/to/archivedir/%f &amp;&amp; cp %p /path/to/archivedir/%f&#8217;</p>
<p>To one that matches the amanda-client.conf you have later:</p>
<p>archive_command = &#8216;test ! -f /var/pgsql/archive/%f &amp;&amp; cp %p /var/pgsql/archive/%f&#8217;</p>
<p>Having an archive directory in a subdirectory at the same level as the database&#8217;s &#8220;data&#8221; directory is a pretty common PostgreSQL practice.  Making the example set consistent and named that way would therefore be suggesting a reasonable practice for people who don&#8217;t have a directory tree convention yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cloud Backup by Cloud Backup II &#171; Zmanda Team Blog</title>
		<link>http://www.zmanda.com/blogs/?p=129&#038;cpage=1#comment-50866</link>
		<dc:creator>Cloud Backup II &#171; Zmanda Team Blog</dc:creator>
		<pubDate>Wed, 24 Jun 2009 00:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.zmanda.com/blogs/?p=129#comment-50866</guid>
		<description>[...] Cloud Backup Sun Heats Up Cloud Storage [...]</description>
		<content:encoded><![CDATA[<p>[...] Cloud Backup Sun Heats Up Cloud Storage [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scaling Up: MySQL on NetApp by Mark Callaghan</title>
		<link>http://www.zmanda.com/blogs/?p=101&#038;cpage=1#comment-33714</link>
		<dc:creator>Mark Callaghan</dc:creator>
		<pubDate>Tue, 03 Jun 2008 22:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.zmanda.com/blogs/?p=101#comment-33714</guid>
		<description>I am curious about the performance of NetApp with MySQL. There are potential pitfalls. First, MyISAM depends on fast read system calls as it does not cache data blocks. What is the speed difference between reading from the OS buffer cache and reading from NetApp? InnoDB has 1 thread for prefetch reads and 1 thread to flush dirty buffer pool pages. Dirty buffer page writes done to the OS buffer cache are fast. What is the difference between that and writing to NetApp?

Can someone give the people at Percona a NetApp filer to provide some answers?

The Google patch has support for multiple background IO threads. That might help when running with NetApp. We need to get InnoDB to provide that in their plugin.</description>
		<content:encoded><![CDATA[<p>I am curious about the performance of NetApp with MySQL. There are potential pitfalls. First, MyISAM depends on fast read system calls as it does not cache data blocks. What is the speed difference between reading from the OS buffer cache and reading from NetApp? InnoDB has 1 thread for prefetch reads and 1 thread to flush dirty buffer pool pages. Dirty buffer page writes done to the OS buffer cache are fast. What is the difference between that and writing to NetApp?</p>
<p>Can someone give the people at Percona a NetApp filer to provide some answers?</p>
<p>The Google patch has support for multiple background IO threads. That might help when running with NetApp. We need to get InnoDB to provide that in their plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Highly Scalable MySQL Backups using Snapshots (ZFS or NetApp) by Zmanda Team Blog &#187; Blog Archive &#187; Scaling Up: MySQL on NetApp</title>
		<link>http://www.zmanda.com/blogs/?p=93&#038;cpage=1#comment-33706</link>
		<dc:creator>Zmanda Team Blog &#187; Blog Archive &#187; Scaling Up: MySQL on NetApp</dc:creator>
		<pubDate>Tue, 03 Jun 2008 21:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.zmanda.com/blogs/?p=93#comment-33706</guid>
		<description>[...] As I had indicated before, we have been working with the engineering team at NetApp to create highly scalable backup and archiving solutions for MySQL. Today we formally announced this joint work. Our MySQL backup product, Zmanda Recovery Manager (ZRM) for MySQL with NetApp SnapShot Manager, meets two crucial design goals for scaling MySQL backups: least impact on the live production applications and quick point-in-time recovery. Database snapshots created by ZRM can also act as source for NetApp SnapMirror software, creating a highly scalable disaster recovery solution. [...]</description>
		<content:encoded><![CDATA[<p>[...] As I had indicated before, we have been working with the engineering team at NetApp to create highly scalable backup and archiving solutions for MySQL. Today we formally announced this joint work. Our MySQL backup product, Zmanda Recovery Manager (ZRM) for MySQL with NetApp SnapShot Manager, meets two crucial design goals for scaling MySQL backups: least impact on the live production applications and quick point-in-time recovery. Database snapshots created by ZRM can also act as source for NetApp SnapMirror software, creating a highly scalable disaster recovery solution. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zmanda Recovery Manager 2.1 - Keep those MySQL Databases Zipping by ZUrlocker</title>
		<link>http://www.zmanda.com/blogs/?p=86&#038;cpage=1#comment-28389</link>
		<dc:creator>ZUrlocker</dc:creator>
		<pubDate>Fri, 29 Feb 2008 23:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.zmanda.com/blogs/?p=86#comment-28389</guid>
		<description>Good job guys, this looks great.  I'm really impressed with the snapshot capabilities.

--Zack</description>
		<content:encoded><![CDATA[<p>Good job guys, this looks great.  I&#8217;m really impressed with the snapshot capabilities.</p>
<p>&#8211;Zack</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Managing backup of MySQL via iPhone by Zmanda Team Blog &#187; Blog Archive &#187; Zmanda Recovery Manager 2.1 - Keep those MySQL Databases Zipping</title>
		<link>http://www.zmanda.com/blogs/?p=63&#038;cpage=1#comment-28310</link>
		<dc:creator>Zmanda Team Blog &#187; Blog Archive &#187; Zmanda Recovery Manager 2.1 - Keep those MySQL Databases Zipping</dc:creator>
		<pubDate>Fri, 29 Feb 2008 00:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.zmanda.com/blogs/?p=63#comment-28310</guid>
		<description>[...] Global Management of MySQL databases: One key behavior we observe about MySQL databases is that they tend to propagate rapidly within organizations. Here at Zmanda, I can easily count close to 10 production MySQL databases, both inside and outside our firewall. Maintaining backups of multiple MySQL databases at a single repository tremendously reduces the complexity for DBAs. While we always had some form of remote backup capability, with ZRM 2.1 we now support centralized backup across all storage engines and across all operating systems. Our web based Zmanda Management Console allows this centralized management from anywhere, including from an iPhone! [...]</description>
		<content:encoded><![CDATA[<p>[...] Global Management of MySQL databases: One key behavior we observe about MySQL databases is that they tend to propagate rapidly within organizations. Here at Zmanda, I can easily count close to 10 production MySQL databases, both inside and outside our firewall. Maintaining backups of multiple MySQL databases at a single repository tremendously reduces the complexity for DBAs. While we always had some form of remote backup capability, with ZRM 2.1 we now support centralized backup across all storage engines and across all operating systems. Our web based Zmanda Management Console allows this centralized management from anywhere, including from an iPhone! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL Online Backup by Ben Krug</title>
		<link>http://www.zmanda.com/blogs/?p=19&#038;cpage=1#comment-24167</link>
		<dc:creator>Ben Krug</dc:creator>
		<pubDate>Thu, 13 Dec 2007 05:15:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.zmanda.com/blogs/?p=19#comment-24167</guid>
		<description>Dmitriy - mysqldump is listed as a backup method.  It's pretty easy to restore a table from a mysqldump file.  Edit the dump file and take the part you want.  I've done it many times.  Perfect for restoring a table "from a month ago".</description>
		<content:encoded><![CDATA[<p>Dmitriy - mysqldump is listed as a backup method.  It&#8217;s pretty easy to restore a table from a mysqldump file.  Edit the dump file and take the part you want.  I&#8217;ve done it many times.  Perfect for restoring a table &#8220;from a month ago&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Backup and Recovery Techniques for MySQL Database by Oracle + Open Source &#187; Blog Archive &#187; Webinar: Migrate to MySQL</title>
		<link>http://www.zmanda.com/blogs/?p=78&#038;cpage=1#comment-24079</link>
		<dc:creator>Oracle + Open Source &#187; Blog Archive &#187; Webinar: Migrate to MySQL</dc:creator>
		<pubDate>Wed, 12 Dec 2007 00:00:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.zmanda.com/blogs/?p=78#comment-24079</guid>
		<description>[...] The folks over at zmanda who specialize in MySQL backup are doing a webinar on December 13th, this Thursday.Â  They specifically mention it as relevant for Oracle DBAs or anyone moving to MySQL.Â  Looks to be an interesting event.  addthis_url = 'http%3A%2F%2Foracleopensource.com%2F2007%2F12%2F11%2Fwebinar-migrate-to-mysql%2F'; addthis_title = 'Webinar%3A+Migrate+to+MySQL'; addthis_pub = ''; [...]</description>
		<content:encoded><![CDATA[<p>[...] The folks over at zmanda who specialize in MySQL backup are doing a webinar on December 13th, this Thursday.Â  They specifically mention it as relevant for Oracle DBAs or anyone moving to MySQL.Â  Looks to be an interesting event.  addthis_url = &#8216;http%3A%2F%2Foracleopensource.com%2F2007%2F12%2F11%2Fwebinar-migrate-to-mysql%2F&#8217;; addthis_title = &#8216;Webinar%3A+Migrate+to+MySQL&#8217;; addthis_pub = &#8221;; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL Online Backup by Zmanda Team Blog &#187; Blog Archive &#187; Backup and Recovery Techniques for MySQL Database</title>
		<link>http://www.zmanda.com/blogs/?p=19&#038;cpage=1#comment-23952</link>
		<dc:creator>Zmanda Team Blog &#187; Blog Archive &#187; Backup and Recovery Techniques for MySQL Database</dc:creator>
		<pubDate>Sat, 08 Dec 2007 21:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.zmanda.com/blogs/?p=19#comment-23952</guid>
		<description>[...] A good pre-read for this webinar would be Paddy&#8217;s blog on online MySQL Backup [...]</description>
		<content:encoded><![CDATA[<p>[...] A good pre-read for this webinar would be Paddy&#8217;s blog on online MySQL Backup [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
