Using FreeSwan 1.5 to connect 2 networks and rsync 2.4.6 to transport
files between 2 Linux boxes (RH6.1/kernel 2.2.17 and 2.2.14)
On small transfers of a couple of dozen files, all is sweet. When a lot
of files are involved, it hangs forever at varying places. rsync -vvv
shows nothing interesting - just the name of the last file it sent and
then it hangs.
I've tried with and without the rsync -z and -c switches.
I am reduced (!) to using
find . -name CVS -prune -o -type f -o -print |while read F; do rsync $F
*IP-addr*:dir; done
... which, of course, is slow as
Any ideas, kind sirs and ma'ams?
Thanks
Bob
--
Bob Hepple
mailto:[EMAIL PROTECTED]