I&#39;m not certain if that would work. You can pipe to multiple processes through tee. So perhaps something like this could work:<br><br>zcat ./my.img.gz | tee &gt;(nc <a href="http://192.168.10.1">192.168.10.1</a> 9000) &gt;(nc <a href="http://192.168.10.2">192.168.10.2</a> 9000) &gt;(nc 192.168.100.10.3 9000) |nc 192.168.100.10.4 9000<br>
<br><br><br><div class="gmail_quote">On Wed, Nov 5, 2008 at 10:01 AM, Eric Benoit <span dir="ltr">&lt;<a href="mailto:eric@bootz.us">eric@bootz.us</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
sorry, I meant speed things up by imaging more than one computer at a time<div><div></div><div class="Wj3C7c"><br>
<br>
Cyber Source wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I&#39;ll tell you what I do but what are the times were talking about? How much time for how much data?<br>
<br>
Eric Benoit wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
zcat ./my.img.gz | nc <a href="http://192.168.10.10" target="_blank">192.168.10.10</a> 9000<br>
<br>
nc -l -p 9000 | dd of=/dev/sda<br>
<br>
<br>
I&#39;m using the setup above to image hard drives ...one computer at a time ...works great, but I want to speed things up...<br>
<br>
does this look right:<br>
<br>
source(<a href="http://192.168.10.10" target="_blank">192.168.10.10</a>) image command:<br>
zcat ./my.img.gz | nc -b -p 9000<br>
<br>
<br>
destination command:<br>
nc -l -n <a href="http://192.168.10.10" target="_blank">192.168.10.10</a> -p 9000 | dd of=/dev/sda<br>
<br>
and another destination command:<br>
nc -l -n <a href="http://192.168.10.10" target="_blank">192.168.10.10</a> -p 9000 | dd of=/dev/sda<br>
<br>
and another destination command:<br>
nc -l -n <a href="http://192.168.10.10" target="_blank">192.168.10.10</a> -p 9000 | dd of=/dev/sda<br>
<br>
_______________________________________________<br>
nflug mailing list<br>
<a href="mailto:nflug@nflug.org" target="_blank">nflug@nflug.org</a><br>
<a href="http://www.nflug.org/mailman/listinfo/nflug" target="_blank">http://www.nflug.org/mailman/listinfo/nflug</a><br>
</blockquote>
_______________________________________________<br>
nflug mailing list<br>
<a href="mailto:nflug@nflug.org" target="_blank">nflug@nflug.org</a><br>
<a href="http://www.nflug.org/mailman/listinfo/nflug" target="_blank">http://www.nflug.org/mailman/listinfo/nflug</a><br>
</blockquote>
<br>
_______________________________________________<br>
nflug mailing list<br>
<a href="mailto:nflug@nflug.org" target="_blank">nflug@nflug.org</a><br>
<a href="http://www.nflug.org/mailman/listinfo/nflug" target="_blank">http://www.nflug.org/mailman/listinfo/nflug</a><br>
</div></div></blockquote></div><br>