What's the easiest way to duplicate a portion of a directory structure onto an external drive?

Posted by Jon Cage on Super User See other posts from Super User or by Jon Cage
Published on 2013-11-06T09:16:18Z Indexed on 2013/11/06 9:58 UTC
Read the original article Hit count: 203

I'm trying to move a large chunk of data from one of our servers onto an external drive for delivery to Amazon glacier storage.

To do that, I'd like to copy a chunk of the server, preserving the directory structure. I.e. move this:

\\MyServer\Some\Longwinded\Path\TheDataIWantToCopy
\\MyServer\Some\Longwinded\Path\TheDataIWantToCopy\First bit of data\DataFile1.dat

to this:

D:\
D:\First bit of data\DataFile1.dat

© Super User or respective owner

Related posts about Windows

Related posts about file-transfer