-
Hi Community! BackgroundFor some time I've been trying to implement an optimal approach to backing up all photos from iCloud to another cloud storage provider. Our family uses iCloud Shared Photo Library, allowing my partner to have photos easily seen on iOS on all devices, which is great, and they're automatically pulled down to any platform with iCloud. My current approach is iCloud on Windows, and mirror that directory through rclone to a cloud provider. It's been great. Windows only because I had a spare PC with a large drive. I make a lot of edits to photos on the phone. Photos we receive from others get added to iCloud, and then (this is the key bit), I add location and correct the date/time. I recently discovered that all these edits to location & the photo's date weren't being synced to OneDrive. Working backwards, I eventually came to learn that it's part of how iCloud manages this metadata, rather than amending originals. Since then, I've been trying to work out how to apply these edits to original photos, and upload those. I'm less concerned about the originals in iCloud, more than if I were to go to another provider, it's not lost. Finding QuestionsWhat I really want to do, is have an iCloud library, apply all changes made in iPhotos (either on my phone, or on the mac) onto the originals, so I can then sync them. My ideal scenario, is that the originals are updated on iCloud (honestly, just need the date & location!). I'd be fine with it just being on my back-up. Looking at the documentation, I think I could use either
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Welcome @teh-hippo !!! 😃
Yes. Check options Look for export on the Command Line Interface (CLI) and check out other iCloud related options like I'm not an iCloud user myself and @RhetTbull will surely complete these remarks. |
Beta Was this translation helpful? Give feedback.
-
Welcome @teh-hippo
Do you have a Mac? I have never tested osxphotos on Windows and doubt it would work. It does work on Linux if you have access to the Photos library from a Linux machine. If you want to backup Photos from iCloud on Windows, I recommend iCloud Photos Downloader.
Do not use
Using
If you've changed dates and other metadata and want to preserve metadata in the original files, look into I would personally use
No. This is intended for backup and all exports are non-destructive and do not modify the Photos library. OSXPhotos works best on a library that has "download originals to this Mac" set in One additional thought: if you are using a Mac and the drive is formatted with APFS (the default in all modern Macs), then if you export to the same volume as your Photos library, OSXPhotos will use "copy-on-write" which means that the copy doesn't use any additional disk space but your backup client sees the files as separate files and can back them up (e.g. TimeMachine) or upload to a cloud provider. However, if you modify the files (e.g. using |
Beta Was this translation helpful? Give feedback.
-
Oh somehow I didn't post my reply - apologies to you both. Frustrating cause I'd typed it all out. Must have closed the tab before posting. Big thanks to you both @oPromessa and @RhetTbull! In my longer response I broke down what you both said more specifically, but I'll just keep it shorter now. Given it's been a few days since my original 'reply', my update is that I've been successful in using osxphotos with the suggestions.
I want to play around more with the Thanks again to you both! |
Beta Was this translation helpful? Give feedback.
Welcome @teh-hippo
Do you have a Mac? I have never tested osxphotos on Windows and doubt it would work. It does work on Linux if you have access to the Photos library from a Linux machine. If you want to backup Photos from iCloud on Windows, I recommend iCloud Photos Downloader.
Do not use
push-exif
with a library synced with iCloud. I do not think it will harm your library (but cannot confirm this) …