this post was submitted on 19 Dec 2023
667 points (97.6% liked)
Technology
59080 readers
3800 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
Happy I moved to Syncthing a long time ago. My data is replicated on several locations and instances on cheap old raspberries+drives and syncs instantly even on my phone, where I keep Obsidian notes. No size limits, no huge hassle, 10 minutes to get a new instance set up.
Every now and then I will rsync the encrypted version to an offline drive and store it somewhere else.
What do you use for encryption? I'm open to options for encryption. Any opinions about Veracrypt?
Syncthing has built-in encryption and works pretty well, it's also really easy to use. I have been using it for some time with several instances and never had a problem, it requires more CPU though, so some old raspies had a hard time working with my big photos folder (800GB) when encrypted. On instances that are not encrypted, the full HDD is encrypted (the option you have when installing Linux).
Not sure how secure it is, but from the docs: Encryption is XChaCha20-Poly1305 and AES-SIV with a key derived from the password and folder ID using scrypt. Considering how polished, huge user base and how much attention to detail Syncthing has, I trust it's good enough for my needs.
Would your photos folder be handled quicker if you split it into two seperate folders of say, 400 gigs each?