this post was submitted on 29 Aug 2026
81 points (97.6% liked)

Selfhosted

61790 readers
652 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I'm interested to hear what do people use as their cloud backup and the cost of it. I currently use idrive e2 storage at 5$ per TB a month. Trying to see if there is any better deal anywhere and just curious on everyone's thoughts.

you are viewing a single comment's thread
view the rest of the comments
[–] lokalhorst@feddit.org 25 points 1 day ago (3 children)

A Hetzner Storage Box, 1TB for 3,89€

[–] IsoKiero@sopuli.xyz 3 points 1 day ago

Another recommendation for storagebox from here. Cheapest option I've found and they are pretty reliable. I use proxmox backup server to sync my VMs there (encrypted of course).

[–] PetteriPano@lemmy.world 7 points 1 day ago* (last edited 17 hours ago) (2 children)

I've gone up one size. 5TB for 10,90€.

Weekly cronjob that mounts the storage box, an EncFS volume and rsyncs my files.

[–] Shabby4582@lemmy.world 3 points 1 day ago

Same, but I use Borg backup. Pretty sure hetzner storage supports Borg server to make things a touch quicker too. No issues yet!

[–] lokalhorst@feddit.org 1 points 1 day ago* (last edited 1 day ago) (1 children)

That's a nice setup. I actually let restic do my backups. Is there an advantage of using EncFS/rsync? Like not having to use SSH?

[–] PetteriPano@lemmy.world 1 points 1 day ago

No, well I do the first mount over sshfs, then wrap EncFS because I don't trust hetzner with my unencrypted data. rsync just makes sure I only copy whatever files changed since last run to keep traffic at a minimum.

[–] bugbear@lemmy.sdf.org 2 points 1 day ago

Same. It's enough for me (I don't really have that much data) and just use rclone to back it up.