Peter Reif wrote:
>
> I am using rsync for Win9x with the cygwin1.dll.
> I want to sync two partitions locally. If I type
>
> rsync \dir1\ d:\dir2\
>
> rsync tries to make a rsh-connection to host "d".
> I think one solution is to mount the D partition with cygwin.
> Is there a simpler way?
You need something more like
rsync /dir1/ //d/dir2/
(although I get confused about the trailing slashes so try a few
things!)
Cheers,
Martin
--
Martin Sapsed Tel: +44 (0)1248 382409
Computing Lab Fax: +44 (0)1248 383826
University of Wales, Bangor, LL57 2DG
I try to take one day at a time,
but sometimes several days attack me at once!