[nycphp-talk] Backup
Brian Kaney
brian at vermonster.com
Fri Jul 30 12:33:16 EDT 2004
In your crontab you could try setting the execution time to 0:
* * * * * /path/to/php -d max_execution_time=0 /path/to/file.php
Or use set_time_limit(0) in your script.
I was never a fan of using PHP for system stuff. Perl and/or simple
bash scripts seem more suitable to me.
On Fri, 2004-07-30 at 12:21, Donald Organ wrote:
> will script execution time affect these if it hase to download 500+ MB
>
More information about the talk
mailing list