logoalt Hacker News

caconym_yesterday at 6:28 PM2 repliesview on HN

I think they're squeezed between bigcorps offering consumers products in ecosystems they're already bought into, and independent-minded techies more willing to roll their own solutions.

I paid for Dropbox for a long time specifically because it was an independent option, but over time the feature bloat annoyed me more and more, and their dabbling in genai stuff was the last straw. Now I use syncthing over wireguard tunnels.


Replies

rincebrainyesterday at 6:32 PM

How have you found syncthing's scaling?

I've been trying to use it for a massive tree of ~250k files across ~500k folders, which only needs to live on one device at a time and sync to a backup in case it dies, and even if I tell it send-only/receive-only explicitly, it regularly seems to go cross-eyed at some change made in the folder structure and give up and rescan and hash everything, and if anything in the tree changes while that's happening, it gives up and just marks it a conflict to be manually resolved...or silently hangs until I restart it.

show 2 replies
gonzalohmyesterday at 10:08 PM

I'm surprised by how many people mention Syncthing as an alternative to Dropbox or Google drive. It's not. Syncthing forces you to have a copy of your data on all your devices. With Dropbox or Google drive you can "stream" only the files you need. This is important when you want to share GB of data with devices that can't sync everything into local storage (like a phone)