<?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: Automated Backups &#8211; A 5 Minute Script To Safer Data</title>
	<atom:link href="http://blog.perplexedlabs.com/2009/02/09/automated-backups-a-5-minute-script-to-safer-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.perplexedlabs.com/2009/02/09/automated-backups-a-5-minute-script-to-safer-data/</link>
	<description>web development war stories from the frontlines to the backend</description>
	<lastBuildDate>Fri, 12 Mar 2010 21:11:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shai</title>
		<link>http://blog.perplexedlabs.com/2009/02/09/automated-backups-a-5-minute-script-to-safer-data/comment-page-1/#comment-2731</link>
		<dc:creator>Shai</dc:creator>
		<pubDate>Wed, 25 Nov 2009 23:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.perplexedlabs.com/?p=178#comment-2731</guid>
		<description>This is great. Since I&#039;m new at this kind of stuff, I just need a couple more details. &lt;br&gt;&lt;br&gt;In your example... does the script live in a file named &quot;backup.daily.cron&quot;?&lt;br&gt;&lt;br&gt;What does the comment &quot;/bin/bash&quot; mean. Is that the directory you stored the file in? Does it matter what directory you store the file in?&lt;br&gt;&lt;br&gt;Thanks much.&lt;br&gt;&lt;br&gt;Shai Gluskin</description>
		<content:encoded><![CDATA[<p>This is great. Since I&#39;m new at this kind of stuff, I just need a couple more details. </p>
<p>In your example&#8230; does the script live in a file named &#8220;backup.daily.cron&#8221;?</p>
<p>What does the comment &#8220;/bin/bash&#8221; mean. Is that the directory you stored the file in? Does it matter what directory you store the file in?</p>
<p>Thanks much.</p>
<p>Shai Gluskin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shai</title>
		<link>http://blog.perplexedlabs.com/2009/02/09/automated-backups-a-5-minute-script-to-safer-data/comment-page-1/#comment-2716</link>
		<dc:creator>Shai</dc:creator>
		<pubDate>Wed, 25 Nov 2009 18:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.perplexedlabs.com/?p=178#comment-2716</guid>
		<description>This is great. Since I&#039;m new at this kind of stuff, I just need a couple more details. &lt;br&gt;&lt;br&gt;In your example... does the script live in a file named &quot;backup.daily.cron&quot;?&lt;br&gt;&lt;br&gt;What does the comment &quot;/bin/bash&quot; mean. Is that the directory you stored the file in? Does it matter what directory you store the file in?&lt;br&gt;&lt;br&gt;Thanks much.&lt;br&gt;&lt;br&gt;Shai Gluskin</description>
		<content:encoded><![CDATA[<p>This is great. Since I&#39;m new at this kind of stuff, I just need a couple more details. </p>
<p>In your example&#8230; does the script live in a file named &#8220;backup.daily.cron&#8221;?</p>
<p>What does the comment &#8220;/bin/bash&#8221; mean. Is that the directory you stored the file in? Does it matter what directory you store the file in?</p>
<p>Thanks much.</p>
<p>Shai Gluskin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://blog.perplexedlabs.com/2009/02/09/automated-backups-a-5-minute-script-to-safer-data/comment-page-1/#comment-2120</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 22 Apr 2009 17:49:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.perplexedlabs.com/?p=178#comment-2120</guid>
		<description>@william this would only apply to InnoDB tables</description>
		<content:encoded><![CDATA[<p>@william this would only apply to InnoDB tables</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://blog.perplexedlabs.com/2009/02/09/automated-backups-a-5-minute-script-to-safer-data/comment-page-1/#comment-2118</link>
		<dc:creator>William</dc:creator>
		<pubDate>Wed, 22 Apr 2009 17:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.perplexedlabs.com/?p=178#comment-2118</guid>
		<description>If you want to do a live data dump without locking your database, just add a --single-transaction on your mysqldump line.</description>
		<content:encoded><![CDATA[<p>If you want to do a live data dump without locking your database, just add a &#8211;single-transaction on your mysqldump line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arslan</title>
		<link>http://blog.perplexedlabs.com/2009/02/09/automated-backups-a-5-minute-script-to-safer-data/comment-page-1/#comment-1614</link>
		<dc:creator>arslan</dc:creator>
		<pubDate>Thu, 09 Apr 2009 06:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.perplexedlabs.com/?p=178#comment-1614</guid>
		<description>How can i backup, if i am using windows platform ?</description>
		<content:encoded><![CDATA[<p>How can i backup, if i am using windows platform ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jb</title>
		<link>http://blog.perplexedlabs.com/2009/02/09/automated-backups-a-5-minute-script-to-safer-data/comment-page-1/#comment-1294</link>
		<dc:creator>jb</dc:creator>
		<pubDate>Mon, 30 Mar 2009 00:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.perplexedlabs.com/?p=178#comment-1294</guid>
		<description>just a small thing but ... you should first rename the backup file and then erase it when it is finished^^
In case you are very very very unlucky!</description>
		<content:encoded><![CDATA[<p>just a small thing but &#8230; you should first rename the backup file and then erase it when it is finished^^<br />
In case you are very very very unlucky!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://blog.perplexedlabs.com/2009/02/09/automated-backups-a-5-minute-script-to-safer-data/comment-page-1/#comment-685</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Tue, 10 Feb 2009 19:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.perplexedlabs.com/?p=178#comment-685</guid>
		<description>There are some other housekeeping things I do in this script, related to Rails, that I didn&#039;t include for various reasons, which make restarting the server a good idea.  But you&#039;re right, for strictly backing up a DB, you don&#039;t *have* to stop Apache.  There&#039;s not a ton of activity on this box at 1am anyway.</description>
		<content:encoded><![CDATA[<p>There are some other housekeeping things I do in this script, related to Rails, that I didn&#8217;t include for various reasons, which make restarting the server a good idea.  But you&#8217;re right, for strictly backing up a DB, you don&#8217;t *have* to stop Apache.  There&#8217;s not a ton of activity on this box at 1am anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mattias Geniar</title>
		<link>http://blog.perplexedlabs.com/2009/02/09/automated-backups-a-5-minute-script-to-safer-data/comment-page-1/#comment-684</link>
		<dc:creator>Mattias Geniar</dc:creator>
		<pubDate>Tue, 10 Feb 2009 19:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.perplexedlabs.com/?p=178#comment-684</guid>
		<description>Why would you stop Apache? The mysqldump allows you to lock tables it&#039;s currently back-ing up, so insert/updates won&#039;t cause corrupt and out-of-sync data. But normal read requests are still possible through a website.</description>
		<content:encoded><![CDATA[<p>Why would you stop Apache? The mysqldump allows you to lock tables it&#8217;s currently back-ing up, so insert/updates won&#8217;t cause corrupt and out-of-sync data. But normal read requests are still possible through a website.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
