<?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: ec2-manage-snapshots</title>
	<atom:link href="http://www.thecloudsaga.com/aws-ec2-manage-snapshots/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thecloudsaga.com/aws-ec2-manage-snapshots/</link>
	<description>Adventures in cloud computing</description>
	<lastBuildDate>Thu, 27 Oct 2011 02:50:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Amazon EC2 Backup: Purging old snapshots &#124; TrailHunger.com Technical Blog</title>
		<link>http://www.thecloudsaga.com/aws-ec2-manage-snapshots/comment-page-1/#comment-95</link>
		<dc:creator>Amazon EC2 Backup: Purging old snapshots &#124; TrailHunger.com Technical Blog</dc:creator>
		<pubDate>Thu, 27 Oct 2011 02:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecloudsaga.com/?p=59#comment-95</guid>
		<description>[...] found a script that looked useful: ec2-manage-snapshots. This script takes a volume id as a parameter and then applies a scheme where you can specify the [...]</description>
		<content:encoded><![CDATA[<p>[...] found a script that looked useful: ec2-manage-snapshots. This script takes a volume id as a parameter and then applies a scheme where you can specify the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Sargisson</title>
		<link>http://www.thecloudsaga.com/aws-ec2-manage-snapshots/comment-page-1/#comment-94</link>
		<dc:creator>Edward Sargisson</dc:creator>
		<pubDate>Tue, 25 Oct 2011 13:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecloudsaga.com/?p=59#comment-94</guid>
		<description>Hi,
Great script and very useful to me. I&#039;ve forked and modified it to handle specifying snapshots using tags. This is because of the way I manage my volumes. I have a single instance which is automatically rebuilt by Chef it if fails. To do this it starts new volumes from existing snapshots. This means that volume ids don&#039;t work but tagging the snapshots does.

The commit is: https://github.com/ejsarge/ec2-purge-snapshots/commit/3d942a92cc4363d7f7a2d0d0bcdf8ed12580e289

I&#039;ve added a pull request to your queue. Feel free to ask me for whatever licence you need.

Note that I had to refactor the main code in order to do this so the commit looks scarier than it is.

Note that I&#039;m a Ruby and Git newbie so my apologies if I&#039;ve screwed something up.

Thanks for the hard work.

Cheers,
Edward</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Great script and very useful to me. I&#8217;ve forked and modified it to handle specifying snapshots using tags. This is because of the way I manage my volumes. I have a single instance which is automatically rebuilt by Chef it if fails. To do this it starts new volumes from existing snapshots. This means that volume ids don&#8217;t work but tagging the snapshots does.</p>
<p>The commit is: <a href="https://github.com/ejsarge/ec2-purge-snapshots/commit/3d942a92cc4363d7f7a2d0d0bcdf8ed12580e289" rel="nofollow">https://github.com/ejsarge/ec2-purge-snapshots/commit/3d942a92cc4363d7f7a2d0d0bcdf8ed12580e289</a></p>
<p>I&#8217;ve added a pull request to your queue. Feel free to ask me for whatever licence you need.</p>
<p>Note that I had to refactor the main code in order to do this so the commit looks scarier than it is.</p>
<p>Note that I&#8217;m a Ruby and Git newbie so my apologies if I&#8217;ve screwed something up.</p>
<p>Thanks for the hard work.</p>
<p>Cheers,<br />
Edward</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hueen</title>
		<link>http://www.thecloudsaga.com/aws-ec2-manage-snapshots/comment-page-1/#comment-90</link>
		<dc:creator>hueen</dc:creator>
		<pubDate>Mon, 04 Jul 2011 20:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecloudsaga.com/?p=59#comment-90</guid>
		<description>very helpful and much appreciated tool for cleaning out our 600+ snapshots!</description>
		<content:encoded><![CDATA[<p>very helpful and much appreciated tool for cleaning out our 600+ snapshots!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Cumps</title>
		<link>http://www.thecloudsaga.com/aws-ec2-manage-snapshots/comment-page-1/#comment-70</link>
		<dc:creator>David Cumps</dc:creator>
		<pubDate>Wed, 01 Jun 2011 10:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecloudsaga.com/?p=59#comment-70</guid>
		<description>You have a bug when using a different region than US.

Although you give a choice to select a region in the config file, it is never passed to the Zend EC2 classes.

This meant they were always talking to the US webservice and I never got any results back

When I tried changing the bin/ec2-manage-snapshots.php file to include this:

Zend_Service_Amazon_Ec2_Ebs::setRegion(&#039;eu-west-1&#039;);

It worked :)</description>
		<content:encoded><![CDATA[<p>You have a bug when using a different region than US.</p>
<p>Although you give a choice to select a region in the config file, it is never passed to the Zend EC2 classes.</p>
<p>This meant they were always talking to the US webservice and I never got any results back</p>
<p>When I tried changing the bin/ec2-manage-snapshots.php file to include this:</p>
<p>Zend_Service_Amazon_Ec2_Ebs::setRegion(&#8216;eu-west-1&#8242;);</p>
<p>It worked <img src='http://www.thecloudsaga.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Killingsworth</title>
		<link>http://www.thecloudsaga.com/aws-ec2-manage-snapshots/comment-page-1/#comment-65</link>
		<dc:creator>David Killingsworth</dc:creator>
		<pubDate>Wed, 27 Apr 2011 12:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecloudsaga.com/?p=59#comment-65</guid>
		<description>I couldn&#039;t figure this out, so I went back to the script here -&gt; http://www.sambastream.com/blogs/dgildeh/12-03-10/implementing-revolving-backups-aws-ec2</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t figure this out, so I went back to the script here -&gt; <a href="http://www.sambastream.com/blogs/dgildeh/12-03-10/implementing-revolving-backups-aws-ec2" rel="nofollow">http://www.sambastream.com/blogs/dgildeh/12-03-10/implementing-revolving-backups-aws-ec2</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Killingsworth</title>
		<link>http://www.thecloudsaga.com/aws-ec2-manage-snapshots/comment-page-1/#comment-64</link>
		<dc:creator>David Killingsworth</dc:creator>
		<pubDate>Fri, 22 Apr 2011 13:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecloudsaga.com/?p=59#comment-64</guid>
		<description>I found that I had a problem before in the script and now I&#039;ve figured out that I wasn&#039;t passing -- args in the command.   This is what I&#039;m getting now.

$ sudo /usr/bin/php -f /opt/scripts/bin/ec2-manage-snapshots.php -- args -v vol-9cc356e5

There was an error running /opt/scripts/bin/ec2-manage-snapshots.php
Error Message: The provided &quot;vol-9cc356e5&quot; volume does not exist

I&#039;m 100% sure that the volume with that volume id does exist.  Any ideas?

if I run ec2-describe-volumes --region eu-west-1, I see vol-9cc356e5 in the list of my volumes.</description>
		<content:encoded><![CDATA[<p>I found that I had a problem before in the script and now I&#8217;ve figured out that I wasn&#8217;t passing &#8212; args in the command.   This is what I&#8217;m getting now.</p>
<p>$ sudo /usr/bin/php -f /opt/scripts/bin/ec2-manage-snapshots.php &#8212; args -v vol-9cc356e5</p>
<p>There was an error running /opt/scripts/bin/ec2-manage-snapshots.php<br />
Error Message: The provided &#8220;vol-9cc356e5&#8243; volume does not exist</p>
<p>I&#8217;m 100% sure that the volume with that volume id does exist.  Any ideas?</p>
<p>if I run ec2-describe-volumes &#8211;region eu-west-1, I see vol-9cc356e5 in the list of my volumes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Cloud Walker</title>
		<link>http://www.thecloudsaga.com/aws-ec2-manage-snapshots/comment-page-1/#comment-63</link>
		<dc:creator>The Cloud Walker</dc:creator>
		<pubDate>Fri, 22 Apr 2011 12:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecloudsaga.com/?p=59#comment-63</guid>
		<description>Yes, we always keep the last 7 days worth of snapshots if I recall correctly</description>
		<content:encoded><![CDATA[<p>Yes, we always keep the last 7 days worth of snapshots if I recall correctly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Killingsworth</title>
		<link>http://www.thecloudsaga.com/aws-ec2-manage-snapshots/comment-page-1/#comment-62</link>
		<dc:creator>David Killingsworth</dc:creator>
		<pubDate>Fri, 22 Apr 2011 12:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecloudsaga.com/?p=59#comment-62</guid>
		<description>I&#039;m using Nick Millers fork of this.  I&#039;m running an Ubuntu 10.04 server with PHP 5.3

When I run this command, this is all I get.  I can&#039;t tell if it&#039;s working or not.

PHP 5.3.2-1ubuntu4.7 with Suhosin-Patch (cli) (built: Jan 12 2011 18:36:08) 
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies

I have only started creating snapshots over the last couple of days, so maybe it doesn&#039;t have anything to delete.

Any tips appreciated.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using Nick Millers fork of this.  I&#8217;m running an Ubuntu 10.04 server with PHP 5.3</p>
<p>When I run this command, this is all I get.  I can&#8217;t tell if it&#8217;s working or not.</p>
<p>PHP 5.3.2-1ubuntu4.7 with Suhosin-Patch (cli) (built: Jan 12 2011 18:36:08)<br />
Copyright (c) 1997-2009 The PHP Group<br />
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies</p>
<p>I have only started creating snapshots over the last couple of days, so maybe it doesn&#8217;t have anything to delete.</p>
<p>Any tips appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan</title>
		<link>http://www.thecloudsaga.com/aws-ec2-manage-snapshots/comment-page-1/#comment-55</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Sat, 19 Feb 2011 23:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecloudsaga.com/?p=59#comment-55</guid>
		<description>This one didn&#039;t want to play ball for some reason so I wrote my own based on yours but using the AWS PHP SDK.

https://github.com/jdelaune/AWS-EC2-Snapshot-Management</description>
		<content:encoded><![CDATA[<p>This one didn&#8217;t want to play ball for some reason so I wrote my own based on yours but using the AWS PHP SDK.</p>
<p><a href="https://github.com/jdelaune/AWS-EC2-Snapshot-Management" rel="nofollow">https://github.com/jdelaune/AWS-EC2-Snapshot-Management</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://www.thecloudsaga.com/aws-ec2-manage-snapshots/comment-page-1/#comment-51</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Wed, 09 Feb 2011 22:24:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecloudsaga.com/?p=59#comment-51</guid>
		<description>I believe you and I am trying to find the post that made me think I had to keep the original... no luck.  Anyway, it is easy to prove with some testing.  Thanks for your help and your script.</description>
		<content:encoded><![CDATA[<p>I believe you and I am trying to find the post that made me think I had to keep the original&#8230; no luck.  Anyway, it is easy to prove with some testing.  Thanks for your help and your script.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

