Displaying 3 results from an estimated 3 matches for "perams27".
Did you mean:
params2
2002 Jul 29
0
Preserving Permissions using server
...; Many thanks - I know it is something small - but I am not sure what it is :(
>
> I am running a turbolinux 6.5 server system for reference.
>
> Andrew.
>
>
>
>
>
> --__--__--
>
> Message: 5
> Date: Mon, 29 Jul 2002 07:32:26 -0700 (PDT)
> From: S Peram <perams27@yahoo.com>
> Subject: rsync from Windows and Linux over ssh
> To: rsync@lists.samba.org
>
> Hi All,
> I'm a newbie to RSYNC on Windows.
> I installed RSYNC(version 2.5.1) on Windows and it is
> running as a service on Windows 2000.
> I've been trying to copy some...
2002 Aug 03
1
Rsync from windows to unix
Hi,
I'm trying to use rsync from Windows to Unix.
I've followed the directions on :
http://optics.ph.unimelb.edu.au/help/rsync/rsync_pc1.html
I can see ssh running on the windows machine, because
I tested it using telnet localhost 22 and I can see
the result "SSH-2.0-OpenSSH_3.4p1".
But when I try
"$ rsync -avz -e ssh user@windowsserver::/rsync/* ."
from the Linux
2002 Jul 29
2
rsync from Windows and Linux over ssh
Hi All,
I'm a newbie to RSYNC on Windows.
I installed RSYNC(version 2.5.1) on Windows and it is
running as a service on Windows 2000.
I've been trying to copy some files using RSYNC on
linux machine running RH Linux 7.2 kernel 2.4.7 from
Windows 2000 machines using the following command:
$rsync -avz -e ssh <windows-machine>:/rsync/* .
but i'm getting the following error