Re: Rsync cannot authenticate

2002-08-03 Thread Keith Morse
On Sat, 3 Aug 2002, Chris Mason wrote: > /usr/bin/rsync -arvz -e ssh [EMAIL PROTECTED]:/home/files/* > /backup_disk/servername/ > > The output from the cron job is: > Permission denied, please try again. > Permission denied, please try again. > Permission denied (publickey,password,keyboard-int

Re: Rsync cannot authenticate

2002-08-03 Thread Johannes Franken
* Chris Mason <[EMAIL PROTECTED]> [2002-08-03 21:29 +0200]: > /usr/bin/rsync -arvz -e ssh [EMAIL PROTECTED]:/home/files/* > /backup_disk/servername/ > > The output from the cron job is: > Permission denied, please try again. > When I run the script from the command line as root it works. From cr

Rsync cannot authenticate

2002-08-03 Thread Chris Mason
I have a backup script that copies the contents of a directory to my local server at night. The command is run from a script: /etc/cron.daily/backup /usr/bin/rsync -arvz -e ssh [EMAIL PROTECTED]:/home/files/* /backup_disk/servername/ The output from the cron job is: Permission denied, please t