this post was submitted on 26 Apr 2026
35 points (90.7% liked)

Selfhosted

58983 readers
315 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've set up a self hosted photo system with immich, and it works doing automatic backups of photos from the filesystem, eg using termux/cron, although it is a bit flakey. Immich also works for backup, but it's less ideal.

iPhone seems to be a lot harder, backup in immich doesn't work, it seems that iPhones have a complicated was of handling background tasks which make background backups very difficult.

Does anyone know a way of doing any kind of backup automatically, without plugging in a cable and without using iCloud?

you are viewing a single comment's thread
view the rest of the comments
[–] irmadlad@lemmy.world 0 points 1 week ago (4 children)

Searching the App store for synchthing didn't turn up synchthing but it did turn up a bunch of sync type apps like

  • Synctrain
  • Resilio sync
  • Goodsync

....etc. Might be worthwhile to try out a few.

[–] B0rax@feddit.org 2 points 1 week ago* (last edited 1 week ago) (2 children)

These work in their own „folders“ on iOS, they can not be used to do a backup of fotos or other things…

[–] irmadlad@lemmy.world 1 points 1 week ago (2 children)

Synctrain

With Synctrain you can securely synchronize files with other devices that have Syncthing installed. You can choose to synchronize full folders, or choose specific files. With Synctrain you can also stream audio and video files from other devices. When you synchronize files, all changes, including deleting files, also happen on your other devices.

Am I missing something here? If so, spool me up.

If I understand correctly, iOS apps don't run continuously in the background which doesn't match OP's 'automatic' requirement. But, I mean....tap the app, sit the phone down for a few minutes, and viola! Now if you are one to take hundreds of pictures daily, and you haven't backed up in a while, you might want to disable 'auto-lock' temporarily so the screen doesn't time out, or you can keep up with regular backups. iOS doesn't expose the photo library as a regular file system, so the app uses the system photo picker API to access new pictures, and you have to point Mobius to the DCIM folder iirc.

So, ok not fully automatic, might involve one or two steps depending on the time span between backups, but it would work. I just backed up 131 photos in less than the time it took me to type this comment.

[–] B0rax@feddit.org 2 points 1 week ago (1 children)

You are right, it can indeed sync fotos. But due to the nature of iOS, it can not do full system backups (but no app from the App Store can do that) If all you want to backup are fotos, then it can do that.

[–] irmadlad@lemmy.world 1 points 1 week ago

it can not do full system backups

Sure, I get that. Not kicking you in the cods, I just understood OP's request was related to photos. No worries, all good.

[–] eyesaremosaics@lemmy.zip 1 points 1 week ago

Yep the unreliable background tasks are a major hurdle here

[–] tenebrisnox@feddit.uk 1 points 1 week ago

You can. It's more straightforward in Synctrain than Mobius but both can do what the OP needs.

[–] deegeese@sopuli.xyz 2 points 1 week ago

Synctrain is not awful

[–] thumdinger@lemmy.world 2 points 1 week ago

Synctrain runs Syncthing under the hood. I use it with my other Syncthing devices flawlessly.

Möbius Sync is also a Syncthing implementation.

[–] eyesaremosaics@lemmy.zip 1 points 1 week ago

Yes thanks. Immich would be fine as well based on the description of what these apps do, but the problem seems to be having it run in background.

All these solutions need regular manual intervention, while a backup system needs to be automatic and reliable. From an iPhone the only backup option I can see is through their cloud unfortunately (or potentially through regularly plugging into a cable)