<?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: How to back up multiple servers</title>
	<atom:link href="http://www.darcynorman.net/2006/03/13/how-to-back-up-multiple-servers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darcynorman.net/2006/03/13/how-to-back-up-multiple-servers/</link>
	<description>apparently much happier in person</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:03:04 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: D'Arcy</title>
		<link>http://www.darcynorman.net/2006/03/13/how-to-back-up-multiple-servers/#comment-81574</link>
		<dc:creator>D'Arcy</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">1943734337#comment-81574</guid>
		<description>I was just thinking that it&#039;s a pretty big departure from the rest of the *NIX world, where you just edit a standard text file. A .plist isn&#039;t technically much more than that, but the only place it exists is on MacOSX. There&#039;s likely a very good technical reason for making the change though.</description>
		<content:encoded><![CDATA[<p>I was just thinking that it&#8217;s a pretty big departure from the rest of the *NIX world, where you just edit a standard text file. A .plist isn&#8217;t technically much more than that, but the only place it exists is on MacOSX. There&#8217;s likely a very good technical reason for making the change though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Kempthorne</title>
		<link>http://www.darcynorman.net/2006/03/13/how-to-back-up-multiple-servers/#comment-81575</link>
		<dc:creator>Bill Kempthorne</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">1943734337#comment-81575</guid>
		<description>The idea is that launchd will replace both cron and watchdog for launching of services. If you are not into editing plists - I normally copy one of the existing an edit with plist editor (part of Dev tools). There are some fancier plist editors out there. There are also some launchd editors that roll the whole file for you.</description>
		<content:encoded><![CDATA[<p>The idea is that launchd will replace both cron and watchdog for launching of services. If you are not into editing plists &#8211; I normally copy one of the existing an edit with plist editor (part of Dev tools). There are some fancier plist editors out there. There are also some launchd editors that roll the whole file for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D'Arcy</title>
		<link>http://www.darcynorman.net/2006/03/13/how-to-back-up-multiple-servers/#comment-81576</link>
		<dc:creator>D'Arcy</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">1943734337#comment-81576</guid>
		<description>Whoah! Thanks for the heads-up, Bill. I&#039;ve been merrily cron-ing stuff for years now. So, I&#039;ll have to edit .plist files to do this in the future?</description>
		<content:encoded><![CDATA[<p>Whoah! Thanks for the heads-up, Bill. I&#8217;ve been merrily cron-ing stuff for years now. So, I&#8217;ll have to edit .plist files to do this in the future?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Kempthorne</title>
		<link>http://www.darcynorman.net/2006/03/13/how-to-back-up-multiple-servers/#comment-81577</link>
		<dc:creator>Bill Kempthorne</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">1943734337#comment-81577</guid>
		<description>Since cron appears to be on its way out in favor of launchd, you might want to try this





	Label
	net.darcynorman.backup.plist
	LowPriorityIO
	
	Nice
	1
	ProgramArguments
	
		/User/dnorman/bin/backup_server.sh
		daily
	
	StartCalendarInterval
	
		Hour
		4
		Minute
		30
	



=========

You will then have to activate it in launchd with

launchctl load ~/Library/LaunchAgents/net.darcynorman.backup.plist

Reference: http://www.afp548.com/article.php?story=20050620071558293

Cron wasn&#039;t running by default on early 10.4 client installs so launchd was the option. It is also supposed to catch jobs that fail to run because the computer wasn&#039;t active at the scheduled time.</description>
		<content:encoded><![CDATA[<p>Since cron appears to be on its way out in favor of launchd, you might want to try this</p>
<p>	Label<br />
	net.darcynorman.backup.plist<br />
	LowPriorityIO</p>
<p>	Nice<br />
	1<br />
	ProgramArguments</p>
<p>		/User/dnorman/bin/backup_server.sh<br />
		daily</p>
<p>	StartCalendarInterval</p>
<p>		Hour<br />
		4<br />
		Minute<br />
		30</p>
<p>=========</p>
<p>You will then have to activate it in launchd with</p>
<p>launchctl load ~/Library/LaunchAgents/net.darcynorman.backup.plist</p>
<p>Reference: <a href="http://www.afp548.com/article.php?story=20050620071558293" rel="nofollow">http://www.afp548.com/article.php?story=20050620071558293</a></p>
<p>Cron wasn&#8217;t running by default on early 10.4 client installs so launchd was the option. It is also supposed to catch jobs that fail to run because the computer wasn&#8217;t active at the scheduled time.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
