<?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: Use Time Machine with Wake on LAN to Enable Network Backups to Sleeping Devices</title>
	<atom:link href="http://rob.by/2009/use-time-machine-with-wake-on-lan-to-enable-network-backups-to-sleeping-devices/feed/" rel="self" type="application/rss+xml" />
	<link>http://rob.by/2009/use-time-machine-with-wake-on-lan-to-enable-network-backups-to-sleeping-devices/</link>
	<description>Tech Commentary &#38; Startup Life</description>
	<lastBuildDate>Thu, 02 Sep 2010 19:54:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Robby Grossman</title>
		<link>http://rob.by/2009/use-time-machine-with-wake-on-lan-to-enable-network-backups-to-sleeping-devices/comment-page-1/#comment-16642</link>
		<dc:creator>Robby Grossman</dc:creator>
		<pubDate>Tue, 17 Nov 2009 20:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.freerobby.com/?p=533#comment-16642</guid>
		<description>Hey,

Thanks for the improvement. I will update the code over at github (unless you have an account in which I can pull your fork).

--Robby</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Thanks for the improvement. I will update the code over at github (unless you have an account in which I can pull your fork).</p>
<p>&#8211;Robby</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wackazong</title>
		<link>http://rob.by/2009/use-time-machine-with-wake-on-lan-to-enable-network-backups-to-sleeping-devices/comment-page-1/#comment-16641</link>
		<dc:creator>wackazong</dc:creator>
		<pubDate>Tue, 17 Nov 2009 20:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.freerobby.com/?p=533#comment-16641</guid>
		<description>syslog is such a terrible (i.e. 99%) CPU hog. I finally ended up with this script. Same function, less hassle.

&lt;code&gt;
#!/bin/bash

macaddress=&quot;00:26:08:f5:84:53&quot;
while true
do
	results=$(grep backupd /var/log/system.log &#124; tail -n 3 &#124; grep Starting\ standard\ backup)
	if [ -n &quot;$results&quot; ]
	then
		Echo Found Time Machine Start, sending WOL packet
		/opt/local/bin/wakeonlan &quot;$macaddress&quot; &amp;
	fi
	sleep 10
done
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>syslog is such a terrible (i.e. 99%) CPU hog. I finally ended up with this script. Same function, less hassle.</p>
<p><code><br />
#!/bin/bash</p>
<p>macaddress="00:26:08:f5:84:53"<br />
while true<br />
do<br />
	results=$(grep backupd /var/log/system.log | tail -n 3 | grep Starting\ standard\ backup)<br />
	if [ -n "$results" ]<br />
	then<br />
		Echo Found Time Machine Start, sending WOL packet<br />
		/opt/local/bin/wakeonlan "$macaddress" &amp;<br />
	fi<br />
	sleep 10<br />
done<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wackazong</title>
		<link>http://rob.by/2009/use-time-machine-with-wake-on-lan-to-enable-network-backups-to-sleeping-devices/comment-page-1/#comment-16634</link>
		<dc:creator>wackazong</dc:creator>
		<pubDate>Tue, 17 Nov 2009 07:36:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.freerobby.com/?p=533#comment-16634</guid>
		<description>Should&#039;t the second results= search for a line that contains the &quot;Ejected Time machine Volume&quot; message?</description>
		<content:encoded><![CDATA[<p>Should&#8217;t the second results= search for a line that contains the &#8220;Ejected Time machine Volume&#8221; message?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
