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 SkipVought 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
0
0
US
I am trying to copy data from a Windows 2003 Standard Server to a StoreVault S550 using Robocopy. I want run the /COPYALL command. Robocopy will run but it will skip the files in the folder and will instantly complete.

The syntax seems to be correct on the command. i'm following the ROBOCOPY /Source /Destination /Options as directed by robocopy's syntax. Any ideas?
 
Turn the logs on and see what they say.

I'm Certifiable, not cert-ified.
It just means my answers are from experience, not a book.

There are no more PDC's! There are DC's with FSMO roles!
 
Here is the exact command I typed

robocopy.exe C:/Test123 //storage/MPSDATA/Staff /COPYALL
 
Your slashes are backwards

It should be
robocopy.exe C:\Test123 \\storage\MPSDATA\Staff /COPYALL

Pat Richard MVP
 
Sorry I typed them wrong here. I checked and I typed them correctly in the command
 
Try to copy just one file over, see if that works.

I'm Certifiable, not cert-ified.
It just means my answers are from experience, not a book.

There are no more PDC's! There are DC's with FSMO roles!
 
If you don't use the copyall command, does it work? Are you sure you have rights? What do the logs say?

Pat Richard MVP
 
Yeah, we're still awaiting the log results that we asked for. If you want our help, you're gonna have to help us first.

I'm Certifiable, not cert-ified.
It just means my answers are from experience, not a book.

There are no more PDC's! There are DC's with FSMO roles!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top