Windows Server 2012 R2 Robocopy to migrate file server ?
- This topic has 3 replies, 2 voices, and was last updated 6 years, 6 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
You must be logged in to reply to this topic.
Home › Forums › Server Operating Systems › Windows Server 2012 / 2012 R2 › Windows Server 2012 R2 Robocopy to migrate file server ?
Hi People,
Can anyone here please suggest what is the correct parameter to be use when copying one file server data to another ?
here’s what I use initially:
robocopy.exe “\Server2008SourceData” S:Data *.* /COPYALL /DCOPY:DAT /E /MIR /SECFIX /SEC /XO /ZB /R:0 /W:0 /NP /NFL /NDL /TEE /LOG:”C:Result.log”[/CODE]
but somehow the directory inherited permission that is copied across from the old file server 2008 to the new S: drive on the Windows Server 2012 R2 got different inherited directory permission ?
My existing AD account is already member of Local admin on both file servers and I have run as administrator on the batch script.:cry:[CODE]robocopy.exe “\Server2008SourceData” S:Data *.* /COPYALL /DCOPY:DAT /E /MIR /SECFIX /SEC /XO /ZB /R:0 /W:0 /NP /NFL /NDL /TEE /LOG:”C:Result.log”[/CODE]
but somehow the directory inherited permission that is copied across from the old file server 2008 to the new S: drive on the Windows Server 2012 R2 got different inherited directory permission ?
My existing AD account is already member of Local admin on both file servers and I have run as administrator on the batch script.:cry:
You must be logged in to reply to this topic.
Find out more about our cookie policy here.