Hi,
Source: 10.0.90.12\testrobocopy
Destination: D drive on \\10.0.90.18
I am trying to copy all the 3 shares from our old file server to new file server with all the permissions (users, security etc.)
>Robocopy D:\testrobocopy \\10.0.90.18\D$\testrobocopy /E /SEC /COPYALL /log+:C:\robocpy.txt /TEE
I tried this, it copied all the data, but without permissions.
>Robocopy D:\testrobocopy \\10.0.90.18\D$\testrobocopy /E /ZB /SEC /COPYALL /log+:C:\robocpy.txt /TEE
I tried this, it copied all data with only the person who did the copy with full rights on that folder, subfolders and files.
i just need all data with user permissions transferred along with the subfolders, files permissions. So that I don’t have to redo all the sharing things again.
Please suggest. any help would be appreciated.