On Thu, Dec 22, 2011 at 4:35 PM, Shawn O'Shea <[email protected]> wrote:

>
> dd if=infile | ssh remotehost dd of=outfile
> or
> tar cf - | ssh remotehost tar xvf -
>
>
Oops, forgot the infile in my 2nd example. Should be:
tar cf - infile | ssh remotehost tar xvf -

-Shawn
_______________________________________________
gnhlug-discuss mailing list
[email protected]
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/

Reply via email to