hi there
I have a shell script which doesn't run from cron any more for some reason and I'm too stupid to figure out why
basically this shell script does a backup of some files and uploads them to my server via rsync. The script works ok if I run it from the terminal, but it doesn't work via cron. I ran a small cron script to write out to a tmp file and that worked, so I *think* that cron is running, but I'm now stuck as to what to do. Here are some thoughts:
1) where would the cron or rsync logs be - if any? I looked in /var/log/ but couldn't see any
2) I don't know rsync that well - I think there's a method of writing out a log file. Any help here would be appreciated as then I could see if its even attempting to run this backup
Any suggestions, help etc appreciated
thanks
John
I have a shell script which doesn't run from cron any more for some reason and I'm too stupid to figure out why

1) where would the cron or rsync logs be - if any? I looked in /var/log/ but couldn't see any
2) I don't know rsync that well - I think there's a method of writing out a log file. Any help here would be appreciated as then I could see if its even attempting to run this backup
Any suggestions, help etc appreciated
thanks
John