<?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: HOW TO: Backup Your Website to Amazon S3 (Automatically)</title>
	<atom:link href="http://atlchris.com/828/how-to-backup-your-website-to-amazon-s3-automatically/feed/" rel="self" type="application/rss+xml" />
	<link>http://atlchris.com/828/how-to-backup-your-website-to-amazon-s3-automatically/</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 17:42:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: tpholland</title>
		<link>http://atlchris.com/828/how-to-backup-your-website-to-amazon-s3-automatically/#comment-1251</link>
		<dc:creator>tpholland</dc:creator>
		<pubDate>Thu, 09 Jun 2011 22:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://atlchris.com/?p=828#comment-1251</guid>
		<description>If you&#039;re running Debian / Ubuntu and so forth, chances are you already have the certs installed in /etc/ssl/certs (and if not, apt-get install ca-certificates should do the trick). You can safely skip the last four lines of Step 2. 

If this is the case, in step 3, you can do: 
SSL_CERT_DIR=/etc/ssl/certs 
instead of:
ssl_cert_dir: /s3sync/certs</description>
		<content:encoded><![CDATA[<p>If you&#8217;re running Debian / Ubuntu and so forth, chances are you already have the certs installed in /etc/ssl/certs (and if not, apt-get install ca-certificates should do the trick). You can safely skip the last four lines of Step 2. </p>
<p>If this is the case, in step 3, you can do:<br />
SSL_CERT_DIR=/etc/ssl/certs<br />
instead of:<br />
ssl_cert_dir: /s3sync/certs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt mcinvale</title>
		<link>http://atlchris.com/828/how-to-backup-your-website-to-amazon-s3-automatically/#comment-1213</link>
		<dc:creator>matt mcinvale</dc:creator>
		<pubDate>Tue, 12 Apr 2011 00:13:47 +0000</pubDate>
		<guid isPermaLink="false">http://atlchris.com/?p=828#comment-1213</guid>
		<description>thanks thanks! this worked for me on mediatemple as well.</description>
		<content:encoded><![CDATA[<p>thanks thanks! this worked for me on mediatemple as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HCLA</title>
		<link>http://atlchris.com/828/how-to-backup-your-website-to-amazon-s3-automatically/#comment-1209</link>
		<dc:creator>HCLA</dc:creator>
		<pubDate>Tue, 05 Apr 2011 19:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://atlchris.com/?p=828#comment-1209</guid>
		<description>Same problem here using Ruby 1.8.7, Ubuntu 9.04, certs installed, .yml ok.

Any pointers..?</description>
		<content:encoded><![CDATA[<p>Same problem here using Ruby 1.8.7, Ubuntu 9.04, certs installed, .yml ok.</p>
<p>Any pointers..?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tej Kiran</title>
		<link>http://atlchris.com/828/how-to-backup-your-website-to-amazon-s3-automatically/#comment-1206</link>
		<dc:creator>Tej Kiran</dc:creator>
		<pubDate>Fri, 25 Mar 2011 06:18:39 +0000</pubDate>
		<guid isPermaLink="false">http://atlchris.com/?p=828#comment-1206</guid>
		<description>Another option to set your S3 Bucket as Static Website, Upload/Download your data in bulk using Bucket Explorer. Supporting for all region end points.</description>
		<content:encoded><![CDATA[<p>Another option to set your S3 Bucket as Static Website, Upload/Download your data in bulk using Bucket Explorer. Supporting for all region end points.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NPhilly</title>
		<link>http://atlchris.com/828/how-to-backup-your-website-to-amazon-s3-automatically/#comment-1204</link>
		<dc:creator>NPhilly</dc:creator>
		<pubDate>Wed, 16 Mar 2011 17:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://atlchris.com/?p=828#comment-1204</guid>
		<description>i just spent ages writing the solution for your wordpress install to tell me my comment was a bit spammy and lost it all.. i cant be bothered now.. check the syntax of your YAML files which is the error. also these scripts SHOULD tell you that there is a problem with the YAML syntax instead of throwing all sorts of unrelated errors causing the user to think the software is buggy</description>
		<content:encoded><![CDATA[<p>i just spent ages writing the solution for your wordpress install to tell me my comment was a bit spammy and lost it all.. i cant be bothered now.. check the syntax of your YAML files which is the error. also these scripts SHOULD tell you that there is a problem with the YAML syntax instead of throwing all sorts of unrelated errors causing the user to think the software is buggy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NPhilly</title>
		<link>http://atlchris.com/828/how-to-backup-your-website-to-amazon-s3-automatically/#comment-1203</link>
		<dc:creator>NPhilly</dc:creator>
		<pubDate>Wed, 16 Mar 2011 16:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://atlchris.com/?p=828#comment-1203</guid>
		<description>I have the exact same error

./s3cmd.rb listbuckets
./s3config.rb:20: undefined method `each_pair&#039; for # (NoMethodError)
	from ./s3config.rb:17:in `each&#039;
	from ./s3config.rb:17
	from ./s3cmd.rb:23:in `require&#039;
	from ./s3cmd.rb:23


Solution??? I am also using ruby 1.8.5 it says i need 1.8.4 or greater, are there issues with 1.8.5???</description>
		<content:encoded><![CDATA[<p>I have the exact same error</p>
<p>./s3cmd.rb listbuckets<br />
./s3config.rb:20: undefined method `each_pair&#8217; for # (NoMethodError)<br />
	from ./s3config.rb:17:in `each&#8217;<br />
	from ./s3config.rb:17<br />
	from ./s3cmd.rb:23:in `require&#8217;<br />
	from ./s3cmd.rb:23</p>
<p>Solution??? I am also using ruby 1.8.5 it says i need 1.8.4 or greater, are there issues with 1.8.5???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Ediger</title>
		<link>http://atlchris.com/828/how-to-backup-your-website-to-amazon-s3-automatically/#comment-1184</link>
		<dc:creator>Chris Ediger</dc:creator>
		<pubDate>Fri, 14 Jan 2011 18:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://atlchris.com/?p=828#comment-1184</guid>
		<description>Neil - I was getting the same error. I got it to work by adding $ to BUCKET in the following line...

ruby /s3sync/s3sync.rb -r -v --ssl /s3sync/s3backup/ $BUCKET:</description>
		<content:encoded><![CDATA[<p>Neil &#8211; I was getting the same error. I got it to work by adding $ to BUCKET in the following line&#8230;</p>
<p>ruby /s3sync/s3sync.rb -r -v &#8211;ssl /s3sync/s3backup/ $BUCKET:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Hurst</title>
		<link>http://atlchris.com/828/how-to-backup-your-website-to-amazon-s3-automatically/#comment-1150</link>
		<dc:creator>Steve Hurst</dc:creator>
		<pubDate>Thu, 07 Oct 2010 01:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://atlchris.com/?p=828#comment-1150</guid>
		<description>I&#039;m getting this error when running the s3sync script:

./s3config.rb:20: undefined method `each_pair&#039; for # (NoMethodError)
	from ./s3config.rb:17:in `each&#039;
	from ./s3config.rb:17
	from /s3sync/s3sync.rb:28:in `require&#039;
	from /s3sync/s3sync.rb:28

Anyone have similar issues, or any clues? The server is running Ruby 1.8.5.</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting this error when running the s3sync script:</p>
<p>./s3config.rb:20: undefined method `each_pair&#8217; for # (NoMethodError)<br />
	from ./s3config.rb:17:in `each&#8217;<br />
	from ./s3config.rb:17<br />
	from /s3sync/s3sync.rb:28:in `require&#8217;<br />
	from /s3sync/s3sync.rb:28</p>
<p>Anyone have similar issues, or any clues? The server is running Ruby 1.8.5.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Hurst</title>
		<link>http://atlchris.com/828/how-to-backup-your-website-to-amazon-s3-automatically/#comment-1149</link>
		<dc:creator>Steve Hurst</dc:creator>
		<pubDate>Thu, 07 Oct 2010 00:19:09 +0000</pubDate>
		<guid isPermaLink="false">http://atlchris.com/?p=828#comment-1149</guid>
		<description>Nevermind, I guess I needed to CHMOD it 755.</description>
		<content:encoded><![CDATA[<p>Nevermind, I guess I needed to CHMOD it 755.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Hurst</title>
		<link>http://atlchris.com/828/how-to-backup-your-website-to-amazon-s3-automatically/#comment-1148</link>
		<dc:creator>Steve Hurst</dc:creator>
		<pubDate>Thu, 07 Oct 2010 00:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://atlchris.com/?p=828#comment-1148</guid>
		<description>I&#039;m getting a &quot;Permission denied&quot; when I try to run my backupscript on an MT DV3.5 server.

[root@server s3sync]# ./backupscript
-bash: ./backupscript: Permission denied

Does anyone know why that might be?</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting a &#8220;Permission denied&#8221; when I try to run my backupscript on an MT DV3.5 server.</p>
<p>[root@server s3sync]# ./backupscript<br />
-bash: ./backupscript: Permission denied</p>
<p>Does anyone know why that might be?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

