Replicate files from 1 system to another?

  • Thread starter Thread starter Steve Grosz
  • Start date Start date
S

Steve Grosz

I have a production Coldfusion server with all my files on it, and a testing
server as well.

How can I set up the production to replicate all the files on a hard drive
over to the testing server on a regular basis, like once per day,
automatically??

Thanks,
Steve
 
I have a production Coldfusion server with all my files on it, and a testing
server as well.

How can I set up the production to replicate all the files on a hard drive
over to the testing server on a regular basis, like once per day,
automatically??

Schedule a job which runs ROBOCOPY (NT Resourcekit).
 
In addition to Michael's solution (ROBOCOPY from NT
Resourcekit), that I don't know, I would recommend Second Copy
( http://www.centered.com ), which I have used for years on
several PCs. I use it mostly to create and update manual
backups, quickly and reliably (which Windows Explorer is unable
to do), but its main purpose (that I don't use but is the main
source of its good reputation) is exactly what you need.

Paris, Mon 6 Jun 2005 13:55:15 +0200


----- Parent Message -----
From: "Steve Grosz" <[email protected]>
Newsgroup: news://msnews.microsoft.com/microsoft.public.win2000.general
Message: news://msnews.microsoft.com/[email protected]
Sent: Fri 3 Jun 2005 20:57:16 -0600
(Paris Sat 4 Jun 04:57:16 +0200)
Subject: Replicate files from 1 system to another?

I have a production Coldfusion server with all my files on it,
and a testing server as well.

How can I set up the production to replicate all the files on a
hard drive over to the testing server on a regular basis, like
once per day, automatically??

Thanks,
Steve
 
Back
Top