<?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: Free Auto MySQL Backup Script</title>
	<atom:link href="http://superaff.com/archives/2005/03/01/free-auto-mysql-backup-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://superaff.com/archives/2005/03/01/free-auto-mysql-backup-script/</link>
	<description>Resources and hype-free conversation for webentrepreneurs interested in making money online.</description>
	<lastBuildDate>Mon, 13 Apr 2009 09:57:12 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Terry</title>
		<link>http://superaff.com/archives/2005/03/01/free-auto-mysql-backup-script/comment-page-1/#comment-19752</link>
		<dc:creator>Terry</dc:creator>
		<pubDate>Sun, 24 Sep 2006 05:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://superaff.com/archives/2005/03/01/free-auto-mysql-backup-script/#comment-19752</guid>
		<description>Hi real1,

Actually no, the scripts folder is not created within the backup folder so it is just--/scripts/--

The /scripts/ folder contains the script
The /backups/ folder is where copies of the backups go (as well as to your email).

You&#039;ll have:

/home/hostusername/scripts/automysqlbackup.sh.2.2

and

/home/hostusername/backups/

That wasn&#039;t too clear in my original post was it, sorry bout that ;).</description>
		<content:encoded><![CDATA[<p>Hi real1,</p>
<p>Actually no, the scripts folder is not created within the backup folder so it is just&#8211;/scripts/&#8211;</p>
<p>The /scripts/ folder contains the script<br />
The /backups/ folder is where copies of the backups go (as well as to your email).</p>
<p>You&#8217;ll have:</p>
<p>/home/hostusername/scripts/automysqlbackup.sh.2.2</p>
<p>and</p>
<p>/home/hostusername/backups/</p>
<p>That wasn&#8217;t too clear in my original post was it, sorry bout that <img src='http://superaff.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: real1</title>
		<link>http://superaff.com/archives/2005/03/01/free-auto-mysql-backup-script/comment-page-1/#comment-19715</link>
		<dc:creator>real1</dc:creator>
		<pubDate>Sun, 24 Sep 2006 01:59:23 +0000</pubDate>
		<guid isPermaLink="false">http://superaff.com/archives/2005/03/01/free-auto-mysql-backup-script/#comment-19715</guid>
		<description>should the path not be ..../backups/scripts/... ????

and not only .../scripts/...</description>
		<content:encoded><![CDATA[<p>should the path not be &#8230;./backups/scripts/&#8230; ????</p>
<p>and not only &#8230;/scripts/&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terry</title>
		<link>http://superaff.com/archives/2005/03/01/free-auto-mysql-backup-script/comment-page-1/#comment-125</link>
		<dc:creator>Terry</dc:creator>
		<pubDate>Thu, 26 May 2005 18:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://superaff.com/archives/2005/03/01/free-auto-mysql-backup-script/#comment-125</guid>
		<description>Thanks for that notice dani, I never thought to check my webhost&#039;s TOS to see if I could run the script! Who would have thought a backup script could break TOS? :lol: I do see a couple of my hosts not allowing cron jobs at all, so I can&#039;t run it on those ones.</description>
		<content:encoded><![CDATA[<p>Thanks for that notice dani, I never thought to check my webhost&#8217;s TOS to see if I could run the script! Who would have thought a backup script could break TOS? <img src='http://superaff.com/wp-includes/images/smilies/icon_lol.gif' alt=':lol:' class='wp-smiley' />  I do see a couple of my hosts not allowing cron jobs at all, so I can&#8217;t run it on those ones.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dani</title>
		<link>http://superaff.com/archives/2005/03/01/free-auto-mysql-backup-script/comment-page-1/#comment-124</link>
		<dc:creator>dani</dc:creator>
		<pubDate>Thu, 26 May 2005 14:55:36 +0000</pubDate>
		<guid isPermaLink="false">http://superaff.com/archives/2005/03/01/free-auto-mysql-backup-script/#comment-124</guid>
		<description>Another note: some hosts forbid the use of &quot;unattended scripts&quot;, like this one.  Fortunately, the only one I&#039;ve found who forbids it does actually provide daily backups as part of the service, so that&#039;s fine.

Just be sure to check the fine print when choosing a host, or putting this script on your site.</description>
		<content:encoded><![CDATA[<p>Another note: some hosts forbid the use of &#8220;unattended scripts&#8221;, like this one.  Fortunately, the only one I&#8217;ve found who forbids it does actually provide daily backups as part of the service, so that&#8217;s fine.</p>
<p>Just be sure to check the fine print when choosing a host, or putting this script on your site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: l. dani</title>
		<link>http://superaff.com/archives/2005/03/01/free-auto-mysql-backup-script/comment-page-1/#comment-77</link>
		<dc:creator>l. dani</dc:creator>
		<pubDate>Mon, 25 Apr 2005 20:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://superaff.com/archives/2005/03/01/free-auto-mysql-backup-script/#comment-77</guid>
		<description>This worked like a charm!  Just a note, in case anyone else runs into this - when I opened up the script in Notepad, for some reason it had no line breaks, which made it really hard to find the parts I needed to change.  So I just uploaded it to my server, then went in through Cpanel File Manager to edit it with my config settings.  In File Manager, it looked like it was supposed to, and the editing was very simple.

Your instructions were very clear!  Thank you! </description>
		<content:encoded><![CDATA[<p>This worked like a charm!  Just a note, in case anyone else runs into this &#8211; when I opened up the script in Notepad, for some reason it had no line breaks, which made it really hard to find the parts I needed to change.  So I just uploaded it to my server, then went in through Cpanel File Manager to edit it with my config settings.  In File Manager, it looked like it was supposed to, and the editing was very simple.</p>
<p>Your instructions were very clear!  Thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
