Hi everyone:
I'm trying to copy 5gb data from one server to the another server with robocopy.I also wanted to copy NTFS security permissions.When I execute the following script:
robocopy "source address" "destination address" /S /E /COPYAT /V /Z /B /LOG+:C:\Logs\LOG1.log /R:1 /W:5
I keep getting an error msg. "a required privilege is not held by the client"
What type of account/membership do I require in order to perform this task.When I try to copy data without security permissions (just COPY option) ,I have no issue at all.
Any comment on that?
I'm trying to copy 5gb data from one server to the another server with robocopy.I also wanted to copy NTFS security permissions.When I execute the following script:
robocopy "source address" "destination address" /S /E /COPYAT /V /Z /B /LOG+:C:\Logs\LOG1.log /R:1 /W:5
I keep getting an error msg. "a required privilege is not held by the client"
What type of account/membership do I require in order to perform this task.When I try to copy data without security permissions (just COPY option) ,I have no issue at all.
Any comment on that?