I have gDisk, I don't know if you have ever used it, it allows you to turn your GMail to a hard disk and host any file on it, I have many GMails that I don't use and I can create many others. To use gDisk all you have to do is enter your email and pass and if you checked auto login which will save your details, give it a try if you want just to see how it works.
Here's my question:
I would like to back up the files daily (which is easy) but here's the thing, I would like to download the back up to gdesk and upload them using a shell script when needed, I would like the process to be secure so that hackers will have hard time hacking the system, I know that gmail servers are secure, but I'm concerned about my server's requests :D
I don't want to leave my backup on my server and my connection is slow so downloading and uploading may take sometime and an automated way is a cool thing, and downloading and uploading directly from my vps to gdisk and vise versa would be so fast and google servers are secure :D
Do you think it could be done?