So I've been at this for days now.
I have used every plugin I can find to back up to google drive and none of them work.
Here is the deal, if I exclude all the folders and just leave the files this plugin works like a charm. Which leads me to think the site is just too big. I tried to systematically add folders (i.e. wp-admin...) and the back up just hangs "Please wait.. Process loading... No errors or anything but never gets passed that (I literally left it sit over night). So I jump on into my php.ini to up all the usual suspects:
memory_limit = 240M;
max_execution_time = 18000;
max_input_time = 360;
Checked the site out with phpinfo file and changes to server are in fact made.
So I'm at a loss here. Any one have any idea what I should check next?