Re: problem to run faubackup from cron
On Mon, Apr 24, 2006 at 10:01:11 +0200, Dexter wrote:
> Hi,
> i have installed program "faubackup". It is running fine. I have
> created cron job:
> faubackup -vL source_dir destination_dir
> This command is running fine from command line. But cron gives folloving
> error:
>
> /bin/sh: line 1: faubackup: command not found
> Do you have idea what is wrong?
Try to specify the full path in the crontab
/usr/sbin/faubackup -vL source_dir destination_dir
If it runs in your normal user's crontab (and there is no reason why it
should not), then /usr/sbin/ will probably not be included in $PATH.
(It might work as the normal user from the command line because $PATH
can be different for interactive shells.)
--
Regards,
Florian
Reply to: