Live data from Hacker News

Get free backup service for your database and storage

github.com

1–10 of 12 posts

Re: Get free backup service for your database and storage

#3

"Docker container to Backup mysql database and minio storage to Google drive using RCLONE and CRON every 30 mins." Sounds like a great way to get your Google account banned for a suspicious activity.

People (ab)use rclone + Google drive for worse, and I have yet to hear of anyone's account getting banned because of it.

Re: Get free backup service for your database and storage

#4

"Docker container to Backup mysql database and minio storage to Google drive using RCLONE and CRON every 30 mins." Sounds like a great way to get your Google account banned for a suspicious activity.

Reference please

What's the criteria to get a google account banned?

Re: Get free backup service for your database and storage

#5
I think it is great that you've found a cool use for rclone, but at the same time don't see how this hits front page when it is basically a cron for running `rclone copy` every 30 minutes which is highly prone to issues. You'd be much better off just mounting your remote storage and running another tool to keep things synced, or utilize Restic or something else for backups.

Re: Get free backup service for your database and storage

#6
post #4

"Docker container to Backup mysql database and minio storage to Google drive using RCLONE and CRON every 30 mins." Sounds like a great way to get your Google account banned for a suspicious activity.

Reference please What's the criteria to get a google account banned?

> What's the criteria to get a google account banned?

I don't think even people working at abuse detection at Google know the criteria. It's just AI.

Re: Get free backup service for your database and storage

#7

I think it is great that you've found a cool use for rclone, but at the same time don't see how this hits front page when it is basically a cron for running `rclone copy` every 30 minutes which is highly prone to issues. You'd be much better off just mounting your remote storage and running another tool to keep things synced, or utilize Restic or something else for backups.

haha .. I don't know why this made it to front page either!

Probably the fact that it sort of takes advantage of google as a free backup service

Re: Get free backup service for your database and storage

#8

"Docker container to Backup mysql database and minio storage to Google drive using RCLONE and CRON every 30 mins." Sounds like a great way to get your Google account banned for a suspicious activity.

Isn't google cloud meant to be used for such use cases?

Re: Get free backup service for your database and storage

#9

"Docker container to Backup mysql database and minio storage to Google drive using RCLONE and CRON every 30 mins." Sounds like a great way to get your Google account banned for a suspicious activity.

People (ab)use rclone + Google drive for worse, and I have yet to hear of anyone's account getting banned because of it.

This isn't your regular google drive that you login to store your documents.

This is a separate google drive provisioned specifically to be used via API through google cloud

I think Google Cloud has a Google Drive API for such use cases

Post reply on HN