S
SusanBercaw
I have a Windows Server 2012 project server that needs to be retired.
I created duplicate folders on my new Windows Server 2016.
I also made this new server a duplicate DFS nameserver so that the DFS root would be copied over.
I already made these duplicate folders shares and set the permissions (because I wanted them to be clean. I did not do the last permissions and they are not good).
Will this Robocopy batch file do the trick to copy over the data one folder at a time?
robocopy "\\wtb\3d Projects\" "\\PS2018\3d Projects\" /S /E /R:1 /TEE /log:<C:\Users\Administrator\Desktop\RobocopyMigration.txt>
robocopy "\\wtb\2012\" "\\PS2018\2012\" /S /E /R:1 /TEE /log:<C:\Users\Administrator\Desktop\RobocopyMigration.txt>
robocopy "\\wtb\2013\" "\\PS2018\2013\" /S /E /R:1 /TEE /log:<C:\Users\Administrator\Desktop\RobocopyMigration.txt>
robocopy "\\wtb\2014\" "\\PS2018\2014\" /S /E /R:1 /TEE /log:<C:\Users\Administrator\Desktop\RobocopyMigration.txt>
robocopy "\\wtb\2015\" "\\PS2018\2015\" /S /E /R:1 /TEE /log:<C:\Users\Administrator\Desktop\RobocopyMigration.txt>
robocopy "\\wtb\2016\" "\\PS2018\2016\" /S /E /R:1 /TEE /log:<C:\Users\Administrator\Desktop\RobocopyMigration.txt>
robocopy "\\wtb\2017\" "\\PS2018\2017\" /S /E /R:1 /TEE /log:<C:\Users\Administrator\Desktop\RobocopyMigration.txt>
robocopy "\\wtb\2018\" "\\PS2018\2018\" /S /E /R:1 /TEE /log:<C:\Users\Administrator\Desktop\RobocopyMigration.txt>
robocopy "\\wtb\AutoCAD\" "\\PS2018\AutoCAD\" /S /E /R:1 /TEE /log:<C:\Users\Administrator\Desktop\RobocopyMigration.txt>
robocopy "\\wtb\Scans\" "\\PS2018\Scans\" /S /E /R:1 /TEE /log:<C:\Users\Administrator\Desktop\RobocopyMigration.txt>
robocopy "\\wtb\Home Directories\" "\\PS2018\Home Directories\" /S /E /R:1 /TEE /log:<C:\Users\Administrator\Desktop\RobocopyMigration.txt>
Continue reading...
I created duplicate folders on my new Windows Server 2016.
I also made this new server a duplicate DFS nameserver so that the DFS root would be copied over.
I already made these duplicate folders shares and set the permissions (because I wanted them to be clean. I did not do the last permissions and they are not good).
Will this Robocopy batch file do the trick to copy over the data one folder at a time?
robocopy "\\wtb\3d Projects\" "\\PS2018\3d Projects\" /S /E /R:1 /TEE /log:<C:\Users\Administrator\Desktop\RobocopyMigration.txt>
robocopy "\\wtb\2012\" "\\PS2018\2012\" /S /E /R:1 /TEE /log:<C:\Users\Administrator\Desktop\RobocopyMigration.txt>
robocopy "\\wtb\2013\" "\\PS2018\2013\" /S /E /R:1 /TEE /log:<C:\Users\Administrator\Desktop\RobocopyMigration.txt>
robocopy "\\wtb\2014\" "\\PS2018\2014\" /S /E /R:1 /TEE /log:<C:\Users\Administrator\Desktop\RobocopyMigration.txt>
robocopy "\\wtb\2015\" "\\PS2018\2015\" /S /E /R:1 /TEE /log:<C:\Users\Administrator\Desktop\RobocopyMigration.txt>
robocopy "\\wtb\2016\" "\\PS2018\2016\" /S /E /R:1 /TEE /log:<C:\Users\Administrator\Desktop\RobocopyMigration.txt>
robocopy "\\wtb\2017\" "\\PS2018\2017\" /S /E /R:1 /TEE /log:<C:\Users\Administrator\Desktop\RobocopyMigration.txt>
robocopy "\\wtb\2018\" "\\PS2018\2018\" /S /E /R:1 /TEE /log:<C:\Users\Administrator\Desktop\RobocopyMigration.txt>
robocopy "\\wtb\AutoCAD\" "\\PS2018\AutoCAD\" /S /E /R:1 /TEE /log:<C:\Users\Administrator\Desktop\RobocopyMigration.txt>
robocopy "\\wtb\Scans\" "\\PS2018\Scans\" /S /E /R:1 /TEE /log:<C:\Users\Administrator\Desktop\RobocopyMigration.txt>
robocopy "\\wtb\Home Directories\" "\\PS2018\Home Directories\" /S /E /R:1 /TEE /log:<C:\Users\Administrator\Desktop\RobocopyMigration.txt>
Continue reading...