<?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: Automatic, Periodic Syncing with iSync</title>
	<atom:link href="http://hasseg.org/blog/post/136/automatic-periodic-syncing-with-isync/feed/" rel="self" type="application/rss+xml" />
	<link>http://hasseg.org/blog/post/136/automatic-periodic-syncing-with-isync/</link>
	<description></description>
	<lastBuildDate>Sun, 29 Jan 2012 23:57:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: google.com/accounts/o8&#8230;</title>
		<link>http://hasseg.org/blog/post/136/automatic-periodic-syncing-with-isync/comment-page-1/#comment-2057</link>
		<dc:creator>google.com/accounts/o8&#8230;</dc:creator>
		<pubDate>Mon, 04 Jan 2010 17:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://hasseg.org/blog/?p=136#comment-2057</guid>
		<description>Thanks for this.  I had to rebuild bluelist on Snow Leopard but otherwise it works fine.</description>
		<content:encoded><![CDATA[<p><span class='eg-image' style='float:left; margin-right:10px; display:block; width:40px' ><a rel='external nofollow' href='https://www.google.com/accounts/o8/id?id=AItOawmoS9xEIDwEwpSJSkGzlO0oo-IHXdsBbTc'><img alt='' src='http://0.gravatar.com/avatar/cbf8944e9fa31c57304e727d744a6676?s=40&amp;d=http%3A%2F%2Fhasseg.org%2Fblank-avatar.png%3Fs%3D40&amp;r=G' class='avatar avatar-40 photo' height='40' width='40' /></a></span>Thanks for this.  I had to rebuild bluelist on Snow Leopard but otherwise it works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali Rantakari</title>
		<link>http://hasseg.org/blog/post/136/automatic-periodic-syncing-with-isync/comment-page-1/#comment-657</link>
		<dc:creator>Ali Rantakari</dc:creator>
		<pubDate>Sun, 25 May 2008 13:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://hasseg.org/blog/?p=136#comment-657</guid>
		<description>Hi Ollie,

Hope this helps:

Growl is a system-wide notification server, which receives notifications from applications and displays them to the user somehow. The idea is that applications would tell Growl what they want to tell the user and then Growl would tell it to the user. This way, the user can tell Growl how they&#039;d like to receive all of their notifications instead of being constrained to however each individual application displays their stuff. When you&#039;ve installed it, you&#039;ll be able to find a &quot;Growl&quot; preference pane in the System Preferences application where you can configure the kinds of notifications you&#039;d like to receive from Growl-enabled applications. growlnotify is a command-line application that can be easily used by scripts such as this to send notifications to Growl.

Lingon is an application that allows you to make OS X run scripts between regular intervals (among other things.) Its UI should be quite straightforward.

1)
Download Growl (the link is in the post) and install it. From the Growl disk image (.dmg file) where the installer can be found, you&#039;ll find a file called &quot;growlnotify&quot; (in a folder called &quot;Extras&quot;, if I remember correctly.) Copy this file over to /usr/local/bin (if this folder structure doesn&#039;t exist, create it.) If you&#039;re running Leopard, see my post about making growlnotify work properly in Leopard: http://hasseg.org/blog/?p=111

2)
Download bluelist from the following location (this is a gzip archive so you&#039;ll have to extract it first to get the bluelist application itself) and put it in /usr/local/bin as well:
http://will.harris.ch/bluelist.gz

3)
Download my script and its support files (the link is in the post.) Extract the contents of the archive somewhere (e.g. in /Users/your_user_name/scripts/forceSync)

4)
Open my script in a text editor and configure it (in the &quot;SETTINGS&quot; section.) I Hope the comments I&#039;ve put in the script will make it clear what each of the configuration values mean and what the allowed values for them are. Save the edited script when you&#039;re done.

5)
Test the script by running it in the terminal with the &quot;verbose&quot; parameter (&quot;-v&quot;):

[cc lang=&quot;bash&quot;]
cd /Users/your_user_name/scripts/forceSync/
./forceSync.bash -v
[/cc]

6)
Download Lingon (the link is in the post) and run it. Create a new &quot;agent&quot;. You can put &quot;org.hasseg.forceSync&quot; into the Name field, &quot;/Users/your_user_name/scripts/forceSync/forceSync.bash&quot; (or wherever you put my script in) into the What field, and specify how often youd like to run it (e.g. &quot;Run it every 30 minutes&quot;.) Remember to check the &quot;enabled&quot; checkbox and click save.


If you&#039;re still having problems, make sure that all of the command-line apps as well as my script are executable:

[cc lang=&quot;bash&quot;]
chmod a+x /Users/your_user_name/scripts/forceSync/forceSync.bash
chmod a+x /usr/local/bin/growlnotify
chmod a+x /usr/local/bin/bluelist
[/cc]

</description>
		<content:encoded><![CDATA[<p><span class='eg-image' style='float:left; margin-right:10px; display:block; width:40px' ><img alt='' src='http://0.gravatar.com/avatar/029c1c6f063b9a96eaa53baabe3c3535?s=40&amp;d=http%3A%2F%2Fhasseg.org%2Fblank-avatar.png%3Fs%3D40&amp;r=G' class='avatar avatar-40 photo' height='40' width='40' /></span>Hi Ollie,</p>
<p>Hope this helps:</p>
<p>Growl is a system-wide notification server, which receives notifications from applications and displays them to the user somehow. The idea is that applications would tell Growl what they want to tell the user and then Growl would tell it to the user. This way, the user can tell Growl how they&#8217;d like to receive all of their notifications instead of being constrained to however each individual application displays their stuff. When you&#8217;ve installed it, you&#8217;ll be able to find a &#8220;Growl&#8221; preference pane in the System Preferences application where you can configure the kinds of notifications you&#8217;d like to receive from Growl-enabled applications. growlnotify is a command-line application that can be easily used by scripts such as this to send notifications to Growl.</p>
<p>Lingon is an application that allows you to make OS X run scripts between regular intervals (among other things.) Its UI should be quite straightforward.</p>
<p>1)<br />
Download Growl (the link is in the post) and install it. From the Growl disk image (.dmg file) where the installer can be found, you&#8217;ll find a file called &#8220;growlnotify&#8221; (in a folder called &#8220;Extras&#8221;, if I remember correctly.) Copy this file over to /usr/local/bin (if this folder structure doesn&#8217;t exist, create it.) If you&#8217;re running Leopard, see my post about making growlnotify work properly in Leopard: <a href="http://hasseg.org/blog/?p=111" rel="nofollow">http://hasseg.org/blog/?p=111</a></p>
<p>2)<br />
Download bluelist from the following location (this is a gzip archive so you&#8217;ll have to extract it first to get the bluelist application itself) and put it in /usr/local/bin as well:<br />
<a href="http://will.harris.ch/bluelist.gz" rel="nofollow">http://will.harris.ch/bluelist.gz</a></p>
<p>3)<br />
Download my script and its support files (the link is in the post.) Extract the contents of the archive somewhere (e.g. in /Users/your_user_name/scripts/forceSync)</p>
<p>4)<br />
Open my script in a text editor and configure it (in the &#8220;SETTINGS&#8221; section.) I Hope the comments I&#8217;ve put in the script will make it clear what each of the configuration values mean and what the allowed values for them are. Save the edited script when you&#8217;re done.</p>
<p>5)<br />
Test the script by running it in the terminal with the &#8220;verbose&#8221; parameter (&#8220;-v&#8221;):</p>
<div class="codecolorer-container bash mac-classic codecolorer-customstyle" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>Users<span style="color: #000000; font-weight: bold;">/</span>your_user_name<span style="color: #000000; font-weight: bold;">/</span>scripts<span style="color: #000000; font-weight: bold;">/</span>forceSync<span style="color: #000000; font-weight: bold;">/</span><br />
.<span style="color: #000000; font-weight: bold;">/</span>forceSync.bash <span style="color: #660033;">-v</span></div></div>
<p>6)<br />
Download Lingon (the link is in the post) and run it. Create a new &#8220;agent&#8221;. You can put &#8220;org.hasseg.forceSync&#8221; into the Name field, &#8220;/Users/your_user_name/scripts/forceSync/forceSync.bash&#8221; (or wherever you put my script in) into the What field, and specify how often youd like to run it (e.g. &#8220;Run it every 30 minutes&#8221;.) Remember to check the &#8220;enabled&#8221; checkbox and click save.</p>
<p>If you&#8217;re still having problems, make sure that all of the command-line apps as well as my script are executable:</p>
<div class="codecolorer-container bash mac-classic codecolorer-customstyle" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">chmod</span> a+x <span style="color: #000000; font-weight: bold;">/</span>Users<span style="color: #000000; font-weight: bold;">/</span>your_user_name<span style="color: #000000; font-weight: bold;">/</span>scripts<span style="color: #000000; font-weight: bold;">/</span>forceSync<span style="color: #000000; font-weight: bold;">/</span>forceSync.bash<br />
<span style="color: #c20cb9; font-weight: bold;">chmod</span> a+x <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>growlnotify<br />
<span style="color: #c20cb9; font-weight: bold;">chmod</span> a+x <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>bluelist</div></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ollie</title>
		<link>http://hasseg.org/blog/post/136/automatic-periodic-syncing-with-isync/comment-page-1/#comment-656</link>
		<dc:creator>Ollie</dc:creator>
		<pubDate>Sun, 25 May 2008 09:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://hasseg.org/blog/?p=136#comment-656</guid>
		<description>This sounds awesome! but im having REAL problems setting this up...

Im pretty new to macs, if you have the time could you please post a step-by-step?

thanks!</description>
		<content:encoded><![CDATA[<p><span class='eg-image' style='float:left; margin-right:10px; display:block; width:40px' ><img alt='' src='http://0.gravatar.com/avatar/87a87dce465a1a7dc2d80f351457bf73?s=40&amp;d=http%3A%2F%2Fhasseg.org%2Fblank-avatar.png%3Fs%3D40&amp;r=G' class='avatar avatar-40 photo' height='40' width='40' /></span>This sounds awesome! but im having REAL problems setting this up&#8230;</p>
<p>Im pretty new to macs, if you have the time could you please post a step-by-step?</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

