[CentOS] tar - ssh - standard out

Thu Aug 12 13:46:49 UTC 2010
Tom Brown <tom at ng23.net>

> Why not just do
>
> `the thing that generates standard out here` | ssh -q 192.168.122.2 dd of=somethin
>
>
> eg
>
> find . | ssh -q 192.168.122.2 dd of=find.out
>
> You don't need tar for anything.


alas the thing that generates the output creates 5 or 6 seperate
streams in sequence that generate 5 or 6 log files but i dont know in
advance the names of these logs.