David Talkington wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Bret Hughes wrote:
>
> >Is there a way to pass options to ssh when it is used as an rsync
> >transport?
>
> Bret - try this:
>
> $ rsync -av -e 'ssh -v -l username' filename remote.host.name:
>
> See if that works for y
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Bret Hughes wrote:
>Is there a way to pass options to ssh when it is used as an rsync
>transport?
Bret - try this:
$ rsync -av -e 'ssh -v -l username' filename remote.host.name:
See if that works for you.
- -d
- --
David Talkington
http://www.s
Is there a way to pass options to ssh when it is used as an rsync
transport?
for instance when I run :
rsync --rzLtvc --rsh=/usr/bin/ssh localfile remotemachine:/
it works but I have a situation with a machine that I need to be able to
use a different username on the remote machine.
something l