Google drive / Backblaze

SYSTEM INFORMATION
OS type and version REQUIRED
Webmin version REQUIRED
Virtualmin version 7.7
Related packages SUGGESTED

Is there support for personal google drive for back ups?

On GPL s3 back ups, it says its for AWS but will it work for backblaze S3?

Thank you!

No. In Pro, we support:

  • Amazon S3 and most compatible providers.
  • Rackspace Cloud Files
  • Google Cloud Storage (this is not the same as Drive)
  • Dropbox (this is the closest thing to Google Drive, I guess)
  • Backblaze
  • Azure Blob Storage

In GPL, I believe it’s just S3 (and most S3-compatible providers) and Rackspace Cloud Files.

Google Drive is not cost-effective for this kind of thing (Dropbox isn’t, either, but it was often requested…we probably should have skipped it, but at the time there weren’t so many competing options). Most of the cloud options will end up costing pennies on the dollar compared to Drive or Dropbox.

The S3 protocol has become sort of a de facto standard for cloud blob storage, so it’s supported by a bunch of providers now. I think that’s probably the way to go.

Thank you joe,

I am not sure what to enter for the host name for backblaze

Thought i did everything correctly and i get this error.

" Warning! The AWS command is installed, but not working : An error occurred (InvalidAccessKeyId) when calling the ListBuckets operation: The AWS Access Key Id you provided does not exist in our records."

Actually Joe, $12 / month gets you 2Tb google drive (used to be unlimited only a year ago) and backups work perfectly. We use the handy “command to run after backup” in the scheduled backups and use rclone to seamlessly backup our “cloud” copy to google drive.

After you have rclone installed and the google drive client created (gdrive in example below) it’s as simple as adding in that command input something like the following:

rclone sync /your-local-backup-directory gdrive:/google-drive-backup-path/
1 Like

Man i tried rclone before and confused me so bad with google drive

1 Like

Its really pretty straight forward. They have exact config on their website I have always used.

did you setup IAM user name

I notice they don’t use IAM roles, that could be the issue.

Do you need to mount the google drive or the vps?

I did not, thats probably my issue

Did you create a key?

this might help on the hostname

I did, Im going to try google drive with rclone

  1. Install rclone on your system
  2. Follow the commands exactly as on the rclone link I posted to setup the rclone config

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.