Description of my issue:
I am starting the backup using a cron job, but it fails with the message: PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 26227092 bytes) in /path_removed/proc/webdav.php on line 255
So it seems to crash when trying to transfer the backup files to the cloud. If I run the same profile in the backend it is working fine, no memory problem, so that's why I'm puzzled as to why memory seems to be a problem running from CLI.