So I’m quite new to the self hosting world, and not the most tech savvy, but I’m looking for a way to expand and increase the reliability of my file storage. I used to just use cloud storage but got concerned about privacy and environmental impact and whittled down all of my data to about 200GB including all my music, photos, movies, backup files, etc. I have a laptop, phone, and mp3 player and currently use synching to sync all of my files across all three devices. This works great, I love how seamless, cheap, and automatic everything is. But I want to expand my storage abilities and include a backup that isn’t with me / in my apartment. I was thinking of getting a couple raspberry pis with m.2 ssds, one to leave at my sisters house (small and unobtrusive little plastic box connected to power and her wifi) and then one at my apartment to act as another node, freeing up space on my phone so that all my files are in at least 3 different devices (3:2:1 rule?). this feels like an fairly easy project to set up, but I have a feeling there is probably a better way to go about what I’m trying to achieve.
Edit: Thanks for the advice y’all! I ended up deciding to keep things simple and get a few ssds to do simple weekly local backups on with Vorta. For offsite, I’ll just rotate drives, leaving one at a friends house.
Duplicati or Borg for backups. Guis exist for borg as well.
Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:
Fewer Letters More Letters DNS Domain Name Service/System NAS Network-Attached Storage PCIe Peripheral Component Interconnect Express RPi Raspberry Pi brand of SBC SBC Single-Board Computer SSD Solid State Drive mass storage
5 acronyms in this thread; the most compressed thread commented on today has 6 acronyms.
[Thread #68 for this comm, first seen 7th Feb 2026, 04:40] [FAQ] [Full list] [Contact] [Source code]
Don’t confuse backups with syncing. Although syncthing has a recycle bin to recover deleted and overwritten files, you shouldn’t rely on it for guarding against accidental deletion, file corruption, or ransomware. You want something that will allow you to restore files from a point in time. There’s lots of proper backup tools for this. Borg, Restic, etc. Each has pros and cons. Make sure you test recovery. Also 3-2-1 is 3 copies of data, on at least 2 different systems, and 1 off site.
As others have said, sync isn’t backup - if you inadvertently delete something then it will get deleted everywhere.
I’ve been using borgmatic (config interface for borg) for many years.
A long while ago I switched to catch and release for media. Curating a large collection just took too much effort, and backing it up was too impractical. Like you probably have 200gb of movies, 20gb of photos, and 20mb of personal documents. These categories have different risk profiles - for me an offsite air gapped backup of movies would be excessive, but personal documents absolutely isn’t. It’s just an important consideration when designing a backup system.
That said, 200gb isn’t that much, and restic / borg will de-duplicate your archives anyway. Just something to keep in mind.
A low powered PC in someone else’s apartment satisfies the second location requirement. Will DNS be a problem?
An alternative is to get 2x external drives. Keep one in your house and update it whenever, then take it to your sister’s whenever you visit and swap it with the one left there.
Going with the drives idea! Got some more ssds and am just gonna do weekly backups using vorta.

