<?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"
	>
<channel>
	<title>Comments on: Create custom backups from your website using cURL</title>
	<atom:link href="http://www.web-development-blog.com/archives/create-custom-backups-from-your-website-using-curl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.web-development-blog.com/archives/create-custom-backups-from-your-website-using-curl/</link>
	<description>Web development tutorials, SEO articles and PHP script resources</description>
	<pubDate>Sat, 22 Nov 2008 03:06:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/create-custom-backups-from-your-website-using-curl/#comment-107837</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Fri, 29 Aug 2008 13:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/create-custom-backups-from-your-website-using-curl/#comment-107837</guid>
		<description>Gurpreet Singh,

I don't know, is there some information on the cURL website? and do you checked the php manual?</description>
		<content:encoded><![CDATA[<p>Gurpreet Singh,</p>
<p>I don&#8217;t know, is there some information on the cURL website? and do you checked the php manual?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gurpreet Singh</title>
		<link>http://www.web-development-blog.com/archives/create-custom-backups-from-your-website-using-curl/#comment-107835</link>
		<dc:creator>Gurpreet Singh</dc:creator>
		<pubDate>Fri, 29 Aug 2008 13:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/create-custom-backups-from-your-website-using-curl/#comment-107835</guid>
		<description>Hello,

   Thanks for creating and sharing such a brilliant and helpful article. 

   My situation is that I am creating an application for my client, through which he can upload hi website directory to a remote server. I have used your code in building the application. 

   While testing I came to know that the code is working on only a specific version of CURL. If the CURL version is 7.10, then it doesn't work. But if the version is 7.17, then the files are uploaded. 

  My client is having different web servers to host his websites. And the version of CURL is not the same on each one of them.   

  Can you throw some light on it, as how to make it version independent?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>   Thanks for creating and sharing such a brilliant and helpful article. </p>
<p>   My situation is that I am creating an application for my client, through which he can upload hi website directory to a remote server. I have used your code in building the application. </p>
<p>   While testing I came to know that the code is working on only a specific version of CURL. If the CURL version is 7.10, then it doesn&#8217;t work. But if the version is 7.17, then the files are uploaded. </p>
<p>  My client is having different web servers to host his websites. And the version of CURL is not the same on each one of them.   </p>
<p>  Can you throw some light on it, as how to make it version independent?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shafaat Awan</title>
		<link>http://www.web-development-blog.com/archives/create-custom-backups-from-your-website-using-curl/#comment-107607</link>
		<dc:creator>Shafaat Awan</dc:creator>
		<pubDate>Wed, 27 Aug 2008 20:41:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/create-custom-backups-from-your-website-using-curl/#comment-107607</guid>
		<description>Though DB backup can be taken from web control panel, but this can be in help full in different situations.

Thanks for sharing this.</description>
		<content:encoded><![CDATA[<p>Though DB backup can be taken from web control panel, but this can be in help full in different situations.</p>
<p>Thanks for sharing this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/create-custom-backups-from-your-website-using-curl/#comment-106078</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Wed, 20 Aug 2008 15:12:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/create-custom-backups-from-your-website-using-curl/#comment-106078</guid>
		<description>Hi Matt,

creating (bigger) zips takes much more server resources...

if my directadmin server is processing the backups the server becomes very slow...</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>creating (bigger) zips takes much more server resources&#8230;</p>
<p>if my directadmin server is processing the backups the server becomes very slow&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.web-development-blog.com/archives/create-custom-backups-from-your-website-using-curl/#comment-106075</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 20 Aug 2008 15:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/create-custom-backups-from-your-website-using-curl/#comment-106075</guid>
		<description>Well if you are worried about a high server load due to multiple cURL connections, why not write a script that compresses the files into a zip first, then it could move the zip over to the backup server. You could even name the zip with a time stamp so u have various backup versions on your backup server.</description>
		<content:encoded><![CDATA[<p>Well if you are worried about a high server load due to multiple cURL connections, why not write a script that compresses the files into a zip first, then it could move the zip over to the backup server. You could even name the zip with a time stamp so u have various backup versions on your backup server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/create-custom-backups-from-your-website-using-curl/#comment-104077</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Thu, 07 Aug 2008 10:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/create-custom-backups-from-your-website-using-curl/#comment-104077</guid>
		<description>...oeps, I forgot to upload the file. It's fixed right now!</description>
		<content:encoded><![CDATA[<p>&#8230;oeps, I forgot to upload the file. It&#8217;s fixed right now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gurpreet Singh</title>
		<link>http://www.web-development-blog.com/archives/create-custom-backups-from-your-website-using-curl/#comment-104076</link>
		<dc:creator>Gurpreet Singh</dc:creator>
		<pubDate>Thu, 07 Aug 2008 10:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/create-custom-backups-from-your-website-using-curl/#comment-104076</guid>
		<description>The link to the zip file id not working anymore. I need to download the code. Can you please tell me where can I find the code?</description>
		<content:encoded><![CDATA[<p>The link to the zip file id not working anymore. I need to download the code. Can you please tell me where can I find the code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/create-custom-backups-from-your-website-using-curl/#comment-103432</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Tue, 05 Aug 2008 05:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/create-custom-backups-from-your-website-using-curl/#comment-103432</guid>
		<description>@corbyboy,

you're absolutely right, bad enough that the php curl extension is so limited. The curl lib you can use via the command line has much more features. For example you can upload multiple files with one connection ;)</description>
		<content:encoded><![CDATA[<p>@corbyboy,</p>
<p>you&#8217;re absolutely right, bad enough that the php curl extension is so limited. The curl lib you can use via the command line has much more features. For example you can upload multiple files with one connection <img src='http://www.web-development-blog.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: corbyboy</title>
		<link>http://www.web-development-blog.com/archives/create-custom-backups-from-your-website-using-curl/#comment-103391</link>
		<dc:creator>corbyboy</dc:creator>
		<pubDate>Mon, 04 Aug 2008 23:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/create-custom-backups-from-your-website-using-curl/#comment-103391</guid>
		<description>Great article.
In my opinion, cURL is one of the most under-appreciated features of PHP. It is so powerful.</description>
		<content:encoded><![CDATA[<p>Great article.<br />
In my opinion, cURL is one of the most under-appreciated features of PHP. It is so powerful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Realizar backups desde cURL : Notitodo</title>
		<link>http://www.web-development-blog.com/archives/create-custom-backups-from-your-website-using-curl/#comment-102316</link>
		<dc:creator>Realizar backups desde cURL : Notitodo</dc:creator>
		<pubDate>Thu, 31 Jul 2008 14:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/create-custom-backups-from-your-website-using-curl/#comment-102316</guid>
		<description>[...] Create custom backups from your website using cURL [...]</description>
		<content:encoded><![CDATA[<p>[...] Create custom backups from your website using cURL [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
