<?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>SpaziDigitali &#187; backup</title>
	<atom:link href="http://spazidigitali.com/tag/backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://spazidigitali.com</link>
	<description>Luca Mearelli's Blog</description>
	<lastBuildDate>Tue, 25 Jan 2011 17:14:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Backup to S3</title>
		<link>http://spazidigitali.com/2009/01/10/backup-to-s3/</link>
		<comments>http://spazidigitali.com/2009/01/10/backup-to-s3/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 09:26:55 +0000</pubDate>
		<dc:creator>lm</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[boto]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[s3]]></category>

		<guid isPermaLink="false">http://spazidigitali.com/?p=111</guid>
		<description><![CDATA[Here is a small script I&#8217;m using to backup files to S3. Actually it implements all the basic operations you need for S3 (bucket creation, listing, file upload and download). It&#8217;s rather trivial but I was able to keep it so simple, thanks to it&#8217;s use of the Boto python library to do all of [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a small script I&#8217;m using to backup files to S3. Actually it implements all the basic operations you need for S3 (bucket creation, listing, file upload and download).</p>
<p>It&#8217;s rather trivial but I was able to keep it so simple, thanks to it&#8217;s use of the <a href="http://code.google.com/p/boto/">Boto python library</a> to do all of the AWS heavywork. Anyhow I think it may be useful.</p>
<p>A few examples:</p>
<p><script src="http://gist.github.com/45427.js"></script></p>
<p>Here is the code:<br />
<span id="more-111"></span></p>
<p><script src="http://gist.github.com/45423.js"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://spazidigitali.com/2009/01/10/backup-to-s3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

