<?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: FTP or Amazon S3 Server Backup PHP Script</title>
	<atom:link href="http://www.ericnagel.com/2009/05/ftp-or-amazon-s3-server-backup-php-script.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ericnagel.com/how-to-tips/ftp-or-amazon-s3-server-backup-php-script.html</link>
	<description>Affiliate Marketer - I make money, by making other companies money.</description>
	<lastBuildDate>Mon, 06 Feb 2012 17:08:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Eric Nagel</title>
		<link>http://www.ericnagel.com/how-to-tips/ftp-or-amazon-s3-server-backup-php-script.html/comment-page-1#comment-47228</link>
		<dc:creator>Eric Nagel</dc:creator>
		<pubDate>Fri, 26 Aug 2011 21:08:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericnagel.com/?p=834#comment-47228</guid>
		<description>hrm... not really sure. You&#039;d have to either dump the email from cpanel, automatically, or find where they&#039;re stored tar / gzip them in their native format.</description>
		<content:encoded><![CDATA[<p>hrm&#8230; not really sure. You&#8217;d have to either dump the email from cpanel, automatically, or find where they&#8217;re stored tar / gzip them in their native format.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guilliam</title>
		<link>http://www.ericnagel.com/how-to-tips/ftp-or-amazon-s3-server-backup-php-script.html/comment-page-1#comment-47165</link>
		<dc:creator>guilliam</dc:creator>
		<pubDate>Wed, 24 Aug 2011 09:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericnagel.com/?p=834#comment-47165</guid>
		<description>hello eric,

is there a way i can include the cpanel&#039;s email on my backup? thanks for this easy to newbie solution you shared.

- g</description>
		<content:encoded><![CDATA[<p>hello eric,</p>
<p>is there a way i can include the cpanel&#8217;s email on my backup? thanks for this easy to newbie solution you shared.</p>
<p>- g</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos</title>
		<link>http://www.ericnagel.com/how-to-tips/ftp-or-amazon-s3-server-backup-php-script.html/comment-page-1#comment-42661</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Sun, 13 Feb 2011 01:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericnagel.com/?p=834#comment-42661</guid>
		<description>Thank you friend, Worked perfect! 

For make a backup from Linux server, I made this changes:

First, I changed the original values in $mysql_server, $mysql_username $mysql_password.

Before, change the path (original from plesk), for the path in linux server:

$workingDir        =    &#039;/home/myusername/&#039;;  

I downloaded the S3 Class file (S3.php) from http://undesigned.org.za/2007/10/22/amazon-s3-php-class  with the version  (0.4.0 - 20th Jul 2009)

And I put the file in a new folder in public_html/backupfiles/s3.php

And later:

include(&#039;backupfiles/s3.php&#039;); 

And Done!

Obviously I´m a newbie user. But I´m secure that this information will be useful for another user.</description>
		<content:encoded><![CDATA[<p>Thank you friend, Worked perfect! </p>
<p>For make a backup from Linux server, I made this changes:</p>
<p>First, I changed the original values in $mysql_server, $mysql_username $mysql_password.</p>
<p>Before, change the path (original from plesk), for the path in linux server:</p>
<p>$workingDir        =    &#8216;/home/myusername/&#8217;;  </p>
<p>I downloaded the S3 Class file (S3.php) from <a href="http://undesigned.org.za/2007/10/22/amazon-s3-php-class" rel="nofollow">http://undesigned.org.za/2007/10/22/amazon-s3-php-class</a>  with the version  (0.4.0 &#8211; 20th Jul 2009)</p>
<p>And I put the file in a new folder in public_html/backupfiles/s3.php</p>
<p>And later:</p>
<p>include(&#8216;backupfiles/s3.php&#8217;); </p>
<p>And Done!</p>
<p>Obviously I´m a newbie user. But I´m secure that this information will be useful for another user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brade</title>
		<link>http://www.ericnagel.com/how-to-tips/ftp-or-amazon-s3-server-backup-php-script.html/comment-page-1#comment-40135</link>
		<dc:creator>Brade</dc:creator>
		<pubDate>Tue, 24 Aug 2010 21:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericnagel.com/?p=834#comment-40135</guid>
		<description>Just an FYI, I tried Jordi&#039;s script, and it worked great for DB&#039;s but slowed our server way down during the actual web directory back-ups. I&#039;ve since found that JungleDisk now has a server-specific version, which I personally have installed on our server, and it works really great: https://www.jungledisk.com/business/server/features/

$5 a month + .15 per GB (1st 10 GB are free), so still a pretty cheap solution. Has functions to automate recovery, etc. as well, and much less resource intensive during the backup.</description>
		<content:encoded><![CDATA[<p>Just an FYI, I tried Jordi&#8217;s script, and it worked great for DB&#8217;s but slowed our server way down during the actual web directory back-ups. I&#8217;ve since found that JungleDisk now has a server-specific version, which I personally have installed on our server, and it works really great: <a href="https://www.jungledisk.com/business/server/features/" rel="nofollow">https://www.jungledisk.com/business/server/features/</a></p>
<p>$5 a month + .15 per GB (1st 10 GB are free), so still a pretty cheap solution. Has functions to automate recovery, etc. as well, and much less resource intensive during the backup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam J</title>
		<link>http://www.ericnagel.com/how-to-tips/ftp-or-amazon-s3-server-backup-php-script.html/comment-page-1#comment-39259</link>
		<dc:creator>Adam J</dc:creator>
		<pubDate>Thu, 01 Apr 2010 12:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericnagel.com/?p=834#comment-39259</guid>
		<description>Hi Eric,

I use plesk as well and recreating and having to re-enter all those settings would take me a long time as I have many domains and email accounts.</description>
		<content:encoded><![CDATA[<p>Hi Eric,</p>
<p>I use plesk as well and recreating and having to re-enter all those settings would take me a long time as I have many domains and email accounts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Nagel</title>
		<link>http://www.ericnagel.com/how-to-tips/ftp-or-amazon-s3-server-backup-php-script.html/comment-page-1#comment-39258</link>
		<dc:creator>Eric Nagel</dc:creator>
		<pubDate>Thu, 01 Apr 2010 12:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericnagel.com/?p=834#comment-39258</guid>
		<description>Hi Adam - no, it does not. Also, Plesk is not required... this script will backup just about any configuration (I just happen to have &amp; use Plesk)</description>
		<content:encoded><![CDATA[<p>Hi Adam &#8211; no, it does not. Also, Plesk is not required&#8230; this script will backup just about any configuration (I just happen to have &#038; use Plesk)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam J</title>
		<link>http://www.ericnagel.com/how-to-tips/ftp-or-amazon-s3-server-backup-php-script.html/comment-page-1#comment-39257</link>
		<dc:creator>Adam J</dc:creator>
		<pubDate>Thu, 01 Apr 2010 12:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericnagel.com/?p=834#comment-39257</guid>
		<description>Does this back up the plesk settings?
i.e. dns/ ssl certs/ email accounts etc?</description>
		<content:encoded><![CDATA[<p>Does this back up the plesk settings?<br />
i.e. dns/ ssl certs/ email accounts etc?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Backup Your WordPress Installation Easily &#124; HighEdWebTech</title>
		<link>http://www.ericnagel.com/how-to-tips/ftp-or-amazon-s3-server-backup-php-script.html/comment-page-1#comment-39254</link>
		<dc:creator>Backup Your WordPress Installation Easily &#124; HighEdWebTech</dc:creator>
		<pubDate>Wed, 31 Mar 2010 17:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericnagel.com/?p=834#comment-39254</guid>
		<description>[...] the faint of heart, or those not comfortable with working in a Linux/Unix command line environment. This script by Eric Nagel grabs your databases (not just Wordpress, any of them you want), your web directories [...]</description>
		<content:encoded><![CDATA[<p>[...] the faint of heart, or those not comfortable with working in a Linux/Unix command line environment. This script by Eric Nagel grabs your databases (not just WordPress, any of them you want), your web directories [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Nagel</title>
		<link>http://www.ericnagel.com/how-to-tips/ftp-or-amazon-s3-server-backup-php-script.html/comment-page-1#comment-36003</link>
		<dc:creator>Eric Nagel</dc:creator>
		<pubDate>Thu, 07 Jan 2010 16:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericnagel.com/?p=834#comment-36003</guid>
		<description>Nice job, Jordi! Thanks for not only improving on the backup script, but giving it away, too!

@Niro - take a look at what Jordi did, and you should be able to backup your server now</description>
		<content:encoded><![CDATA[<p>Nice job, Jordi! Thanks for not only improving on the backup script, but giving it away, too!</p>
<p>@Niro &#8211; take a look at what Jordi did, and you should be able to backup your server now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordi</title>
		<link>http://www.ericnagel.com/how-to-tips/ftp-or-amazon-s3-server-backup-php-script.html/comment-page-1#comment-36001</link>
		<dc:creator>Jordi</dc:creator>
		<pubDate>Thu, 07 Jan 2010 15:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericnagel.com/?p=834#comment-36001</guid>
		<description>I wrote a new version which fixed my large file problems and the timeout issue. Hopefully this will fix your problem too Niro, or anyone else that stumbles on the same issues :)

http://www.jor-on.com/blog/2010/01/07/php-amazons3-ftp-server-backup-script

My server is backing up again, I feel much saver now hahaha :D</description>
		<content:encoded><![CDATA[<p>I wrote a new version which fixed my large file problems and the timeout issue. Hopefully this will fix your problem too Niro, or anyone else that stumbles on the same issues <img src='http://www.ericnagel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.jor-on.com/blog/2010/01/07/php-amazons3-ftp-server-backup-script" rel="nofollow">http://www.jor-on.com/blog/2010/01/07/php-amazons3-ftp-server-backup-script</a></p>
<p>My server is backing up again, I feel much saver now hahaha <img src='http://www.ericnagel.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

