HN disclosure: I’m the author of Photos Backup Anywhere, but this thread mirrors the exact issues that pushed me to write it. One thing that surprised me when digging into Apple Photos is how much state isn’t represented by just files-on-disk. Albums, Live Photos (paired assets), bursts, slo-mo, edits, and even “simple” things like adjusted capture dates are all tracked separately, and most export/backup tools end up…
iCloud Photos Downloader
201–210 of 257 posts
Re: iCloud Photos Downloader
#202Thanks for this project. Our family generates about 2TB of media a year, and it’s been like that for a while, so we’re sitting at roughly 12TB total. That’s very much the long tail of personal media. I’m not ready to pay $60/month, but I do like iCloud’s memories and other photo features. My compromise is simple: - I use docker-icloudpd to download our iCloud Photos to local storage over time. It’s been the most prac…
Does Photos have features you use that Immich doesn't? I've switched to the latter fully and love it (though I have an Android).
Re: iCloud Photos Downloader
#203Does anyone know if there’s a way to self host/impersonate iCloud? I’d like to back my iPhone up locally.
I wrote a webapp to try to solve that for myself (https://github.com/yhling/go-web-image-gallery)
Re: iCloud Photos Downloader
#204Earlier quoted context omitted.
Does Photos have features you use that Immich doesn't? I've switched to the latter fully and love it (though I have an Android).
How much work is it to maintain an Immich instance? I'm trying to keep my digital setup lean, but I can't find a simple way to get photos off my iPhone and onto my home server. One way synchronization is my only goal. Extra features are not desired.
Re: iCloud Photos Downloader
#205Earlier quoted context omitted.
I use libimobiledevice on linux plug iphone into usb. lsusb should show it. I backup my photos with: sudo ifuse -o allow_other /mnt rsync -a /mnt/DCIM sudo umount /mnt Actually, I backup all of /mnt not just DCIM, but that answer is for you. I also backup the entire phone with: sudo idevicebackup2 backup but in this form it either does the photos as data files, or doesn't back them up. I think it is a complete backup…
Do you take into account the iPhone not holding the original images of every photo? It will offload originals and just keep thumbnails if the library is too large. Mine is approaching 1.5TB, I’ve got no hope of keeping that all on an iPhone, and also no guarantee that any given photo is fully available locally.
If you have enough storage space on your iPhone, you can select "Download and Keep Originals" in the photo app settings.
Re: iCloud Photos Downloader
#206HN disclosure: I’m the author of Photos Backup Anywhere, but this thread mirrors the exact issues that pushed me to write it. One thing that surprised me when digging into Apple Photos is how much state isn’t represented by just files-on-disk. Albums, Live Photos (paired assets), bursts, slo-mo, edits, and even “simple” things like adjusted capture dates are all tracked separately, and most export/backup tools end up…
The FAQ states you back up the originals as plain images files in YYYY/MM/DD format, which is great for integration with other tools. What about metadata? Is it in a format that lends to integration with other tools, say if you stop developing/supporting your app for some reason?
Re: iCloud Photos Downloader
#207Earlier quoted context omitted.
I have taken time to slowly extract photos from old androids and its such a nightmare, and if you cant get a meaningful interface to load you have to resort to tooling that scrapes the whole drive and hope it grabs everything.
My current workflow for this is to install the 'simpleSSHD' app on the android phone and rsync the files off at full network speed. The sshd running on the phone also supports key based auth , so it's pretty simple to automate.
Re: iCloud Photos Downloader
#208Earlier quoted context omitted.
Does Photos have features you use that Immich doesn't? I've switched to the latter fully and love it (though I have an Android).
Music and AI features are still lagging in Immich, and I can understand why. Immich machine learning is not flushed out yet. If Immich has plans for creating marketplace for extensibility like plugins, in the current era of Claude code, I am sure we will end up with many options or features.
Re: iCloud Photos Downloader
#209From the project describtion: "Looking for MAINTAINER for this project" Honestly, Apple should officially maintain tools like this. However, for obvious reasons, such as the iCloud subscription revenue model, Apple will not do it. In fact, Apple may even make life harder for such tools.
Re: iCloud Photos Downloader
#210HN disclosure: I’m the author of Photos Backup Anywhere, but this thread mirrors the exact issues that pushed me to write it. One thing that surprised me when digging into Apple Photos is how much state isn’t represented by just files-on-disk. Albums, Live Photos (paired assets), bursts, slo-mo, edits, and even “simple” things like adjusted capture dates are all tracked separately, and most export/backup tools end up…
Awesome! Thanks for posting, I've been looking for exactly this kind of project that takes end to end pristine restoration seriously. The FAQ states you back up the originals as plain images files in YYYY/MM/DD format, which is great for integration with other tools. What about metadata? Is it in a format that lends to integration with other tools, say if you stop developing/supporting your app for some reason?