<?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: Rsync to S3</title>
	<atom:link href="http://alexking.org/blog/2006/12/04/rsync-to-s3/feed" rel="self" type="application/rss+xml" />
	<link>http://alexking.org/blog/2006/12/04/rsync-to-s3</link>
	<description>Alex King, Denver Web Developer</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:45:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jayant</title>
		<link>http://alexking.org/blog/2006/12/04/rsync-to-s3#comment-143724</link>
		<dc:creator>Jayant</dc:creator>
		<pubDate>Thu, 28 Oct 2010 04:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2006/12/04/rsync-to-s3#comment-143724</guid>
		<description>I&#039;ve had a bad experience trying to use s3rsync.
They dont publish details of their how to use th service upfront - you get that only when you pay up. And then because of the way they&#039;ve setup their command line, you&#039;re basically limited to use the service only if you&#039;re running a full blown linux box where you are the admin and have root access to setup things to work with their service. That rules out any appliances, nas boxes or other sytems connecting to their service. Unfortunately, to top it off, customer support is not very responsive. They also claim not to get an email if you write to them via the contact form on their own website! Wonder why its there.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve had a bad experience trying to use s3rsync.<br />
They dont publish details of their how to use th service upfront &#8211; you get that only when you pay up. And then because of the way they&#8217;ve setup their command line, you&#8217;re basically limited to use the service only if you&#8217;re running a full blown linux box where you are the admin and have root access to setup things to work with their service. That rules out any appliances, nas boxes or other sytems connecting to their service. Unfortunately, to top it off, customer support is not very responsive. They also claim not to get an email if you write to them via the contact form on their own website! Wonder why its there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe</title>
		<link>http://alexking.org/blog/2006/12/04/rsync-to-s3#comment-63852</link>
		<dc:creator>Philippe</dc:creator>
		<pubDate>Fri, 11 Jul 2008 13:25:10 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2006/12/04/rsync-to-s3#comment-63852</guid>
		<description>s3rsync.com works quite reliably and it is true rsync. See my post for details: http://www.niquille.com/2008/06/15/amazon-s3-tripple-encrypted-true-rsync-backup/</description>
		<content:encoded><![CDATA[<p>s3rsync.com works quite reliably and it is true rsync. See my post for details: <a href="http://www.niquille.com/2008/06/15/amazon-s3-tripple-encrypted-true-rsync-backup/" rel="nofollow">http://www.niquille.[...]sync-backup/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seth</title>
		<link>http://alexking.org/blog/2006/12/04/rsync-to-s3#comment-63219</link>
		<dc:creator>seth</dc:creator>
		<pubDate>Thu, 29 May 2008 23:20:51 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2006/12/04/rsync-to-s3#comment-63219</guid>
		<description>@addady: --inplace *is* required for S3. it is because the underlying storage does not actually support move. The webdav abstraction (as pointed out - arrogantly :) - before) sort of hides this problem. But omitting --inplace would get you to upload the file *twice* - see the proper doc by JungleDisk

@Michaelb: i suppose that you *do* have access to the data you want to up-and-store at e.g. S3? In that case: no root access is required to run the linux commandline version of jungledisk (just single binaries. Obvious dependencies: libz, libm, libgcc, libpthread - nothing out of the ordinary. I say: download and have at it!)</description>
		<content:encoded><![CDATA[<p>@addady: &#8211;inplace *is* required for S3. it is because the underlying storage does not actually support move. The webdav abstraction (as pointed out &#8211; arrogantly <img src='http://alexking.org/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  &#8211; before) sort of hides this problem. But omitting &#8211;inplace would get you to upload the file *twice* &#8211; see the proper doc by JungleDisk</p>
<p>@Michaelb: i suppose that you *do* have access to the data you want to up-and-store at e.g. S3? In that case: no root access is required to run the linux commandline version of jungledisk (just single binaries. Obvious dependencies: libz, libm, libgcc, libpthread &#8211; nothing out of the ordinary. I say: download and have at it!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan m</title>
		<link>http://alexking.org/blog/2006/12/04/rsync-to-s3#comment-62120</link>
		<dc:creator>Dan m</dc:creator>
		<pubDate>Sun, 23 Mar 2008 06:47:21 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2006/12/04/rsync-to-s3#comment-62120</guid>
		<description>Dose any one try s3rsync.com ?
They claim to provide full rsync on top of s3.
Is it read work?

Dan</description>
		<content:encoded><![CDATA[<p>Dose any one try s3rsync.com ?<br />
They claim to provide full rsync on top of s3.<br />
Is it read work?</p>
<p>Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: addady</title>
		<link>http://alexking.org/blog/2006/12/04/rsync-to-s3#comment-61744</link>
		<dc:creator>addady</dc:creator>
		<pubDate>Sun, 02 Mar 2008 13:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2006/12/04/rsync-to-s3#comment-61744</guid>
		<description>Using &quot;--inplace&quot; is a bad idea. It mean much more bandwidth and slower backup.

Form the rsync man page:
--inplace meaning that the rsync algorithm can&#039;t extract the full
amount of network reduction it might otherwise. 
This option is useful systems that are disk bound, not network bound.</description>
		<content:encoded><![CDATA[<p>Using &#8220;&#8211;inplace&#8221; is a bad idea. It mean much more bandwidth and slower backup.</p>
<p>Form the rsync man page:<br />
&#8211;inplace meaning that the rsync algorithm can&#8217;t extract the full<br />
amount of network reduction it might otherwise.<br />
This option is useful systems that are disk bound, not network bound.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Price Tipping Point: S3 vs. Local &#124; alexking.org</title>
		<link>http://alexking.org/blog/2006/12/04/rsync-to-s3#comment-55622</link>
		<dc:creator>Price Tipping Point: S3 vs. Local &#124; alexking.org</dc:creator>
		<pubDate>Wed, 18 Apr 2007 18:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2006/12/04/rsync-to-s3#comment-55622</guid>
		<description>[...] excited about my recent experience backing up some critical files to Amazon S3, I asked Adam Tow if he&#8217;d considered using S3 for his photo backups. Adam and I have talked [...]</description>
		<content:encoded><![CDATA[<p>[...] excited about my recent experience backing up some critical files to Amazon S3, I asked Adam Tow if he&#8217;d considered using S3 for his photo backups. Adam and I have talked [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JungleDisk Tip &#124; alexking.org</title>
		<link>http://alexking.org/blog/2006/12/04/rsync-to-s3#comment-55621</link>
		<dc:creator>JungleDisk Tip &#124; alexking.org</dc:creator>
		<pubDate>Wed, 18 Apr 2007 18:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2006/12/04/rsync-to-s3#comment-55621</guid>
		<description>[...] you&#8217;re using JungleDisk on Mac OS X, double check that you&#8217;ve un-mounted (ejected) your JungleDisk volume [...]</description>
		<content:encoded><![CDATA[<p>[...] you&#8217;re using JungleDisk on Mac OS X, double check that you&#8217;ve un-mounted (ejected) your JungleDisk volume [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michaelb</title>
		<link>http://alexking.org/blog/2006/12/04/rsync-to-s3#comment-53853</link>
		<dc:creator>Michaelb</dc:creator>
		<pubDate>Sat, 06 Jan 2007 01:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2006/12/04/rsync-to-s3#comment-53853</guid>
		<description>My problem is I have almost 112 GB of files on a linux server in a datacenter that I don&#039;t have root access to that I want to get to my s3 bucket.  Downloading to home and then re-upping using JungleDisk would take ages and I haven&#039;t found any solution Googling yet.  Anyone have a script to use rsync to S3 via the CLI yet?</description>
		<content:encoded><![CDATA[<p>My problem is I have almost 112 GB of files on a linux server in a datacenter that I don&#8217;t have root access to that I want to get to my s3 bucket.  Downloading to home and then re-upping using JungleDisk would take ages and I haven&#8217;t found any solution Googling yet.  Anyone have a script to use rsync to S3 via the CLI yet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett</title>
		<link>http://alexking.org/blog/2006/12/04/rsync-to-s3#comment-53809</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Wed, 03 Jan 2007 04:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2006/12/04/rsync-to-s3#comment-53809</guid>
		<description>My arrangement:
- mirror local clone nightly using SuperDuper
- mirror clone over local network weekly with SuperDuper
- mirror local drive monthly using SuperDuper and transport off-site

Questionable and need to implement, but not certain how:
- mySQL dumps to S3 on remote Unix hosted server (websites, etc.)
- rsync to S3 How?
- rotational backups using S3 with possibly rsync</description>
		<content:encoded><![CDATA[<p>My arrangement:<br />
- mirror local clone nightly using SuperDuper<br />
- mirror clone over local network weekly with SuperDuper<br />
- mirror local drive monthly using SuperDuper and transport off-site</p>
<p>Questionable and need to implement, but not certain how:<br />
- mySQL dumps to S3 on remote Unix hosted server (websites, etc.)<br />
- rsync to S3 How?<br />
- rotational backups using S3 with possibly rsync</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Visser</title>
		<link>http://alexking.org/blog/2006/12/04/rsync-to-s3#comment-53678</link>
		<dc:creator>Michael Visser</dc:creator>
		<pubDate>Wed, 27 Dec 2006 12:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2006/12/04/rsync-to-s3#comment-53678</guid>
		<description>Cool tips, pity about the comments. I&#039;m throwing anything of value over FTP at the moment which is less than convenient.</description>
		<content:encoded><![CDATA[<p>Cool tips, pity about the comments. I&#8217;m throwing anything of value over FTP at the moment which is less than convenient.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://alexking.org/blog/2006/12/04/rsync-to-s3#comment-53589</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 20 Dec 2006 00:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2006/12/04/rsync-to-s3#comment-53589</guid>
		<description>Geof, tell us: when does Sergey learn to stop masquerading as a successful person by ceasing to be a condescending, petty asshole with an obvious inferiority complex?</description>
		<content:encoded><![CDATA[<p>Geof, tell us: when does Sergey learn to stop masquerading as a successful person by ceasing to be a condescending, petty asshole with an obvious inferiority complex?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geof F. Morris</title>
		<link>http://alexking.org/blog/2006/12/04/rsync-to-s3#comment-53346</link>
		<dc:creator>Geof F. Morris</dc:creator>
		<pubDate>Fri, 08 Dec 2006 23:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2006/12/04/rsync-to-s3#comment-53346</guid>
		<description>Sergey: When you find yourself in a hole, stop digging.  I would have chalked up your previous comments to being overly enthusiastic about being better than your competition, but now your non-apology just makes you look like an ass.

Like Alex, I&#039;m a Mac user and can&#039;t use your product, but you&#039;ve guaranteed that I won&#039;t use anything you do now.  I hardly think that I&#039;m the only person thinking the same thing right now.

I wish you the best in the future, and that involves learning when to keep your mouth shut---probably the most important lesson to learn in business.  [One I&#039;m still learning every day, in some small way.]</description>
		<content:encoded><![CDATA[<p>Sergey: When you find yourself in a hole, stop digging.  I would have chalked up your previous comments to being overly enthusiastic about being better than your competition, but now your non-apology just makes you look like an ass.</p>
<p>Like Alex, I&#8217;m a Mac user and can&#8217;t use your product, but you&#8217;ve guaranteed that I won&#8217;t use anything you do now.  I hardly think that I&#8217;m the only person thinking the same thing right now.</p>
<p>I wish you the best in the future, and that involves learning when to keep your mouth shut&#8212;probably the most important lesson to learn in business.  [One I'm still learning every day, in some small way.]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergey</title>
		<link>http://alexking.org/blog/2006/12/04/rsync-to-s3#comment-53340</link>
		<dc:creator>Sergey</dc:creator>
		<pubDate>Fri, 08 Dec 2006 17:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2006/12/04/rsync-to-s3#comment-53340</guid>
		<description>Alex, I agree my comments on JungleDisk were kinda arrogant, sorry about that, but the point holds true.</description>
		<content:encoded><![CDATA[<p>Alex, I agree my comments on JungleDisk were kinda arrogant, sorry about that, but the point holds true.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://alexking.org/blog/2006/12/04/rsync-to-s3#comment-53275</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 06 Dec 2006 19:02:42 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2006/12/04/rsync-to-s3#comment-53275</guid>
		<description>I looked at your app - it looks like it could be nice. If your Mac version was available maybe I&#039;d have used it. Since the Mac version isn&#039;t available, I found something else and I&#039;m quite happy with JungleDisk.

And may I add, disparaging your competition only serves to make you look low-brow and unprofessional.

Besides I don&#039;t need a versioned backup (that&#039;s what SVN is for), I need a current copy and a system (rsync) to only mirror the changed files.</description>
		<content:encoded><![CDATA[<p>I looked at your app &#8211; it looks like it could be nice. If your Mac version was available maybe I&#8217;d have used it. Since the Mac version isn&#8217;t available, I found something else and I&#8217;m quite happy with JungleDisk.</p>
<p>And may I add, disparaging your competition only serves to make you look low-brow and unprofessional.</p>
<p>Besides I don&#8217;t need a versioned backup (that&#8217;s what SVN is for), I need a current copy and a system (rsync) to only mirror the changed files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergey</title>
		<link>http://alexking.org/blog/2006/12/04/rsync-to-s3#comment-53274</link>
		<dc:creator>Sergey</dc:creator>
		<pubDate>Wed, 06 Dec 2006 18:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2006/12/04/rsync-to-s3#comment-53274</guid>
		<description>There are better choices than rsync over jungledisk for, like my app: S3 Backup http://s3bk.com/ 

The point is that it&#039;s a backup solution only changed files are uploaded and such. There will also be an option for keeping multiple previous files too. It&#039;s really much neater than jungledisk because it doesn&#039;t hide the reality of what S3 is under webdav abstraction (which doesn&#039;t really fit)</description>
		<content:encoded><![CDATA[<p>There are better choices than rsync over jungledisk for, like my app: S3 Backup <a href="http://s3bk.com/" rel="nofollow">http://s3bk.com/</a> </p>
<p>The point is that it&#8217;s a backup solution only changed files are uploaded and such. There will also be an option for keeping multiple previous files too. It&#8217;s really much neater than jungledisk because it doesn&#8217;t hide the reality of what S3 is under webdav abstraction (which doesn&#8217;t really fit)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

