Hi,
Configuring Snapshot to upload backups to Dropbox, I notice that this porcess causes a timeout for the backup of the main site. In server log files I see:
PHP5-FPM.LOG
[22-Apr-2013 21:02:35] WARNING: [pool www] child 11181, script ‘/var/www/status301/wp-cron.php’ (request: “POST /wp-cron.php”:wink: executing too slow (110.086566 sec), logging
[22-Apr-2013 21:02:35] NOTICE: child 11181 stopped for tracing
[22-Apr-2013 21:02:35] NOTICE: about to trace 11181
[22-Apr-2013 21:02:35] NOTICE: finished trace of 11181
[22-Apr-2013 21:06:05] WARNING: [pool www] child 11181, script ‘/var/www/status301/wp-cron.php’ (request: “POST /wp-cron.php”:wink: execution timed out (320.094105 sec), terminating
[22-Apr-2013 21:06:05] WARNING: [pool www] child 11181 exited on signal 15 (SIGTERM) after 2119.652627 seconds from start
And:
PHP5-FPM.SLOW.LOG
[22-Apr-2013 21:02:35] [pool www] pid 11181
script_filename = /var/www/status301/wp-cron.php
[0x0000000001b7a390] fwrite() /var/www/status301/wp-content/plugins/snapshot/lib/destinations/dropbox/includes/PEAR_Includes/HTTP/Request2/Adapter/Socket.php:902
[0x0000000001b79400] writeBody() /var/www/status301/wp-content/plugins/snapshot/lib/destinations/dropbox/includes/PEAR_Includes/HTTP/Request2/Adapter/Socket.php:161
[0x0000000001b78a20] sendRequest() /var/www/status301/wp-content/plugins/snapshot/lib/destinations/dropbox/includes/PEAR_Includes/HTTP/Request2.php:923
[0x0000000001b78268] send() /var/www/status301/wp-content/plugins/snapshot/lib/destinations/dropbox/includes/PEAR_Includes/HTTP/OAuth/Consumer/Request.php:230
[0x0000000001b77548] send() /var/www/status301/wp-content/plugins/snapshot/lib/destinations/dropbox/includes/Dropbox/OAuth/PEAR.php:120
[0x0000000001b760a8] fetch() /var/www/status301/wp-content/plugins/snapshot/lib/destinations/dropbox/includes/Dropbox/API.php:194
[0x0000000001b75598] putFileChunked() /var/www/status301/wp-content/plugins/snapshot/lib/destinations/dropbox/includes/Dropbox/API.php:118
[0x0000000001b74460] putFile() /var/www/status301/wp-content/plugins/snapshot/lib/destinations/dropbox/index.php:488
[0x0000000001b709a0] sendfile_to_remote() /var/www/status301/wp-content/plugins/snapshot/snapshot.php:5227
[0x0000000001b6fda0] process_item_send_archive() /var/www/status301/wp-content/plugins/snapshot/snapshot.php:5116
[0x0000000001b6f578] process_item_remote_files() /var/www/status301/wp-content/plugins/snapshot/snapshot.php:5417
[0x00007fffbd3a9d30] snapshot_remote_file_cron_proc() unknown:0
[0x0000000001b6ebd0] call_user_func_array() /var/www/status301/wp-includes/plugin.php:487
[0x0000000001b6dff8] do_action_ref_array() /var/www/status301/wp-cron.php:92
I tried excluding the themes and plugins folders to reduce the backup size but that option setting does not seem to stick…
Is there anything I can do to make the main site backups possible?