Print

Print


Take a look at unison, it is similar to rsync but can do
bidirectional syncing if you want, and supports multiple
operating systems including windows.

http://www.cis.upenn.edu/~bcpierce/unison/

On Fri, Apr 01, 2005 at 11:49:28AM -0500, Peter J Murray wrote:

  Hello

  I'm looking for something similar to rsync to keep a synced copy of
  files across a windows network, meaning that every night I'd synchronize
  copies of what's on one server on a different server (Windows Server
  2003).  Rsync (for windows) just hangs for a very long time and doesn't
  do anything, so has anyone come across a utility which acts similarly
  and would run alright nightly as a scheduled task?  I realize I could
  probably use xcopy or something similar, but I'd prefer a rsync type
  utility.

  PM