<?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: Backup your Mac to a Dreamhost Server (Part 2 of 2)</title>
	<atom:link href="http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/</link>
	<description>one man's dawning realization that linux is waaaaay smarter than he is</description>
	<lastBuildDate>Mon, 15 Mar 2010 03:26:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: How To: Backup your Mac to a Dreamhost Server (part 1 of 2) &#124; command line idiot</title>
		<link>http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/comment-page-1/#comment-7323</link>
		<dc:creator>How To: Backup your Mac to a Dreamhost Server (part 1 of 2) &#124; command line idiot</dc:creator>
		<pubDate>Mon, 02 Feb 2009 18:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://addisonrd.com/WordPress/2007/03/09/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/#comment-7323</guid>
		<description>[...] (continue reading part 2) [...]</description>
		<content:encoded><![CDATA[<p>[...] (continue reading part 2) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Backup Completo del Mac sul Server Dreamhost</title>
		<link>http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/comment-page-1/#comment-7322</link>
		<dc:creator>Backup Completo del Mac sul Server Dreamhost</dc:creator>
		<pubDate>Wed, 06 Aug 2008 12:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://addisonrd.com/WordPress/2007/03/09/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/#comment-7322</guid>
		<description>[...] How To: Backup your Mac to a Dreamhost Server (Part 2 of 2) [...]</description>
		<content:encoded><![CDATA[<p>[...] How To: Backup your Mac to a Dreamhost Server (Part 2 of 2) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ugarte</title>
		<link>http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/comment-page-1/#comment-7319</link>
		<dc:creator>Ugarte</dc:creator>
		<pubDate>Sat, 06 Oct 2007 20:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://addisonrd.com/WordPress/2007/03/09/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/#comment-7319</guid>
		<description>[quote comment=&quot;130493&quot;]This is all great, unless your data includes resource forks. They will not be copied by rsync. This can, and often will, lead to useless data when you try to restore. I have been there and lost vital data for my Parallels emulation of Windows. When the original became corrupted, I discovered that the backup was unrecognisable as a Windows disk. An expensive lesson. Unless you are sure that this will not apply to you, look elsewhere for a backup solution. Consider installing MacFuse (from Google) and sshfs to mount a Dreamhost filesystem locally on your machine. Use a tool like Carbon Copy Cloner to make an incremental backup to an encrypted disk image on the mounted filesystem. In that way, you will be sure to preserve all vital Macintosh specific data.

Carbon Copy Cloner has a version of rsync that has been designed to preserve the key information.[/quote]

Actually, I believe the version of rsync that ships with MacOS 10.4 is resfork compatible. There&#039;s also rsyncX, which is, if I remember right, free, unlike CarbonCopyCloner.</description>
		<content:encoded><![CDATA[<p>[quote comment="130493"]This is all great, unless your data includes resource forks. They will not be copied by rsync. This can, and often will, lead to useless data when you try to restore. I have been there and lost vital data for my Parallels emulation of Windows. When the original became corrupted, I discovered that the backup was unrecognisable as a Windows disk. An expensive lesson. Unless you are sure that this will not apply to you, look elsewhere for a backup solution. Consider installing MacFuse (from Google) and sshfs to mount a Dreamhost filesystem locally on your machine. Use a tool like Carbon Copy Cloner to make an incremental backup to an encrypted disk image on the mounted filesystem. In that way, you will be sure to preserve all vital Macintosh specific data.</p>
<p>Carbon Copy Cloner has a version of rsync that has been designed to preserve the key information.[/quote]</p>
<p>Actually, I believe the version of rsync that ships with MacOS 10.4 is resfork compatible. There&#8217;s also rsyncX, which is, if I remember right, free, unlike CarbonCopyCloner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dcpc</title>
		<link>http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/comment-page-1/#comment-7321</link>
		<dc:creator>dcpc</dc:creator>
		<pubDate>Sun, 30 Sep 2007 03:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://addisonrd.com/WordPress/2007/03/09/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/#comment-7321</guid>
		<description>This is all great, unless your data includes resource forks. They will not be copied by rsync. This can, and often will, lead to useless data when you try to restore. I have been there and lost vital data for my Parallels emulation of Windows. When the original became corrupted, I discovered that the backup was unrecognisable as a Windows disk. An expensive lesson. Unless you are sure that this will not apply to you, look elsewhere for a backup solution. Consider installing MacFuse (from Google) and sshfs to mount a Dreamhost filesystem locally on your machine. Use a tool like Carbon Copy Cloner to make an incremental backup to an encrypted disk image on the mounted filesystem. In that way, you will be sure to preserve all vital Macintosh specific data.

Carbon Copy Cloner has a version of rsync that has been designed to preserve the key information.</description>
		<content:encoded><![CDATA[<p>This is all great, unless your data includes resource forks. They will not be copied by rsync. This can, and often will, lead to useless data when you try to restore. I have been there and lost vital data for my Parallels emulation of Windows. When the original became corrupted, I discovered that the backup was unrecognisable as a Windows disk. An expensive lesson. Unless you are sure that this will not apply to you, look elsewhere for a backup solution. Consider installing MacFuse (from Google) and sshfs to mount a Dreamhost filesystem locally on your machine. Use a tool like Carbon Copy Cloner to make an incremental backup to an encrypted disk image on the mounted filesystem. In that way, you will be sure to preserve all vital Macintosh specific data.</p>
<p>Carbon Copy Cloner has a version of rsync that has been designed to preserve the key information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JonahCoyote</title>
		<link>http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/comment-page-1/#comment-7320</link>
		<dc:creator>JonahCoyote</dc:creator>
		<pubDate>Sat, 29 Sep 2007 14:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://addisonrd.com/WordPress/2007/03/09/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/#comment-7320</guid>
		<description>Thanks for this excellent tutorial - I set it all up and have been using it for a few backups and it works like a charm. I&#039;m a little concerned about the data not being encrypted but most of it is not very sensitive. I was thinking of trying the duplicity idea, however I don&#039;t have the skills necessary to do it without at least general instructions. Then I found &lt;a href=&quot;http://www.macosxhints.com/article.php?story=20070925155109846&quot; rel=&quot;nofollow&quot;&gt;this post&lt;/a&gt; with details on how to setup duplicity on a mac.

It&#039;s not for the faint of heart, but anybody that has read this far down is probably able to handle it. :) Enjoy!</description>
		<content:encoded><![CDATA[<p>Thanks for this excellent tutorial &#8211; I set it all up and have been using it for a few backups and it works like a charm. I&#8217;m a little concerned about the data not being encrypted but most of it is not very sensitive. I was thinking of trying the duplicity idea, however I don&#8217;t have the skills necessary to do it without at least general instructions. Then I found <a href="http://www.macosxhints.com/article.php?story=20070925155109846" rel="nofollow">this post</a> with details on how to setup duplicity on a mac.</p>
<p>It&#8217;s not for the faint of heart, but anybody that has read this far down is probably able to handle it. :) Enjoy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tibor</title>
		<link>http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/comment-page-1/#comment-7318</link>
		<dc:creator>Tibor</dc:creator>
		<pubDate>Tue, 18 Sep 2007 16:57:19 +0000</pubDate>
		<guid isPermaLink="false">http://addisonrd.com/WordPress/2007/03/09/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/#comment-7318</guid>
		<description>Inspiring stuff and well wrtitten tutorial. Here&#039;s what I did:

I first created a WebDAV directory named &quot;backups&quot; on one of my (Dreamhost) domains. I can easily connect to that directory, which now behaves as a virtual disc, from the Finder. Once the disc is mounted I can configure Apple&#039;s Backup app to do the rest; works like a charm. I guess other backup applications also could be used to do this.

Which makes me think it could also be possible to get some of the build in .mac features working, since that also uses the WebDAV protocol.</description>
		<content:encoded><![CDATA[<p>Inspiring stuff and well wrtitten tutorial. Here&#8217;s what I did:</p>
<p>I first created a WebDAV directory named &#8220;backups&#8221; on one of my (Dreamhost) domains. I can easily connect to that directory, which now behaves as a virtual disc, from the Finder. Once the disc is mounted I can configure Apple&#8217;s Backup app to do the rest; works like a charm. I guess other backup applications also could be used to do this.</p>
<p>Which makes me think it could also be possible to get some of the build in .mac features working, since that also uses the WebDAV protocol.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amol</title>
		<link>http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/comment-page-1/#comment-7317</link>
		<dc:creator>Amol</dc:creator>
		<pubDate>Fri, 17 Aug 2007 01:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://addisonrd.com/WordPress/2007/03/09/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/#comment-7317</guid>
		<description>Thanks for posting this. I recently got a MacBook Pro after having used a PC desktop for many years. It&#039;s great, but I can&#039;t put in more hard drives as backup disks. This tutorial helps me use up the 230GB of space I have on my dreamhost account (it&#039;s 26 months old) and keeps my worry-free about my files. Great job!</description>
		<content:encoded><![CDATA[<p>Thanks for posting this. I recently got a MacBook Pro after having used a PC desktop for many years. It&#8217;s great, but I can&#8217;t put in more hard drives as backup disks. This tutorial helps me use up the 230GB of space I have on my dreamhost account (it&#8217;s 26 months old) and keeps my worry-free about my files. Great job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaddyShortLegs</title>
		<link>http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/comment-page-1/#comment-7316</link>
		<dc:creator>DaddyShortLegs</dc:creator>
		<pubDate>Thu, 16 Aug 2007 10:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://addisonrd.com/WordPress/2007/03/09/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/#comment-7316</guid>
		<description>Hey there,

If you use Duplicity to store your data on a remote server, are you able to access the data remotely, via a web front-end that decrypts the data for you?

Thanks,

DSL</description>
		<content:encoded><![CDATA[<p>Hey there,</p>
<p>If you use Duplicity to store your data on a remote server, are you able to access the data remotely, via a web front-end that decrypts the data for you?</p>
<p>Thanks,</p>
<p>DSL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Joseph</title>
		<link>http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/comment-page-1/#comment-7315</link>
		<dc:creator>Jeff Joseph</dc:creator>
		<pubDate>Tue, 03 Jul 2007 20:07:44 +0000</pubDate>
		<guid isPermaLink="false">http://addisonrd.com/WordPress/2007/03/09/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/#comment-7315</guid>
		<description>Thanks for the replies.

The giving nature of internet peoples never ceases to amaze me.  I&#039;ll drop Adam an email.  I wonder if Jesus were a geek would he be A Debian User?

If I get this up and running I&#039;ll post the how to myself.  It really would be the perfect set-up for all mac users.</description>
		<content:encoded><![CDATA[<p>Thanks for the replies.</p>
<p>The giving nature of internet peoples never ceases to amaze me.  I&#8217;ll drop Adam an email.  I wonder if Jesus were a geek would he be A Debian User?</p>
<p>If I get this up and running I&#8217;ll post the how to myself.  It really would be the perfect set-up for all mac users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/comment-page-1/#comment-7314</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Mon, 02 Jul 2007 20:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://addisonrd.com/WordPress/2007/03/09/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/#comment-7314</guid>
		<description>Any questions or comments regarding....

Sorta-Deep Theology, Will Ferrell, Tina Fey, C.S. Lewis, Mute Math, Church Politics, Art Criticism (talk to June), Summer Movies, Why We Hate CCM, Exposed Oily Man-Junk, NPR, Hot Christian Sex, Parenting (a result of Hot Christian Sex), Weight Loss, Weight Gain, Depression, Fighting Out of Depression, Dallas Willard, New Jobs, Bono Worship, Justin Timberlake Worship, Good Coffee, or why Knocked Up is the best movie of the summer...

....are totally still cool.

Just an FYI.</description>
		<content:encoded><![CDATA[<p>Any questions or comments regarding&#8230;.</p>
<p>Sorta-Deep Theology, Will Ferrell, Tina Fey, C.S. Lewis, Mute Math, Church Politics, Art Criticism (talk to June), Summer Movies, Why We Hate CCM, Exposed Oily Man-Junk, NPR, Hot Christian Sex, Parenting (a result of Hot Christian Sex), Weight Loss, Weight Gain, Depression, Fighting Out of Depression, Dallas Willard, New Jobs, Bono Worship, Justin Timberlake Worship, Good Coffee, or why Knocked Up is the best movie of the summer&#8230;</p>
<p>&#8230;.are totally still cool.</p>
<p>Just an FYI.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aly hawkins</title>
		<link>http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/comment-page-1/#comment-7313</link>
		<dc:creator>aly hawkins</dc:creator>
		<pubDate>Mon, 02 Jul 2007 19:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://addisonrd.com/WordPress/2007/03/09/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/#comment-7313</guid>
		<description>Hey, Jeff. The geek of Addison Road is currently suffering for Jesus in Rome, and I&#039;m pretty sure the rest of us have a snowman&#039;s chance in hell of fulfilling your requests. But I sneaked a peek at the comment archives, and I think you can contact A Debian User directly at adam [at] alphapapa [dot] net.

Hope that helps...</description>
		<content:encoded><![CDATA[<p>Hey, Jeff. The geek of Addison Road is currently suffering for Jesus in Rome, and I&#8217;m pretty sure the rest of us have a snowman&#8217;s chance in hell of fulfilling your requests. But I sneaked a peek at the comment archives, and I think you can contact A Debian User directly at adam [at] alphapapa [dot] net.</p>
<p>Hope that helps&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Joseph</title>
		<link>http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/comment-page-1/#comment-7312</link>
		<dc:creator>Jeff Joseph</dc:creator>
		<pubDate>Mon, 02 Jul 2007 17:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://addisonrd.com/WordPress/2007/03/09/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/#comment-7312</guid>
		<description>A Debian User:

You&#039;re script looks absolutely perfect for my needs.  Unfortunately for me I&#039;m a designer and only 1/3 of a geek (I understand your script but I&#039;m not equipped to get it up and running on my system).  Is there any chance you (or any of you other kind souls) might consider doing a tutorial on:

1.  Installing Dublicity
2.  Getting A Dubian User&#039;s script up and running (include explanations/examples of what a passphrase is, what GPG keys are, how to format the backup.list etc.)
3. How to set it up as a cron with Anacron.

Would be forever grateful - even willing to donate $ to the cause!

Thanks!</description>
		<content:encoded><![CDATA[<p>A Debian User:</p>
<p>You&#8217;re script looks absolutely perfect for my needs.  Unfortunately for me I&#8217;m a designer and only 1/3 of a geek (I understand your script but I&#8217;m not equipped to get it up and running on my system).  Is there any chance you (or any of you other kind souls) might consider doing a tutorial on:</p>
<p>1.  Installing Dublicity<br />
2.  Getting A Dubian User&#8217;s script up and running (include explanations/examples of what a passphrase is, what GPG keys are, how to format the backup.list etc.)<br />
3. How to set it up as a cron with Anacron.</p>
<p>Would be forever grateful &#8211; even willing to donate $ to the cause!</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael lee</title>
		<link>http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/comment-page-1/#comment-7310</link>
		<dc:creator>michael lee</dc:creator>
		<pubDate>Thu, 21 Jun 2007 06:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://addisonrd.com/WordPress/2007/03/09/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/#comment-7310</guid>
		<description>Your moral outrage and righteous indignation wouldn&#039;t have anything to do with the fact that you work for an off-site data storage company, would it now Bryan?</description>
		<content:encoded><![CDATA[<p>Your moral outrage and righteous indignation wouldn&#8217;t have anything to do with the fact that you work for an off-site data storage company, would it now Bryan?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/comment-page-1/#comment-7311</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Thu, 21 Jun 2007 01:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://addisonrd.com/WordPress/2007/03/09/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/#comment-7311</guid>
		<description>DREAM HOST TOS &quot;The customer agrees to make use of DreamHost Web Hosting servers primarily for the purpose of hosting a website, and associated email functions.&quot; THERE FOR USING IT AS DATA STORAGE IS A BREACH OF TOS. you people... silly. READ YOUR CONTRACTS</description>
		<content:encoded><![CDATA[<p>DREAM HOST TOS &#8220;The customer agrees to make use of DreamHost Web Hosting servers primarily for the purpose of hosting a website, and associated email functions.&#8221; THERE FOR USING IT AS DATA STORAGE IS A BREACH OF TOS. you people&#8230; silly. READ YOUR CONTRACTS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael lee</title>
		<link>http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/comment-page-1/#comment-7309</link>
		<dc:creator>michael lee</dc:creator>
		<pubDate>Tue, 05 Jun 2007 06:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://addisonrd.com/WordPress/2007/03/09/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/#comment-7309</guid>
		<description>I think I might actually switch to duplicity. This looks like a good solution.</description>
		<content:encoded><![CDATA[<p>I think I might actually switch to duplicity. This looks like a good solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bubba</title>
		<link>http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/comment-page-1/#comment-7308</link>
		<dc:creator>Bubba</dc:creator>
		<pubDate>Mon, 04 Jun 2007 16:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://addisonrd.com/WordPress/2007/03/09/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/#comment-7308</guid>
		<description>you should really use duplicity (http://www.nongnu.org/duplicity/) since it allows you to use rsync &amp; encrypt your files.  I&#039;m not sure I want all my stuff on a shared server.   I&#039;ve been doing this for over a year this way.</description>
		<content:encoded><![CDATA[<p>you should really use duplicity (<a href="http://www.nongnu.org/duplicity/" rel="nofollow">http://www.nongnu.org/duplicity/</a>) since it allows you to use rsync &amp; encrypt your files.  I&#8217;m not sure I want all my stuff on a shared server.   I&#8217;ve been doing this for over a year this way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan</title>
		<link>http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/comment-page-1/#comment-7307</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Sun, 29 Apr 2007 04:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://addisonrd.com/WordPress/2007/03/09/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/#comment-7307</guid>
		<description>I dunno, installing duplicity was pretty easy for me on my Mac:

$ sudo port install duplicity

;-)

Ok, ok, using MacPorts was a cheap way to get around the hard work, but there are plenty of good references for how to setup/install MacPorts so if you reference one of those, you could get duplicity set up and installed easily on a mac.  I&#039;m off to go play with it on my DH account and see how well it works for backup.  Thanks for the pointer to duplicity, DebianUser, the security angle never really made me all that happy, though I suppose I could also use macfuse, sshfs, and a mounted encrypted image on top of that to achieve the same effect with more work.</description>
		<content:encoded><![CDATA[<p>I dunno, installing duplicity was pretty easy for me on my Mac:</p>
<p>$ sudo port install duplicity</p>
<p>;-)</p>
<p>Ok, ok, using MacPorts was a cheap way to get around the hard work, but there are plenty of good references for how to setup/install MacPorts so if you reference one of those, you could get duplicity set up and installed easily on a mac.  I&#8217;m off to go play with it on my DH account and see how well it works for backup.  Thanks for the pointer to duplicity, DebianUser, the security angle never really made me all that happy, though I suppose I could also use macfuse, sshfs, and a mounted encrypted image on top of that to achieve the same effect with more work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael lee</title>
		<link>http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/comment-page-1/#comment-7305</link>
		<dc:creator>michael lee</dc:creator>
		<pubDate>Fri, 20 Apr 2007 06:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://addisonrd.com/WordPress/2007/03/09/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/#comment-7305</guid>
		<description>[quote comment=&quot;76266&quot;]Anyway, this problem would be moot if you used Debian...  ;)[/quote]

True, but then I&#039;d be stuck trying to port Logic and Pro Tools over to Debian. Open Source isn&#039;t quite ready for primetime yet.</description>
		<content:encoded><![CDATA[<p>[quote comment="76266"]Anyway, this problem would be moot if you used Debian&#8230;  ;)[/quote]</p>
<p>True, but then I&#8217;d be stuck trying to port Logic and Pro Tools over to Debian. Open Source isn&#8217;t quite ready for primetime yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Debian User</title>
		<link>http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/comment-page-1/#comment-7306</link>
		<dc:creator>A Debian User</dc:creator>
		<pubDate>Fri, 20 Apr 2007 06:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://addisonrd.com/WordPress/2007/03/09/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/#comment-7306</guid>
		<description>I realize it&#039;s been a while, but anyway...

It&#039;s too bad that rdiff-backup and duplicity aren&#039;t available easily on OS X.  They&#039;re both just Python apps; I don&#039;t see why GCC should be involved, unless Python doesn&#039;t come with OS X.  Are you sure they aren&#039;t in Fink or something like that?

Anyway, this problem would be moot if you used Debian...  ;)</description>
		<content:encoded><![CDATA[<p>I realize it&#8217;s been a while, but anyway&#8230;</p>
<p>It&#8217;s too bad that rdiff-backup and duplicity aren&#8217;t available easily on OS X.  They&#8217;re both just Python apps; I don&#8217;t see why GCC should be involved, unless Python doesn&#8217;t come with OS X.  Are you sure they aren&#8217;t in Fink or something like that?</p>
<p>Anyway, this problem would be moot if you used Debian&#8230;  ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/comment-page-1/#comment-7303</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 09 Apr 2007 02:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://addisonrd.com/WordPress/2007/03/09/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/#comment-7303</guid>
		<description>[quote comment=&quot;69339&quot;]
The problem with that is your data is sent and stored in the clear.[/quote]

Stored in the clear, sent? Not so much. Rsync uses ssh and that is encrypted. If someone hacks into your Dreamhost account or someone from dreamhost decides to check out your stuff, that is another story. However, I doubt they have time to poke around your data. They are too busy crashing their servers. :-) I&#039;ll have to look into your solution though. It sounds more secure, and in my opinion, more secure is definitely better. You solution may beyond the scope of this blog entry, but for people who aren&#039;t afraid of GCC, it could be a nice tool.

Cheers,
Tom</description>
		<content:encoded><![CDATA[<p>[quote comment="69339"]<br />
The problem with that is your data is sent and stored in the clear.[/quote]</p>
<p>Stored in the clear, sent? Not so much. Rsync uses ssh and that is encrypted. If someone hacks into your Dreamhost account or someone from dreamhost decides to check out your stuff, that is another story. However, I doubt they have time to poke around your data. They are too busy crashing their servers. :-) I&#8217;ll have to look into your solution though. It sounds more secure, and in my opinion, more secure is definitely better. You solution may beyond the scope of this blog entry, but for people who aren&#8217;t afraid of GCC, it could be a nice tool.</p>
<p>Cheers,<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Opaco &#187; Blog Archive &#187; Disco remoto co Mac en Dreamhost</title>
		<link>http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/comment-page-1/#comment-7304</link>
		<dc:creator>Opaco &#187; Blog Archive &#187; Disco remoto co Mac en Dreamhost</dc:creator>
		<pubDate>Sun, 08 Apr 2007 22:28:01 +0000</pubDate>
		<guid isPermaLink="false">http://addisonrd.com/WordPress/2007/03/09/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/#comment-7304</guid>
		<description>[...] na segunda parte amosa como crear un applescript para facer esa copia de seguridade de xeito automático e botar man [...]</description>
		<content:encoded><![CDATA[<p>[...] na segunda parte amosa como crear un applescript para facer esa copia de seguridade de xeito automático e botar man [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael lee</title>
		<link>http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/comment-page-1/#comment-7302</link>
		<dc:creator>michael lee</dc:creator>
		<pubDate>Thu, 05 Apr 2007 16:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://addisonrd.com/WordPress/2007/03/09/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/#comment-7302</guid>
		<description>Debian User, rdiff-backup and duplicity are not trivial to get working on OSX. Netiher is cron, for that matter. For an entry level tutorial, which this is intended to be, I tried to minimize the amount of geeking out that was required by the user in order to get the system up off the ground.

I don&#039;t know about you, but I think any tutorial that includes the phrase &quot;now simply invoke GCC and compile the source code into your usr/bin/ folder with the following switches&quot; has ceased to be an entry level tutorial.</description>
		<content:encoded><![CDATA[<p>Debian User, rdiff-backup and duplicity are not trivial to get working on OSX. Netiher is cron, for that matter. For an entry level tutorial, which this is intended to be, I tried to minimize the amount of geeking out that was required by the user in order to get the system up off the ground.</p>
<p>I don&#8217;t know about you, but I think any tutorial that includes the phrase &#8220;now simply invoke GCC and compile the source code into your usr/bin/ folder with the following switches&#8221; has ceased to be an entry level tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/comment-page-1/#comment-7296</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Thu, 05 Apr 2007 04:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://addisonrd.com/WordPress/2007/03/09/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/#comment-7296</guid>
		<description>I think anacron is for total losers, myself.  I wouldn&#039;t be caught dead using it.  Fcron is acceptable, in a pinch, if you absolutely must use it, and only if you have not committed a sin (omissional or commissional) in the past 48 hours.

To be honest, I think this whole conversation is a little pedestrian for those of us who know about all the crons and stuff.

Corey, Grammy?  Who&#039;s with me?</description>
		<content:encoded><![CDATA[<p>I think anacron is for total losers, myself.  I wouldn&#8217;t be caught dead using it.  Fcron is acceptable, in a pinch, if you absolutely must use it, and only if you have not committed a sin (omissional or commissional) in the past 48 hours.</p>
<p>To be honest, I think this whole conversation is a little pedestrian for those of us who know about all the crons and stuff.</p>
<p>Corey, Grammy?  Who&#8217;s with me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Debian User</title>
		<link>http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/comment-page-1/#comment-7284</link>
		<dc:creator>A Debian User</dc:creator>
		<pubDate>Thu, 05 Apr 2007 01:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://addisonrd.com/WordPress/2007/03/09/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/#comment-7284</guid>
		<description>rsync is not really a backup solution, merely a file/directory copy/sync tool.  What you want is rdiff-backup, which keeps incremental backups so you can restore files to their state as of any date that is still in the backup set--30-60 days works well.  It can use rsync to transmit the data, so it works quickly.

The problem with that is your data is sent and stored in the clear.  If you don&#039;t mind Dreamhost--and whoever can read your network traffic--being able to read all your personal backup data, that&#039;s fine.  (Not that they&#039;d care, but it&#039;s the principle.)  So the solution to that is Duplicity, which uses rdiff-backup, which uses rsync.  Duplicity compresses and encrypts your data before transmitting it, so the data never leaves your computer in the clear.  It remains encrypted on the server, so no one without your GPG key--or your passphrase if you choose symmetric encryption--can read your data.

I&#039;ve been using Duplicity to backup to my Dreamhost account for over a year.  It works wonderfully.  I made a small shell script to back up a list of directories, in order, so the most important data gets backed up first.  I rate-limited the SSH connection and niced down the process, so it can run in the background without affecting my connection or my local responsiveness.  You can find the script here:

http://alphapapa.net/debian/generic-backup-with-duplicity-to-dreamhost.sh

By the way, it&#039;d probably be better to use cron (or anacron or fcron) to schedule your backups.  Anacron would be good, because then you don&#039;t have to have the computer on at a certain time every day for the backups to run.</description>
		<content:encoded><![CDATA[<p>rsync is not really a backup solution, merely a file/directory copy/sync tool.  What you want is rdiff-backup, which keeps incremental backups so you can restore files to their state as of any date that is still in the backup set&#8211;30-60 days works well.  It can use rsync to transmit the data, so it works quickly.</p>
<p>The problem with that is your data is sent and stored in the clear.  If you don&#8217;t mind Dreamhost&#8211;and whoever can read your network traffic&#8211;being able to read all your personal backup data, that&#8217;s fine.  (Not that they&#8217;d care, but it&#8217;s the principle.)  So the solution to that is Duplicity, which uses rdiff-backup, which uses rsync.  Duplicity compresses and encrypts your data before transmitting it, so the data never leaves your computer in the clear.  It remains encrypted on the server, so no one without your GPG key&#8211;or your passphrase if you choose symmetric encryption&#8211;can read your data.</p>
<p>I&#8217;ve been using Duplicity to backup to my Dreamhost account for over a year.  It works wonderfully.  I made a small shell script to back up a list of directories, in order, so the most important data gets backed up first.  I rate-limited the SSH connection and niced down the process, so it can run in the background without affecting my connection or my local responsiveness.  You can find the script here:</p>
<p><a href="http://alphapapa.net/debian/generic-backup-with-duplicity-to-dreamhost.sh" rel="nofollow">http://alphapapa.net/debian/generic-backup-with-duplicity-to-dreamhost.sh</a></p>
<p>By the way, it&#8217;d probably be better to use cron (or anacron or fcron) to schedule your backups.  Anacron would be good, because then you don&#8217;t have to have the computer on at a certain time every day for the backups to run.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/comment-page-1/#comment-7285</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 05 Apr 2007 01:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://addisonrd.com/WordPress/2007/03/09/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/#comment-7285</guid>
		<description>Ok, so now I have 3 of the 4 computers backing-up at the same time (probably not a great idea, but I am not going to be home, so they can have at it, I guess). I am very interested in some of the &quot;excludes&quot; mentioned by another poster. Can you show me an example of what one of those rsync statements might look like? Where do I add the exceptions?</description>
		<content:encoded><![CDATA[<p>Ok, so now I have 3 of the 4 computers backing-up at the same time (probably not a great idea, but I am not going to be home, so they can have at it, I guess). I am very interested in some of the &#8220;excludes&#8221; mentioned by another poster. Can you show me an example of what one of those rsync statements might look like? Where do I add the exceptions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/comment-page-1/#comment-7286</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 05 Apr 2007 00:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://addisonrd.com/WordPress/2007/03/09/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/#comment-7286</guid>
		<description>Ok, I used webftp to manually create the directories powerbook_15.bak and powerbook_15.bak/Documents and all is good there. I have it doing its first round of backups. Hooray. Heading to dinner, too. Will see what they look like when I get back :)</description>
		<content:encoded><![CDATA[<p>Ok, I used webftp to manually create the directories powerbook_15.bak and powerbook_15.bak/Documents and all is good there. I have it doing its first round of backups. Hooray. Heading to dinner, too. Will see what they look like when I get back :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael lee</title>
		<link>http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/comment-page-1/#comment-7287</link>
		<dc:creator>michael lee</dc:creator>
		<pubDate>Thu, 05 Apr 2007 00:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://addisonrd.com/WordPress/2007/03/09/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/#comment-7287</guid>
		<description>[quote comment=&quot;69267&quot;]
1) I suspect I need a separate RSA private key for all four Macs. If so, how does that affect the Passwordless login steps?[/quote]

That&#039;s correct - just run the steps in the Dreamhost article from each mac you&#039;re using. The &lt;code&gt;.ssh/authorized_keys&lt;/code&gt; file on your server will simply add each new key into the file, and each of them will be able to login without using a password. I have 3 macs in different places all keyed to login to the same user account without password.

[quote]2) Like another commenter, above, terminal barfs when I try to run the rsync command. I get &quot;rsync: mkdir &quot;/home/USER/mbp.bak/Documents&quot; failed: No such file or directory&quot;. I used Dreamhost&#039;s webftp to manually add a directory and file /Documents/mbp.bak and run rsync again. No luck. Same barfing. (USER in caps, means I know that would be my user ID for this account).[/quote]

Be sure to include the trailing slash &lt;code&gt;mbp.bak/Documents/&lt;/code&gt; when you reference both the SOURCE and DESTINATION in your rsync command.

Also, it sounds like you might be trying to create the directory on your local computer. Did you insert an extra space somewhere in the DESTINATION address?


I&#039;ll look more into this later - I&#039;m just on my way out the door.</description>
		<content:encoded><![CDATA[<p>[quote comment="69267"]<br />
1) I suspect I need a separate RSA private key for all four Macs. If so, how does that affect the Passwordless login steps?[/quote]</p>
<p>That&#8217;s correct &#8211; just run the steps in the Dreamhost article from each mac you&#8217;re using. The <code>.ssh/authorized_keys</code> file on your server will simply add each new key into the file, and each of them will be able to login without using a password. I have 3 macs in different places all keyed to login to the same user account without password.</p>
<p>[quote]2) Like another commenter, above, terminal barfs when I try to run the rsync command. I get &#8220;rsync: mkdir &#8220;/home/USER/mbp.bak/Documents&#8221; failed: No such file or directory&#8221;. I used Dreamhost&#8217;s webftp to manually add a directory and file /Documents/mbp.bak and run rsync again. No luck. Same barfing. (USER in caps, means I know that would be my user ID for this account).[/quote]</p>
<p>Be sure to include the trailing slash <code>mbp.bak/Documents/</code> when you reference both the SOURCE and DESTINATION in your rsync command.</p>
<p>Also, it sounds like you might be trying to create the directory on your local computer. Did you insert an extra space somewhere in the DESTINATION address?</p>
<p>I&#8217;ll look more into this later &#8211; I&#8217;m just on my way out the door.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/comment-page-1/#comment-7288</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 05 Apr 2007 00:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://addisonrd.com/WordPress/2007/03/09/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/#comment-7288</guid>
		<description>Ok, Michael, I signed up for 2 years with Dreamhost...credited to you so I could get some technical support :)

I have been looking for this EXACT type of solution, so thanks for being so thorough in your post. I have four Macs (and a PC) I have been looking to backup in the cloud.

So I got the dreamhost account. Here are a few questions:

1) I suspect I need a separate RSA private key for all four Macs. If so, how does that affect the Passwordless login steps?

2) Like another commenter, above, terminal barfs when I try to run the rsync command. I get &quot;rsync: mkdir &quot;/home/USER/mbp.bak/Documents&quot; failed: No such file or directory&quot;. I used Dreamhost&#039;s webftp to manually add a directory and file /Documents/mbp.bak and run rsync again. No luck. Same barfing. (USER in caps, means I know that would be my user ID for this account).

3) I also get these errors:
rsync error: error in file IO (code 11) at main.c(420)
rsync: connection unexpectedly closed (8 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at /SourceCache/rsync/rsync-24.1/rsync/io.c(359)

Thoughts?</description>
		<content:encoded><![CDATA[<p>Ok, Michael, I signed up for 2 years with Dreamhost&#8230;credited to you so I could get some technical support :)</p>
<p>I have been looking for this EXACT type of solution, so thanks for being so thorough in your post. I have four Macs (and a PC) I have been looking to backup in the cloud.</p>
<p>So I got the dreamhost account. Here are a few questions:</p>
<p>1) I suspect I need a separate RSA private key for all four Macs. If so, how does that affect the Passwordless login steps?</p>
<p>2) Like another commenter, above, terminal barfs when I try to run the rsync command. I get &#8220;rsync: mkdir &#8220;/home/USER/mbp.bak/Documents&#8221; failed: No such file or directory&#8221;. I used Dreamhost&#8217;s webftp to manually add a directory and file /Documents/mbp.bak and run rsync again. No luck. Same barfing. (USER in caps, means I know that would be my user ID for this account).</p>
<p>3) I also get these errors:<br />
rsync error: error in file IO (code 11) at main.c(420)<br />
rsync: connection unexpectedly closed (8 bytes received so far) [sender]<br />
rsync error: error in rsync protocol data stream (code 12) at /SourceCache/rsync/rsync-24.1/rsync/io.c(359)</p>
<p>Thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unofficial DreamHost Blog &#187; Blog Archive &#187; Backup your Mac or PC to DreamHost</title>
		<link>http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/comment-page-1/#comment-7289</link>
		<dc:creator>Unofficial DreamHost Blog &#187; Blog Archive &#187; Backup your Mac or PC to DreamHost</dc:creator>
		<pubDate>Wed, 04 Apr 2007 20:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://addisonrd.com/WordPress/2007/03/09/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/#comment-7289</guid>
		<description>[...] Part 2 of the tutorial shows you how to create an AppleScript that runs rsync automatically and how to setup iCal to run the AppleScript on a daily basis. [...]</description>
		<content:encoded><![CDATA[<p>[...] Part 2 of the tutorial shows you how to create an AppleScript that runs rsync automatically and how to setup iCal to run the AppleScript on a daily basis. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Anderson</title>
		<link>http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/comment-page-1/#comment-7292</link>
		<dc:creator>Brent Anderson</dc:creator>
		<pubDate>Mon, 02 Apr 2007 22:18:57 +0000</pubDate>
		<guid isPermaLink="false">http://addisonrd.com/WordPress/2007/03/09/how-to-backup-your-mac-to-a-dreamhost-server-part-2-of-2/#comment-7292</guid>
		<description>If you&#039;re up for something more integrated than an iCal/Applescript combo, I&#039;d highly recommend using Lingon and Launchd from Tiger to handle this. Quick and dirty setup process (Once you have lingon):

1. Create a new User Agent
2. Label it what you like (&quot;com.myname.dhbackup&quot;)
3. In the ProgramArguments box, enter &lt;code&gt;&quot;rsync -avz --delete-after ~/Documents/ USER@SERVER:~/laptop.bak/Documents/&quot;&lt;/code&gt; (Inserting your details, of course). Where there is a space in the command, add a new parameter (Line one is rsync, line two is -avz, etc.)
4. Give it a nice ServiceDescription
5. Set a WatchPath to your Documents folder (Under the &quot;Paths&quot; menu&quot;)

Any time you modify your Documents folder now, it will be rsync-ed to your server. If you don&#039;t have an internet connection at the time, it will wait until you have one. Sine I can&#039;t guarantee my own connection (Roaming between work/school/home on wireless) I have it run on startup and once ever 10 minutes or so to keep my backups current.

Hope that helps! This is a great how-to as it is, launchd makes it a little more powerful.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re up for something more integrated than an iCal/Applescript combo, I&#8217;d highly recommend using Lingon and Launchd from Tiger to handle this. Quick and dirty setup process (Once you have lingon):</p>
<p>1. Create a new User Agent<br />
2. Label it what you like (&#8220;com.myname.dhbackup&#8221;)<br />
3. In the ProgramArguments box, enter <code>"rsync -avz --delete-after ~/Documents/ USER@SERVER:~/laptop.bak/Documents/"</code> (Inserting your details, of course). Where there is a space in the command, add a new parameter (Line one is rsync, line two is -avz, etc.)<br />
4. Give it a nice ServiceDescription<br />
5. Set a WatchPath to your Documents folder (Under the &#8220;Paths&#8221; menu&#8221;)</p>
<p>Any time you modify your Documents folder now, it will be rsync-ed to your server. If you don&#8217;t have an internet connection at the time, it will wait until you have one. Sine I can&#8217;t guarantee my own connection (Roaming between work/school/home on wireless) I have it run on startup and once ever 10 minutes or so to keep my backups current.</p>
<p>Hope that helps! This is a great how-to as it is, launchd makes it a little more powerful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
