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
* 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
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