Is there a way to export on a schedule, e.g. from AppleScript or Command Line, maintaining folders?
I would like to export smaller (e.g. max 2000px X 2000px) JPGs of all my photos on a regular basis, into a mirrored folder structure. This is for my tertiary off-site backup, which also drives my web and cloud based viewing options. I also use these jpgs with turicreate to be able to find similar images.
I am using a shell script that uses ImageMagick to make JPGS of all the files, regardless of their original format. I run this every night with a launch deamon and send the whole folder off-site every few nights using rsync with another launch deamon.
I was wondering if I could export from Lightroom, instead of ImageMagick, to export with all my adjustments. But, I can't seem to export to a folder structure, all the exported files go to the same place. And there doesn't seem to be any command line or AppleScript interface to Lightroom, to schedule things to run unattended. Is there any plugin that exports maintaining the folder structure/ exports each folder? Is there any plugin that runs tasks on a schedule?
Thanks!