Re: [NAnt-users] Mirror web data between remote servers

2008-12-11 Thread Steve Kapinos
Teamcity is great.. no need for alternatives J With a CI environment, you can also use projects to update servers just as a user would if desired. Or as others mentioned, robocopy is part of Windows Resource Kit that allows automated file copy. If its part of a build system, you may not wa

Re: [NAnt-users] Mirror web data between remote servers

2008-12-11 Thread Phil Sayers
Accidentally replied earlier offlist. posting here for archives...et Have you looked at a free product called "Robocopy"? that may get you moving in the right direction. -Original Message- From: Lionel Morrison [mailto:lmorri...@lifeware.com] Sent: Thursday, December 11, 2008 11:58 A

Re: [NAnt-users] Mirror web data between remote servers

2008-12-11 Thread Bob Archer
If you mean a one way mirror... the nant copy command by default only copies the newer files from one place to another. However, I don't think it will delete files that are not on the source on the target. There really isn't a sync task. If you want two way mirroring. I think that would be a b