File replication in a workgroup environment

replicationsynchronizationwindows-server-2008

I have two web servers where I need to sync some folders. I'd like to use Windows Distributed File System Replication (DFSR), but the servers are in a workgroup environment, which is not supported by DFSR.

Can anyone recommend other tools which can be used to achieve the same?

Best Answer

Create an account with the same username and password on both systems. Make a share on the one being replicated to. Run robocopy /Mir in a scheduled job under that user account. Bam, poor-man's replication.