Issue trying to copy files based on modification date

I have emailed author about this, and was hoping it might be issue with Mojave beta but still persists on final. Its quite annoying as this is the only reason I bought Hazel really, want to do selective backup of folders I select.
Will share current script, I have tried many variations over the months:

Will keep on looping that. The sync works, but as the rule is never matched correctly, any files that change are immediately synched, instead of only doing so if changed in last 10 minutes. This results in continual activity.
Also tried setting entire directory to 777, using copy instead of sync (which fails completely at the moment) and tried changing order of rules as well.
Will share current script, I have tried many variations over the months:

- Code: Select all
2018-10-19 12:05:10.663 hazelworker[4525] Done processing folder Trash
2018-10-19 12:05:17.570 hazelworker[4500] Application Support: Rule Sync to Build matched.
2018-10-19 12:05:17.638 hazelworker[4542] ###main load address: 0x10921f000
2018-10-19 12:05:17.640 hazelworker[4542] ###Noodle load address: 0x109342000
2018-10-19 12:05:17.640 hazelworker[4542] ###CK load address: 0x109308000
2018-10-19 12:05:17.665 hazelworker[4542] Processing folder Trash
2018-10-19 12:05:18.283 hazelworker[4500] [Error] Could not sync file/folder: Could not sync file/folder at Application Support to /Build/Archive/Application Support.
2018-10-19 12:05:18.284 hazelworker[4500] Sync returned error status: 23
2018-10-19 12:05:18.291 hazelworker[4500] File Preferences is busy. Skipping for now.
2018-10-19 12:05:19.013 hazelworker[4542] File Application Support sync backup-444 is busy. Skipping for now.
2018-10-19 12:05:22.085 hazelworker[4542] Error while checking uninstall log date: Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"
2018-10-19 12:07:36.284 hazelworker[4663] Done processing folder Trash
2018-10-19 12:07:40.835 hazelworker[4500] Application Support: Rule Sync to Build matched.
2018-10-19 12:07:40.895 hazelworker[4671] ###main load address: 0x10cead000
2018-10-19 12:07:40.896 hazelworker[4671] ###Noodle load address: 0x10cfd2000
2018-10-19 12:07:40.896 hazelworker[4671] ###CK load address: 0x10cf95000
2018-10-19 12:07:40.911 hazelworker[4671] Processing folder Trash
2018-10-19 12:07:41.453 hazelworker[4500] [Error] Could not sync file/folder: Could not sync file/folder at Application Support to /Build/Archive/Application Support.
2018-10-19 12:07:41.453 hazelworker[4500] Sync returned error status: 23
2018-10-19 12:07:42.134 hazelworker[4671] File Application Support sync backup-460 is busy. Skipping for now.
2018-10-19 12:07:45.100 hazelworker[4671] Error while checking uninstall log date: Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"
2018-10-19 12:07:45.129 hazelworker[4671] Done processing folder Trash
2018-10-19 12:07:49.768 hazelworker[4500] Application Support: Rule Sync to Build matched.
Will keep on looping that. The sync works, but as the rule is never matched correctly, any files that change are immediately synched, instead of only doing so if changed in last 10 minutes. This results in continual activity.
Also tried setting entire directory to 777, using copy instead of sync (which fails completely at the moment) and tried changing order of rules as well.