<?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: Setting up daily, weekly and monthly MySQL Database Backups using AutoMySQLBackup</title>
	<atom:link href="http://geektank.net/2008/01/setting-daily-weekly-and-monthly-mysql-database-backups-using-automysqlbackup/feed/" rel="self" type="application/rss+xml" />
	<link>http://geektank.net/2008/01/setting-daily-weekly-and-monthly-mysql-database-backups-using-automysqlbackup/</link>
	<description>Random articles from an IT Professional and Part Time Garbage Picker</description>
	<lastBuildDate>Mon, 06 Feb 2012 16:58:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jordan</title>
		<link>http://geektank.net/2008/01/setting-daily-weekly-and-monthly-mysql-database-backups-using-automysqlbackup/comment-page-1/#comment-33190</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Tue, 25 Jan 2011 06:34:14 +0000</pubDate>
		<guid isPermaLink="false">#comment-33190</guid>
		<description>There are two ways of achieving this. Changing the time when all your daily tasks run, not really an efficient way of doing things. Or just move automysqlbackup.sh to /usr/local/sbin and create a new file called &quot;automysqlbackup&quot; in /etc/cron.d with the following contents:

00 18 * * * root /usr/local/sbin/automysqlbackup.sh

This should then run at 18:00 Hours (6:00PM) everyday.</description>
		<content:encoded><![CDATA[<p>There are two ways of achieving this. Changing the time when all your daily tasks run, not really an efficient way of doing things. Or just move automysqlbackup.sh to /usr/local/sbin and create a new file called &#8220;automysqlbackup&#8221; in /etc/cron.d with the following contents:</p>
<p>00 18 * * * root /usr/local/sbin/automysqlbackup.sh</p>
<p>This should then run at 18:00 Hours (6:00PM) everyday.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sudeep Talati</title>
		<link>http://geektank.net/2008/01/setting-daily-weekly-and-monthly-mysql-database-backups-using-automysqlbackup/comment-page-1/#comment-32513</link>
		<dc:creator>Sudeep Talati</dc:creator>
		<pubDate>Wed, 19 Jan 2011 11:23:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-32513</guid>
		<description>Hi

thanks a lot. Your post was really helpful.
I am working on Linux server 10.04
Is there any way to change the schedule of the backup. It runs every 6 in the morning. I want to make it run, every 6 in evening

Any help appreciated

Thanks</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>thanks a lot. Your post was really helpful.<br />
I am working on Linux server 10.04<br />
Is there any way to change the schedule of the backup. It runs every 6 in the morning. I want to make it run, every 6 in evening</p>
<p>Any help appreciated</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

