OK, this is a more sane log file and your explanation gave us the solution. Your PC going to sleep killed the backup.
When your PC goes into sleep mode, it actually turns itself off which means that the network connection is cut off. This is equivalent to closing the Backup Now page. Remember the warning on the top of that page which tells you not to close or navigate away from this page while the backup is in progress? Essentially, your PC did what the warning on that page explicitly told you not to do.
And I will further explain this. In order for the backup to not time out, we have to split it to smaller chunks called "steps". However, your server can only run one step at a time. We have to somehow tell it to go on with the next step, and the one after that and so on until the backup is complete. How can we do that? By having your browser send your server some commands through AJAX. Essentially, your browser tells your server to go on and your server replies to your browser how far it's into the backup. When the browser-server connection is severed in mid-process, the browser has no idea what the heck is going on and throws an AJAX error.
So, just tell your computer NOT to go into sleep mode while the backup is running and make sure that your Internet connection does not disconnect during backup.
Nicholas K. Dionysopoulos
Lead Developer and Director
🇬🇷Greek: native 🇬🇧English: excellent 🇫🇷French: basic • 🕐 My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!