Why runs my scheduled backup to often?
Do you have the probleme, that your scheduled backup code which you included in a PHP file produces a backup everytime the PHP page is loaded? Check the backup frequency which is defined by the line similar to the following one in your scheduled backup script: $period=(3600*24)*0; if it looks exactly like this line, you have choosen 'backup on each call' at the 'schedule backup' page in phpMyBackupPro. If you change it eg. the 0 to a 2, the backup will be triggered every second day: $period=(3600*24)*2;
You cannot comment on this entry