How do you reapply ACLs to recoved files

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: How do you reapply ACLs to recoved files

Re: How do you reapply ACLs to recoved files

by Alt » Tue Sep 25, 2018 12:09 pm

Looks like you saved recovered files from a Linux/Unix file system to an NTFS disks. Had you done it to the same file system, you wouldn't have had this problem.
Now you can use the setfattr command to restore those attributes to the files copied to the disks with the original file system. You need to create a batch file that reads the values from a .file and then assigns them to each file.

How do you reapply ACLs to recoved files

by zktech » Tue Sep 25, 2018 8:50 am

We have recovered some files and folders with the ACLs' . The recovery created some files with extensions .posix_acl_access, posix_acl_default, and system.NTACL

How do we apply these back to the folders and files?

Thanks for any insights.

Top