How to use Robocopy to copy data

Article: 100027543
Last Published: 2019-03-13
Ratings: 2 0
Product(s): eDiscovery Platform

Description

Throughout the eDiscovery Platform (eDP) documentation there are occasionally references or reasons to copy data from one location to another.

There are a number of third party tools that you can use to copy data from one directory location to another; however, some common copy routines either optimize out some data or do not adequately copy all of the information needed by eDP.

To copy the appropriate directory structure to a new location using robocopy, follow the syntax below:
 
     robocopy <Source> <Destination> /e /tee

 

 

Was this content helpful?