What's the easiest way to duplicate a portion of a directory structure onto an external drive?
- by Jon Cage
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