How to send files over SSH/SCP to Google Drive?

Serge picture Serge · Apr 11, 2014 · Viewed 33.9k times · Source

We have Centos, there is a directory with sql backups. How we can send those backups to Google Drive using cron schedule?

Answer

dovidweisz picture dovidweisz · Jun 17, 2016

GDCP should work as long as you authenticate the user for cron with the interactive cli.

https://github.com/ctberthiaume/gdcp

... I am using this now to transfer thousands of mp3 files from a ubuntu vps to google drive.