<?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: Backup your MySQL databases automatically with AutoMySQLBackup</title> <atom:link href="http://www.ducea.com/2006/05/27/backup-your-mysql-databases-automatically-with-automysqlbackup/feed/" rel="self" type="application/rss+xml" /><link>http://www.ducea.com/2006/05/27/backup-your-mysql-databases-automatically-with-automysqlbackup/</link> <description>The Journal Of A Linux Sysadmin</description> <lastBuildDate>Tue, 07 Feb 2012 07:11:15 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: 10 Ways to Automatically &#38; Manually Backup MySQL Database &#171; Linux tutorials</title><link>http://www.ducea.com/2006/05/27/backup-your-mysql-databases-automatically-with-automysqlbackup/comment-page-4/#comment-193870</link> <dc:creator>10 Ways to Automatically &#38; Manually Backup MySQL Database &#171; Linux tutorials</dc:creator> <pubDate>Tue, 17 Jan 2012 03:14:02 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/05/27/backup-your-mysql-databases-automatically-with-automysqlbackup/#comment-193870</guid> <description>[...] 3. Backup your MySQL databases automatically with AutoMySQLBackup [...]</description> <content:encoded><![CDATA[<p>[...] 3. Backup your MySQL databases automatically with <a
href="http://members.lycos.co.uk/wipe_out/automysqlbackup/" class="ubernym uttJustLink">AutoMySQLBackup</a> [...]</p> ]]></content:encoded> </item> <item><title>By: Amit Shanker</title><link>http://www.ducea.com/2006/05/27/backup-your-mysql-databases-automatically-with-automysqlbackup/comment-page-4/#comment-193732</link> <dc:creator>Amit Shanker</dc:creator> <pubDate>Sat, 10 Dec 2011 13:42:25 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/05/27/backup-your-mysql-databases-automatically-with-automysqlbackup/#comment-193732</guid> <description>Thanks Marius, that answers my concern :)The reason I want to run it on master is that, I have a EBS volume attached to the instance housing the master, and I want to dump all the data onto that EBS Volume. If I do the data backup on the slave, I&#039;ll have to attach another EBS volume to the slave server. I can&#039;t ftp the daily data dumps to the existing EBS volume because they&#039;re both in different regions and hence would lead to substantial data transfer costs.(Both master and slave are on AWS)I tried the script yesterday on a test server, and its been working really great. I love the email notification feature ! Thanks a ton !</description> <content:encoded><![CDATA[<p>Thanks Marius, that answers my concern <img
src='http://www.ducea.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p>The reason I want to run it on master is that, I have a EBS volume attached to the instance housing the master, and I want to dump all the data onto that EBS Volume. If I do the data backup on the slave, I&#8217;ll have to attach another EBS volume to the slave server. I can&#8217;t ftp the daily data dumps to the existing EBS volume because they&#8217;re both in different regions and hence would lead to substantial data transfer costs.(Both master and slave are on AWS)</p><p>I tried the script yesterday on a test server, and its been working really great. I love the email notification feature ! Thanks a ton !</p> ]]></content:encoded> </item> <item><title>By: - Marius -</title><link>http://www.ducea.com/2006/05/27/backup-your-mysql-databases-automatically-with-automysqlbackup/comment-page-4/#comment-193725</link> <dc:creator>- Marius -</dc:creator> <pubDate>Fri, 09 Dec 2011 14:40:05 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/05/27/backup-your-mysql-databases-automatically-with-automysqlbackup/#comment-193725</guid> <description>@Amit Shanker: people usually run backups on their slaves to not locke the master db. But even if you want to run it on the master for some strange reason, there is no reason to stop the slave. The slave will replicate only writes and not read commands (like the mysqldump for ex.)</description> <content:encoded><![CDATA[<p>@Amit Shanker: people usually run backups on their slaves to not locke the master db. But even if you want to run it on the master for some strange reason, there is no reason to stop the slave. The slave will replicate only writes and not read commands (like the mysqldump for ex.)</p> ]]></content:encoded> </item> <item><title>By: Amit Shanker</title><link>http://www.ducea.com/2006/05/27/backup-your-mysql-databases-automatically-with-automysqlbackup/comment-page-4/#comment-193723</link> <dc:creator>Amit Shanker</dc:creator> <pubDate>Fri, 09 Dec 2011 11:41:09 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/05/27/backup-your-mysql-databases-automatically-with-automysqlbackup/#comment-193723</guid> <description>I have a mysql db replication setup. I want to setup this backup mechanism on the master and not the slave. In such a scenario, do I need to stop the slave before running this script ? I&#039;m not mysql guru, but wouldn&#039;t the slave try to replicate the mysqldump command if I run this script on master ?</description> <content:encoded><![CDATA[<p>I have a mysql db replication setup. I want to setup this backup mechanism on the master and not the slave. In such a scenario, do I need to stop the slave before running this script ? I&#8217;m not mysql guru, but wouldn&#8217;t the slave try to replicate the mysqldump command if I run this script on master ?</p> ]]></content:encoded> </item> <item><title>By: Alejandro Arauz</title><link>http://www.ducea.com/2006/05/27/backup-your-mysql-databases-automatically-with-automysqlbackup/comment-page-4/#comment-193656</link> <dc:creator>Alejandro Arauz</dc:creator> <pubDate>Thu, 03 Nov 2011 16:52:51 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/05/27/backup-your-mysql-databases-automatically-with-automysqlbackup/#comment-193656</guid> <description>Nice article, at work I use mysqldump command and task scheduler to automatize the backup process. However, when I don&#039;t have permissions to run the mysqldump command (like in shared enviroments) I use MySQLBackupFTP (http://mysqlbackupftp.com). This tool connects to MySQL through phpMyAdmin so you don&#039;t need admin privileges on the server.
The tool is not free, but it has a free version with good features like file compression,ftp,email notification, and support backup schedule for two databases.</description> <content:encoded><![CDATA[<p>Nice article, at work I use mysqldump command and task scheduler to automatize the backup process. However, when I don&#8217;t have permissions to run the mysqldump command (like in shared enviroments) I use MySQLBackupFTP (<a
href="http://mysqlbackupftp.com" rel="nofollow">http://mysqlbackupftp.com</a>). This tool connects to MySQL through phpMyAdmin so you don&#8217;t need admin privileges on the server.<br
/> The tool is not free, but it has a free version with good features like file compression,ftp,email notification, and support backup schedule for two databases.</p> ]]></content:encoded> </item> <item><title>By: Sergii Lazurenko</title><link>http://www.ducea.com/2006/05/27/backup-your-mysql-databases-automatically-with-automysqlbackup/comment-page-4/#comment-192913</link> <dc:creator>Sergii Lazurenko</dc:creator> <pubDate>Mon, 16 May 2011 11:23:11 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/05/27/backup-your-mysql-databases-automatically-with-automysqlbackup/#comment-192913</guid> <description>Backup MySQL databases with dbForge Studio for MySQL. This tool has many useful features and also &quot;MySQL backup&quot;.http://www.devart.com/dbforge/mysql/studio/database-administration.html</description> <content:encoded><![CDATA[<p>Backup MySQL databases with dbForge Studio for MySQL. This tool has many useful features and also &#8220;MySQL backup&#8221;.</p><p><a
href="http://www.devart.com/dbforge/mysql/studio/database-administration.html" rel="nofollow">http://www.devart.com/dbforge/mysql/studio/database-administration.html</a></p> ]]></content:encoded> </item> <item><title>By: Great &#124; Style Counsel</title><link>http://www.ducea.com/2006/05/27/backup-your-mysql-databases-automatically-with-automysqlbackup/comment-page-4/#comment-192446</link> <dc:creator>Great &#124; Style Counsel</dc:creator> <pubDate>Tue, 08 Mar 2011 11:48:54 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/05/27/backup-your-mysql-databases-automatically-with-automysqlbackup/#comment-192446</guid> <description>[...] Backup your MySQL databases automatically with AutoMySQLBackup &#8230; [...]</description> <content:encoded><![CDATA[<p>[...] Backup your MySQL databases automatically with <a
href="http://members.lycos.co.uk/wipe_out/automysqlbackup/" class="ubernym uttJustLink">AutoMySQLBackup</a> &#8230; [...]</p> ]]></content:encoded> </item> <item><title>By: Jaymo</title><link>http://www.ducea.com/2006/05/27/backup-your-mysql-databases-automatically-with-automysqlbackup/comment-page-4/#comment-192193</link> <dc:creator>Jaymo</dc:creator> <pubDate>Tue, 08 Feb 2011 09:44:09 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/05/27/backup-your-mysql-databases-automatically-with-automysqlbackup/#comment-192193</guid> <description>good information. thanx guyz</description> <content:encoded><![CDATA[<p>good information. thanx guyz</p> ]]></content:encoded> </item> <item><title>By: 10 Ways to Automatically &#38; Manually Backup MySQL Database &#171; Hemendra&#039;s Blog</title><link>http://www.ducea.com/2006/05/27/backup-your-mysql-databases-automatically-with-automysqlbackup/comment-page-4/#comment-183380</link> <dc:creator>10 Ways to Automatically &#38; Manually Backup MySQL Database &#171; Hemendra&#039;s Blog</dc:creator> <pubDate>Sat, 23 Oct 2010 13:13:06 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/05/27/backup-your-mysql-databases-automatically-with-automysqlbackup/#comment-183380</guid> <description>[...] 3. Backup your MySQL databases automatically with AutoMySQLBackup [...]</description> <content:encoded><![CDATA[<p>[...] 3. Backup your MySQL databases automatically with <a
href="http://members.lycos.co.uk/wipe_out/automysqlbackup/" class="ubernym uttJustLink">AutoMySQLBackup</a> [...]</p> ]]></content:encoded> </item> <item><title>By: Vivek Nandavanam</title><link>http://www.ducea.com/2006/05/27/backup-your-mysql-databases-automatically-with-automysqlbackup/comment-page-4/#comment-182972</link> <dc:creator>Vivek Nandavanam</dc:creator> <pubDate>Wed, 15 Sep 2010 10:01:40 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/05/27/backup-your-mysql-databases-automatically-with-automysqlbackup/#comment-182972</guid> <description>It was a great help.
I was able to take backups of the DB by using both the cron expressions in crontab as well as in cron.daily.</description> <content:encoded><![CDATA[<p>It was a great help.<br
/> I was able to take backups of the DB by using both the cron expressions in crontab as well as in cron.daily.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Served from: www.ducea.com @ 2012-02-07 00:00:34 by W3 Total Cache -->
