this post was submitted on 29 Aug 2026
88 points (96.8% liked)

Selfhosted

61790 readers
522 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.

(page 2) 30 comments
sorted by: hot top controversial new old
[–] dan1101@lemmy.world 3 points 1 day ago (2 children)

Hard drives in an old Mionix mouse box padded with bubble wrap, regularly swapped between 2 locations.

[–] ikidd@lemmy.dbzer0.com 1 points 1 day ago

I do this as well, offsite USB drive copy of backups from my PBS server that gets rotated every week for 4 weeks.

I only have a couple TB of important or irreplaceable data. I'm not backing up music or shows, I can just download that if I need it.

load more comments (1 replies)
[–] Decronym@lemmy.decronym.xyz 2 points 1 day ago* (last edited 22 minutes ago)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
Git Popular version control system, primarily for code
NAS Network-Attached Storage
RAID Redundant Array of Independent Disks for mass storage
SATA Serial AT Attachment interface for mass storage
SSD Solid State Drive mass storage
SSH Secure Shell for remote terminal access

[Thread #91 for this comm, first seen 29th Aug 2026, 14:30] [FAQ] [Full list] [Contact] [Source code]

[–] brewery@lemmy.world 6 points 1 day ago (1 children)

Borgbase - 1TB for $90 a year but they have smaller options. I then use Restic as my previous Borg setup kept stopping and couldn't figure out why

[–] scrooge101@lemmy.ml 1 points 1 day ago

Also use Borgbase for 25$/year for 250GB. Additionally my data is saved via Syncthing to several devices.

The cheapest options I've found over the years are mostly black Friday sales on lifetime plans. Be careful who you trust, of course. There are lots of scammy ones out there, but there are also some reputable companies that have been around a good long while still offering lifetime plans. Check reviews before buying.

Over the years I've picked up cheap(ish) lifetime memberships with pCloud, Koofr, and Filen. I've already gotten my money's worth out of them.

I use Borg to create encrypted backups on an external HD, and then I periodically sync that to cloud providers. I prefer E2EE services but it's not a strict requirement for backups since Borg encrypts them anyway.

On Windows I recommend Kopia instead of Borg, at least until Borg gets an official stable windows build (planned for 2.0, currently in beta)

I exclude most things I could re-download like games and movies so 1TB covers my needs pretty well.

[–] artyom@piefed.social 3 points 1 day ago (2 children)
load more comments (2 replies)
[–] Chef_Boyargee@lemmy.world 3 points 1 day ago (1 children)

Amazon Glacier at like US$23/month for around 10 TB. It’s going to be a nightmare expense to pull it all back out though, especially after building a new NAS at these current prices.

load more comments (1 replies)
[–] Artaca@lemdro.id 1 points 1 day ago

Dell Wyse 5070 off ebay. 2TB nvme in an external case I had laying around (just so happened to have been shuffling hardware around on other computers). Gave it to a relative who has their own setup with a battery backup and stuff. Tailscale and Duplicacy. 1.5 years and only issue I bumped into was the first external case I bought was cheap and bad. Went with something slightly more reputable and it's been rock solid since.

[–] undefined@lemmy.hogru.ch 3 points 1 day ago* (last edited 1 day ago)

I don’t use it but I would recommend Kopia due to its content-defined chunking, deduplication, etc. I’m writing a fork of it that allows any Rclone adapter to work as the frontend or backend but it won’t be released for quite some time.

Otherwise I sync most my files to Backblaze by hand from time to time using Rclone and client-side encryption.

[–] e8d79@discuss.tchncs.de 1 points 1 day ago

For my needs, I just use a Hetzner Storage Share and nextcloudcmd on a timer. I started doing that mostly because I already paid for the hosted Nextcloud instance and I like that it does file versioning for me and that it provides an easy to use GUI to restore files.

I use some free one but use cryptomator

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

I see a lot of people using restic here. However, restic has no support for object locking. Depending on the backup source, an attack on the storage location itself is probable (e. g. via ransomware).

I think rustic is currently discussing implementing support for object locking, and Kopia has it already.

None of the solutions have had an official audit yet, and at least Kopia defaults to AES-GCM, where I'd really love for an auditor to tell me there are no issues with nonce reuse, but switching to ChaChaPoly-1305 is an option.

If that matters depends a lot on the individual, just something to keep in mind.

[–] q7mJI7tk1@lemmy.world 0 points 1 day ago* (last edited 8 hours ago)

I have my important server stuff (docker and immich etc) duped via syncthing to an old external USB drive attached to my office mac which then has Backblaze Personal Backup running. That backs it all up with no storage limit for £70/year on their 2 year plan.

The only downside is if the drive isn't connected for a few days, it checks it all again on reconnection.

I have about 4TB of files most of the time.

This way I have 3 copies of my files: 2 local, 1 remote.

EDIT: forgot that I also have 1yr retention on the files so in theory I can grab anything that I deleted up to 1yr ago.

load more comments
view more: ‹ prev next ›