Hi David,
we have a problem with the backup on a particular website, where it always gets stuck and never finishes. Near the end of the log file there is always a line saying
File exists (…), but was apparently not modified within the last 30 seconds, so we assume that any previous run has now terminated (time_mod=1425305846, time_now=1425306173, diff=327)
Here is the complete log file (splitted in 2 parts as it was too big for pastebin):
UpdraftPlus Log (Part 1)
https://pastebin.com/rS0hhZjM
UpdraftPlus Log (Part 2)
https://pastebin.com/jsurqHhX
I found some threads where you suggested to add either this
define(‘UPDRAFTPLUS_NO_BINZIP’, true);
or this
define(‘UPDRAFTPLUS_PREFERPCLZIP’, true);
to the wp-config.php, but unfortunately it didn’t have any effect in this case. Do you maybe have any other suggestions what we might try?