peter lindsay wrote:
> Hi,
>
> I've got the following command that works fine; it prompt for a password
> then runs okay:
>
> "rsync -az -e ssh myserver.ac.uk:/var/lib/mysql
> /www/rsynctagsassets/databases"
>
> I wanted to run it as a script so put it into a file called rsync.sh and
> chmod +x '
For ssh you can configure the server and client side
to accept connections directly.
E.g. for F-secure ssh
http://www.f-secure.com/download-purchase/manuals/docs/manual/1206/enu/s
sh.pdf
And see chapter 2.4 for different authentication mechanisms.
If you are a normal user in both machines