<?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"
	>
<channel>
	<title>Comments on: Backup Bouncer 0.1.2</title>
	<atom:link href="http://www.n8gray.org/blog/2007/11/03/backup-bouncer-012/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.n8gray.org/blog/2007/11/03/backup-bouncer-012/</link>
	<description>distraction in action</description>
	<pubDate>Mon,  8 Sep 2008 11:05:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: n8</title>
		<link>http://www.n8gray.org/blog/2007/11/03/backup-bouncer-012/#comment-20736</link>
		<dc:creator>n8</dc:creator>
		<pubDate>Fri, 23 May 2008 02:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.n8gray.org/blog/2007/11/03/backup-bouncer-012/#comment-20736</guid>
		<description>Ah, good to know!  I'm happy to add tests for edge case bugs like that.  After all, it's easy to get the common stuff right.  The true test of a backup solution is how it handles the corner cases.

I'm a bit swamped at the moment but I'll add the test as soon as I've got a bit of time.</description>
		<content:encoded><![CDATA[<p>Ah, good to know!  I&#8217;m happy to add tests for edge case bugs like that.  After all, it&#8217;s easy to get the common stuff right.  The true test of a backup solution is how it handles the corner cases.</p>
<p>I&#8217;m a bit swamped at the moment but I&#8217;ll add the test as soon as I&#8217;ve got a bit of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Power</title>
		<link>http://www.n8gray.org/blog/2007/11/03/backup-bouncer-012/#comment-20735</link>
		<dc:creator>Patrick Power</dc:creator>
		<pubDate>Fri, 23 May 2008 02:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.n8gray.org/blog/2007/11/03/backup-bouncer-012/#comment-20735</guid>
		<description>Hey, backup bouncer is great. Thanks for writing it. 

I wanted to suggest a test for something that I've seen rsync have problems with: a combined test of hard links and resource forks. As of  somewhere late in the 10.4.x series, Apple's rsync would silently ignore the resource forks of files that were hard linked to one another, and it would only copy the data fork. It's been a long time since I tested Apple's rsync, but I believe that librsync is the basis of Time Machine so it might be interesting to see if the bug is still there in Time Machine. (Admittedly it's an edge case that few people are likely to hit, but it might be nice to test for completeness.)  

Cheers and thanks for a cool piece of software. :-)</description>
		<content:encoded><![CDATA[<p>Hey, backup bouncer is great. Thanks for writing it. </p>
<p>I wanted to suggest a test for something that I&#8217;ve seen rsync have problems with: a combined test of hard links and resource forks. As of  somewhere late in the 10.4.x series, Apple&#8217;s rsync would silently ignore the resource forks of files that were hard linked to one another, and it would only copy the data fork. It&#8217;s been a long time since I tested Apple&#8217;s rsync, but I believe that librsync is the basis of Time Machine so it might be interesting to see if the bug is still there in Time Machine. (Admittedly it&#8217;s an edge case that few people are likely to hit, but it might be nice to test for completeness.)  </p>
<p>Cheers and thanks for a cool piece of software. <img src='http://www.n8gray.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: n8</title>
		<link>http://www.n8gray.org/blog/2007/11/03/backup-bouncer-012/#comment-19921</link>
		<dc:creator>n8</dc:creator>
		<pubDate>Sun, 06 Apr 2008 20:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.n8gray.org/blog/2007/11/03/backup-bouncer-012/#comment-19921</guid>
		<description>Thanks.  I think that's fixed in svn, but I'll make sure.</description>
		<content:encoded><![CDATA[<p>Thanks.  I think that&#8217;s fixed in svn, but I&#8217;ll make sure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Štěpán Kříž</title>
		<link>http://www.n8gray.org/blog/2007/11/03/backup-bouncer-012/#comment-19920</link>
		<dc:creator>Štěpán Kříž</dc:creator>
		<pubDate>Sun, 06 Apr 2008 18:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.n8gray.org/blog/2007/11/03/backup-bouncer-012/#comment-19920</guid>
		<description>There is a bug in xattr-util (part of Backup Bouncer 0.1.2): 
     xattr-util r ... produces no output at all. 
This is on line 29, which reads:
      write(stdout, buf, ...
but should read
     write(fileno(stdout), buf, ...</description>
		<content:encoded><![CDATA[<p>There is a bug in xattr-util (part of Backup Bouncer 0.1.2):<br />
     xattr-util r &#8230; produces no output at all.<br />
This is on line 29, which reads:<br />
      write(stdout, buf, &#8230;<br />
but should read<br />
     write(fileno(stdout), buf, &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
