Earlier quoted context omitted.
A family member has uploaded a backup of all of the family photos to Amazon Glacial Storage, on the order of a few hundred GB, and gleefully sends me screenshots of the <$1/mo charges.
And then has to pay hundreds to get the data back
Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead
201–210 of 219 posts
Re: Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead
#202Earlier quoted context omitted.
How can I practically verify 2TB of a life's worth of files while guaranteeing I won't have data loss due to some edge cases and race conditions that delete my data. Every time I've created my own backup script I realized knowing what to delete and when is not easy. IMO the practical solution to this is to just pay for more storage (within reason).
> How can I practically verify 2TB of a life's worth of files while guaranteeing I won't have data loss due to some edge cases and race conditions that delete my data. Same with literally every other backup software. Have two, and test restorations regularly. It's not easy, but nothing worth it when you need it ever is.
Re: Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead
#203Earlier quoted context omitted.
> but that there's app for mobile and desktop operating systems which deeply integrates it in the OS so it's just like a local folder that's magically synced Which mobile OS would that be? The big reason I stopped being excited about cloud storage is that on mobile, from what I can tell, none of the major providers care about "folder that syncs" experience. You only get an app that lets you view remote storage. The o…
Wow, I’m surprised. Of all my self-hosting solutions, this needs least maintenance, for me. Recently had to move to a fork of SyncTrazor, because a new project picked up support, but that’s the first time I had to think about it in years. Wish NextCloud and Immich were that easy!
Re: Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead
#204Earlier quoted context omitted.
https://syncthing.net/ Free, opensource, works on computers and phones, can in most cases puncture nat, supports local discovery (lan, multicast). No googles, no dropboxes, no clouds, no AI training, no "my kid likes the wrong video on youtube, now our whole family lost access to every google account we had, so we lost everything, including family photos", just sync! (not affiliated, just really love the software)
The problem with syncthing is that you need to download the whole folder to your device. Google drive is "streaming"
Re: Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead
#205Earlier quoted context omitted.
Yeah but it seems like that can also be replicated with modest effort.
That's a very typical HN/developer response that often underestimates the effort and the interest people have into a self-rolled solution outside of tech / self-hosting circles. ( https://news.ycombinator.com/item?id=47674176 )
No one said self rolled. I'm just saying the moat seems quite shallow.
Re: Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead
#206Neat! Pricing wise it might not always make sense though to use the commercial blob storages, especially for solo usage. 1 TB is roughly 20-30 USD per month at AWS/GCP only in storage, plus traffic and operations. R2 is slightly cheaper and includes traffic. Compared to e.g a Google AI plan where you get 5 TB storage for the same price (25 USD/month) + Gemini Pro thrown in.
Re: Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead
#207Re: Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead
#208Earlier quoted context omitted.
A recent (last year?) Windows update moved a lot of people's Documents folder into OneDrive, without asking. In some cases people lost data, in others it was a nuisance as all sorts of embedded or saved paths broke.
Yup, they managed to get my Dad on this. When he uninstalled it, they give you a small warning "oh you might lose some data" - when it is 100% guaranteed if you were over their 5gb limit. Absolutely insane, glad I had Backblaze to restore from, but it even remapped his Documents and other home folders to a new place, so using restore didn't immediately make the files appear.
I’ve now decided to move on from BB. They changed that without notice or workaround and my files (which I pay for long term versioning) are gone from their backups too.
If anything I would have expected my files to be retained, no new syncing of the directories. Not simply disappear (which could be because it appears deleted if the client is skipping them) - even then though my long term versions should take over.
Re: Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead
#209Re: Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead
#210Earlier quoted context omitted.
Until I want to share with say… anyone that isn’t on HN :)
Just make a route on your web server, making all the files available with some long, impossible to guess, unique ID that can be shared. Like https://files. / . If they want to collaborate, they can just post the changed file, using the auth key you generated for them set in some header field, to https://files. / , which could automatically increment revision numbers. Then you could access specific revisions with .../…