Hi, I have a bug report for /backwpup/app/backwpup_dojob.php
around line 172:
if ($jobs[$this->jobid]['starttime'] + 600 <= current_time('timestamp')) { //Abort old jo if work longer as 10 min. because websever has 300 sec timeout
The '<=' was wrongly opposite ('>'),
=> Now old jobs are properly restarted.
=> 'Running since:' timestamp not properly written back to database?
'Next Run' and 'Last Run' entries in jobs overview table all wrong.
Only the never started jobs show 'inactive'. All are 'Running since xxx secs.' and 'Last Run: none', which is clearly wrong. Maybe you can add to the overview table an indicator whether a job is activated or not.
There's a typo in the logfile, saying 'size off all files', should be 'of'.
Thanks for the great plugin, I tested many and yours is by far the best.
Regards, Devstorm