Re: Export to named pipe?

From: David Bath <dtb_at_otto.bf.rmit.oz.au>
Date: 30 Sep 93 06:12:51 GMT
Message-ID: <dtb.749369571_at_otto>


ttan_at_cowan.edu.au (Teik Tan) writes:
> 1. Create the pipe :
> mknod /my_directory/my.pipe p
 

> 2. For Export :
> compress < /my_directory/my.pipe > my_export.dmp.Z &
> exp file=/my_directory/my.pipe .....................
 I'd be tempted to nohup the compress as well
> 3. For Import :
> uncompress < my_export.dmp.Z > /my_directory/my.pipe &
> imp file=/my_directory/my.pipe .......................
 

-- 
David T. Bath             | Email:dtb_at_otto.bf.rmit.oz.au (131.170.40.10)
Senior Tech Consultant    | Phone: +61 3 347-7511 TZ=AEST-10AEDST-11
Global Technology Group   | 179 Grattan St, Carlton, Vic, 3153, AUSTRALIA
"The robber of your free will does not exist" - Epictetus
Received on Thu Sep 30 1993 - 07:12:51 CET

Original text of this message