You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First-of-all: thank you for this awesome software!
I tested docker icloudpd/icloudpd:latest on my OMV NAS to backup my photos library, and I would like to receive guidance on how to best handle multiple libraries to backup my shared library as well as my family members libraries.
What would be the recommended way to backup the different libraries from the same user ? Is it possible to have the command icloudpd relaunched with a rotating list of libraries within the container ?
For the other users libraries, is there no better option than running one container per user ?
Thanks
The text was updated successfully, but these errors were encountered:
You are right, to download assets using different configurations (accounts, libraries etc) one has to use multiple icloudpd runs (sequential or concurrent)
Are there plans on handling both personal and shared libraries from a single call to icloudpd ?
I see there's a single library_object = icloud.photos.libraries[library] but we could naively iterate through a list of library_objects. Who is best placed to make such decision?
First-of-all: thank you for this awesome software!
I tested docker
icloudpd/icloudpd:latest
on my OMV NAS to backup my photos library, and I would like to receive guidance on how to best handle multiple libraries to backup my shared library as well as my family members libraries.From reading the documentation, it seems only one library can be used by icloudpd.
What would be the recommended way to backup the different libraries from the same user ? Is it possible to have the command
icloudpd
relaunched with a rotating list of libraries within the container ?For the other users libraries, is there no better option than running one container per user ?
Thanks
The text was updated successfully, but these errors were encountered: