I found this very useful for getting around this problem with osX
http://www.bombich.com/mactips/rsync.html
-Jason
-Original Message-
From: Andrzej Filip [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 23, 2004 7:46 AM
To: [EMAIL PROTECTED]
Subject: Re: rsync via ssh script
Tim
Tim Nonnast wrote:
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
Hi,
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