<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>tech kismet &#187; Uncategorized</title>
	<atom:link href="http://www.techkismet.com/category/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techkismet.com</link>
	<description>the ramblings and nonsense of Alvin Kreitman...</description>
	<lastBuildDate>Sat, 10 Jul 2010 22:18:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A quick way to automate AWS EC2 Snapshots</title>
		<link>http://www.techkismet.com/uncategorized/a-quick-way-to-automate-aws-ec2-snapshots.html</link>
		<comments>http://www.techkismet.com/uncategorized/a-quick-way-to-automate-aws-ec2-snapshots.html#comments</comments>
		<pubDate>Sat, 10 Jul 2010 22:12:25 +0000</pubDate>
		<dc:creator>Alvin Kreitman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.techkismet.com/?p=61</guid>
		<description><![CDATA[Earlier I posted a way to cleanup snapshots.  I&#8217;ve had a few emails asking how I automated the creation.  Here is a quick command line (Linux) to automate the creation of the snapshots.  Make sure you have your environment setup and the latest version of the EC2 Tools API installed and in [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier I posted a way to cleanup snapshots.  I&#8217;ve had a few emails asking how I automated the creation.  Here is a quick command line (Linux) to automate the creation of the snapshots.  Make sure you have your environment setup and the latest version of the EC2 Tools API installed and in the PATH.  You can place this command as a cron entry, or simply run it from the command line.</p>
<pre>
for a in $(ec2-describe-volumes |grep -Ev "ATTACHMENT" |cut -f2);do ec2-create-snapshot $a; done;
</pre>
<p>All this is doing is grabbing the volume ID&#8217;s from the <code>ec2-describe-volumes</code> output &#8211; removing the extraneous information, and executing the <code>ec2-create-snapshot</code> command on each volume.    The good thing about this is that it doesn&#8217;t have to be modified as you add new volumes.  Please <a href="http://www.techkismet.com/systems-admin/automating-ec2-ebs-snapshot-cleanup.html">see my earlier posting on snapshot cleanup</a> to have a full solution from creation to cleanup.</p>
<p>Quick and easy.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.techkismet.com/uncategorized/a-quick-way-to-automate-aws-ec2-snapshots.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I apparently look a little like Kate Blanchett!</title>
		<link>http://www.techkismet.com/uncategorized/i-dont-think-so.html</link>
		<comments>http://www.techkismet.com/uncategorized/i-dont-think-so.html#comments</comments>
		<pubDate>Tue, 18 Sep 2007 15:18:17 +0000</pubDate>
		<dc:creator>Alvin Kreitman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.techkismet.com/uncategorized/i-dont-think-so.html</guid>
		<description><![CDATA[Go figure.  I found this cool image analysis tool that attempts to see what celebrities you might resemble&#8230;


]]></description>
			<content:encoded><![CDATA[<p>Go figure.  I found this cool image analysis tool that attempts to see what celebrities you might resemble&#8230;</p>
<p><span id="more-12"></span></p>
<p><a href="http://www.myheritage.com" title="MyHeritage - share black and white photos with facial recognition technology" alt="MyHeritage - share black and white photos with facial recognition technology" target="_blank"><img src="http://www.myheritagefiles.com/H/storage/site1/files/14/85/82/148582_109896b5befe6434hqzk53.JPG" border="0" height="297" width="499" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techkismet.com/uncategorized/i-dont-think-so.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
