this post was submitted on 01 Nov 2025
687 points (97.4% liked)

Selfhosted

52703 readers
563 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.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

collapsed inline media

One of the best pieces of self-hosted software ever to exist.

Edit: This is Immich! for the folks who don't know.

you are viewing a single comment's thread
view the rest of the comments
[–] victorz@lemmy.world 12 points 2 days ago (2 children)

What 2 different media types are you using for the "2" part?

[–] Hominine@lemmy.world 15 points 2 days ago (2 children)
[–] AtariDump@lemmy.world 22 points 2 days ago (2 children)
[–] Colloidal@programming.dev 5 points 1 day ago

FLASH! AAAAAAAA

[–] GreyEyedGhost@lemmy.ca 3 points 1 day ago

The world needs those two gifs combined so we can more easily (and awesomely!) answer this question in the future.

[–] victorz@lemmy.world 3 points 2 days ago (1 children)

Why does it need to be two types? Can't I have 2 spinning?

[–] kossa@feddit.org 33 points 2 days ago (1 children)

You put them in a safe. Safe falls down, spinning is gone.

You put them in a safe and forget about them for some time. Flash is gone, spinning still has data.

[–] victorz@lemmy.world 1 points 1 day ago
[–] sonofearth@lemmy.world 5 points 2 days ago* (last edited 2 days ago) (1 children)
  • Short: It is a second Hardrive using borg that backs up the primary Hardrive.

  • Long: My Backup strategy:-

Databases and other imp files:

For databases the backup happens every night that gets saved on the server itself. Then when my laptop connects either to the home network or to the Internet, the backup zip files on my server syncs to my laptop via syncthing. Then my laptop's data is backed up to OneDrive (encrypted) — this includes the immich database backups. I usually keep 7 days worth of backup files just incase some get corrupted and I can just go back to the previous day.

Library

Since my Immich Library is big, daily borg backups are not possible for 200 gigs. So I have scheduled them every Sunday morning when I rarely use the server. The hardrive is exclusively used only for Immich. That hardrive is then backed up to another hardrive using borg and also to my OneDrive using rclone. (All encrypted). So 3 copies of the data, 2 on 2 different hardives (1 is primary) and 1 offsite.

[–] Dave@lemmy.nz 9 points 2 days ago (1 children)

I do nightly borg backups of much more than 200gb. The idea of incremental backups is you're only doing the changes, and photos don't tend to change.

What challenge did you come across with a 200GB backup?