<?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>Tony Narlock &#187; storage</title>
	<atom:link href="http://blog.skiquel.com/tag/storage/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.skiquel.com</link>
	<description>Living life in the cloud</description>
	<lastBuildDate>Sun, 06 Jun 2010 13:38:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Troubleshooting s3sync</title>
		<link>http://blog.skiquel.com/2010/03/troubleshooting-s3sync/</link>
		<comments>http://blog.skiquel.com/2010/03/troubleshooting-s3sync/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 07:12:59 +0000</pubDate>
		<dc:creator>Tony Narlock</dc:creator>
				<category><![CDATA[Amazon web services]]></category>
		<category><![CDATA[Cloud computing]]></category>
		<category><![CDATA[amazon aws]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[s3]]></category>
		<category><![CDATA[s3sync]]></category>
		<category><![CDATA[s3sync.rb]]></category>
		<category><![CDATA[storage]]></category>

		<guid isPermaLink="false">http://blog.skiquel.com/?p=487</guid>
		<description><![CDATA[Amazon S3 is a superb, cost-effective, scalable storage solution. It's been around for a few years. s3sync.rb is a well-maintained ruby script to backup your important files. [07:02 AM][root@local ~/.s3conf]# ./s3cmd.rb /usr/bin/env: ruby: No such file or directory You don't have ruby installed. Easy. sudo apt-get install ruby or yum install ruby [07:02 AM][root@local ~/.s3conf]# [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://aws.amazon.com/s3/">Amazon S3</a> is a superb, cost-effective, scalable storage solution. It's been around for a few years. <a href="http://s3sync.net/wiki">s3sync.rb</a> is a well-maintained ruby script to backup your important files.</p>
<p><code>[07:02 AM][root@local ~/.s3conf]# ./s3cmd.rb<br />
/usr/bin/env: ruby: No such file or directory</code></p>
<p>You don't have ruby installed. Easy.</p>
<p><code>sudo apt-get install ruby<br />
</code>or<br />
<code>yum install ruby<br />
</code></p>
<p><code>[07:02 AM][root@local ~/.s3conf]# ./s3cmd.rb<br />
./S3.rb:14:in `require': no such file to load -- openssl (LoadError)<br />
	from ./S3.rb:14<br />
	from ./s3try.rb:26:in `require'<br />
	from ./s3try.rb:26<br />
	from ./s3cmd.rb:16:in `require'<br />
	from ./s3cmd.rb:16</code></p>
<p>Missing openssl libraries. </p>
<p><code>sudo apt-get install libopenssl-ruby<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.skiquel.com/2010/03/troubleshooting-s3sync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
