On Sat, 16 Oct 2004 11:38:13 -0600, Harshwardhan Nagaonkar
<[EMAIL PROTECTED]> wrote:
> I've seen people doing this task using 'dd' and the magic of 'nc' or
> netcat. I haven't done it myself, but it basically is piping out the the
> output from dd onto the network using netcat and receving from the other
> end from netcat and piping into dd.
> 
> box ---> dd | nc | -------network------- | nc | dd --> box

If this meant anything to you, hopefully it should be obvious that the
destination partition must be the same size of larger. If it is large,
the extra space will be lost.

It does point out, however, that you don't have to have ssh. My cpio
suggestion could be done using nc instead and skip the ssh server
requirement.

-- 
Stuart Jansen

"The gods do not protect fools. Fools are protected by more capable fools."
 - Larry Niven, Ringworld

____________________
BYU Unix Users Group 
http://uug.byu.edu/ 
___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list

Reply via email to