Created
September 12, 2018 16:19
-
-
Save sscotth/44042c3c57db742e08ae3c88d3dbefe3 to your computer and use it in GitHub Desktop.
Backup Restore File Permissions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
getfacl -R folder > /tmp/permissions.acl | |
setfacl --restore=/tmp/permissions.acl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Samba