For those who prefer to avoid solutions like iCloud Photos and Dropbox for backing up photos, you can sync your iPhone photos with Syncthing. To do this, you'll need two things:
-
Möbius Sync is, to my knowledge, the only actively-maintained Syncthing client for iOS. It's free to sync up to 20 MB, and only $4.99 (one-time) to remove that limit.
-
PhotoSync is a nifty iOS app for syncing photos to a number of different destinations. It's free for low-quality transfers, and $6.49 annually for full-quality, background transfers.
First, configure Möbius Sync so that you're syncing a local folder somewhere. The key here is that we can add files to a folder exposed in Files.app, and changes to that folder will (eventually) be picked up by Möbius Sync and synced to whatever destination you've configured.
Second, configure PhotoSync to automatically transfer your photos to said folder. As I noted above, you can use the Autotransfer feature to automate this. Now you're done!
This setup is pretty simple, but I've been looking for it for a while and haven't seen it documented anywhere.
There are some caveats to this approach:
-
Unless you configure PhotoSync to delete photos after transfer, storage space consumed by photos on your device will double.
-
Synchronization is not instant; there's delay between (1) when PhotoSync copies your photos/videos to your Syncthing folder and (2) when Möbius Sync picks up changes to said folder.
-
Neither PhotoSync nor Möbius Sync are fully open source.
That being said, I think this approach still makes a lot of sense if you're concerned about your privacy or want to keep your data out of the cloud. Plus, the PhotoSync team says they're planning on adding an optional pre-sync encryption feature, which is neat if that's something you're interested in.
It's worth noting that the Möbius Sync team is working on getting photo upload working in the app eventually.
Update, 3 Feb 2024: When the backup on my phone gets too large, I move the backups out of the synced folder and configure PhotoSync to only back up photos newer than the current day. This has worked well enough so far.
@Valcyclovir you can build your own home server, many tutorials you can find on youtube. You have to pay just electricity bill and you are limited only your free space on HDD.
Also, I used Photosync, but for destination I (again) took webdav docker image and deployed it on my NAS, forwarded ports via Nginx, used public DNS, created SSL certificate for https access, but Nextcloud is much better - you have more security access, more flexibility to manage your files etc.
Honestly, when I had Oneplus (probably all models) I have never thought about such cases and even had no idea have to implement it, thanks iOS I raised my skills 😀