[svlug] help transfering data over 1394 cable

Daniel Gimpelevich daniel at gimpelevich.san-francisco.ca.us
Thu May 8 12:35:41 PDT 2008


On Thu, 08 May 2008 12:58:34 -0700, Rick Moen wrote:

> rsync is _not_ a transport!  {sigh}  It's a diffing and file-copying
> protocol (and utility to implement it) that works _over_ a transport.
> Examples of "transport" in this context are rsh and ssh -- the first of
> which is a fast network transport and the second is a deliberately
> compatible (slow) alternative with crypto authentication and session
> encryption.

"something" != "a transport"
TCP would be the desired transport:

$ grep rsync /etc/services
rsync           873/tcp                         # rsync
rsync           873/udp

I would have brought up netcat, as Scott did, if it had some form of
integrated integrity check.

> I don't suppose you've noticed that you're not helping?  

#include "helping.h"
if (!helping())
	meet(pot, kettle);
else
	information.flags |= USEFUL;

helping.h:
#define helping() is_grokking(user)

> Since such a thing as an "rcp daemon" doesn't exist, that would indeed
> be difficult -- and also irrelevant.  What one enables, in fact, is
> rshd.  (Usually, the binary is named in.rshd , indicating that it's
> intended to be run under one of the superservers.)

Semantics...
I intentionally avoided the above point for brevity.

>> I know that NFS isn't perfectly suited to this, but at least more
>> current information can be found on it.
> 
> By you?  ;->

_I_ can find it, but you knew that...

> and the need to move 1.5 TB of video
> files over a private network segment would seem to qualify, too.

Did anybody mention that the network segment is _not_ private?




More information about the svlug mailing list