« doongoan » wrote:
is there some way to schedule daily automatic backup by a php script instead of the CGI one?
Short answer: No.
Long answer: No, because the PHP backup method of MySQLDumper uses Javascript to recursively call itself (for bypassing the PHP timeout limit), and Javascript requires a browser which a cronjob does not provide.