rdiff-backup-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rdiff-backup-users] SpecialFileError...AF_UNIX path too long


From: Joe Steele
Subject: Re: [rdiff-backup-users] SpecialFileError...AF_UNIX path too long
Date: Wed, 30 Oct 2013 16:51:36 -0400
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130801 Thunderbird/17.0.8

On 10/30/2013 1:59 AM, Ian Zimmerman wrote:
On Sun, 27 Oct 2013 23:38:43 -0400
Joe Steele <address@hidden> wrote:

Joe> I created a patch to fix this problem 4+ years ago.  It can be
Joe> found attached to this bug report:

Joe> http://savannah.nongnu.org/bugs/?26847

By the way, what do you gain by writing

rpath.conn.os.mknod(rpath.path, stat.S_IFSOCK)

instead of just

os.mknod(rpath.path, stat.S_IFSOCK)

?

To me the longer version seems to _lose_ some clarity.


Agreed -- 'os.mknod(rpath.path, stat.S_IFSOCK)' is simpler and works the same. After 4 years, I have no idea what I was thinking when I wrote it the other way. Maybe I was trying to carry on the tradition of making the inner workings of rdiff-backup difficult to comprehend? :)

--Joe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]