<?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>Wheadon&#039;s Words; Mark&#039;s Mutterings &#187; interval</title>
	<atom:link href="http://www.markwheadon.com/blog/tag/interval/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markwheadon.com/blog</link>
	<description>Welcome to Mark Wheadon&#039;s blog; I hope you find it useful. Feel free to comment on anything you read here.</description>
	<lastBuildDate>Sun, 02 May 2010 14:14:38 +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>Changing Time Machine&#8217;s backup schedule</title>
		<link>http://www.markwheadon.com/blog/2009/03/changing-time-machine-backup-schedule/</link>
		<comments>http://www.markwheadon.com/blog/2009/03/changing-time-machine-backup-schedule/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 11:55:33 +0000</pubDate>
		<dc:creator>Mark Wheadon</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[how often]]></category>
		<category><![CDATA[interval]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[schedule]]></category>
		<category><![CDATA[seconds]]></category>
		<category><![CDATA[time machine]]></category>

		<guid isPermaLink="false">http://www.markwheadon.com/blog/?p=485</guid>
		<description><![CDATA[How to make Time Machine backup less (or more) frequently.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Apple&#8217;s <em>Time Machine</em> is a useful beast. Plug a disk into your Mac or buy a <a href="http://www.apple.com/timecapsule/" target="_blank">Time Capsule</a> and <em>Time Machine</em> does the rest &#8212; waking up once an hour and copying anything that&#8217;s changed onto your backup.</p>
<p>However, you may not <em>want</em> a backup every hour &#8212; the backup disk is a limited resource. If you&#8217;re regularly changing large files then <em>Time Machine</em> is regularly writing large amounts of data to the backup disk, and if that&#8217;s the case then you won&#8217;t have backups going back very far into the past.</p>
<p>So there will be lots of revisions of files that have changed recently, but nothing much from, say, a couple of months ago.</p>
<h2>So how do you change the interval?</h2>
<p>The standard <em>Time Machine</em> options don&#8217;t allow you to change the backup interval (the time between backups), but the preferences are there to be changed if you know how.</p>
<h2>From the command line</h2>
<p>If you don&#8217;t want to install any extra software then you can change <em>Time Machine</em>&#8216;s backup interval from a shell prompt. Start up a <em>Terminal</em> window and then type:</p>
<p><code>sudo defaults write /System/Library/LaunchDaemons/com.apple.backupd-auto StartInterval -int 18000</code></p>
<p>The 18000 above is the required backup interval in seconds &#8212; five hours in this example. And note that the above command is all on one line.</p>
<h2>Point-and-click</h2>
<p>There are several full Mac OS applications out there that allow you to manipulate <em>Time Machine</em>&#8216;s hidden preferences. The two most popular are <a href="http://www.klieme.com/TimeMachineScheduler.html" target="_blank">Time Machine Scheduler</a> and <a href="http://timesoftware.free.fr/timemachineeditor/" target="_blank">Time Machine Editor</a>. I haven&#8217;t used either (being someone who leans toward using the command line), but they look like they&#8217;ll do the job. However&#8230;</p>
<h2>My recommendation was, but is no more:</h2>
<p>I <em>did</em> suggest using the <em>Secrets prefPane</em> to change <em>Time Machine</em>&#8216;s backup interval (see below), but unfortunately that turned out to be bad advice. You can <em>set</em> the interval using the <em>Secrets prefPane</em> but it doesn&#8217;t stick. Quit the <em>System Preferences</em> application and start it up again and you&#8217;ll find the interval has gone back to the default of 3600 seconds.</p>
<p>So it seems <em>Secrets prefPane</em> doesn&#8217;t work for this after all! I&#8217;ll leave the rest of this article in place and perhaps someone will tell me when the problem&#8217;s fixed?</p>
<p>In the mean time, please use one of the options suggested above.</p>
<p>Here&#8217;s the rest of the original article, which at the moment <em>doesn&#8217;t work</em>:<span id="more-485"></span></p>
<p>I suggest you use the <a href="http://secrets.blacktree.com/" target="_blank">Secrets Prefpane</a> from blacktree. Just download it from the link near the top of the web page, unzip it and then install it by double-clicking on the resulting file (<em>Secrets.prefPane</em>).</p>
<p>Now, when you start up <em>System Preferences</em> you&#8217;ll find a new preferences pane:</p>
<p><a href="http://www.markwheadon.com/blog/wp-content/uploads/2009/03/secrets.png"><img class="aligncenter size-large wp-image-514" title="secrets" src="http://www.markwheadon.com/blog/wp-content/uploads/2009/03/secrets-540x462.png" alt="secrets" width="540" height="462" /></a></p>
<p>The <em>Secrets</em> preferences pane allows you to set the hidden <em>Time Machine</em> backup interval:</p>
<p><a href="http://www.markwheadon.com/blog/wp-content/uploads/2009/03/secrets-prefpane-time-machine.png"><img class="aligncenter size-large wp-image-492" title="secrets-prefpane-time-machine" src="http://www.markwheadon.com/blog/wp-content/uploads/2009/03/secrets-prefpane-time-machine-540x462.png" alt="secrets-prefpane-time-machine" width="540" height="462" /></a>but &#8212; and this is why I recommend the <em>Secrets prefPane</em> &#8211; it also allows you to change all sorts of other hidden preferences in Mac OS:</p>
<p><a href="http://www.markwheadon.com/blog/wp-content/uploads/2009/03/secrets-prefpane.png"><img class="aligncenter size-large wp-image-491" title="secrets-prefpane" src="http://www.markwheadon.com/blog/wp-content/uploads/2009/03/secrets-prefpane-540x462.png" alt="secrets-prefpane" width="540" height="462" /></a></p>
<p>which is great fun &#8212; and who knows, may even prove useful <img src='http://www.markwheadon.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.markwheadon.com/blog/2009/03/changing-time-machine-backup-schedule/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
