by superflexible on Thu Jan 26, 2012 3:43 pm
This is possible if you create an extra job that mirrors to the same destination folder every hour. This extra job is used to determine if files have changed.
The extra job will trigger your main job only if files were copied.
So the hourly schedule would be given to this extra job. The job that you currently have would not get a schedule at all.
On the "Job" tab sheet of this extra job, you can click on "Execute command or script before/after". As an "after" command, type
++RUN PROFILE the profile name of your main job
The ++ causes the command to be executed only if something was done.