While this isn't Google Drive per say, I wrote this script that runs as a cron job to backup and upload to Google Cloud Storage. (It's cheaper than drive, as low as 1 penny per GB)
https://talk.plesk.com/threads/how-to-backup-to-google-cloud-storage.332571/
Hey Guys,
Hope this is helpful to someone. My Plesk server runs on Google Compute Engine, and backups to a Google Cloud Storage Bucket via this script:
#!/bin/bash
export BOTO_CONFIG="/path/to/.boto"
# Create the backups appending YYMMDD to the end of the file name.
mysqldump databasename -u...
The demo link seemed to be dead again, but I spun up a VM to check it out. ;)
Thoughts at first glance: I LOVE the new theme/left hand nav bar, incremental backups is a huge improvement, the log browser is also a nice touch.
Question: Any plans for incremental backups to cloud storage or is...