Tuesday, August 12, 2014

Use robocopy to move shares from one server to another

Environment:
old 2003 appliance server
new 2012 r2 on vmware.

On the 2012 server, run cmd as administrator:
robocopy \\(server where the files live)\share \\(server you want the files to go)\share /copyall /mir

This moved all folders, files and permissions.

No comments:

Post a Comment

ModuleNotFoundError: No module named 'torchvision.transforms.functional_tensor'

 I tried a couple things, downgrading, reinstalling, followed some github links talking about /usr/local/lib/python3.10/dist-packages/basics...