As suggested by sth you could try tar over ssh.
If you do not require encryption (originally you used rsync, but didn't mention it was rsync+ssh) you could try tar over netcat to avoid the ssh overhead.
Of course you also can also shorten the time it takes by using gzip or other compression method.
