<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: HowTo: Backup MySQL Databases, Web server Files to a FTP Server Automatically</title>
	<atom:link href="http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html</link>
	<description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description>
	<lastBuildDate>Tue, 16 Mar 2010 14:37:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Wladimir</title>
		<link>http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-153167</link>
		<dc:creator>Wladimir</dc:creator>
		<pubDate>Wed, 27 Jan 2010 17:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-153167</guid>
		<description>Hi,

I have a server with a lot of domains and a bigger space ocupied. I want to make something like this batch but I need a separated tar file per domain.

I have a vhost directory with a various subdirectoris (one per domain), ¿is it possible, with tar, to make one different file per directory?

Sorry for my poor english :-(</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have a server with a lot of domains and a bigger space ocupied. I want to make something like this batch but I need a separated tar file per domain.</p>
<p>I have a vhost directory with a various subdirectoris (one per domain), ¿is it possible, with tar, to make one different file per directory?</p>
<p>Sorry for my poor english :-(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Peters</title>
		<link>http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-153079</link>
		<dc:creator>Michael Peters</dc:creator>
		<pubDate>Fri, 22 Jan 2010 18:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-153079</guid>
		<description>BRILLIANT!!! That did the trick!  BTW, the server I was FTPing to was using FIleZilla server, if anyone else has this problem!</description>
		<content:encoded><![CDATA[<p>BRILLIANT!!! That did the trick!  BTW, the server I was FTPing to was using FIleZilla server, if anyone else has this problem!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vivek Gite</title>
		<link>http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-153077</link>
		<dc:creator>Vivek Gite</dc:creator>
		<pubDate>Fri, 22 Jan 2010 17:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-153077</guid>
		<description>@Michael, a few ftp servers do not allow special characters in a file name. Update the following line to remove %T part and try again:
&lt;pre&gt;FILE=$BACKUP/mysql-$db.$NOW-$(date +&quot;%T&quot;).gz&lt;/pre&gt;
i.e. set time in hour_minute_seconds_am_OR_pm format
&lt;pre&gt;FILE=$BACKUP/mysql-$db.$NOW-$(date +&quot;%l_%M_%S_%P&quot;).gz&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>@Michael, a few ftp servers do not allow special characters in a file name. Update the following line to remove %T part and try again:</p>
<pre>FILE=$BACKUP/mysql-$db.$NOW-$(date +"%T").gz</pre>
<p>i.e. set time in hour_minute_seconds_am_OR_pm format</p>
<pre>FILE=$BACKUP/mysql-$db.$NOW-$(date +"%l_%M_%S_%P").gz</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vivek Gite</title>
		<link>http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-153075</link>
		<dc:creator>Vivek Gite</dc:creator>
		<pubDate>Fri, 22 Jan 2010 17:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-153075</guid>
		<description>Use LVM snapshots or specialized backup software such as  zmanda open source or enterprise.</description>
		<content:encoded><![CDATA[<p>Use LVM snapshots or specialized backup software such as  zmanda open source or enterprise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nnyan</title>
		<link>http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-153074</link>
		<dc:creator>Nnyan</dc:creator>
		<pubDate>Fri, 22 Jan 2010 17:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-153074</guid>
		<description>This is fine but doesn&#039;t mysqldump stop the databse from being upated?  What if we have a very busy site and can not stop mysqld or allow the db to be blocked?  What solutions are there for a hot backup?</description>
		<content:encoded><![CDATA[<p>This is fine but doesn&#8217;t mysqldump stop the databse from being upated?  What if we have a very busy site and can not stop mysqld or allow the db to be blocked?  What solutions are there for a hot backup?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Peters</title>
		<link>http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-153073</link>
		<dc:creator>Michael Peters</dc:creator>
		<pubDate>Fri, 22 Jan 2010 17:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-153073</guid>
		<description>Ok, I am at a loss.  First, thanks for the great script.  I think it will do wonders for me once I have it up and running.

My fs-i tar&#039;s transfer just great.  They complete, and it begins to transfer mysql.XX-XX-2010-HH:MM;SS.gz and finally I get an error &quot;lost data connection to remote host: Broken pipe.&quot;

Then it tries to tranfer others and i get a &quot;put *: could not send file to remote host.&quot; error.

Any tips?</description>
		<content:encoded><![CDATA[<p>Ok, I am at a loss.  First, thanks for the great script.  I think it will do wonders for me once I have it up and running.</p>
<p>My fs-i tar&#8217;s transfer just great.  They complete, and it begins to transfer mysql.XX-XX-2010-HH:MM;SS.gz and finally I get an error &#8220;lost data connection to remote host: Broken pipe.&#8221;</p>
<p>Then it tries to tranfer others and i get a &#8220;put *: could not send file to remote host.&#8221; error.</p>
<p>Any tips?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicholas</title>
		<link>http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-152985</link>
		<dc:creator>Nicholas</dc:creator>
		<pubDate>Mon, 18 Jan 2010 20:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-152985</guid>
		<description>Hi,

The backup script is great. But i have very limited space in the ftp backup. If there a way to have an addon to the script to remove old backups and keep 7 incremental backups and 4 weekly backups?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The backup script is great. But i have very limited space in the ftp backup. If there a way to have an addon to the script to remove old backups and keep 7 incremental backups and 4 weekly backups?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mahipal solanki</title>
		<link>http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-152251</link>
		<dc:creator>mahipal solanki</dc:creator>
		<pubDate>Sat, 12 Dec 2009 08:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-152251</guid>
		<description>sir how to configure ftp server</description>
		<content:encoded><![CDATA[<p>sir how to configure ftp server</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-151728</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 17 Nov 2009 06:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-151728</guid>
		<description>Thanks for the script - a good starting point for me. I ended up commenting out &lt;code&gt;#NCFTP=&quot;$(which ncftpput)&quot;&lt;/code&gt; under FTP server setup and then used the following, as the password kept failing for some reason:
&lt;code&gt;
### Dump backup using FTP ###
#Start FTP backup using ncftp
#ncftp -u&quot;$FTPU&quot; -p&quot;$FTPP&quot; $FTPS&lt;&lt;EOF
# Login, run get files
ftp -inv &lt;&lt;EOF
open $FTPS
user $FTPU $FTPP
mkdir $FTPD
mkdir $FTPD/$NOW
cd $FTPD/$NOW
lcd $BACKUP
binary
mput *
quit
EOF
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for the script &#8211; a good starting point for me. I ended up commenting out <code>#NCFTP="$(which ncftpput)"</code> under FTP server setup and then used the following, as the password kept failing for some reason:<br />
<code><br />
### Dump backup using FTP ###<br />
#Start FTP backup using ncftp<br />
#ncftp -u"$FTPU" -p"$FTPP" $FTPS&lt;&lt;EOF<br />
# Login, run get files<br />
ftp -inv &lt;&lt;EOF<br />
open $FTPS<br />
user $FTPU $FTPP<br />
mkdir $FTPD<br />
mkdir $FTPD/$NOW<br />
cd $FTPD/$NOW<br />
lcd $BACKUP<br />
binary<br />
mput *<br />
quit<br />
EOF<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bas Maree</title>
		<link>http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-151124</link>
		<dc:creator>Bas Maree</dc:creator>
		<pubDate>Wed, 21 Oct 2009 07:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-151124</guid>
		<description>Script works perfect. Thanks!

I was only wondering if there is a possibilyt to exclude file extensions like .zip</description>
		<content:encoded><![CDATA[<p>Script works perfect. Thanks!</p>
<p>I was only wondering if there is a possibilyt to exclude file extensions like .zip</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: giny8i8</title>
		<link>http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-151012</link>
		<dc:creator>giny8i8</dc:creator>
		<pubDate>Sun, 11 Oct 2009 09:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-151012</guid>
		<description>Perfect script generator (and script) thanks a lot NixCraft, just what I was looking for. Saved me my half life! Respect! You rock!

some questions...

# ftp connection drop
What would happen if during the FTP transfer procedure my second server - which receives the transfer of the backed up files - goes down, or drops the FTP connection. Will the whole process be terminated, or will it try to reconnect and try to continue uploading the files? Will I get any notification about any of those? (Sorry if it is obvious, but I am a noob :)
(( My second server is a shared hosting at HostGator, with an unlimited storage plan. Just ideal fore storing the files, but the FTP connection is crappy and fluctuating, sometimes drops because of the heavy shared usage ))

# free space requirements
please correct me (orr approve) if I get it wrong:
the script copies the files directly into the tar-ed gzip-ed archive, so the required free space on the originating server is equal to the space requirement of the gzip-ed files. For instance:
If the size of all my website files (altogether) is 1 GB and i have some smaller mysql (e.g. joomla) databases lets say 100 MB altogether, than i would need approximately 2,2 GB free space to back them up successfully. Is this rule ( [occupied space] x 2 ) a good way to estimate the free space needed for the backup process?
((On my primary server i have very limited space, since it is a virtual server, and the storage enhancement is expensive, so i would like to buy as small storage space as possible ))</description>
		<content:encoded><![CDATA[<p>Perfect script generator (and script) thanks a lot NixCraft, just what I was looking for. Saved me my half life! Respect! You rock!</p>
<p>some questions&#8230;</p>
<p># ftp connection drop<br />
What would happen if during the FTP transfer procedure my second server &#8211; which receives the transfer of the backed up files &#8211; goes down, or drops the FTP connection. Will the whole process be terminated, or will it try to reconnect and try to continue uploading the files? Will I get any notification about any of those? (Sorry if it is obvious, but I am a noob :)<br />
(( My second server is a shared hosting at HostGator, with an unlimited storage plan. Just ideal fore storing the files, but the FTP connection is crappy and fluctuating, sometimes drops because of the heavy shared usage ))</p>
<p># free space requirements<br />
please correct me (orr approve) if I get it wrong:<br />
the script copies the files directly into the tar-ed gzip-ed archive, so the required free space on the originating server is equal to the space requirement of the gzip-ed files. For instance:<br />
If the size of all my website files (altogether) is 1 GB and i have some smaller mysql (e.g. joomla) databases lets say 100 MB altogether, than i would need approximately 2,2 GB free space to back them up successfully. Is this rule ( [occupied space] x 2 ) a good way to estimate the free space needed for the backup process?<br />
((On my primary server i have very limited space, since it is a virtual server, and the storage enhancement is expensive, so i would like to buy as small storage space as possible ))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaw</title>
		<link>http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-150570</link>
		<dc:creator>Jaw</dc:creator>
		<pubDate>Tue, 08 Sep 2009 18:25:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-150570</guid>
		<description>Thank to Ali for modifying this to work with ftp, &lt;a href=&quot;http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-145137&quot; rel=&quot;nofollow&quot;&gt;Ali ftp script above&lt;/a&gt;
But I found that my files were coming out corrupt after transfer.
I had to add binary before mput * to switch it to binary mode before transferring the files.  Hope this helps someone.

&lt;pre&gt;### Dump backup using FTP ###
#Start FTP backup using ncftp
#ncftp -u $FTPU -p $FTPP $FTPS&lt;&lt;EOF
# Login, run get files
ftp -inv $FTPS &lt;&lt;EOF
quote USER $FTPU
quote PASS $FTPP
mkdir $FTPD
mkdir $FTPD/$NOW
cd $FTPD/$NOW
lcd $BACKUP
binary
mput *
quit
EOF&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Thank to Ali for modifying this to work with ftp, <a href="http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-145137" rel="nofollow">Ali ftp script above</a><br />
But I found that my files were coming out corrupt after transfer.<br />
I had to add binary before mput * to switch it to binary mode before transferring the files.  Hope this helps someone.</p>
<pre>### Dump backup using FTP ###
#Start FTP backup using ncftp
#ncftp -u $FTPU -p $FTPP $FTPS&lt;&lt;EOF
# Login, run get files
ftp -inv $FTPS &lt;&lt;EOF
quote USER $FTPU
quote PASS $FTPP
mkdir $FTPD
mkdir $FTPD/$NOW
cd $FTPD/$NOW
lcd $BACKUP
binary
mput *
quit
EOF</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-150569</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 08 Sep 2009 15:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-150569</guid>
		<description>FYI.  Since my remote FTP is a windows box, file format for the sql backups had to be modified to exclude the colons in the time format.   Changed  FILE=$BACKUP/mysql-$db.$NOW-$(date +&quot;%T&quot;).gz  to  FILE=$BACKUP/mysql-$db.$NOW-$(date +&quot;%Hh%Mm%Ss&quot;).gz and now it works great.  

Perhaps this will help someone out that has the same issue.

Thanks!</description>
		<content:encoded><![CDATA[<p>FYI.  Since my remote FTP is a windows box, file format for the sql backups had to be modified to exclude the colons in the time format.   Changed  FILE=$BACKUP/mysql-$db.$NOW-$(date +&#8221;%T&#8221;).gz  to  FILE=$BACKUP/mysql-$db.$NOW-$(date +&#8221;%Hh%Mm%Ss&#8221;).gz and now it works great.  </p>
<p>Perhaps this will help someone out that has the same issue.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: myousuf</title>
		<link>http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-150089</link>
		<dc:creator>myousuf</dc:creator>
		<pubDate>Thu, 13 Aug 2009 08:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-150089</guid>
		<description>how to mysql auto backup setting 
i daily setting</description>
		<content:encoded><![CDATA[<p>how to mysql auto backup setting<br />
i daily setting</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: myousuf</title>
		<link>http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-150088</link>
		<dc:creator>myousuf</dc:creator>
		<pubDate>Thu, 13 Aug 2009 08:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-150088</guid>
		<description>how to setup the ie7 auto refreshing
friends share with me</description>
		<content:encoded><![CDATA[<p>how to setup the ie7 auto refreshing<br />
friends share with me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: myousuf</title>
		<link>http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-150087</link>
		<dc:creator>myousuf</dc:creator>
		<pubDate>Thu, 13 Aug 2009 08:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-150087</guid>
		<description>i using server os my computer particion c &amp; d &amp; e  my c driver only 20gb . d&amp; E 120 gb my computer c drive full i compair e drive and c drive how to compair</description>
		<content:encoded><![CDATA[<p>i using server os my computer particion c &amp; d &amp; e  my c driver only 20gb . d&amp; E 120 gb my computer c drive full i compair e drive and c drive how to compair</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-149913</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 07 Aug 2009 03:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-149913</guid>
		<description>Hi,

I&#039;m having some problem with the script. I seem to be having problem with the ncftp usage. 

The backup files are being created on the temp folder however it will not upload it on my FTP and I am receiving the &quot;Failed backup&quot; email. 

I run the script and here&#039;s what I&#039;m getting:

-- 
/var/lib/mysql/eximstats/sends.MYI
/var/lib/mysql/eximstats/smtp.MYD
/var/lib/mysql/eximstats/smtp.MYI
mysqldump: Got error: 1033: Incorrect information in file: &#039;./horde/horde_sessionhandler.frm&#039; when using LOCK TABLES
mysqldump: Got error: 1033: Incorrect information in file: &#039;./roundcube/cache.frm&#039; when using LOCK TABLES
/root/ncftpd-2.8.6/glibc2.5/ncftpd: illegal option -- i
Usage: ncftpd [flags]

Optional Flags (usually set in general config file):
-p XX : Use port XX for control connection (and XX - 1 for data).
-n XX[,YY] : Allow maximum of XX concurrent server users (max-users); keep
at least YY processes running to serve users (min-users).
-v : Increase logging verbosity.
-q : Do not echo log messages to the screen.
-Q : Force echo of log messages to the screen, even if not a tty
(Default is to echo automatically if it is a terminal).
-e : Print the detected hostname and exit.
-b : Print the version information and exit.
-d : Run as background daemon.
Exiting.
-- 

Any help will be greatly appreciated.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m having some problem with the script. I seem to be having problem with the ncftp usage. </p>
<p>The backup files are being created on the temp folder however it will not upload it on my FTP and I am receiving the &#8220;Failed backup&#8221; email. </p>
<p>I run the script and here&#8217;s what I&#8217;m getting:</p>
<p>&#8211;<br />
/var/lib/mysql/eximstats/sends.MYI<br />
/var/lib/mysql/eximstats/smtp.MYD<br />
/var/lib/mysql/eximstats/smtp.MYI<br />
mysqldump: Got error: 1033: Incorrect information in file: &#8216;./horde/horde_sessionhandler.frm&#8217; when using LOCK TABLES<br />
mysqldump: Got error: 1033: Incorrect information in file: &#8216;./roundcube/cache.frm&#8217; when using LOCK TABLES<br />
/root/ncftpd-2.8.6/glibc2.5/ncftpd: illegal option &#8212; i<br />
Usage: ncftpd [flags]</p>
<p>Optional Flags (usually set in general config file):<br />
-p XX : Use port XX for control connection (and XX &#8211; 1 for data).<br />
-n XX[,YY] : Allow maximum of XX concurrent server users (max-users); keep<br />
at least YY processes running to serve users (min-users).<br />
-v : Increase logging verbosity.<br />
-q : Do not echo log messages to the screen.<br />
-Q : Force echo of log messages to the screen, even if not a tty<br />
(Default is to echo automatically if it is a terminal).<br />
-e : Print the detected hostname and exit.<br />
-b : Print the version information and exit.<br />
-d : Run as background daemon.<br />
Exiting.<br />
&#8211; </p>
<p>Any help will be greatly appreciated.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Energy Drink</title>
		<link>http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-149314</link>
		<dc:creator>Energy Drink</dc:creator>
		<pubDate>Fri, 03 Jul 2009 19:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-149314</guid>
		<description>I just use MySQL administrator to run my daily backups.  I can&#039;t think of an easier solution. I have over 30 clients on a variety of shared MySQL databases, and VPS databases. I have the task scheduled to run at midnight every night.  However I am searching for an automated web server solution for backups.  Thus far I haven&#039;t found anything.  Would be great if I could find something like norton ghost but works via FTP.  Making incremental backups every night.  My hosting provider charges $25 / month for FTP backup.  Its cheaper to go out and buy a 2 TB hard drives and run your own backups.  If anyone has a more user friendly suggestion let me know.</description>
		<content:encoded><![CDATA[<p>I just use MySQL administrator to run my daily backups.  I can&#8217;t think of an easier solution. I have over 30 clients on a variety of shared MySQL databases, and VPS databases. I have the task scheduled to run at midnight every night.  However I am searching for an automated web server solution for backups.  Thus far I haven&#8217;t found anything.  Would be great if I could find something like norton ghost but works via FTP.  Making incremental backups every night.  My hosting provider charges $25 / month for FTP backup.  Its cheaper to go out and buy a 2 TB hard drives and run your own backups.  If anyone has a more user friendly suggestion let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vivek Gite</title>
		<link>http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-148946</link>
		<dc:creator>Vivek Gite</dc:creator>
		<pubDate>Sat, 13 Jun 2009 08:26:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-148946</guid>
		<description>Install ncftp package.</description>
		<content:encoded><![CDATA[<p>Install ncftp package.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asolar</title>
		<link>http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-148945</link>
		<dc:creator>Asolar</dc:creator>
		<pubDate>Sat, 13 Jun 2009 08:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html#comment-148945</guid>
		<description>I get following error:
line 60: ncftp: command not found

how shall I fix it?</description>
		<content:encoded><![CDATA[<p>I get following error:<br />
line 60: ncftp: command not found</p>
<p>how shall I fix it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.209 seconds -->
<!-- Cached page served by WP-Cache -->
