<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.28.3">
</HEAD>
<BODY>
I've had great success using Unison ( <A HREF="http://www.cis.upenn.edu/~bcpierce/unison/">http://www.cis.upenn.edu/~bcpierce/unison/</A> ). It's a package that uses incremental backups similar to rsync, but can run natively under Windows and Linux, and the two can work with each other. Unison is no longer under active development, though, but I haven't come across any major problems with it in the last year or so that I've been using it to back up my clients' servers.<BR>
<BR>
<BR>
On Tue, 2010-10-05 at 18:49 +0200, Shlomi Fish wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
On Tuesday 05 October 2010 18:04:08 J Z Tam wrote:
&gt; Just need to make sure that one Windows Server subDirectory tree is exactly
&gt; the same as another server's subDirectory with the same hierarchy and
&gt; names. I'm thinking perhaps this is easier to automate in cygwin, and
&gt; forget about perl... but open to feedback. I can relax permissions and
&gt; ACL's during the mirroring process, and re-apply afterwards. Thoughts?
&gt; /jordan

When on Unix, I normally use rsync for that: <A HREF="http://rsync.samba.org/">http://rsync.samba.org/</A> . It runs 
fine on cygwin. Caveat: I never tried to use rsync between two Windows hosts 
while attempting to preserve permissions and ACLs , which I'm hazy about their 
semantics in MSWin, but on Unix systems, rsync has an option to preserve 
permissions and user/group ownerships of files.

Regards,

        Shlomi Fish

</PRE>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>