Script launching 3 copies of rsync

Solution 1:

It's normal for rsync to fork multiple processes, it looks like that's what's going on here, it's nothing to be concerned with. The fact that the process IDs are sequential in the ps output would very strongly indicate that they're not jobs that are still running two hours later when the next job starts.