<?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: Low-latency continuous rsync</title>
	<atom:link href="http://www.danplanet.com/blog/2012/05/09/low-latency-continuous-rsync/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danplanet.com/blog/2012/05/09/low-latency-continuous-rsync/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=low-latency-continuous-rsync</link>
	<description>If they&#039;re not right...they&#039;re wrong</description>
	<lastBuildDate>Sun, 12 May 2013 18:41:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>By: Dan</title>
		<link>http://www.danplanet.com/blog/2012/05/09/low-latency-continuous-rsync/#comment-35736</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sun, 12 May 2013 18:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.danplanet.com/blog/?p=252#comment-35736</guid>
		<description><![CDATA[Nice, I&#039;ll have to check it out, thanks!]]></description>
		<content:encoded><![CDATA[<p>Nice, I&#8217;ll have to check it out, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Callum</title>
		<link>http://www.danplanet.com/blog/2012/05/09/low-latency-continuous-rsync/#comment-35723</link>
		<dc:creator>Callum</dc:creator>
		<pubDate>Sun, 12 May 2013 15:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.danplanet.com/blog/?p=252#comment-35723</guid>
		<description><![CDATA[Are you familiar with lsyncd? I think it might do exactly what you want but potentially more easily. It uses inotify or libnotify or something or other to watch a local directory, and then pushes changes every X seconds to a remote host. It&#039;s pretty powerful and can even be setup to sync mv commands with a remote ssh mv instead of rsync which can be expensive. It&#039;s fairly neat in theory, although I&#039;ve never used it in practice myself.]]></description>
		<content:encoded><![CDATA[<p>Are you familiar with lsyncd? I think it might do exactly what you want but potentially more easily. It uses inotify or libnotify or something or other to watch a local directory, and then pushes changes every X seconds to a remote host. It&#8217;s pretty powerful and can even be setup to sync mv commands with a remote ssh mv instead of rsync which can be expensive. It&#8217;s fairly neat in theory, although I&#8217;ve never used it in practice myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christof Schmitt</title>
		<link>http://www.danplanet.com/blog/2012/05/09/low-latency-continuous-rsync/#comment-10615</link>
		<dc:creator>Christof Schmitt</dc:creator>
		<pubDate>Mon, 25 Jun 2012 22:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.danplanet.com/blog/?p=252#comment-10615</guid>
		<description><![CDATA[This is a great approach. I had the same problem when editing code locally and testing the changes on a remote system. Thanks for sharing, i will give it a try.]]></description>
		<content:encoded><![CDATA[<p>This is a great approach. I had the same problem when editing code locally and testing the changes on a remote system. Thanks for sharing, i will give it a try.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
