Re: rsync replacement

2007-07-16 Thread Andreas Kotes
Hello Matt, * Matt McCutchen <[EMAIL PROTECTED]> [20070716 21:07]: > I looked at the syncdat feature list ( > http://www.dataexpedition.com/syncdat/features.html ). Aside from the > claim of much better performance, syncdat appears to be equivalent to > a combination of rsync, unison, and ssh. M

Re: Fwd: problem syncing files from embedded device to PC

2007-05-28 Thread Andreas Kotes
Hello, * Matt McCutchen <[EMAIL PROTECTED]> [20070528 15:37]: > Is it possible for this parallel execution of rsync to lead to OUT OF > MEMORY problem even though I have such small-sized files total files > being < 100 in number ! how much RAM do you have available? how much uses the kernel? how

Re: rsync & SSL 'for real'

2007-04-18 Thread Andreas Kotes
Hello, * Aaron W Morris <[EMAIL PROTECTED]> [20070419 02:25]: > >>> This still applies (depending on the ssl toolkit being used). The > >>> problem referenced here is the TCP window size is hard coded inside > >>> the openssl library. In order to change the window size, one must > >>> patch open

rsync & SSL 'for real'

2007-04-17 Thread Andreas Kotes
Dear All, I've been using rsync with stunnel with success for a while now, but I'm not necessarily satisfied with it, i.e. having an extra layer externally and all, no authentication against SSL-subjects .. I had a look at the patch included with the source, and it doesn't quite address everythin