Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: How to copy in unix.....

Re: How to copy in unix.....

From: Lyall Barbour <lbarbour_at_stanford.edu>
Date: Tue, 15 Aug 2000 09:25:52 -0700
Message-Id: <10590.114622@fatcity.com>


You can use cpio instead of cp. That'll work.

HTH
Lyall Barbour

At 06:47 AM 8/15/00 -0800, you wrote:
>Hi list,
>
>I have some softlink files (created using ln -s) in a directory :
>directory my1 :
>data.dbf ----> data1.dbf
>
>If I copy directory my1 into directory my2, and then restore my2 into my1,
>the result in my1 is : data1.dbf, not the softlink as above.
>
>What I want is when restoring the directory or files, the result is as
>original (softlink itself) i.e :
>directory my1 :
>data.dbf ----> data1.dbf
>
>How to do that ?
>Thanks.
>
>Regards,
>
>Aldi
>Oracle DBA
>
>
>________________________________________________________________________
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
>--
>Author: Aldi Barco
> INET: ipal_at_hotmail.com
>
>Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
>San Diego, California -- Public Internet access / Mailing Lists
>--------------------------------------------------------------------
>To REMOVE yourself from this mailing list, send an E-Mail message
>to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
>the message BODY, include a line containing: UNSUB ORACLE-L
>(or the name of mailing list you want to be removed from). You may
>also send the HELP command for other information (like subscribing).
Received on Tue Aug 15 2000 - 11:25:52 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US