this post was submitted on 23 Aug 2025
19 points (100.0% liked)
Privacy
3664 readers
35 users here now
Welcome! This is a community for all those who are interested in protecting their privacy.
Rules
PS: Don't be a smartass and try to game the system, we'll know if you're breaking the rules when we see it!
- Be civil and no prejudice
- Don't promote big-tech software
- No apathy and defeatism for privacy (i.e. "They already have my data, why bother?")
- No reposting of news that was already posted
- No crypto, blockchain, NFTs
- No Xitter links (if absolutely necessary, use xcancel)
Related communities:
Some of these are only vaguely related, but great communities.
- !opensource@programming.dev
- !selfhosting@slrpnk.net / !selfhosted@lemmy.world
- !piracy@lemmy.dbzer0.com
- !drm@lemmy.dbzer0.com
founded 9 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Syncthing + Raspberry Pi + Large SD Card + my other devices = good enough for me. It is a decentralized system in two respects 1) no corporation's remote siloing and hoarding of your data since you are the "cloud" and 2) the system of Syncthing is also inherently decentralized requiring no central server (self hosted or not) as a critical point of failure to maintain a group file sync. I use my raspberry pi like a "server" but architecturally it is just another file sync device in a file share between devices, it isn't a traditional server in any strict sense of the meaning.
I never tried syncthing, I think I'll try it now. Do you think it would work to copy my borg backup?
If you're gonna use it for backups, you should ensure it's only syncing in one direction. If it's set up like normal (where it functions like Dropbox and syncs changes from any device to all your devices), if your data is corrupted or something on one device, it'll be synced everywhere. You can also configure it to store a certain number of revisions (which you could use either instead of one-way syncing or in addition).
Also, if you're gonna use it for backups, it'd be a good idea to store your data offsite somewhere (whether that's by storing your data encrypted at some cloud provider through a VPS/whatever or at friend's/relative's place or something, that's up to you).
I already do sometimes sync to a usb stick. and, yes, syncing revisions is a good idea for me, in case something corrupts the backups.