<?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: rsnapshot For Mac OS X</title>
	<atom:link href="http://robert.accettura.com/blog/2008/03/01/rsnapshot-for-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://robert.accettura.com/blog/2008/03/01/rsnapshot-for-mac-os-x/</link>
	<description>Robert Accettura&#039;s Personal Blog on Web Development and Tech</description>
	<lastBuildDate>Fri, 10 Feb 2012 04:31:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Seth</title>
		<link>http://robert.accettura.com/blog/2008/03/01/rsnapshot-for-mac-os-x/comment-page-1/#comment-548341</link>
		<dc:creator>Seth</dc:creator>
		<pubDate>Thu, 20 Nov 2008 04:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2008/03/01/rsnapshot-for-mac-os-x/#comment-548341</guid>
		<description>I use rsnapshot to back up my 10.3 mac to an external USB2 drive. The patched version (with the --eahfs) flag works well. I&#039;m using rsync 2.5.7 and rsnapshot 1.3.0. 

My rsync_long_args looks like this: 
rsync_long_args --eahfs --delete --numeric-ids --relative --delete-excluded 

I have two issues. First, it takes a _really_ long time to do a full backup (3  hours for 60GB on a dual 1GHz G4). Second was that rsync 2.5.7 doesn&#039;t seem to have a --link_dest flag (my build doesn&#039;t for whatever reason). Since the OS X cp command can&#039;t make hard links, I use gnucp instead, which does seem to preserve resource forks. I don&#039;t recall where I got my copy of gnucp (maybe it&#039;s included with 10.3), so you might want to test it with something like this: 

$ cd /System\ Folder
$ gnucp -l Finder Finder_link
# make sure the inode is the same: 
$ ls -i Finder*
430 Finder        430 Finder_link
# make sure the resource forks are the same: 
$ /Developer/Tools/DeRez Finder &gt; /tmp/Finder.derez
$ /Developer/Tools/DeRez Finder_link &gt; /tmp/Finder_link.derez
$ diff /tmp/Finder.derez /tmp/Finder_link.derez</description>
		<content:encoded><![CDATA[<p>I use rsnapshot to back up my 10.3 mac to an external USB2 drive. The patched version (with the &#8211;eahfs) flag works well. I&#8217;m using rsync 2.5.7 and rsnapshot 1.3.0. </p>
<p>My rsync_long_args looks like this:<br />
rsync_long_args &#8211;eahfs &#8211;delete &#8211;numeric-ids &#8211;relative &#8211;delete-excluded </p>
<p>I have two issues. First, it takes a _really_ long time to do a full backup (3  hours for 60GB on a dual 1GHz G4). Second was that rsync 2.5.7 doesn&#8217;t seem to have a &#8211;link_dest flag (my build doesn&#8217;t for whatever reason). Since the OS X cp command can&#8217;t make hard links, I use gnucp instead, which does seem to preserve resource forks. I don&#8217;t recall where I got my copy of gnucp (maybe it&#8217;s included with 10.3), so you might want to test it with something like this: </p>
<p>$ cd /System\ Folder<br />
$ gnucp -l Finder Finder_link<br />
# make sure the inode is the same:<br />
$ ls -i Finder*<br />
430 Finder        430 Finder_link<br />
# make sure the resource forks are the same:<br />
$ /Developer/Tools/DeRez Finder &gt; /tmp/Finder.derez<br />
$ /Developer/Tools/DeRez Finder_link &gt; /tmp/Finder_link.derez<br />
$ diff /tmp/Finder.derez /tmp/Finder_link.derez</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://robert.accettura.com/blog/2008/03/01/rsnapshot-for-mac-os-x/comment-page-1/#comment-507605</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 21 Oct 2008 19:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2008/03/01/rsnapshot-for-mac-os-x/#comment-507605</guid>
		<description>Since rsnapshot just calls rsync, it should. To verify, you could always use http://www.n8gray.org/code/backup-bouncer/</description>
		<content:encoded><![CDATA[<p>Since rsnapshot just calls rsync, it should. To verify, you could always use <a href="http://www.n8gray.org/code/backup-bouncer/" rel="nofollow">http://www.n8gray.org/code/backup-bouncer/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

