Windows 2003 File Replication

G

Guest

We need to install an application on a windows 2003 server. The directory
that this application resides need to be replicated to a server in our dr
center.

What is the best way to accomplish this ?
 
G

Glenn L

Is it just a one time copy?
COPY or XCOPY from a command line is probably the quickest way.
You could put the copy command into a batch file and setup a task to run the
copy after hours.
 
L

Lanwench [MVP - Exchange]

Serge said:
We need to install an application on a windows 2003 server. The
directory that this application resides need to be replicated to a
server in our dr center.

What is the best way to accomplish this ?

If it's an application, not just files, you need to install it on the DR
server. You can use many command line utilities to copy data, though - I
like robocopy.

Also check out DoubleTake or GeoCluster or similar third party options.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top