Question : Robocopy correct syntax for copying user profiles

I am trying to 'Robocopy' user profiles from our 'old' Domain Controller, to the new one (old = SBS 2003, new = Server 2008 X64).  When I use Robocopy, it fails on the NTUSER.DAT file, saying access is denied.

What syntax would I need to complete this operation.  I am trying to copy all of the user files from d:\data\home to p:\Profiles

P: is a network drive, I need to copy *.* from the home directory to the P: drive.

Answer : Robocopy correct syntax for copying user profiles

Robocopy "Source" "Destination" /MIR

it will Mirror the same data in the target or else

Robocopy.exe "source" "Dest" /copy:DOTS /z /s /e /R:5 /W:10 /LOG:c:\copy.log /TEE
Random Solutions  
 
programming4us programming4us