In general, you need to clone scheduled task to run on each server if the scheduled task is working with the file system - e.g. working with search indexes and so on. So, the job is done on all file systems. Other tasks, working with DB objects - it does not matter on what machine the task is executed. It is explained in the documentation on configuring web farms.