1. Trying to create backup archive …
Compression method is ZipArchive
WARNING: Job restart due to inactivity for more than 5 minutes.
2. Trying to create backup archive …
Compression method is ZipArchive
WARNING: Job restart due to inactivity for more than 5 minutes.
3. Trying to create backup archive …
Compression method is ZipArchive
WARNING: Job restart due to inactivity for more than 5 minutes.
Set for 3 retries… This means the backup archive was Not created, right? In the backup folder, are numerous 0-byte files.
a) Say clearly “Backup archive not created”
b) How do I set the timeout?
c) How do I estimate how long the timeout should be? (E.g. given how much was archived in 5 minutes, how long would the entire archive take?)
d) I want to back up all the files of my site, excluding folders with huge files (audio, video I can back up separately). The resulting file size might be over 2GB. If just a small Multi-Site blog takes more than 5 minutes, the full backup needs a Much larger setting!
e) Archive pieces are left in the backup folder. Are these useable? File names such as backwpup_1_2013-08-13_23-21-07.zip.Polk1B
or backwpup_1_2013-08-13_23-21-07.zip.aZzqDu
I have added to my wp-config this line:
set_time_limit(3600); /* 1 hour */
This should be in the plugin, set before each database or ZIP operation: set_time_limit(600); // 10 minutes