<?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: Script to backup your server to FTP or Amazon S3 with PHP</title>
	<atom:link href="http://www.jor-on.com/blog/2010/01/07/php-amazons3-ftp-server-backup-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jor-on.com/blog/2010/01/07/php-amazons3-ftp-server-backup-script/</link>
	<description>Designer &#38; Developer</description>
	<pubDate>Sat, 04 Feb 2012 14:44:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tom</title>
		<link>http://www.jor-on.com/blog/2010/01/07/php-amazons3-ftp-server-backup-script/comment-page-1/#comment-845</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Fri, 27 Aug 2010 21:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.jor-on.com/blog/?p=371#comment-845</guid>
		<description>Love what you've done, but need a little assistance.  When I put your PHP script and the Class file on my server, I edited where needed... secret, dir, etc... and ran the script.  It went through and archived all the web directories as expected and placed them in the temp directory I created.

Here's what it didn't do:  No upload to Amazon S3

So, I ran the script again, and got the following error...

Warning: S3::putObject(): [NoSuchBucket] The specified bucket does not exist in /usr/local/bin/s3.class.php on line 358

Any thoughts?</description>
		<content:encoded><![CDATA[<p>Love what you&#8217;ve done, but need a little assistance.  When I put your PHP script and the Class file on my server, I edited where needed&#8230; secret, dir, etc&#8230; and ran the script.  It went through and archived all the web directories as expected and placed them in the temp directory I created.</p>
<p>Here&#8217;s what it didn&#8217;t do:  No upload to Amazon S3</p>
<p>So, I ran the script again, and got the following error&#8230;</p>
<p>Warning: S3::putObject(): [NoSuchBucket] The specified bucket does not exist in /usr/local/bin/s3.class.php on line 358</p>
<p>Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brade</title>
		<link>http://www.jor-on.com/blog/2010/01/07/php-amazons3-ftp-server-backup-script/comment-page-1/#comment-844</link>
		<dc:creator>Brade</dc:creator>
		<pubDate>Tue, 24 Aug 2010 21:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.jor-on.com/blog/?p=371#comment-844</guid>
		<description>Also as an FYI, as cool as this script is, it looks like JungleDisk now has a server-specific edition which I have installed, and it works 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>Also as an FYI, as cool as this script is, it looks like JungleDisk now has a server-specific edition which I have installed, and it works 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: Brade</title>
		<link>http://www.jor-on.com/blog/2010/01/07/php-amazons3-ftp-server-backup-script/comment-page-1/#comment-843</link>
		<dc:creator>Brade</dc:creator>
		<pubDate>Mon, 23 Aug 2010 18:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.jor-on.com/blog/?p=371#comment-843</guid>
		<description>This script was ALMOST great... It was backing up databases to s3 one-by-one, which was very nice. But when it came to backing up the web directories, it seems to try to do them all at once, and spawned a ton of gzip/tar processes on the server, and basically slowed our server to a crawl. I tried not doing it as a cron task, and simply running on the command line, so I'd know it's not duplicating efforts, but still had massive slow-down. I wonder if there's a better way to split the web directory back-ups into smaller chunks, as is the case with the databases?</description>
		<content:encoded><![CDATA[<p>This script was ALMOST great&#8230; It was backing up databases to s3 one-by-one, which was very nice. But when it came to backing up the web directories, it seems to try to do them all at once, and spawned a ton of gzip/tar processes on the server, and basically slowed our server to a crawl. I tried not doing it as a cron task, and simply running on the command line, so I&#8217;d know it&#8217;s not duplicating efforts, but still had massive slow-down. I wonder if there&#8217;s a better way to split the web directory back-ups into smaller chunks, as is the case with the databases?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garrett St. John</title>
		<link>http://www.jor-on.com/blog/2010/01/07/php-amazons3-ftp-server-backup-script/comment-page-1/#comment-839</link>
		<dc:creator>Garrett St. John</dc:creator>
		<pubDate>Mon, 05 Jul 2010 20:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.jor-on.com/blog/?p=371#comment-839</guid>
		<description>Genius! Thanks so much!</description>
		<content:encoded><![CDATA[<p>Genius! Thanks so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Backup Your WordPress Installation Easily &#124; HighEdWebTech</title>
		<link>http://www.jor-on.com/blog/2010/01/07/php-amazons3-ftp-server-backup-script/comment-page-1/#comment-752</link>
		<dc:creator>Backup Your WordPress Installation Easily &#124; HighEdWebTech</dc:creator>
		<pubDate>Wed, 31 Mar 2010 17:32:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.jor-on.com/blog/?p=371#comment-752</guid>
		<description>[...] set this to 5.) If you need to backup files larger than 2GB (a PHP limitation), check out this blog post.I like this method because once set up and set to run via Cron, you can very easily do nightly [...]</description>
		<content:encoded><![CDATA[<p>[...] set this to 5.) If you need to backup files larger than 2GB (a PHP limitation), check out this blog post.I like this method because once set up and set to run via Cron, you can very easily do nightly [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordi</title>
		<link>http://www.jor-on.com/blog/2010/01/07/php-amazons3-ftp-server-backup-script/comment-page-1/#comment-748</link>
		<dc:creator>Jordi</dc:creator>
		<pubDate>Thu, 18 Mar 2010 08:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.jor-on.com/blog/?p=371#comment-748</guid>
		<description>It looks like a permission issue. Maybe the user your cronjob is running doesn't have the correct permissions to backup all directories on your server. A lot of the directories are owned by the root user and another user can't back it up. I run this cronjob specifically as root just to make sure I have all directories and files available.</description>
		<content:encoded><![CDATA[<p>It looks like a permission issue. Maybe the user your cronjob is running doesn&#8217;t have the correct permissions to backup all directories on your server. A lot of the directories are owned by the root user and another user can&#8217;t back it up. I run this cronjob specifically as root just to make sure I have all directories and files available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: allaboutduncan</title>
		<link>http://www.jor-on.com/blog/2010/01/07/php-amazons3-ftp-server-backup-script/comment-page-1/#comment-747</link>
		<dc:creator>allaboutduncan</dc:creator>
		<pubDate>Wed, 17 Mar 2010 16:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.jor-on.com/blog/?p=371#comment-747</guid>
		<description>I got the script up and running. It runs fine when I manually call it from SSH as root user. It backs up and then states how many minutes until next run.

However, when I add job to my CRON using crontab and SSH - it runs continuously.

For example, after running manually. I set the process to run every 10 minutes (I'm sending 300MB files). It correctly starts 24 hours later. After it starts from CRON, it continues to run - ignoring the 24 time limit.

Any ideas?</description>
		<content:encoded><![CDATA[<p>I got the script up and running. It runs fine when I manually call it from SSH as root user. It backs up and then states how many minutes until next run.</p>
<p>However, when I add job to my CRON using crontab and SSH - it runs continuously.</p>
<p>For example, after running manually. I set the process to run every 10 minutes (I&#8217;m sending 300MB files). It correctly starts 24 hours later. After it starts from CRON, it continues to run - ignoring the 24 time limit.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa</title>
		<link>http://www.jor-on.com/blog/2010/01/07/php-amazons3-ftp-server-backup-script/comment-page-1/#comment-742</link>
		<dc:creator>Lisa</dc:creator>
		<pubDate>Mon, 15 Feb 2010 20:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.jor-on.com/blog/?p=371#comment-742</guid>
		<description>Hi,

Great script - but it keeps timing out on me. I have one website with a lot of files (100megs), and it just stops compressing after a while. Grrr..what to do? Seemed like a perfect solution.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great script - but it keeps timing out on me. I have one website with a lot of files (100megs), and it just stops compressing after a while. Grrr..what to do? Seemed like a perfect solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stas</title>
		<link>http://www.jor-on.com/blog/2010/01/07/php-amazons3-ftp-server-backup-script/comment-page-1/#comment-713</link>
		<dc:creator>Stas</dc:creator>
		<pubDate>Sun, 10 Jan 2010 15:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.jor-on.com/blog/?p=371#comment-713</guid>
		<description>Hi again.

I found a critical issue which I wanted you to notice - the current script clears lock on every exit, which means even if didn't run because it's already locked, it WILL run the next time.

Moving the register_shutdown() after lock check has solved the issue.

Overall the script is great, and I really think you should host it on github or google code to share it with more people.

Regards.</description>
		<content:encoded><![CDATA[<p>Hi again.</p>
<p>I found a critical issue which I wanted you to notice - the current script clears lock on every exit, which means even if didn&#8217;t run because it&#8217;s already locked, it WILL run the next time.</p>
<p>Moving the register_shutdown() after lock check has solved the issue.</p>
<p>Overall the script is great, and I really think you should host it on github or google code to share it with more people.</p>
<p>Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stas</title>
		<link>http://www.jor-on.com/blog/2010/01/07/php-amazons3-ftp-server-backup-script/comment-page-1/#comment-712</link>
		<dc:creator>Stas</dc:creator>
		<pubDate>Sun, 10 Jan 2010 13:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.jor-on.com/blog/?p=371#comment-712</guid>
		<description>Hi.

Great script, going to try it out.

Just would appreciate an easier download - as currently it's required to select the whole text then paste it in a file.

Regards.</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>Great script, going to try it out.</p>
<p>Just would appreciate an easier download - as currently it&#8217;s required to select the whole text then paste it in a file.</p>
<p>Regards.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

