SyntaxFix
Write A Post
Hire A Developer
Questions
There are a number of alternative tools and approaches for doing this listed arround the web. For example:
The NCSA Blog has a description of using xargs and find to parallelize rsync without having to install any new software for most *nix systems.
xargs
find
And parsync provides a feature rich Perl wrapper for parallel rsync.