<?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 s3sync.</title>
	<atom:link href="http://blog.eberly.org/2006/10/09/how-automate-your-backup-to-amazon-s3-using-s3sync/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.eberly.org/2006/10/09/how-automate-your-backup-to-amazon-s3-using-s3sync/</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: Amazon S3 Backup script with encryption &#124; *.hosting</title>
		<link>http://blog.eberly.org/2006/10/09/how-automate-your-backup-to-amazon-s3-using-s3sync/comment-page-3/#comment-72525</link>
		<dc:creator>Amazon S3 Backup script with encryption &#124; *.hosting</dc:creator>
		<pubDate>Tue, 16 Feb 2010 20:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eberly.org/archive/how-automate-your-backup-to-amazon-s3-using-s3sync/#comment-72525</guid>
		<description>[...] are already a few guides that show you how to implement s3sync on your [...]</description>
		<content:encoded><![CDATA[<p>[...] are already a few guides that show you how to implement s3sync on your [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amedee Van Gasse</title>
		<link>http://blog.eberly.org/2006/10/09/how-automate-your-backup-to-amazon-s3-using-s3sync/comment-page-2/#comment-69676</link>
		<dc:creator>Amedee Van Gasse</dc:creator>
		<pubDate>Mon, 14 Dec 2009 10:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eberly.org/archive/how-automate-your-backup-to-amazon-s3-using-s3sync/#comment-69676</guid>
		<description>Great article!
I&#039;m going to adapt it a bit to my own needs, in combination with backup2l, and then I&#039;ll write a detailed article about it on my blog. That will be in Dutch.

I&#039;m also thinking about &quot;bouncing&quot; an EC2 server:
* start the EC2 server
* rsync from my machine to EC2
* copy the data from EC2 to S3
* shut down the EC2
Ideally it would take less than one hour to do this so it would only cost me a couple of cents per day (or per week) to run the EC2 and I could use the rsync protocol more efficiently.


By the way, you may want to delete some of the spam comments</description>
		<content:encoded><![CDATA[<p>Great article!<br />
I&#8217;m going to adapt it a bit to my own needs, in combination with backup2l, and then I&#8217;ll write a detailed article about it on my blog. That will be in Dutch.</p>
<p>I&#8217;m also thinking about &#8220;bouncing&#8221; an EC2 server:<br />
* start the EC2 server<br />
* rsync from my machine to EC2<br />
* copy the data from EC2 to S3<br />
* shut down the EC2<br />
Ideally it would take less than one hour to do this so it would only cost me a couple of cents per day (or per week) to run the EC2 and I could use the rsync protocol more efficiently.</p>
<p>By the way, you may want to delete some of the spam comments</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://blog.eberly.org/2006/10/09/how-automate-your-backup-to-amazon-s3-using-s3sync/comment-page-2/#comment-68608</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Tue, 24 Nov 2009 11:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eberly.org/archive/how-automate-your-backup-to-amazon-s3-using-s3sync/#comment-68608</guid>
		<description>Great article - thanks.

Just to note that, in order to get s3sync to work, I had to make a small change to my s3config.rb to get it to check for the s3config.yml file in the local directory, as follows:-
FROM: confpath = [&quot;#{ENV[&#039;S3CONF&#039;]}&quot;, &quot;#{ENV[&#039;HOME&#039;]}/.s3conf&quot;, &quot;/etc/s3conf&quot;]
TO:   confpath = [&quot;./&quot;, &quot;#{ENV[&#039;S3CONF&#039;]}&quot;, &quot;#{ENV[&#039;HOME&#039;]}/.s3conf&quot;, &quot;/etc/s3conf&quot;]

Hope this helps someone!</description>
		<content:encoded><![CDATA[<p>Great article &#8211; thanks.</p>
<p>Just to note that, in order to get s3sync to work, I had to make a small change to my s3config.rb to get it to check for the s3config.yml file in the local directory, as follows:-<br />
FROM: confpath = ["#{ENV['S3CONF']}&#8221;, &#8220;#{ENV['HOME']}/.s3conf&#8221;, &#8220;/etc/s3conf&#8221;]<br />
TO:   confpath = ["./", "#{ENV['S3CONF']}&#8221;, &#8220;#{ENV['HOME']}/.s3conf&#8221;, &#8220;/etc/s3conf&#8221;]</p>
<p>Hope this helps someone!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emre Akkas</title>
		<link>http://blog.eberly.org/2006/10/09/how-automate-your-backup-to-amazon-s3-using-s3sync/comment-page-2/#comment-68004</link>
		<dc:creator>Emre Akkas</dc:creator>
		<pubDate>Fri, 13 Nov 2009 19:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eberly.org/archive/how-automate-your-backup-to-amazon-s3-using-s3sync/#comment-68004</guid>
		<description>Thanks for the great post. I checked the s3sync readme as well but could not figure out how to monitor progress (I am not much of a Linux person). Is there a way to write the progress to a log file (what has been uploaded etc.)?</description>
		<content:encoded><![CDATA[<p>Thanks for the great post. I checked the s3sync readme as well but could not figure out how to monitor progress (I am not much of a Linux person). Is there a way to write the progress to a log file (what has been uploaded etc.)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Managing Amazon S3 Online Storage with S3sync &#171; Rforge</title>
		<link>http://blog.eberly.org/2006/10/09/how-automate-your-backup-to-amazon-s3-using-s3sync/comment-page-2/#comment-67240</link>
		<dc:creator>Managing Amazon S3 Online Storage with S3sync &#171; Rforge</dc:creator>
		<pubDate>Sat, 31 Oct 2009 22:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eberly.org/archive/how-automate-your-backup-to-amazon-s3-using-s3sync/#comment-67240</guid>
		<description>[...] John Eberly&#8217;s blog was an inspiration to get started. Follow the link to his excellent blog post. Possibly related posts: (automatically generated)Use Amazon S3 online storage as an extra harddisk with Googles s3fsManage Amazon S3 BucketsUsing the Directory Editor in EmacsUsing Amazon S3 via s3sync [...]</description>
		<content:encoded><![CDATA[<p>[...] John Eberly&#8217;s blog was an inspiration to get started. Follow the link to his excellent blog post. Possibly related posts: (automatically generated)Use Amazon S3 online storage as an extra harddisk with Googles s3fsManage Amazon S3 BucketsUsing the Directory Editor in EmacsUsing Amazon S3 via s3sync [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.eberly.org/2006/10/09/how-automate-your-backup-to-amazon-s3-using-s3sync/comment-page-2/#comment-65272</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 23 Sep 2009 17:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eberly.org/archive/how-automate-your-backup-to-amazon-s3-using-s3sync/#comment-65272</guid>
		<description>A high-frequency s3sync over a large number of files is costly in terms of LIST request.</description>
		<content:encoded><![CDATA[<p>A high-frequency s3sync over a large number of files is costly in terms of LIST request.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cheap Home Network Storage &#124; gtuhl: startup technology</title>
		<link>http://blog.eberly.org/2006/10/09/how-automate-your-backup-to-amazon-s3-using-s3sync/comment-page-2/#comment-60728</link>
		<dc:creator>Cheap Home Network Storage &#124; gtuhl: startup technology</dc:creator>
		<pubDate>Fri, 03 Jul 2009 11:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eberly.org/archive/how-automate-your-backup-to-amazon-s3-using-s3sync/#comment-60728</guid>
		<description>[...] Setup a backup script that pushes select important items up to s3 each week. I used s3sync to do this but you can use whatever you like. s3sync is straight forward and easy to use in command line scripts. Here is the s3sync site and here is a blog post that describes usage well. [...]</description>
		<content:encoded><![CDATA[<p>[...] Setup a backup script that pushes select important items up to s3 each week. I used s3sync to do this but you can use whatever you like. s3sync is straight forward and easy to use in command line scripts. Here is the s3sync site and here is a blog post that describes usage well. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-05-14 &#171; Where Is All This Leading To?</title>
		<link>http://blog.eberly.org/2006/10/09/how-automate-your-backup-to-amazon-s3-using-s3sync/comment-page-2/#comment-57357</link>
		<dc:creator>links for 2009-05-14 &#171; Where Is All This Leading To?</dc:creator>
		<pubDate>Fri, 15 May 2009 00:07:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eberly.org/archive/how-automate-your-backup-to-amazon-s3-using-s3sync/#comment-57357</guid>
		<description>[...] John Eberly » How I automated my backups to Amazon S3 using s3sync. (tags: webservices amazons3 amazon ec2 s3 backups admin reference sysadmin backup rsync sync aws automation ruby data server mac tools tutorial blog article software howto online todo storage ubuntu linux s3sync) [...]</description>
		<content:encoded><![CDATA[<p>[...] John Eberly » How I automated my backups to Amazon S3 using s3sync. (tags: webservices amazons3 amazon ec2 s3 backups admin reference sysadmin backup rsync sync aws automation ruby data server mac tools tutorial blog article software howto online todo storage ubuntu linux s3sync) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amazon S3 &#124; I-Tek</title>
		<link>http://blog.eberly.org/2006/10/09/how-automate-your-backup-to-amazon-s3-using-s3sync/comment-page-2/#comment-56233</link>
		<dc:creator>Amazon S3 &#124; I-Tek</dc:creator>
		<pubDate>Wed, 29 Apr 2009 15:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eberly.org/archive/how-automate-your-backup-to-amazon-s3-using-s3sync/#comment-56233</guid>
		<description>[...] How I automated my backups to Amazon S3 using s3sync   Dit was geschreven door Herman. Geplaatst op dinsdag, 28 april 2009, at 21:15. Opgeslagen onder WebTek. Tagged Blog, internet, mobiel, sync, toepassing, web 2.0, WordPress. Bookmark de permalink. Volg commentaar via de RSS feed. Plaats een reactie of plaats een trackback. [...]</description>
		<content:encoded><![CDATA[<p>[...] How I automated my backups to Amazon S3 using s3sync   Dit was geschreven door Herman. Geplaatst op dinsdag, 28 april 2009, at 21:15. Opgeslagen onder WebTek. Tagged Blog, internet, mobiel, sync, toepassing, web 2.0, WordPress. Bookmark de permalink. Volg commentaar via de RSS feed. Plaats een reactie of plaats een trackback. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: svittal</title>
		<link>http://blog.eberly.org/2006/10/09/how-automate-your-backup-to-amazon-s3-using-s3sync/comment-page-2/#comment-56092</link>
		<dc:creator>svittal</dc:creator>
		<pubDate>Mon, 27 Apr 2009 17:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eberly.org/archive/how-automate-your-backup-to-amazon-s3-using-s3sync/#comment-56092</guid>
		<description>I&#039;m trying to sync /var/log to S3.
There are few files in /var log which belong to &#039;syslog.adm&#039;
I see files owned by root.root is begin transferred without any problem. files owned by syslog.adm is not moved.

any idea why?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to sync /var/log to S3.<br />
There are few files in /var log which belong to &#8217;syslog.adm&#8217;<br />
I see files owned by root.root is begin transferred without any problem. files owned by syslog.adm is not moved.</p>
<p>any idea why?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
