I was afraid I would see that. This looks like a problem on your hosting side. Your host either has the slowest uplink connection I've seen in well over 20 years or has a misbehaving caching proxy for outbound connections. Here's how I can tell:
DEBUG |20230115 11:48:31|Akeeba\Engine\Postproc\Dropbox2::processPartChunked - New upload session pid_upload_session:ABIF34EdrkGNM-i3wxw97V3oP-fkA_QPoIw4c0lsN7Osv11A
DEBUG |20230115 11:48:31|Akeeba\Engine\Postproc\Dropbox2::processPartChunked - Uploading chunked part
DEBUG |20230115 11:54:21|Kettenrad :: Attempting to load from database (backend)
This tells me that Akeeba Backup started to upload 5MiB of data at 11:48:31 and the host killed that process at 11:54:11. The next ten seconds to 11:54:21 is the countdown in the interface to retry the backup. Four and a half minutes trying and failing to upload 5MiB would make for a transfer rate less than 150Kbps which is absurd — we were using cheap servers with 10Mbps uplinks 20 years ago.
The Dropbox API does not let you use a chunk size smaller than 5MiB to avoid that timeout coming from your server.
You really need to talk to your host. It's very likely they have a misbehaving proxy for outbound connections which is blocking the transfer, making it appear on the PHP side as though it's taking forever.
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!