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.
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
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
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