show/hide this revision's text 2 typo

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.

show/hide this revision's text 1

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 shorten the time it takes by using gzip or other compression method.