Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Robocopy Issue

Status
Not open for further replies.

sbruce66

IS-IT--Management
Jun 12, 2002
74
US
We are trying to use robocopy on a 2003 server, we are trying to copy 7.5 G of data from one server across the network. We we're figuring this would take a little while, but the robocopy finishes instantly, leaves no log and doesn't copy any of the data. Any thoughts?
 

Did you remember the switches

robocopy source destination /e /copyall /xo /LOG:c:\copylog.txt

/E :: copy subdirectories, including Empty ones
/XO :: eXclude Older files
/COPYALL :: COPY ALL file info (equivalent to /COPY:DATSOU)
/LOG:file :: output status to LOG file (overwrite existing log)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top