<?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: How To Automate Your Web Server Backups</title>
	<atom:link href="http://www.wilsonmattos.com/how-to-automate-your-web-server-backups/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups</link>
	<description>Providing Technology Solutions</description>
	<lastBuildDate>Sun, 30 May 2010 03:32:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Wilson Mattos</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-2500</link>
		<dc:creator>Wilson Mattos</dc:creator>
		<pubDate>Wed, 07 Apr 2010 07:17:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-2500</guid>
		<description>Flavius,

Yes, if you ask the admins at Hostgator, they should be able to restore the backup for you. Their helpdesk is really good!

Wil</description>
		<content:encoded><![CDATA[<p>Flavius,</p>
<p>Yes, if you ask the admins at Hostgator, they should be able to restore the backup for you. Their helpdesk is really good!</p>
<p>Wil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flavius</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-2494</link>
		<dc:creator>Flavius</dc:creator>
		<pubDate>Sat, 03 Apr 2010 18:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-2494</guid>
		<description>I&#039;ve ruin my website with jom sef ... so the siteis having some problems...
I have backup my website exaclty like in this tutorial , i have the backup , if i ask the admin from hostgator to do a restore will hi be able to doi&#039;t ( sorry for my english ) ? or what/how  should i ask ? i need help pls ...

If this help someone - it erase the archives older then 6 days  ...

find /home/username/ -name &#039;backup-*&#039; -mtime +6 -exec rm {} \;</description>
		<content:encoded><![CDATA[<p>I&#8217;ve ruin my website with jom sef &#8230; so the siteis having some problems&#8230;<br />
I have backup my website exaclty like in this tutorial , i have the backup , if i ask the admin from hostgator to do a restore will hi be able to doi&#8217;t ( sorry for my english ) ? or what/how  should i ask ? i need help pls &#8230;</p>
<p>If this help someone &#8211; it erase the archives older then 6 days  &#8230;</p>
<p>find /home/username/ -name &#8216;backup-*&#8217; -mtime +6 -exec rm {} \;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun Baird</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-2449</link>
		<dc:creator>Shaun Baird</dc:creator>
		<pubDate>Thu, 18 Feb 2010 14:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-2449</guid>
		<description>Well this really IS a fantastic link, given to me by your friend May.  I have been searching for an answer and it&#039;s only thanks to dedicated people like this that people like us can breathe at night!

Funny really because some marketers rely on dozens if not hundreds of websites for their full time income, and at any point in time their site and income could be dropped at any time.  This HAS happened to me 2 or 3 times in the past years so folks, bite the bullet and just do it.
Shaun</description>
		<content:encoded><![CDATA[<p>Well this really IS a fantastic link, given to me by your friend May.  I have been searching for an answer and it&#8217;s only thanks to dedicated people like this that people like us can breathe at night!</p>
<p>Funny really because some marketers rely on dozens if not hundreds of websites for their full time income, and at any point in time their site and income could be dropped at any time.  This HAS happened to me 2 or 3 times in the past years so folks, bite the bullet and just do it.<br />
Shaun</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malcolm</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-2421</link>
		<dc:creator>Malcolm</dc:creator>
		<pubDate>Tue, 15 Dec 2009 13:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-2421</guid>
		<description>Excellent.  Worked for me first time.  No doubt you have saved my life, at some point in the future</description>
		<content:encoded><![CDATA[<p>Excellent.  Worked for me first time.  No doubt you have saved my life, at some point in the future</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilson Mattos</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-2406</link>
		<dc:creator>Wilson Mattos</dc:creator>
		<pubDate>Wed, 30 Sep 2009 17:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-2406</guid>
		<description>@Jason,

This particular method is used for full cPanel backups.  You can create a script that only backs up a certain directory and create a cron job to run that on a schedule.  That&#039;s pretty simple.  The issue is that it will not get the MySQL backups, which the full backup does, so you would have to do something different to get the MySQL backups for each of your databases.

Wil</description>
		<content:encoded><![CDATA[<p>@Jason,</p>
<p>This particular method is used for full cPanel backups.  You can create a script that only backs up a certain directory and create a cron job to run that on a schedule.  That&#8217;s pretty simple.  The issue is that it will not get the MySQL backups, which the full backup does, so you would have to do something different to get the MySQL backups for each of your databases.</p>
<p>Wil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-2400</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 21 Sep 2009 22:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-2400</guid>
		<description>Wow, it finally worked...thank you so much for your help with this. I was wondering....can this script be modified to only backup the public_html folder and NOT the entire home directory? I ask this because Hostgator caps Cpanl backups at 50,000 inodes. I had to whittle my site down a LOT to get it below 50,000. Once a site hosted by Hostgator reaches larger than 50,000 inodes, they wont allow full site backups anymore. So if this script was able to backup only the public_html folder, that would help the size limitation. Can this be done?</description>
		<content:encoded><![CDATA[<p>Wow, it finally worked&#8230;thank you so much for your help with this. I was wondering&#8230;.can this script be modified to only backup the public_html folder and NOT the entire home directory? I ask this because Hostgator caps Cpanl backups at 50,000 inodes. I had to whittle my site down a LOT to get it below 50,000. Once a site hosted by Hostgator reaches larger than 50,000 inodes, they wont allow full site backups anymore. So if this script was able to backup only the public_html folder, that would help the size limitation. Can this be done?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-2399</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 21 Sep 2009 20:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-2399</guid>
		<description>I would be happy to send them to you...but which 2 files...i know you need the backup.sh but what is the other one? Thank you so much for helping me get this going.</description>
		<content:encoded><![CDATA[<p>I would be happy to send them to you&#8230;but which 2 files&#8230;i know you need the backup.sh but what is the other one? Thank you so much for helping me get this going.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilson Mattos</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-2398</link>
		<dc:creator>Wilson Mattos</dc:creator>
		<pubDate>Mon, 21 Sep 2009 20:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-2398</guid>
		<description>@Jason,

Sorry it is not working for you.  A LOT of people have used this procedure and got it working without hitches.  I am not sure why it is not working for you.  When you create the cron job, are you leaving the double quotes in place?  If you want to download and zip the two files (change you password in the files, of course), I will be glad to look at them for you.  Just upload the zip file to a web accessible directory and post a link here...(I won&#039;t approve the comment to nobody will see your URL).

Wil</description>
		<content:encoded><![CDATA[<p>@Jason,</p>
<p>Sorry it is not working for you.  A LOT of people have used this procedure and got it working without hitches.  I am not sure why it is not working for you.  When you create the cron job, are you leaving the double quotes in place?  If you want to download and zip the two files (change you password in the files, of course), I will be glad to look at them for you.  Just upload the zip file to a web accessible directory and post a link here&#8230;(I won&#8217;t approve the comment to nobody will see your URL).</p>
<p>Wil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-2397</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 21 Sep 2009 20:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-2397</guid>
		<description>That didnt work either, when i did all the copying in IE, it just emailed me a blank email. I think im just gonna give up.</description>
		<content:encoded><![CDATA[<p>That didnt work either, when i did all the copying in IE, it just emailed me a blank email. I think im just gonna give up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-2396</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 21 Sep 2009 20:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-2396</guid>
		<description>Let me try using IE instead of Firefox.</description>
		<content:encoded><![CDATA[<p>Let me try using IE instead of Firefox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-2395</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 21 Sep 2009 20:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-2395</guid>
		<description>Thats exactly what i did...i copied it directly from this page into the cpanel text editor.</description>
		<content:encoded><![CDATA[<p>Thats exactly what i did&#8230;i copied it directly from this page into the cpanel text editor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilson Mattos</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-2394</link>
		<dc:creator>Wilson Mattos</dc:creator>
		<pubDate>Mon, 21 Sep 2009 20:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-2394</guid>
		<description>@Jason,

Make sure the entire script is on one line.  Open two browser tabs and copy the script from above and paste it into the editor.  Do NOT paste it anywhere else first the copy/paste again. 

Wil</description>
		<content:encoded><![CDATA[<p>@Jason,</p>
<p>Make sure the entire script is on one line.  Open two browser tabs and copy the script from above and paste it into the editor.  Do NOT paste it anywhere else first the copy/paste again. </p>
<p>Wil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-2393</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 21 Sep 2009 19:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-2393</guid>
		<description>Ugh...i am SO close i can taste it...been trying to do automated backups for 2 weeks and just cant get it. I think this site is the answer though.</description>
		<content:encoded><![CDATA[<p>Ugh&#8230;i am SO close i can taste it&#8230;been trying to do automated backups for 2 weeks and just cant get it. I think this site is the answer though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-2391</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 21 Sep 2009 19:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-2391</guid>
		<description>I am now being emailed this error : 

wget: missing URL
Usage: wget [OPTION]... [URL]...

Try `wget --help&#039; for more options.</description>
		<content:encoded><![CDATA[<p>I am now being emailed this error : </p>
<p>wget: missing URL<br />
Usage: wget [OPTION]&#8230; [URL]&#8230;</p>
<p>Try `wget &#8211;help&#8217; for more options.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilson Mattos</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-2390</link>
		<dc:creator>Wilson Mattos</dc:creator>
		<pubDate>Mon, 21 Sep 2009 19:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-2390</guid>
		<description>@Jason,

Just use the default setting for character encoding in the cPanel text editor, which is probably UTF-8.

Wil</description>
		<content:encoded><![CDATA[<p>@Jason,</p>
<p>Just use the default setting for character encoding in the cPanel text editor, which is probably UTF-8.</p>
<p>Wil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-2389</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 21 Sep 2009 18:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-2389</guid>
		<description>Thanks for the reply, i will try it through the Cpanel text editor...but it is asking what character encoding i want to use and i dont know what to select...sorry, im not a programmer.</description>
		<content:encoded><![CDATA[<p>Thanks for the reply, i will try it through the Cpanel text editor&#8230;but it is asking what character encoding i want to use and i dont know what to select&#8230;sorry, im not a programmer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilson Mattos</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-2388</link>
		<dc:creator>Wilson Mattos</dc:creator>
		<pubDate>Mon, 21 Sep 2009 18:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-2388</guid>
		<description>@Jason,

Do what I suggested above (recopying the scripts), but this is a different problem all together.  In the video I showed you how to use the file editor in cPanel.  It looks to me like you pasted it into MS Word or some other word processor and then uploaded because my script is one single line (not 3) and those commands it is complaining about are control characters that your word processing application is adding in.  Please delete the scripts on your server and try again using the cPanel web-based file editor as shown in the video.

Wil</description>
		<content:encoded><![CDATA[<p>@Jason,</p>
<p>Do what I suggested above (recopying the scripts), but this is a different problem all together.  In the video I showed you how to use the file editor in cPanel.  It looks to me like you pasted it into MS Word or some other word processor and then uploaded because my script is one single line (not 3) and those commands it is complaining about are control characters that your word processing application is adding in.  Please delete the scripts on your server and try again using the cPanel web-based file editor as shown in the video.</p>
<p>Wil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilson Mattos</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-2387</link>
		<dc:creator>Wilson Mattos</dc:creator>
		<pubDate>Mon, 21 Sep 2009 18:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-2387</guid>
		<description>@Jason,

Please copy the scripts again from above and recreate on your server.  It looks like my new template messed up the double quotes and I had not noticed.  This is probably the issue.  They are fixed now.

Sorry for the trouble you had with it.  Let me know how it goes.

Wil</description>
		<content:encoded><![CDATA[<p>@Jason,</p>
<p>Please copy the scripts again from above and recreate on your server.  It looks like my new template messed up the double quotes and I had not noticed.  This is probably the issue.  They are fixed now.</p>
<p>Sorry for the trouble you had with it.  Let me know how it goes.</p>
<p>Wil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-2386</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 21 Sep 2009 18:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-2386</guid>
		<description>I finally got emailed this from the script :

/home/********/backup.sh: line 1: {rtf1ansiansicpg1252deff0deflang1033{fonttbl{f0fswissfcharset0: command not found
/home/********/backup.sh: line 1: }}: command not found
/home/********/backup.sh: line 2: {*generator: command not found
/home/********/backup.sh: line 2: }viewkind4uc1pardf0fs20: command not found
/home/********/backup.sh: line 3: syntax error near unexpected token `}&#039;
/home/********/backup.sh: line 3: `}&#039;</description>
		<content:encoded><![CDATA[<p>I finally got emailed this from the script :</p>
<p>/home/********/backup.sh: line 1: {rtf1ansiansicpg1252deff0deflang1033{fonttbl{f0fswissfcharset0: command not found<br />
/home/********/backup.sh: line 1: }}: command not found<br />
/home/********/backup.sh: line 2: {*generator: command not found<br />
/home/********/backup.sh: line 2: }viewkind4uc1pardf0fs20: command not found<br />
/home/********/backup.sh: line 3: syntax error near unexpected token `}&#8217;<br />
/home/********/backup.sh: line 3: `}&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-2385</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 21 Sep 2009 18:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-2385</guid>
		<description>I cant get this to work no matter what i try...i followed you instructions perfectly, and the script never executes.</description>
		<content:encoded><![CDATA[<p>I cant get this to work no matter what i try&#8230;i followed you instructions perfectly, and the script never executes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilson Mattos</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-2369</link>
		<dc:creator>Wilson Mattos</dc:creator>
		<pubDate>Tue, 08 Sep 2009 04:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-2369</guid>
		<description>Paul,

Glad you enjoyed it.  To answer your question, yes, this process will back you entire account (including all the data).  Since add-on domains are simply folders inside the public_html directory, it will indeed back those up.

You can see this by downloading the backup file and extracting it on your local machine, so you can see all the data.

Wil</description>
		<content:encoded><![CDATA[<p>Paul,</p>
<p>Glad you enjoyed it.  To answer your question, yes, this process will back you entire account (including all the data).  Since add-on domains are simply folders inside the public_html directory, it will indeed back those up.</p>
<p>You can see this by downloading the backup file and extracting it on your local machine, so you can see all the data.</p>
<p>Wil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-2367</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 08 Sep 2009 03:10:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-2367</guid>
		<description>Hey Will

Excellent info.
Q? Will this backup include Add on Domains and/or Subdomains?

Thanks
Paul</description>
		<content:encoded><![CDATA[<p>Hey Will</p>
<p>Excellent info.<br />
Q? Will this backup include Add on Domains and/or Subdomains?</p>
<p>Thanks<br />
Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilson Mattos</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-1935</link>
		<dc:creator>Wilson Mattos</dc:creator>
		<pubDate>Sat, 04 Jul 2009 21:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-1935</guid>
		<description>Eric, thanks for posting a link to your script!</description>
		<content:encoded><![CDATA[<p>Eric, thanks for posting a link to your script!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Nagel</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-1925</link>
		<dc:creator>Eric Nagel</dc:creator>
		<pubDate>Sat, 04 Jul 2009 13:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-1925</guid>
		<description>So many people think their hosting provider backs up their data... it should be standard, but many have found out the hard way, isn&#039;t.

I have my &lt;a href=&quot;http://www.netnagel.com/2009/05/ftp-or-amazon-s3-server-backup-php-script.html&quot; rel=&quot;nofollow&quot;&gt;FTP or Amazon S3 server backup script&lt;/a&gt; available for free on my webiste.  It&#039;s configured for GoDaddy, but can be changed for any dedicated server.</description>
		<content:encoded><![CDATA[<p>So many people think their hosting provider backs up their data&#8230; it should be standard, but many have found out the hard way, isn&#8217;t.</p>
<p>I have my <a href="http://www.netnagel.com/2009/05/ftp-or-amazon-s3-server-backup-php-script.html" rel="nofollow">FTP or Amazon S3 server backup script</a> available for free on my webiste.  It&#8217;s configured for GoDaddy, but can be changed for any dedicated server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilson Mattos</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-30</link>
		<dc:creator>Wilson Mattos</dc:creator>
		<pubDate>Wed, 15 Apr 2009 17:27:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-30</guid>
		<description>@JdotA I see what happened.  The problem was with WordPress.  It converted the &#45;&#45; into -- above, so when you pasted it, it cause the problem.  I have hard coded &#45;&#45; in the above example, so this will no longer happen to anyone else.  Thanks for the update and congrats on getting this going! Now you can sleep better at night knowing your data is safe!</description>
		<content:encoded><![CDATA[<p>@JdotA I see what happened.  The problem was with WordPress.  It converted the &#45;&#45; into &#8212; above, so when you pasted it, it cause the problem.  I have hard coded &#45;&#45; in the above example, so this will no longer happen to anyone else.  Thanks for the update and congrats on getting this going! Now you can sleep better at night knowing your data is safe!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JdotA</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-29</link>
		<dc:creator>JdotA</dc:creator>
		<pubDate>Wed, 15 Apr 2009 16:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-29</guid>
		<description>Success!!!! It looks like there were a couple of things causing the backup to fail.

1st: After I pasted and saved the script into the HostGator text editor, some of the &quot;-&quot; were being auto converted into the ascii code for the symbol &quot;&#8211;&quot;. The only ones that actually changed were the first &quot;-&quot; in the following: &quot;–http-user=$1&quot; , &quot;–http-password=$2&quot;  and in &quot;–post-data=&quot;. So I disabled the auto Disable Character Encoding for the HostGator text editor and then it saved correctly.

After that I finally started receiving error msgs when the backup was run. I had not been receiving any msgs before this.

2nd: Once I received the error msgs, I looked up a list of options for wget and realized that I needed to have &quot;--&quot; instead of &quot;-&quot; in front of &quot;–http-user=$1&quot; , &quot;–http-password=$2&quot;  and in &quot;–post-data=&quot;. Once I made those changes the Backup was successful!

Thanks for all your help and the tutorial!</description>
		<content:encoded><![CDATA[<p>Success!!!! It looks like there were a couple of things causing the backup to fail.</p>
<p>1st: After I pasted and saved the script into the HostGator text editor, some of the &#8220;-&#8221; were being auto converted into the ascii code for the symbol &#8220;&#8211;&#8221;. The only ones that actually changed were the first &#8220;-&#8221; in the following: &#8220;–http-user=$1&#8243; , &#8220;–http-password=$2&#8243;  and in &#8220;–post-data=&#8221;. So I disabled the auto Disable Character Encoding for the HostGator text editor and then it saved correctly.</p>
<p>After that I finally started receiving error msgs when the backup was run. I had not been receiving any msgs before this.</p>
<p>2nd: Once I received the error msgs, I looked up a list of options for wget and realized that I needed to have &#8220;&#8211;&#8221; instead of &#8220;-&#8221; in front of &#8220;–http-user=$1&#8243; , &#8220;–http-password=$2&#8243;  and in &#8220;–post-data=&#8221;. Once I made those changes the Backup was successful!</p>
<p>Thanks for all your help and the tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilson Mattos</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-26</link>
		<dc:creator>Wilson Mattos</dc:creator>
		<pubDate>Wed, 15 Apr 2009 06:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-26</guid>
		<description>@JdotA No, Hostgator does not require any special permissions.  

Can you double check the file name of the script your created?  Is the file called backup.sh?

Is it in the root directory of your account? (at the same level as the public_html directory, not within it, for example)?  Can you post a screen shot of your directory somewhere and send me a link on Twitter?

Also, the filename is case sensitive, as is your username and password.

Wil</description>
		<content:encoded><![CDATA[<p>@JdotA No, Hostgator does not require any special permissions.  </p>
<p>Can you double check the file name of the script your created?  Is the file called backup.sh?</p>
<p>Is it in the root directory of your account? (at the same level as the public_html directory, not within it, for example)?  Can you post a screen shot of your directory somewhere and send me a link on Twitter?</p>
<p>Also, the filename is case sensitive, as is your username and password.</p>
<p>Wil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JdotA</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-25</link>
		<dc:creator>JdotA</dc:creator>
		<pubDate>Wed, 15 Apr 2009 06:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-25</guid>
		<description>@Wil Checked both and they are fine, Username &amp; Password each inside their own set of quotes and email without quotes. The script was copied directly from this page. Does host gator require any special permissions in order to run the scripts?</description>
		<content:encoded><![CDATA[<p>@Wil Checked both and they are fine, Username &amp; Password each inside their own set of quotes and email without quotes. The script was copied directly from this page. Does host gator require any special permissions in order to run the scripts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilson Mattos</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-22</link>
		<dc:creator>Wilson Mattos</dc:creator>
		<pubDate>Wed, 15 Apr 2009 04:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-22</guid>
		<description>@JdotA Here are a few things to check:

1. Did you leave the USERNAME and PASSWORD in the cron command inside quotes?  You should surround those values with quotes (the video does not show this, but the example code does).  This is required in case you have special characters such as &quot;&amp;,?,&quot; or others in your password.

2. Did you copy and paste the the backup.sh script exactly as above?  The entire script is one single line.  If you pasted it elsewhere and used another text editor then uploaded the file, that may be your issue.  Make sure you create the file exactly as I showed on the video using cPanel so that there are no special characters (line feeds, carriage returns, etc) in the file.  Copy the code, go into the cPanel editor and paste the whole script exactly as it is show in the sample code above.

Wil</description>
		<content:encoded><![CDATA[<p>@JdotA Here are a few things to check:</p>
<p>1. Did you leave the USERNAME and PASSWORD in the cron command inside quotes?  You should surround those values with quotes (the video does not show this, but the example code does).  This is required in case you have special characters such as &#8220;&#038;,?,&#8221; or others in your password.</p>
<p>2. Did you copy and paste the the backup.sh script exactly as above?  The entire script is one single line.  If you pasted it elsewhere and used another text editor then uploaded the file, that may be your issue.  Make sure you create the file exactly as I showed on the video using cPanel so that there are no special characters (line feeds, carriage returns, etc) in the file.  Copy the code, go into the cPanel editor and paste the whole script exactly as it is show in the sample code above.</p>
<p>Wil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JdotA</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-21</link>
		<dc:creator>JdotA</dc:creator>
		<pubDate>Wed, 15 Apr 2009 02:13:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-21</guid>
		<description>After trying a few times, I am still not having much success. The cron job that backup the site is not running no matter what i try. I tested cron by using the mv command above and that worked fine so cron is functioning. Its just not generating the backup. Any other ideas? Thanks.</description>
		<content:encoded><![CDATA[<p>After trying a few times, I am still not having much success. The cron job that backup the site is not running no matter what i try. I tested cron by using the mv command above and that worked fine so cron is functioning. Its just not generating the backup. Any other ideas? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JdotA</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-17</link>
		<dc:creator>JdotA</dc:creator>
		<pubDate>Tue, 14 Apr 2009 14:08:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-17</guid>
		<description>Thanks for all the info. I am setting it up right now, will post the results later today!</description>
		<content:encoded><![CDATA[<p>Thanks for all the info. I am setting it up right now, will post the results later today!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilson Mattos</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-13</link>
		<dc:creator>Wilson Mattos</dc:creator>
		<pubDate>Tue, 14 Apr 2009 07:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-13</guid>
		<description>@Adam, thanks for the link (click on Adam&#039;s name above).

Looks like your s3sync solution can easily be used with the tutorial I show here in order to only have 1 file to upload.

In looking at your script, I learned something VERY cool that I was not aware of....the mysqldump switch to dump all existing databases at once.  VERY cool!

Wil</description>
		<content:encoded><![CDATA[<p>@Adam, thanks for the link (click on Adam&#8217;s name above).</p>
<p>Looks like your s3sync solution can easily be used with the tutorial I show here in order to only have 1 file to upload.</p>
<p>In looking at your script, I learned something VERY cool that I was not aware of&#8230;.the mysqldump switch to dump all existing databases at once.  VERY cool!</p>
<p>Wil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-12</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Tue, 14 Apr 2009 07:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-12</guid>
		<description>I automate my backups to amazon S3 using s3sync. I have a tutorial to it in the url i left ^</description>
		<content:encoded><![CDATA[<p>I automate my backups to amazon S3 using s3sync. I have a tutorial to it in the url i left ^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilson Mattos</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-11</link>
		<dc:creator>Wilson Mattos</dc:creator>
		<pubDate>Tue, 14 Apr 2009 05:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-11</guid>
		<description>@JdotA: Here is what you can do to get around this problem:

1. Create a folder in the root directory called &quot;backupfolder&quot;

2. Create a cron job as shown in the video with the following command: mv ~/*.gz backupfolder

3. Make sure you schedule this for about 30 minutes or so after the backup runs to make sure you backup completes before this runs.

What this will do is use the Linux/Unix &quot;mv&quot; command to move the backup file from the root directory to the &quot;backupfolder&quot; so your FTP client can just download those files.

Don&#039;t forget to also remove the files from the server, otherwise you will eventually run out of disk space and if your FTP client is not smart enough to realize that the old files have already been downloaded, each day your downloads will take longer as more files will get downloaded.

Wil</description>
		<content:encoded><![CDATA[<p>@JdotA: Here is what you can do to get around this problem:</p>
<p>1. Create a folder in the root directory called &#8220;backupfolder&#8221;</p>
<p>2. Create a cron job as shown in the video with the following command: mv ~/*.gz backupfolder</p>
<p>3. Make sure you schedule this for about 30 minutes or so after the backup runs to make sure you backup completes before this runs.</p>
<p>What this will do is use the Linux/Unix &#8220;mv&#8221; command to move the backup file from the root directory to the &#8220;backupfolder&#8221; so your FTP client can just download those files.</p>
<p>Don&#8217;t forget to also remove the files from the server, otherwise you will eventually run out of disk space and if your FTP client is not smart enough to realize that the old files have already been downloaded, each day your downloads will take longer as more files will get downloaded.</p>
<p>Wil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JdotA</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-10</link>
		<dc:creator>JdotA</dc:creator>
		<pubDate>Tue, 14 Apr 2009 05:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-10</guid>
		<description>Thanks again for the great info. I am on OSX and I cannot find an app like AutoFTP to pull down a specific file type. I can use Automator to pull the contents of a folder but if I use that, Automator tries to pull all of the files in the home directory. But since HostGator does not let you change the save location I have to try find some other way of doing it. Any info that you might have would be of great help!</description>
		<content:encoded><![CDATA[<p>Thanks again for the great info. I am on OSX and I cannot find an app like AutoFTP to pull down a specific file type. I can use Automator to pull the contents of a folder but if I use that, Automator tries to pull all of the files in the home directory. But since HostGator does not let you change the save location I have to try find some other way of doing it. Any info that you might have would be of great help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Hernandez</title>
		<link>http://www.wilsonmattos.com/how-to-automate-your-web-server-backups#comment-2</link>
		<dc:creator>Joe Hernandez</dc:creator>
		<pubDate>Tue, 17 Mar 2009 14:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.wilsonmattos.com/?p=3#comment-2</guid>
		<description>Will,

Excellent job with the explanation. I didn&#039;t realize it was so easy to backup your files. Going to have to try this. Recently I upgraded my phplist through Fantastico, and it caused major havoc. This would have come in handy. I was able to get it restored, but what if I hadn&#039;t.

Thanks.</description>
		<content:encoded><![CDATA[<p>Will,</p>
<p>Excellent job with the explanation. I didn&#8217;t realize it was so easy to backup your files. Going to have to try this. Recently I upgraded my phplist through Fantastico, and it caused major havoc. This would have come in handy. I was able to get it restored, but what if I hadn&#8217;t.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
