1

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?

voretaq7
  • 79,879
  • 17
  • 130
  • 214

1 Answers1

4

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.

MDMarra
  • 100,734
  • 32
  • 197
  • 329