Displaying 1 result from an estimated 1 matches for "axlink".
Did you mean:
txlink
2002 Apr 16
3
Update: WARNING: --rsh or -e option ignored when connecting to rsyncdaemon]
...--pasword-file= option is only for passing a password to a rsync
server, as you have set up with the rsync --daemon process. Your
rsyncd.conf file is fine, too. The problem is that you aren't calling
your rsync daemon from your commandline. You are trying to connect via
rsync to host as axlink and start a 'rsync --sender' process, to transfer
data within the ssh process.
"rsync -auve ssh -z --port=22
--password-file=/export/home/tester01/rsync.pwd
/export/home/tester01/. axlink@host:/home/axlink/rs"
should be
"rsync -auvz --password-file=/export/home/tester01/rs...