<?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: secure copy with failover &#8211; rsync &#038; ssh	</title>
	<atom:link href="https://logs.paulooi.com/secure-copy-with-failover-rsync-ssh.php/feed" rel="self" type="application/rss+xml" />
	<link>https://logs.paulooi.com/secure-copy-with-failover-rsync-ssh.php</link>
	<description>Systems Admin, Web Development and etc</description>
	<lastBuildDate>Tue, 25 Jan 2011 09:00:07 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: mymac		</title>
		<link>https://logs.paulooi.com/secure-copy-with-failover-rsync-ssh.php/comment-page-1#comment-65067</link>

		<dc:creator><![CDATA[mymac]]></dc:creator>
		<pubDate>Mon, 31 Mar 2008 07:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://systems.takizo.com/2008/03/28/secure-copy-with-failover-rsync-ssh/#comment-65067</guid>

					<description><![CDATA[hey dude, thanks for the tips. much enlightenment!]]></description>
			<content:encoded><![CDATA[<p>hey dude, thanks for the tips. much enlightenment!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: spoonfork		</title>
		<link>https://logs.paulooi.com/secure-copy-with-failover-rsync-ssh.php/comment-page-1#comment-65032</link>

		<dc:creator><![CDATA[spoonfork]]></dc:creator>
		<pubDate>Fri, 28 Mar 2008 16:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://systems.takizo.com/2008/03/28/secure-copy-with-failover-rsync-ssh/#comment-65032</guid>

					<description><![CDATA[Should be a double dash (----inplace and ----progress). I also use -z to compress the files for network transfers.]]></description>
			<content:encoded><![CDATA[<p>Should be a double dash (&#8212;-inplace and &#8212;-progress). I also use -z to compress the files for network transfers.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: spoonfork		</title>
		<link>https://logs.paulooi.com/secure-copy-with-failover-rsync-ssh.php/comment-page-1#comment-65031</link>

		<dc:creator><![CDATA[spoonfork]]></dc:creator>
		<pubDate>Fri, 28 Mar 2008 16:45:36 +0000</pubDate>
		<guid isPermaLink="false">http://systems.takizo.com/2008/03/28/secure-copy-with-failover-rsync-ssh/#comment-65031</guid>

					<description><![CDATA[No quite. When rsync copies the file, it will create a temporary file in the destination. The file name begins with a &#039;.&#039;. For example, paulishandsome.iso will be .paulishansome.iso.78qwda. The file will be renamed to paulishansome.iso AFTER it finished transfering. If the file is large, and the connection break, the dot file will be removed, and you have to start all over again. You need to use --inplace so that rsync will not create the temporary file; instead it will write the file immediately to disk and you can safely resume after a broken connection.]]></description>
			<content:encoded><![CDATA[<p>No quite. When rsync copies the file, it will create a temporary file in the destination. The file name begins with a &#8216;.&#8217;. For example, paulishandsome.iso will be .paulishansome.iso.78qwda. The file will be renamed to paulishansome.iso AFTER it finished transfering. If the file is large, and the connection break, the dot file will be removed, and you have to start all over again. You need to use &#8211;inplace so that rsync will not create the temporary file; instead it will write the file immediately to disk and you can safely resume after a broken connection.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
