On Tue, 2003-11-04 at 07:08, [EMAIL PROTECTED] wrote: > Hi > > I would like to know if anyone had any knowledge on how to preserve > ACL while extracting files of the tape. > > Cheers
You can do this: getfacl -R dir > acls.txt now backup to restore: restore setfacl --restore=acls.txt Basically, you are converting the acls to a text file, backing that up, then restoring the acls from the text file when you restore.
signature.asc
Description: This is a digitally signed message part
