this post was submitted on 01 Mar 2026
86 points (96.7% liked)

Selfhosted

59973 readers
425 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.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

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

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

My goal is to to fully ditch Google Photos for Immich. I have about ~3TB of photos and videos. Looking for a super simple way of backing up the library to cloud storage in case of a drive failure without spending a ton.

Ideally, this will require nothing on my part besides copying files into a given folder. And ideally the storage will be encrypted and have basic privacy assurances.

Also if it matters my home server is running Debian. But I'd prefer something that runs in docker so I can more easily check on it remotely.

you are viewing a single comment's thread
view the rest of the comments
[–] flork@lemy.lol 2 points 3 months ago (2 children)

What does the setup look like on your end? Is there like, an app? Also how would I look into managing encryption by myself?

[–] 872XXE@feddit.org 7 points 3 months ago (2 children)

I use Borg Backup to backup specific folders of my hard disk to my hetzner storage box.

The software is triggered by corn/systemd to start a backup.

[–] u_tamtam@programming.dev 1 points 3 months ago

JFYI - after many years of trusting Borg with my backups, I found Kopia to be MUCH faster, in both snapshots creation time and browsing/diffing. I backup my whole home every 6 hours, so going from ~20min down to ~3min is an appreciable win. There's also a web endpoint to Kopia that may make backing up on the go easier when you can't trust your tunnel to home.

[–] clif@lemmy.world 1 points 3 months ago (1 children)

Does borg need an entire python venv?

I was looking at "modern" backup tools while back and when I saw borg was python I decided not to bother.

Instead I focused on restic for a little while and then rsync was already there and I already knew the commands so... Rsync. Though I still have restic on my list.

[–] Scrollone@feddit.it 2 points 3 months ago

If you want to go on the restic route, you can try BackRest: it's a web interface for restic with graphs and all.

[–] IsoKiero@sopuli.xyz 3 points 3 months ago

I'm using proxmox backup server to make copies of full virtual machines, it takes care of encryption and verification of the data, so it's not exactly the same than your scenario. Borg Backup is commonly recommended, but restic and dejadup are worth checking out too.