How do I restore file permission in Linux?
How do I restore file permission in Linux?
For version 5.1 or later, the backed up Linux file permission will be restored automatically. For other versions, assuming the Access Control Lists is being stored in "/ACL.txt", please do the followings:
Restore "/ACL.txt" from the backup server using OBM
Apply all Access Control Lists backup to all your backup files by running
cd /; setfacl --restore=ACL.txt

