<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>logon2 Blog &#187; Lomadaba</title>
	<atom:link href="http://www.logon2.com.au/blog/archive/category/coding/lomadaba/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.logon2.com.au/blog</link>
	<description>Better use of the web for everybody</description>
	<lastBuildDate>Tue, 13 Jul 2010 12:44:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Lomadaba, The Automatic MySQL Database Dump Backup PHP Script</title>
		<link>http://www.logon2.com.au/blog/archive/coding/lomadaba/lomadaba-the-automatic-mysql-database-dump-backup-php-script/</link>
		<comments>http://www.logon2.com.au/blog/archive/coding/lomadaba/lomadaba-the-automatic-mysql-database-dump-backup-php-script/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 03:13:42 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Lomadaba]]></category>
		<category><![CDATA[automatic]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[cronjob]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysqldump]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.logon2.com.au/blog/?p=146</guid>
		<description><![CDATA[Now that logon2 hosts quite a few sites that are dynamic and make use of MySQL databases, I decided to implement automatic daily database backup tool. Such a tool gives me peace of mind as well as advantage over any competitors who don&#8217;t perform automatic backups. Lomadaba (logon2 Mass Database Backup) is my solution. Already, [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float:left;" title="Lomadaba - MySQL Database Backup PHP Script" src="http://www.logon2.com.au/blog/wp-content/logo.png" alt="Lomadaba - MySQL Database Backup PHP Script" width="213" height="159" />Now that logon2 hosts quite a few sites that are dynamic and make use of MySQL databases, I decided to implement automatic daily database backup tool. Such a tool gives me peace of mind as well as advantage over any competitors who don&#8217;t perform automatic backups. Lomadaba (<strong>lo</strong>gon2 <strong>Ma</strong>ss <strong>Da</strong>tabase <strong>Ba</strong>ckup) is my solution.</p>
<p>Already, the backups have been of great use. With dynamic websites, customers can have access to administration panels, add content, manage their shop catalogue, add photos to their photo gallery, or send emails to their mail list. From time to time, even with appropriate documentation and instruction, customers can accidentally make pretty significant mistakes. I certainly have made mistakes myself. With access to daily backups, these occurrences are much less stressful.</p>
<p>If you haven&#8217;t got an automatic database backup system, you should consider <a href="http://github.com/sickanimations/Lomadaba">Lomadaba </a>as your solution &#8211; or at least your first step. Go and <a href="http://github.com/sickanimations/Lomadaba">download or pull Lomadaba from github</a>.</p>
<p>Features:</p>
<ul>
<li>Can be used to backup one database at a time or 20. Very little effort involved in adding databases.</li>
<li>Success and/or failure email reporting.</li>
<li>Designed to play nicely with existing scripts and their config files.</li>
<li>Configurable and small enough to completely understand within five minutes.</li>
<li>Uses MySQL Dump command, mysqldump to create backups. Essentially the most reliable way to create a backup.</li>
<li>Designed to be execute regularly using cron jobs. Simply make an entry in crontab and allow the cronjob to back up your data.</li>
</ul>
<h3>Related Posts:</h3><ul class="related_post"><li><a href="http://www.logon2.com.au/blog/archive/coding/mysql-coding/groupwise-maximum-mysql/" title="Returning the entire row of maximum value for each group (Group-wise Maximum in SQL / MySQL )">Returning the entire row of maximum value for each group (Group-wise Maximum in SQL / MySQL )</a></li><li><a href="http://www.logon2.com.au/blog/archive/coding/pretty-smarties/pretty-smarties-05-pretty-urls-smarty-templates-and-faster-web-design/" title="Pretty Smarties 0.5 &#8211; Pretty URLs, Smarty Templates and Faster Web Design">Pretty Smarties 0.5 &#8211; Pretty URLs, Smarty Templates and Faster Web Design</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.logon2.com.au/blog/archive/coding/lomadaba/lomadaba-the-automatic-mysql-database-dump-backup-php-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

