For my small business I’m using Google Drive. And I was thinking about using a DigitalOcean Droplet (or other VPS) to mirror my Google Drive to to Backblaze B2. (so that it my Gdrive gets backed up to Backblaze)
Would this be possible? (if so, some help please?)
You'd want to put that on the crontab to run once per day or something like that, you'd probably sync it up by hand to start with as it might take longer than 24 hours.
The content is being streamed from one drive (eg download trough memory) to other drive so you dont need disk space if that was the question.
p.s. I suggest you check https://www.scaleway.com/ as for 3€ you get 200Mbit unmetered bandwith eg if worked with full speed all the time you would transfer 2TB in 24h.
Are you using --transfers x in your copy command? Replace x with a number ie 25,50,100 etc…This will allow the copy command to use that many threads for concurrent files instead of the default of 4.
–transfers 25 will be moving 25 files at once.
I just copied 4TB from Amazon to gDrive for backup with --transfers 50 and was almost maxing my servers 1gbit connection.