I want to synchronize files from a source folder and its sub-folders to a sync folder based on the color settings of the files in the source. E.g., if a file's color is purple than sync it with the destination. Only the properly colored files are to be synchronized, all others should not show up at the destination. I want the destination to have the same folder structure as the source.
The only thing I seem to be able to put together is a rule that copies the expected files but also non-purple files in that same folder a purple file is in.
- Code: Select all
If all of the following conditions are met for any of its sub-files or folders
Kind is not folder
color label is purple
Then
Sync
When I add
- Code: Select all
Date Last modified is after date last matched
the rule doesn't work at all. Would love to have some help !
joost