Computing.Net > Forums > Windows NT > Robocopy syntax ???

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Robocopy syntax ???

Reply to Message Icon

Name: James
Date: February 23, 2002 at 16:39:00 Pacific
Comment:

Hi,
I am trying to copy a large amount of data from one NT4 server to another NT4 server using Robocopy.
I am using the following syntax,
robocopy \\server1\c:\path \\server2\c:\path

It is not working, the error message states that the source path cannot be found. ???

What am I doing wrong?



Sponsored Link
Ads by Google

Response Number 1
Name: Pablo
Date: February 24, 2002 at 02:36:11 Pacific
Reply:

Try using the UNC address only

\\server1\path \\server2\path


0

Response Number 2
Name: michael
Date: February 24, 2002 at 11:41:53 Pacific
Reply:

Path meaning the SHARE name, no disk letter required.


0

Response Number 3
Name: C_A_Braun
Date: February 25, 2002 at 09:56:17 Pacific
Reply:

Try robocopy \\server1\c$\dir \\server2\c$\dir
I usually add the following switches as well:
/mir (Mirrors directory and subdirectory structure)
/mov (Moves data rather than just copy)
/sec (Copies NTFS permissions as well)
/r:1 /w:1 (Retry 1 time after waiting 1 second if a failure occurs)
robocopy \\server1\c$\dir \\server2\c$\dir /mir /mov /sec /r:1 /w:1


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows NT Forum Home


Sponsored links

Ads by Google


Results for: Robocopy syntax ???

Robocopy www.computing.net/answers/windows-nt/robocopy/17762.html

FTP - Ports - Syntax www.computing.net/answers/windows-nt/ftp-ports-syntax/16874.html

Robocopy permissions problem www.computing.net/answers/windows-nt/robocopy-permissions-problem/17266.html