<?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"
	>
<channel>
	<title>Comments on: Smart LAMP Application Backups using Amazon&#8217;s S3</title>
	<atom:link href="http://www.techkismet.com/tech-ramblings/smart_lamp_backups_using_s3.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techkismet.com/tech-ramblings/smart_lamp_backups_using_s3.html</link>
	<description>the ramblings and nonsense of Alvin Kreitman...</description>
	<pubDate>Sat, 22 Nov 2008 03:23:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: tardigrade</title>
		<link>http://www.techkismet.com/tech-ramblings/smart_lamp_backups_using_s3.html#comment-281</link>
		<dc:creator>tardigrade</dc:creator>
		<pubDate>Mon, 29 Sep 2008 01:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.techkismet.com/tech-ramblings/smart_lamp_backups_using_s3.html#comment-281</guid>
		<description>Thanks for putting the script together and sharing it. The transmission script in particular has been really useful. I was struggling with finding a script to help me back up my virtual servers tar's to s3. The s3-bash makes everything a lot simpler and your transmission script is the icing on the cake that I needed!

Many thanks.</description>
		<content:encoded><![CDATA[<p>Thanks for putting the script together and sharing it. The transmission script in particular has been really useful. I was struggling with finding a script to help me back up my virtual servers tar&#8217;s to s3. The s3-bash makes everything a lot simpler and your transmission script is the icing on the cake that I needed!</p>
<p>Many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alvin Kreitman</title>
		<link>http://www.techkismet.com/tech-ramblings/smart_lamp_backups_using_s3.html#comment-166</link>
		<dc:creator>Alvin Kreitman</dc:creator>
		<pubDate>Mon, 05 May 2008 11:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.techkismet.com/tech-ramblings/smart_lamp_backups_using_s3.html#comment-166</guid>
		<description>Calvin:  I'm sorry for the major delay in replying to you comment.  It got lost in a bevy of SPAM comments and I didn't notice it till just today.  So the answer to your question is that dev/null is a nice place to put all standard output - so when this runs as a cron job - I don't get emails detailing every little thing.  The later part of the command - 2&gt;&#038;1 simply tells the command to redirect all error output to standard output - so that is also not displayed on the screen.  See a good description of this technique here:  http://www.xaprb.com/blog/2006/06/06/what-does-devnull-21-mean/</description>
		<content:encoded><![CDATA[<p>Calvin:  I&#8217;m sorry for the major delay in replying to you comment.  It got lost in a bevy of SPAM comments and I didn&#8217;t notice it till just today.  So the answer to your question is that dev/null is a nice place to put all standard output - so when this runs as a cron job - I don&#8217;t get emails detailing every little thing.  The later part of the command - 2>&#038;1 simply tells the command to redirect all error output to standard output - so that is also not displayed on the screen.  See a good description of this technique here:  <a href="http://www.xaprb.com/blog/2006/06/06/what-does-devnull-21-mean/" rel="nofollow">http://www.xaprb.com/blog/2006/06/06/what-does-devnull-21-mean/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Calvin</title>
		<link>http://www.techkismet.com/tech-ramblings/smart_lamp_backups_using_s3.html#comment-108</link>
		<dc:creator>Calvin</dc:creator>
		<pubDate>Wed, 20 Feb 2008 09:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.techkismet.com/tech-ramblings/smart_lamp_backups_using_s3.html#comment-108</guid>
		<description>Sorry mine is not a coment, rather a question.

Why do you first redirect to /dev/null and then to $1?..</description>
		<content:encoded><![CDATA[<p>Sorry mine is not a coment, rather a question.</p>
<p>Why do you first redirect to /dev/null and then to $1?..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
