Preserving NTFS ACLs when copying a VOB or view storage directory
Whenever you copy a VOB or view storage directory to another location in an NTFS volume or to another NTFS volume, you must use a copy program that preserves the storage directory ACLs.
In most cases, you can use the ccopy utility (versionvault-home-dir\etc\utils\ccopy) when copying a VOB or view storage directory. Although ccopy copies all necessary ACL information, it does not copy the full security descriptor of an object, and therefore effectively grants the user who runs it full access to the copied directory. If someone other than the VOB or view owner is copying a VOB or view storage directory, it may be more appropriate to use xcopy /o /k instead, though the copied directory may inherit some entries from the ACL of its parent directory, which can cause problems with VOB and view access.
After you copy the VOB or view storage directory, run fix_prot –root –recover to check the ACLs on the target directory. If the command fix_prot –root –recover shows any errors, follow the procedures in Fixing protection problems to correct them.