this post was submitted on 27 Nov 2023
479 points (98.2% liked)
Technology
59080 readers
4019 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What do people use to have backups of their google drive content?
Backblaze B2, which I'm pretty sure is a repackaged S3 provider, or you can just skip them and go directly to AWS S3; though, both aren't drag and drop user friendly like onedrive or gdrive. But both work well if you invest a little time with something like rclone.
Backblaze B2 is S3 compatible but not built on S3. B2 is also considerably cheaper than S3, so it probably wouldn’t make sense if it was built on S3.
Thanks, I was wondering why the s3 prefixes were used. If my memory serves, b2 is especially better on the billing rates for retrieval, so a better choice if large disaster recovery is on your mind.