Data Backup

Bren100

Solid State Member
Messages
10
Location
Eire
Hi All, new to the site. Have a query about RoboCopy if that s cool?

Im trying to run a copy of data from one server to another using RoboCopy. It works when I run it to a local drive but not to the other server.

Here are the commands Ive setup in notepad and saved as a batch file

robocopy D:\IT \\Servername\Data /mir

Then I mapped the source as a local drive
robocopy D:\IT Z:\Data /mir

Ive tried it without the /mir too but it wont copy - has me confused. Any suggestions much appreciated!:confused:
 
Do both servers have shared folders?
Yes, both are essentially servers with shared drives - they are file servers. They are on the same subnets etc.

Not a permissions thing, logged on as the network admin logon. Thanks

---------- Post added at 03:19 AM ---------- Previous post was at 03:18 AM ----------

Is there a limit to what robocopy can copy, Im assuming not?
 
have you tried with xcopy instead of robocopy?
Hi BikerEcho, I tried that earlier and it wouldnt work either

So I guessed the server was knackered, it operates fine as a file server though, I decided to setup an xcopy to run from the DR server that I want to backup to, via a "local drive letter" on the DR server which points to the data I want.

Works a treat. Just thought I was doing something wrong, looks like the server is the issue. All fixed up now.
 
Back
Top Bottom