I know many folder synchronization tools for desktop users (ie. Windows Live Sync)

Should I use them to synchronize applications between servers or there is a more enterprisey solution?

link|improve this question

74% accept rate
feedback

2 Answers

up vote 6 down vote accepted

How about using DFS? It'll replicate files between servers (seeing as that's what it was designed for).

link|improve this answer
+1 - DFS Replication (DFS-R) does a great job. – Evan Anderson Jan 27 '10 at 22:00
feedback

How are your servers connected? Have you tried Microsoft's own Synctoy? Not sure if it's "enterprisey" enough for you, though :) For small shops it's working just fine.

Robocopy is another option

link|improve this answer
This SyncToy has a problem, if it tries to copy a file that is used by a running process it fails, but if you try to copy the same file using the windows explorer it succeds – Jader Dias Jan 27 '10 at 17:01
+1 - love synctoy. Wasn't aware of its locked file problem though. – Mark Henderson Jan 27 '10 at 21:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.