I am setting up an rsync backup job on linux (ubuntu 11.10 server). If the backup runs long, and is still running when the next scheduled time comes up, will cron start another instance of rsync? Or will it hold off as the existing process is still running?
The content of the job is really not relevant, more a question of how cron tracks jobs, or if it does so at all.