Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <19991022022252.27445.rocketmail@web116.yahoomail.com> Date: Thu, 21 Oct 1999 19:22:52 -0700 (PDT) From: Earnie Boyd Reply-To: earnie_boyd AT yahoo DOT com Subject: Re: rsync not doing the right thing... To: R Pickett , cygwin AT sourceware DOT cygnus DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii --- R Pickett wrote: > > Well, I've tried various versions of precompiled rsync, as well as rolling > my own copy from the 2.3.1 source, but I can't get it to work correctly. > > Specifically, I'm trying to sync a local tree on a Windows NT Server box > with a remote tree on a Solaris box. The whole point of using rsync is so > that I can make the NT box's filetree look like the remote filetree in the > minimum network traffic -- sending only diffs. > > BUT, using a command of the form: > > rsync -avvz remotehost::share/filetree c:\localfiletree > > from an NT command prompt (having to embed this in a batch file, so have to > have it work from CMD.EXE) resends every file, in its entirety, every time. > > I have a sneaking suspicion that there's some kind of text translation issue > going on here that makes the local and remote files hash differently and so > seem changed. But my mounts are all binary, and I have CYGWIN set to > binmode. > > Any thoughts? Thanks in advance for any help.... > First let me say I've not used rsync and don't know it's operations. However, is it cygwin built or mingw32 built? If it's cygwin built you will want to mount c:\\ /c rsync -avvz remotehost::share/filetree /c/localfiletree ===== Earnie Boyd Newbies, please visit (If you respond to the list, then please don't cc me) __________________________________________________ Do You Yahoo!? Bid and sell for free at http://auctions.yahoo.com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com