Link to home
Start Free TrialLog in
Avatar of sword12
sword12

asked on

robocopy question

Hi experts

i am trying to migrate old file server to new one and i am using robocopy  this command

robocopy "\\Source server\folder\" "\\Target server\folder\" /MIR /COPY:DATSOU /ZB /R:1 /W:10 /TEE /log:<log path.txt>

my question i have file system and inside this file system there is some data even domain admin has no permissions to read them and i am using domain admin user to migrate these data

so my point robocopy will copy these data from source to the detestation or not   in case not what the alternative solution to my case


thanks
Avatar of Nico S
Nico S

If possible,  on the root folder,  security permission add full control  for domain admins.
Avatar of sword12

ASKER

HI Member_2_7965308

and in case under this root folder there is special folder that the inheriting permissions disabled

you think add full control on the top folder is enough  ?
ASKER CERTIFIED SOLUTION
Avatar of Antzs
Antzs
Flag of Malaysia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial