Date Range #928
Unanswered
kradkovich
asked this question in
Q&A
Date Range
#928
Replies: 1 comment 1 reply
-
date ranges are not currently supported. There are two ways to limit the number of downloads: I suggest digging into permission issue with external storage - |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I download using the date range feature? I cannot seem to get it working. Here is my current snippit:
docker run -it --rm --name icloudpd -v $(pwd)/Photos:/data -e TZ=America/Los_Angeles icloudpd/icloudpd:latest icloudpd --directory /data --username [email protected] --password x --folder-structure none --skip-live-photos --watch-with-interval 3600
I was trying to download directly to my external drive but i always get an error: data is read only. So my plan is to download my date ranges as I have over 300gb of photos which exceeds my macs internal storage capacity.
Beta Was this translation helpful? Give feedback.
All reactions