<?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: Nightly MySQL Backup</title>
	<atom:link href="http://www.andrejciho.com/linux/nightly-mysql-backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andrejciho.com/linux/nightly-mysql-backup/</link>
	<description>Personal blog of a webdeveloper</description>
	<lastBuildDate>Fri, 05 Mar 2010 04:52:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Cristóbal Palmer</title>
		<link>http://www.andrejciho.com/linux/nightly-mysql-backup/comment-page-1/#comment-380</link>
		<dc:creator>Cristóbal Palmer</dc:creator>
		<pubDate>Thu, 12 Mar 2009 20:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrejciho.com/linux/nightly-mysql-backup/#comment-380</guid>
		<description>This is great, but note that on Ubuntu /bin/sh is actually dash, which means that this script will fail. To fix it, just use /bin/bash at the top instead of /bin/sh

Also, instead of using crontab -e, you can simply save this file in /etc/cron.daily</description>
		<content:encoded><![CDATA[<p>This is great, but note that on Ubuntu /bin/sh is actually dash, which means that this script will fail. To fix it, just use /bin/bash at the top instead of /bin/sh</p>
<p>Also, instead of using crontab -e, you can simply save this file in /etc/cron.daily</p>
]]></content:encoded>
	</item>
</channel>
</rss>

