Server Configuration > Access Control List Permissions > Configuration Management ACLs > Archive ACLs
  
Archive ACLs
Permissions available with the mks:si ACL include ShareArchive, DeleteArchive, and ChangeArchiveType. The ShareArchive permission allows users to share member archives between two or more members. This permission is enabled for all archives by default. Therefore, you may want to restrict the ShareArchive permission to your specific archive path and then clear it from the default everyone group. One suggestion is to use the Windchill RV&S administration client or CLI to create a specific archive permission ACL. This would be named:
mks:si:archive:id:<archivepath>=ShareArchive
and would identify the specific path to the archive files on the Windchill RV&S server.
Use the command:
aa addaclentry --acl=mks:si:archive:id
:<archive path> g=Administrators:ShareArchive
where <archive path> is the path where the archives reside on the Windchill RV&S server.
For details, see “Configuration Management Permissions”.