this post was submitted on 04 May 2026
50 points (93.1% liked)

Selfhosted

56958 readers
305 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

I'm fairly new to self-hosting and privacy. I used to be all about Apple. I scanned all my important documents and stored them in iCloud. That worked pretty well, but because I tend to make my life harder than necessary, I switched from an iPhone to a Pixel with GrapheneOS. It's a hassle, but I'm happy with my decision overall. Unfortunately, my files are still in iCloud. As a Mac user, that's not too bad, but not being able to access my files on the go is annoying.

I'm afraid to store all my important files in an LXC on my Proxmox server, even with daily backups.

Should I switch from iCloud to Nextcloud, Proton, or something similar? Or should I create an offsite backup—one encrypted in the cloud and one in my house? How are others handling this? Would an extra backup at a family member's house be a good idea? Is paying for cloud storage common? I'd really appreciate any suggestions or ideas. Right now, I'm feeling overwhelmed by all the possibilities. Also, having 2 TB of iCloud storage made it too easy, since I didn't carefully choose the files to upload. But paying 10 bucks a month feels a little stupid now that I don't have the comfort factor any more.

you are viewing a single comment's thread
view the rest of the comments
[–] a_fancy_kiwi@lemmy.world 3 points 4 days ago* (last edited 4 days ago) (1 children)

I have a NAS with a couple of SSDs configured in a ZFS mirror that backs up to a Raid Z2 storage pool on the same NAS. Again, on that NAS, I run Paperless-ngx in a docker container. Finally, I use the iOS app Swift Paperless to upload documents to Paperless-ngx. All done over Tailscale.

My load bearing NAS has a lot of redundancy but no offsite backups so I still keep some important documents in the cloud. I'm saving up for another NAS that I can keep at a family members house but prices are insane right now :/

If you can follow the 3-2-1 storage rule without using the cloud, that's awesome. However, the upfront cost can be expensive depending on how much you are storing. Just do the best you can using whatever you have available to you, even if that means using iCloud as part of your setup.

[–] BennyInc@feddit.org 2 points 4 days ago (1 children)

The cloud could be your offsite backup. Using restic and running a regular paperless export is the way I do it. Nightly export, followed by a backup to Hetzner.

[–] a_fancy_kiwi@lemmy.world 3 points 4 days ago* (last edited 4 days ago) (2 children)

How does Hetzner work? I just looked at their storage box prices, and it seems too good to be true? €40/mo for 20TB. And they break it down to €0.0651/hr. Does that mean I could run the backups only when needed and pay less than €40/mo?

[–] BennyInc@feddit.org 3 points 4 days ago (1 children)

It is a monthly price you pay for the storage, traffic included. Breaking it down to hours would make sense if you keep the storage for a short time only. A backup you want to keep indefinitely of course.

[–] a_fancy_kiwi@lemmy.world 3 points 3 days ago

Oh got it. Thanks!

[–] BennyInc@feddit.org 2 points 4 days ago

The script to trigger my paperless export: docker compose exec -T webserver document_exporter ../export

This is run via a crontab entry every night, and exports to a mounted directory. Said directory then is included in my nightly restic backup, scheduled via resticprofile.