Re: [CentOS] weird cron problem

2007-11-16 Thread Andreas Kuntzagk
> PATHS - everytime i have cron issues its a PATH problem. The cron env is > not the same as the user when logged in Thanks, that's probably the cause. rsnapshot resides in /usr/local/bin I changed the PATH in /etc/crontab now. Silly that I didn't see it. So jobs in /etc/crontab are executed wit

Re: [CentOS] weird cron problem

2007-11-16 Thread Robert
Andreas Kuntzagk wrote: PATHS - everytime i have cron issues its a PATH problem. The cron env is not the same as the user when logged in Thanks, that's probably the cause. rsnapshot resides in /usr/local/bin I changed the PATH in /etc/crontab now. Silly that I didn't see it. So jobs in /

Re: [CentOS] weird cron problem

2007-11-16 Thread Tom Brown
I'm having some problems with a script in /etc/cron.daily. It's quite simple: -- #!/bin/sh touch /mnt/Backup/foo rsnapshot daily - So the touch gets executed, but the rsnapshot not. If I run manually run-parts /etc/cron.daily/ everything's fine. Also when I run rsnapshot f

[CentOS] weird cron problem

2007-11-16 Thread Andreas Kuntzagk
Hi, I'm having some problems with a script in /etc/cron.daily. It's quite simple: -- #!/bin/sh touch /mnt/Backup/foo rsnapshot daily - So the touch gets executed, but the rsnapshot not. If I run manually > run-parts /etc/cron.daily/ everything's fine. Also when I run rsnapshot from ro