Send Password with RSYNC_PASSWORD ore --password-file
Wayne Davison
wayned at users.sourceforge.net
Sat May 4 21:43:02 EST 2002
On Sat, 4 May 2002, Manfred Gnaedig wrote:
> mkdir 217.172.xxx.xxx/home/www/web10 : No such file or directory (1)
You left out the "::". Also, the syntax for server mode is slightly
different -- you need to refer to a module name on the server. So, if
you have an rsync daemon configured and running on your 217.127.* host,
you could use this to see the module names:
rsync 217.172.xxx.xxx::
Check into the rsync.conf man page for how to configure a module, give
it a password, etc.
If you don't want to run an rsync daemon, you need to work on the angle
of getting ssh to let you connect without a password instead. See the
ssh-keygen man page for the easy way to go.
..wayne..
More information about the rsync
mailing list