I thought the binary I down loaded was built with Cygwin but when I try
your suggestion for the path names, RSync complains.

Any chance I could get your binary?




                                                                                       
                             
                    David Bolen                                                        
                             
                    <db3l@fitlinx        To:     "'[EMAIL PROTECTED]'" 
<[EMAIL PROTECTED]>          
                    x.com>               cc:     [EMAIL PROTECTED]                 
                             
                                         Subject:     RE: RSync on NT                  
                             
                    07/03/01                                                           
                             
                    16:05                                                              
                             
                                                                                       
                             
                                                                                       
                             




[EMAIL PROTECTED] [[EMAIL PROTECTED]] writes:

> Has anybody had any luck getting RSync to work with WinNT 4.0?

Yep.  At least compiled for use with Cygwin, it works fine.  I do use
a local tool to make a named pipe connection to a target machine
rather than rsh, but any old path should work.

> I am interested in using RSync in a non-daemon mode.  How do I specify
> drive/directory paths along with host names?  If I issue this command:

You can't really use native drive specifications because as you note
rsync uses the Unix convention of separating the system from the path
with a colon.

But since Rsync is built on top of Cygwin (I'm presuming that's how
you built it) you can use the standard /cygdrive/? notation (or until
they formally remove it, the deprecated //? notation) to select a
drive.  You should also be able to use "//system/share" to access
network shares.

-- David

/-----------------------------------------------------------------------\
 \               David Bolen            \   E-mail: [EMAIL PROTECTED]  /
  |             FitLinxx, Inc.            \  Phone: (203) 708-5192    |
 /  860 Canal Street, Stamford, CT  06902   \  Fax: (203) 316-5150     \
\-----------------------------------------------------------------------/





Reply via email to