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

ACLs



Hello Everyone,

Not sure if this is just an issue for me, but ACLs on tarsnap are
giving me some trouble.

I cross-compiled Tarsnap to run on an ARM box for a QNAP appliance, it
seems to work great.  The only problem is that ACLs are giving me
trouble.

This is the original which was backed up then 'mv'ed to testfolder.orig:

[/share/MD0_DATA] # getfacl testfolder.orig/test.txt
# file: testfolder.orig/test.txt
# owner: mike
# group: everyone
user::rwx
user:guest:---
group::rwx
group:dev:rwx
group:bots:r-x
mask::rwx
other::rwx

This is the restore whcih was brought back to testfolder/test.txt
(along with the whole directory)

[/share/MD0_DATA] # getfacl testfolder/test.txt
# file: testfolder/test.txt
# owner: mike
# group: everyone
user::rwx
group::rwx
other::rwx


As you can see the ACLs seem to be stripped, this applies to all the
other files and folders which were brought back.

Anyone have any suggestions as to what I might try to troubleshoot?
Does anyone else have a problem with ACLs?  Did I break something
cross-compiling?

Thanks,

-Mike