<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: FileSyncTask: Using Phing to synchronize files and directories</title>
	<atom:link href="http://blog.fedecarg.com/2008/07/21/filesynctask-using-phing-to-synchronize-files-and-directories/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fedecarg.com/2008/07/21/filesynctask-using-phing-to-synchronize-files-and-directories/</link>
	<description>Simple is better than complex. Complex is better than complicated. &#124; @fedecarg</description>
	<lastBuildDate>Mon, 06 Feb 2012 14:38:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: IO</title>
		<link>http://blog.fedecarg.com/2008/07/21/filesynctask-using-phing-to-synchronize-files-and-directories/#comment-6833</link>
		<dc:creator><![CDATA[IO]]></dc:creator>
		<pubDate>Tue, 14 Sep 2010 15:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=323#comment-6833</guid>
		<description><![CDATA[Very usefull task, but a bit buggy.
  setRemoteShell bugfix.
  identityFile had a greater priority to RemoteShell.

Please merge from:
http://codepad.org/jlC0a1yV]]></description>
		<content:encoded><![CDATA[<p>Very usefull task, but a bit buggy.<br />
  setRemoteShell bugfix.<br />
  identityFile had a greater priority to RemoteShell.</p>
<p>Please merge from:<br />
<a href="http://codepad.org/jlC0a1yV" rel="nofollow">http://codepad.org/jlC0a1yV</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Federico</title>
		<link>http://blog.fedecarg.com/2008/07/21/filesynctask-using-phing-to-synchronize-files-and-directories/#comment-4533</link>
		<dc:creator><![CDATA[Federico]]></dc:creator>
		<pubDate>Fri, 18 Sep 2009 08:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=323#comment-4533</guid>
		<description><![CDATA[Yes, I never thought of that to be honest :)]]></description>
		<content:encoded><![CDATA[<p>Yes, I never thought of that to be honest :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://blog.fedecarg.com/2008/07/21/filesynctask-using-phing-to-synchronize-files-and-directories/#comment-4531</link>
		<dc:creator><![CDATA[dave]]></dc:creator>
		<pubDate>Thu, 17 Sep 2009 16:57:22 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=323#comment-4531</guid>
		<description><![CDATA[Great Task!

What was the reasoning for using an external file to mark files for exclusion?

Can I not nest a FileList/FileSet within the sync element and use include/exclude?]]></description>
		<content:encoded><![CDATA[<p>Great Task!</p>
<p>What was the reasoning for using an external file to mark files for exclusion?</p>
<p>Can I not nest a FileList/FileSet within the sync element and use include/exclude?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dedicated user</title>
		<link>http://blog.fedecarg.com/2008/07/21/filesynctask-using-phing-to-synchronize-files-and-directories/#comment-4511</link>
		<dc:creator><![CDATA[dedicated user]]></dc:creator>
		<pubDate>Wed, 26 Aug 2009 12:57:11 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=323#comment-4511</guid>
		<description><![CDATA[Thanks for this extension to Phing. I use this one a lot. But have found a few things missing. 

1) Even though the extension displays an error message in  case that the rsync fails. But in cases where the phing command is run in the background, there is no way to ascertain whether the rsync completed successfully or not. A solution would be to send an email to the webmaster stating that the task fails along with the error code.

2) No option to choose individual files only. The task currently rsync&#039;s the whole folder stated as source. In some deployment cases there is a need to only push out some files instead of all the files in a folder. 
One solution would be is to use rsync&#039;s --include-from flag to only include the files mentioned in the sync.include file.]]></description>
		<content:encoded><![CDATA[<p>Thanks for this extension to Phing. I use this one a lot. But have found a few things missing. </p>
<p>1) Even though the extension displays an error message in  case that the rsync fails. But in cases where the phing command is run in the background, there is no way to ascertain whether the rsync completed successfully or not. A solution would be to send an email to the webmaster stating that the task fails along with the error code.</p>
<p>2) No option to choose individual files only. The task currently rsync&#8217;s the whole folder stated as source. In some deployment cases there is a need to only push out some files instead of all the files in a folder.<br />
One solution would be is to use rsync&#8217;s &#8211;include-from flag to only include the files mentioned in the sync.include file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juozas devBlog</title>
		<link>http://blog.fedecarg.com/2008/07/21/filesynctask-using-phing-to-synchronize-files-and-directories/#comment-2418</link>
		<dc:creator><![CDATA[Juozas devBlog]]></dc:creator>
		<pubDate>Fri, 27 Feb 2009 19:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=323#comment-2418</guid>
		<description><![CDATA[[...] blog has very nice article about remote files synchronization. Given FileSyncTask library uses rsync, console utility, which [...]]]></description>
		<content:encoded><![CDATA[<p>[...] blog has very nice article about remote files synchronization. Given FileSyncTask library uses rsync, console utility, which [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bonvga</title>
		<link>http://blog.fedecarg.com/2008/07/21/filesynctask-using-phing-to-synchronize-files-and-directories/#comment-1741</link>
		<dc:creator><![CDATA[bonvga]]></dc:creator>
		<pubDate>Wed, 24 Sep 2008 10:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=323#comment-1741</guid>
		<description><![CDATA[Thanks for this great plugin !]]></description>
		<content:encoded><![CDATA[<p>Thanks for this great plugin !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Federico</title>
		<link>http://blog.fedecarg.com/2008/07/21/filesynctask-using-phing-to-synchronize-files-and-directories/#comment-1404</link>
		<dc:creator><![CDATA[Federico]]></dc:creator>
		<pubDate>Fri, 29 Aug 2008 10:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=323#comment-1404</guid>
		<description><![CDATA[Very useful, thanks Adrian. 

Both patches have been added to the class. ]]></description>
		<content:encoded><![CDATA[<p>Very useful, thanks Adrian. </p>
<p>Both patches have been added to the class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://blog.fedecarg.com/2008/07/21/filesynctask-using-phing-to-synchronize-files-and-directories/#comment-1399</link>
		<dc:creator><![CDATA[Adrian]]></dc:creator>
		<pubDate>Thu, 28 Aug 2008 19:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=323#comment-1399</guid>
		<description><![CDATA[Federico,
I added functionality to use a ssh identity file.
In our situation we use a passwordless key for transfers.

patch: http://codepad.org/oFH1M4SI]]></description>
		<content:encoded><![CDATA[<p>Federico,<br />
I added functionality to use a ssh identity file.<br />
In our situation we use a passwordless key for transfers.</p>
<p>patch: <a href="http://codepad.org/oFH1M4SI" rel="nofollow">http://codepad.org/oFH1M4SI</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Federico</title>
		<link>http://blog.fedecarg.com/2008/07/21/filesynctask-using-phing-to-synchronize-files-and-directories/#comment-1331</link>
		<dc:creator><![CDATA[Federico]]></dc:creator>
		<pubDate>Tue, 19 Aug 2008 13:35:15 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=323#comment-1331</guid>
		<description><![CDATA[Good stuff, thanks for the patch Igor :)]]></description>
		<content:encoded><![CDATA[<p>Good stuff, thanks for the patch Igor :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor Milovanovic</title>
		<link>http://blog.fedecarg.com/2008/07/21/filesynctask-using-phing-to-synchronize-files-and-directories/#comment-1330</link>
		<dc:creator><![CDATA[Igor Milovanovic]]></dc:creator>
		<pubDate>Tue, 19 Aug 2008 12:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=323#comment-1330</guid>
		<description><![CDATA[Regarding returning messages instead of error codes, I just wrote a little patch for you. I hope You&#039;ll find it usefull...

http://codepad.org/re9QmhHU
]]></description>
		<content:encoded><![CDATA[<p>Regarding returning messages instead of error codes, I just wrote a little patch for you. I hope You&#8217;ll find it usefull&#8230;</p>
<p><a href="http://codepad.org/re9QmhHU" rel="nofollow">http://codepad.org/re9QmhHU</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

