<?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>Kristian Tapaninaho&#039;s Blog &#187; Time Machine</title>
	<atom:link href="http://kristian.tapaninaho.com/tag/time-machine/feed/" rel="self" type="application/rss+xml" />
	<link>http://kristian.tapaninaho.com</link>
	<description></description>
	<lastBuildDate>Fri, 09 Mar 2012 12:43:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<div id='fb-root'></div>
					<script type='text/javascript'>
						window.fbAsyncInit = function()
						{
							FB.init({appId: null, status: true, cookie: true, xfbml: true});
						};
						(function()
						{
							var e = document.createElement('script'); e.async = true;
							e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
							document.getElementById('fb-root').appendChild(e);
						}());
					</script>	
						<item>
		<title>Scheduling Time Machine Backups with AppleScript and iCal</title>
		<link>http://kristian.tapaninaho.com/2009/02/scheduling-time-machine-backups-with-applescript-and-ical/</link>
		<comments>http://kristian.tapaninaho.com/2009/02/scheduling-time-machine-backups-with-applescript-and-ical/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 20:31:52 +0000</pubDate>
		<dc:creator>kristian tapaninaho</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[iCal]]></category>
		<category><![CDATA[Time Machine]]></category>

		<guid isPermaLink="false">http://tapaninaho.com/blog/?p=314</guid>
		<description><![CDATA[Great news to all Time Machine users! It&#8217;s actually possible to schedule when you allow backups to happen. Problem has been that Time Machine tends to go on at times when it&#8217;s really not that convenient; when your working on something heavy and don&#8217;t want the extra CPU usage or when you need to leave [...]]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://kristian.tapaninaho.com/2009/02/scheduling-time-machine-backups-with-applescript-and-ical/' layout='default' show_faces='false' width='400' action='recommend' colorscheme='light' send='false' /></div><p>Great news to all Time Machine users! It&#8217;s actually possible to schedule when you allow backups to happen. Problem has been that Time Machine tends to go on at times when it&#8217;s really not that convenient;  when your working on something heavy and don&#8217;t want the extra CPU usage or when you need to leave your flat but don&#8217;t want to abruptly stop it backing up (latter can be really harmful to your backup so should be avoided). Two lines of AppleScript and few iCal events will fix this!</p>
<p>Few easy steps:</p>
<p><strong>The Script</strong></p>
<p>1: Open Script Editor.app from Macintosh HD/Applications/</p>
<p>2: copy and paste this in to the window:<br />
<code>do shell script "defaults write /Library/Preferences/com.apple.TimeMachine AutoBackup -bool true"</code></p>
<p>3: Save As: &#8220;TM-On&#8221; in Macintosh HD/Library/Scripts/Time Machine/</p>
<p>You don&#8217;t need to change the defaults</p>
<p>4: Open a new document in Script Editor</p>
<p>5: copy and paste this in to the window:<br />
<code>do shell script "defaults write /Library/Preferences/com.apple.TimeMachine AutoBackup -bool false"</code></p>
<p>6: Save As: &#8220;TM-Off&#8221; in Macintosh HD/Library/Scripts/Time Machine/</p>
<p><strong>In iCal</strong></p>
<p>(<em>As there&#8217;s going to be repeating calendar entries for every day I&#8217;d suggest adding a new calendar so you can hide it.</em>)</p>
<p>1: Create a new calendar entry for today.</p>
<p>2: Decide what time you want to turn Time Machine on. I&#8217;ve set it to 13:00 so it&#8217;ll be on when I get home. Also set it to repeat daily.</p>
<p>3: Set Alarm to Run Script and underneath File&#8230; and browse to /Macintosh HD/Library/Scripts/Time Machine/TM-On.scpt</p>
<p>4: Set it to go 1 minute before the event (if you set it to &#8216;<em>on date</em>&#8216;, repeat wont work)</p>
<p>5: Repeat above steps for turning Time Machine of and you&#8217;re done. I&#8217;m turning mine off in the wee hours of the morning but if you like watching stuff on you laptop in bed you might want to turn it off &#8211; say &#8211; 21:00 so it won&#8217;t be backing up when you want to go to sleep.</p>
<p>6: Relax&#8230; or watch the video below. It shows how this is done in about 4 minutes. <a href="http://vimeo.com/3365823">Click here</a> to watch this video in HD on Vimeo.</p>
<p>[Update 1] If you&#8217;re having problems using this, it might be that you don&#8217;t have a .plist for Time Machine. As odd as it sounds, Darina&#8217;s MacBook was missing this completely. In order to create it, just go to TM preferences and add something to the excluded list. This will create a file called <code>com.apple.TimeMachine.plist</code> in your systems main library.</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://kristian.tapaninaho.com/2009/02/scheduling-time-machine-backups-with-applescript-and-ical/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Aperture and Time Machine not Sitting in a Tree</title>
		<link>http://kristian.tapaninaho.com/2008/04/aperture-and-time-machine-not-sitting-in-a-tree/</link>
		<comments>http://kristian.tapaninaho.com/2008/04/aperture-and-time-machine-not-sitting-in-a-tree/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 16:05:48 +0000</pubDate>
		<dc:creator>Kristian Tapaninaho</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Aperture]]></category>
		<category><![CDATA[Time Machine]]></category>

		<guid isPermaLink="false">http://tapaninaho.com/blog/?p=163</guid>
		<description><![CDATA[Hope Apple fixes this quickly. After getting a Time Capsule, I&#8217;ve started liking Time Machine again. No need to plug in a cable makes a massive difference. Difference between remembering to use it sometimes (I used to share a drive with Darina) and not having to remember to use it, ever. However, Time Machine doesn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://kristian.tapaninaho.com/2008/04/aperture-and-time-machine-not-sitting-in-a-tree/' layout='default' show_faces='false' width='400' action='recommend' colorscheme='light' send='false' /></div><p>Hope Apple fixes this quickly.</p>
<p>After getting a Time Capsule, I&#8217;ve started liking Time Machine again. No need to plug in a cable makes a massive difference. Difference between remembering to use it sometimes (I used to share a drive with Darina) and not having to remember to use it, ever.</p>
<p>However, Time Machine doesn&#8217;t seem to like Aperture that much, it wants to back up the whole library every single time there&#8217;s a change. Apple <a href="http://support.apple.com/kb/TS1228">acknowledges</a> it and suggest turning of Time Machine when using Aperture. I&#8217;m not sure if the problem is solved as long as they&#8217;re not running at the same time but will try it as soon as these 14.9 gigabytes of images have flown across my flat.</p>
<p>Taking Murphy&#8217;s Law into count, there&#8217;s a possibility of 2.45/31 for the HDD to die 16 days after turning Time Machine off.</p>
<p>&#8211;kristian</p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://kristian.tapaninaho.com/2008/04/aperture-and-time-machine-not-sitting-in-a-tree/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

