From: Rene R. <re...@gr...> - 2006-09-14 04:34:47
|
> No problems at all. Im using rsycn overssh. However, the cron schedul= ar > backups the first server in the list then dies with an error message wh= ich > I > recieve via email from the server: > PHP Notice: Undefined index: where in > /var/www/html/bobs/inc/class_db.php on > line 34. No error in bobs.log. Just where it backed up the first serv= er > in > the list. It isn't actually an error. It's a notice about a missing index. I've seen that every time I start a backup by hand, but I've never gotten around to investigating what causes it or how to get rid of it. You can pipe the output of the cron job to /dev/null if you don't want th= e messages or you can fix the code :) Cheers Rene |