Re: SSH and rsync server (tunnelling)

2004-08-20 Thread Lars E. D. Jensen
Lars E. D. Jensen wrote: Hi Thanks for your previous answers. Now I'm fighting with setting up ssh tunnelling with rsync Hi Just wanted to share this with other "rsync through tunnelling" newbies. This script will copy files from "remotehostname" to "localhostname" with permissions/ownership etc.

Re: SSH and rsync server

2004-08-17 Thread Wayne Davison
On Tue, Aug 17, 2004 at 06:15:41PM +0200, Lars E. D. Jensen wrote: > The warning tells me that it's not possibel to use ssh?! Not to connect with an existing rsync daemon. The remote-shell option tells rsync to spawn a remote-shell which runs a program (rsync). However, to connect to an existing

Re: SSH and rsync server

2004-08-17 Thread Lars E. D. Jensen
Widyono wrote: On Tue, Aug 17, 2004 at 06:15:41PM +0200, Lars E. D. Jensen wrote: The warning tells me that it's not possibel to use ssh?! I do this: rsync -auz --delete --rsh=?ssh -l ssh_username" [EMAIL PROTECTED]::www /var/www WARNING: --rsh or -e option ignored when connecting to rsync daemon

Re: SSH and rsync server

2004-08-17 Thread Widyono
On Tue, Aug 17, 2004 at 06:15:41PM +0200, Lars E. D. Jensen wrote: > The warning tells me that it's not possibel to use ssh?! > > I do this: > rsync -auz --delete --rsh=?ssh -l ssh_username" > [EMAIL PROTECTED]::www /var/www > > WARNING: --rsh or -e option ignored when connecting to rsync daemon