I need to move user profiles from 1 server to another. I would like to take the NTFS permissions. Robocopy seems like the best bet. The source is a compressed drive.
If I go to the destination server and map the source server would that work? I have tried a couple of syntax's and nothing seems to get copied.
robocopy \\source_Server\profiles\username \\Destination_Server\Profiles\ *.* /IA:CHSR /E /COPYALL /ZB
robocopy f:\profiles\username z:\profiles /ZB (F: is source and Z: is destination)
Any help is appreciated.
If I go to the destination server and map the source server would that work? I have tried a couple of syntax's and nothing seems to get copied.
robocopy \\source_Server\profiles\username \\Destination_Server\Profiles\ *.* /IA:CHSR /E /COPYALL /ZB
robocopy f:\profiles\username z:\profiles /ZB (F: is source and Z: is destination)
Any help is appreciated.