I am using Solaris 9 and planning to go for a Linux OEL 6x now. I will be using rsync for the data movement from Solaris from to Linux server. I am really concerned about the ACL[ FACL- getfacl, setfacl] for files and users in my Solaris box- Does rsync preserve ACL properties by any chance.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
If you pass |
|||||||
|
|
Rsync also provides a --chmod flag (see this answer) which will let you entirely rewrite the standard permission in transit. If you set-up the new target default ACL and pass rsync the right permissions, you get the right result. Of course, this only works when all files get similar ACLs. This probably isn't the answer you're looking for but it could be one more tool for the right problem. I'd think the bigger issue is possible impedance mismatch between ACL implementations. |
|||
|
|