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

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

Re: [rdiff-backup-users] rdiff-backup - ACL troubles!


From: Ben Escoto
Subject: Re: [rdiff-backup-users] rdiff-backup - ACL troubles!
Date: Sun, 30 Oct 2005 21:46:46 -0600

>>>>> Murali Vadivelu <address@hidden>
>>>>> wrote the following on Mon, 31 Oct 2005 02:46:48 +0000
> 
> Does it use the Mac OS X specific command /usr/sbin/fsaclctl command?  
> If that is the case it would fail as the OS probably stores the ACL  
> enabled status at the root of the volume.

Oh, no it "manually" tries to read ACL information from that directory
with pylibacl.  Here is the relevant code:

try: posix1e.ACL(file=rp.path)
except IOError:
        log.Log("ACLs not supported by filesystem at %s" % (rp.path,), 4)
        self.acls = 0
else: self.acls = 1

since you got the error "ACLs not supported by filesystem at
/Users/muralikv/Desktop", then rdiff_backup tried to run

posix1e.ACL(file="/Users/muralikv/Desktop")

and got an IOError.


-- 
Ben Escoto

Attachment: pgpmgtEHtTIPO.pgp
Description: PGP signature


reply via email to

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