We are trying to copy files from Win 2008 R2 to CIFS share which is mounted on HP StoreOnce Device which is domain joined
We are using Robocopy as well RichCopy with permission transfer options, following command was used
robocopy.exe$Source $Destination /E /ZB /COPY:DATSOU /SEC /R:3 /W:3 /MT /TEE
Files are getting copied, but permissions are not reflecting.
Same command used to copy to another drive in same server, copying is successful with permissions.
Any help will be appreciated!!