I started using iCloud Photos (again) several months ago. I've been using Dropbox Camera Uploads for many years.
Last week I decided to import several thousand old photos into iCloud Photos. The import went very quickly. (Last time I tried this it took several weeks and crashed the Photos app multiple times.)
The one problem I have is that Dropbox Camera Uploads is now trying to upload those thousands of old photos to the Camera Uploads directory on my Mac. I can't find any way to tell Dropbox not to upload old photos. Am I missing something?
In the meantime I'm planning to use launchd to run the following command periodically:
This works, but I can't help but thinking that there must be a better way.
Is there?
Last week I decided to import several thousand old photos into iCloud Photos. The import went very quickly. (Last time I tried this it took several weeks and crashed the Photos app multiple times.)
The one problem I have is that Dropbox Camera Uploads is now trying to upload those thousands of old photos to the Camera Uploads directory on my Mac. I can't find any way to tell Dropbox not to upload old photos. Am I missing something?
In the meantime I'm planning to use launchd to run the following command periodically:
Code:
find ~/Dropbox/Camera\ Uploads -type f -not -newermt "2021-05-06" -delete
This works, but I can't help but thinking that there must be a better way.
Is there?