COPY FOLDER STRUCTURE WITH FILES AND PERMISSIONS from Windows Server 2008 R2 STD to Windows Server 2016 STD
On Windows Server 2016 I have the 2008 server mapped
(F) (\\server2008) which has a shared folder "Share"
I want to copy "Share" folder to a local drive G:\Share on the Server 2016
I found this question COPY FOLDER STRUCTURE WITHOUT FILES BUT WITH PERMISSIONS
with solution: XCOPY "X:\Source Folder\" "Y:\Destination area\" /T /E /O
this kind of worked by doing a: XCOPY f:\Share g:\Share\ /T /E /O
what this did was copy the sub-folders in Share with all the folders and subfolders but empty
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.