<?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 I automated my backups to Amazon S3 using rsync and s3fs.</title>
	<atom:link href="http://blog.eberly.org/2008/10/27/how-i-automated-my-backups-to-amazon-s3-using-rsync/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.eberly.org/2008/10/27/how-i-automated-my-backups-to-amazon-s3-using-rsync/</link>
	<description></description>
	<lastBuildDate>Tue, 16 Feb 2010 20:36:41 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matt Wilson</title>
		<link>http://blog.eberly.org/2008/10/27/how-i-automated-my-backups-to-amazon-s3-using-rsync/comment-page-1/#comment-71584</link>
		<dc:creator>Matt Wilson</dc:creator>
		<pubDate>Mon, 25 Jan 2010 17:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eberly.org/?p=93#comment-71584</guid>
		<description>I realized Amazon announced a new pricing (or was there and I never noticed before) that charges for PUTs and GETs on your account. My question is that did anybody notice a huge bill because of using rsync?</description>
		<content:encoded><![CDATA[<p>I realized Amazon announced a new pricing (or was there and I never noticed before) that charges for PUTs and GETs on your account. My question is that did anybody notice a huge bill because of using rsync?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Wilson</title>
		<link>http://blog.eberly.org/2008/10/27/how-i-automated-my-backups-to-amazon-s3-using-rsync/comment-page-1/#comment-71583</link>
		<dc:creator>Matt Wilson</dc:creator>
		<pubDate>Mon, 25 Jan 2010 17:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eberly.org/?p=93#comment-71583</guid>
		<description>&lt;a href=&quot;#comment-60957&quot; rel=&quot;nofollow&quot;&gt;@Jacob&lt;/a&gt; 
I had same situation with my setup and I may not recommend doing what I did because I was just testing. I simply went on S3Fox and deleted nameholder for the empty folder name, then the real folder surfaced and now I can navigate through contents of it. So use it on your risk, possible test it first.</description>
		<content:encoded><![CDATA[<p><a href="#comment-60957" rel="nofollow">@Jacob</a><br />
I had same situation with my setup and I may not recommend doing what I did because I was just testing. I simply went on S3Fox and deleted nameholder for the empty folder name, then the real folder surfaced and now I can navigate through contents of it. So use it on your risk, possible test it first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ditching the custom wheel in backups - The Blog</title>
		<link>http://blog.eberly.org/2008/10/27/how-i-automated-my-backups-to-amazon-s3-using-rsync/comment-page-1/#comment-71207</link>
		<dc:creator>Ditching the custom wheel in backups - The Blog</dc:creator>
		<pubDate>Sat, 16 Jan 2010 11:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eberly.org/?p=93#comment-71207</guid>
		<description>[...] around for information on how other people were handling this.The PlanI came across a post from John Eberly discussing how he automates his backups to amazon s3. This looked like a good place to start but I [...]</description>
		<content:encoded><![CDATA[<p>[...] around for information on how other people were handling this.The PlanI came across a post from John Eberly discussing how he automates his backups to amazon s3. This looked like a good place to start but I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tnorup</title>
		<link>http://blog.eberly.org/2008/10/27/how-i-automated-my-backups-to-amazon-s3-using-rsync/comment-page-1/#comment-69207</link>
		<dc:creator>tnorup</dc:creator>
		<pubDate>Thu, 03 Dec 2009 21:45:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eberly.org/?p=93#comment-69207</guid>
		<description>When make&#039;ing s3fs on Ubuntu Karmic I got this error:

-------------------
Package fuse was not found in the pkg-config search path.
Perhaps you should add the directory containing `fuse.pc&#039;
to the PKG_CONFIG_PATH environment variable
No package &#039;fuse&#039; found
Package libcurl was not found in the pkg-config search path.
Perhaps you should add the directory containing `libcurl.pc&#039;
to the PKG_CONFIG_PATH environment variable
No package &#039;libcurl&#039; found
------------------------

The cure was:

apt-get install build-essential libcurl4-openssl-dev libxml2-dev libfuse-dev</description>
		<content:encoded><![CDATA[<p>When make&#8217;ing s3fs on Ubuntu Karmic I got this error:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Package fuse was not found in the pkg-config search path.<br />
Perhaps you should add the directory containing `fuse.pc&#8217;<br />
to the PKG_CONFIG_PATH environment variable<br />
No package &#8216;fuse&#8217; found<br />
Package libcurl was not found in the pkg-config search path.<br />
Perhaps you should add the directory containing `libcurl.pc&#8217;<br />
to the PKG_CONFIG_PATH environment variable<br />
No package &#8216;libcurl&#8217; found<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>The cure was:</p>
<p>apt-get install build-essential libcurl4-openssl-dev libxml2-dev libfuse-dev</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-11-05 &#171; Where Is All This Leading To?</title>
		<link>http://blog.eberly.org/2008/10/27/how-i-automated-my-backups-to-amazon-s3-using-rsync/comment-page-1/#comment-67537</link>
		<dc:creator>links for 2009-11-05 &#171; Where Is All This Leading To?</dc:creator>
		<pubDate>Fri, 06 Nov 2009 00:31:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eberly.org/?p=93#comment-67537</guid>
		<description>[...] John Eberly » How I automated my backups to Amazon S3 using rsync and s3fs. (tags: linux server webservices webservice amazons3 sync cloud mount aws fuse s3fs ubuntu sysadmin s3 amazon reference software tutorial storage backup rsync mac howto) [...]</description>
		<content:encoded><![CDATA[<p>[...] John Eberly » How I automated my backups to Amazon S3 using rsync and s3fs. (tags: linux server webservices webservice amazons3 sync cloud mount aws fuse s3fs ubuntu sysadmin s3 amazon reference software tutorial storage backup rsync mac howto) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://blog.eberly.org/2008/10/27/how-i-automated-my-backups-to-amazon-s3-using-rsync/comment-page-1/#comment-66592</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 23 Oct 2009 18:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eberly.org/?p=93#comment-66592</guid>
		<description>Got this working just fine. Thanks for the article!

I would like to know if anyone knows of a way to hit &quot;directories&quot; that are inside a bucket?</description>
		<content:encoded><![CDATA[<p>Got this working just fine. Thanks for the article!</p>
<p>I would like to know if anyone knows of a way to hit &#8220;directories&#8221; that are inside a bucket?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diagnosing a Linux problem &#124; Save every Moment,duh!</title>
		<link>http://blog.eberly.org/2008/10/27/how-i-automated-my-backups-to-amazon-s3-using-rsync/comment-page-1/#comment-64433</link>
		<dc:creator>Diagnosing a Linux problem &#124; Save every Moment,duh!</dc:creator>
		<pubDate>Wed, 09 Sep 2009 12:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eberly.org/?p=93#comment-64433</guid>
		<description>[...] was trying to backup my debian server using this s3fs script but apparently I forgot that the script needs fuse in the kernel. Since I just upgraded my kernel to [...]</description>
		<content:encoded><![CDATA[<p>[...] was trying to backup my debian server using this s3fs script but apparently I forgot that the script needs fuse in the kernel. Since I just upgraded my kernel to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://blog.eberly.org/2008/10/27/how-i-automated-my-backups-to-amazon-s3-using-rsync/comment-page-1/#comment-63680</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 21 Aug 2009 05:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eberly.org/?p=93#comment-63680</guid>
		<description>Want to learn a new way to backup the data to S3? Try CloudBerry Backup. It is powered by Amazon S3 reliable and cost efficient storage. If you want to take part in beta sign up on the website http://cloudberrydrive.com What safer place to keep your files than Amazon&#039;s servers?</description>
		<content:encoded><![CDATA[<p>Want to learn a new way to backup the data to S3? Try CloudBerry Backup. It is powered by Amazon S3 reliable and cost efficient storage. If you want to take part in beta sign up on the website <a href="http://cloudberrydrive.com" rel="nofollow">http://cloudberrydrive.com</a> What safer place to keep your files than Amazon&#8217;s servers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://blog.eberly.org/2008/10/27/how-i-automated-my-backups-to-amazon-s3-using-rsync/comment-page-1/#comment-63262</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Thu, 13 Aug 2009 02:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eberly.org/?p=93#comment-63262</guid>
		<description>Oh and a rename or move in the same file system does not normally move the data, only updates the directory information.</description>
		<content:encoded><![CDATA[<p>Oh and a rename or move in the same file system does not normally move the data, only updates the directory information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://blog.eberly.org/2008/10/27/how-i-automated-my-backups-to-amazon-s3-using-rsync/comment-page-1/#comment-63260</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Thu, 13 Aug 2009 02:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eberly.org/?p=93#comment-63260</guid>
		<description>Not really.  Normally it is MOVED and not copied the &#039;second&#039; time.  So only if it moves over to another file system, would it be copied.  And in S3, it looks like one single file system for all practical purposes.</description>
		<content:encoded><![CDATA[<p>Not really.  Normally it is MOVED and not copied the &#8217;second&#8217; time.  So only if it moves over to another file system, would it be copied.  And in S3, it looks like one single file system for all practical purposes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
