does anybody know, how a bash shell script looks, which automatically enters the ssh password?
the rsync call should be:
rsync -avz -e ssh /home/johndoe/data/repository [EMAIL PROTECTED]:/home/johndoe/junk
the call causes a password question.
Is ist possible to automate that by a cron? If yes how should the script look to automatically enter the password?
ThanX for an answer.
Cheers, Tim
-- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html