I had this same problem. Checked the php error logs and was getting an out of memory error.
PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 6743096 bytes) in automatic-wordpress-backup.php on line 719
Increased the memory limit and it worked.