Need to add set_time_limit(0); to beginning of
scripts/archive.php to prevent the php script from
timing out for those who have max_execution_time set to
a non-zero value in their php.ini
Running this as a shell script only addressed the
webserver timeouts, but not php timeouts.