<?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>Chris J Mears &#187; apple</title>
	<atom:link href="http://chrisjmears.com/tag/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrisjmears.com</link>
	<description>Web Developer in Ruby on Rails and CakePHP</description>
	<lastBuildDate>Tue, 03 Aug 2010 22:22:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Manually Configure Time Machine&#8217;s Backup Interval</title>
		<link>http://chrisjmears.com/2008/08/manually-configure-time-machines-backup-interval/</link>
		<comments>http://chrisjmears.com/2008/08/manually-configure-time-machines-backup-interval/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 16:55:31 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Geeky Stuff]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[time machine]]></category>

		<guid isPermaLink="false">http://chrisjmears.com/?p=34</guid>
		<description><![CDATA[Time Machine has always annoyed me with how frequent it wants to backup.  It takes no consideration what you are currently doing and if you have Time Capsule, your workflow grinds to a complete halt while Time Machine and Time Capsule get buddy-buddy over your network. My issue is not with Time Machine itself.  It&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Time Machine has always annoyed me with how frequent it wants to backup.  It takes no consideration what you are currently doing and if you have Time Capsule, your workflow grinds to a complete halt while Time Machine and Time Capsule get buddy-buddy over your network.</p>
<p>My issue is not with Time Machine itself.  It&#8217;s a great idea and great program!  I just wish there was a better control panel for it.  Oh well, time to get down and dirty.</p>
<p>From this <a title="Mac OS X Hints: Set the Time Machine backup interval" href="http://www.macosxhints.com/article.php?story=200710291721156" target="_blank">hint</a> I was able to set the Time Machine backup schedule from one hour to six hours.</p>
<p>Basically, in Terminal, you:<br />
<code><br />
cd /System/Library/LaunchDaemons<br />
sudo vi com.apple.backupd-auto.plist<br />
</code></p>
<p><strong>Note:</strong> I&#8217;m using the vi editor to do this hack. You can choose any editor you wish, just make sure you have proper permissions.</p>
<p>Once open, you change the property:<br />
<code><br />
&lt;key&gt;StartInterval&lt;/key&gt;<br />
&lt;integer&gt;3600&lt;/integer&gt;<br />
</code></p>
<p>Where 3600 is the number of seconds you want Time Machine to run.  I changed mine to 21600 and voila!</p>
<p>Now maybe I can play a DVD without Time Machine interupting my full screen.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrisjmears.com/2008/08/manually-configure-time-machines-backup-interval/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
