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: Fastest COPY method on Unix ?

RE: Fastest COPY method on Unix ?

From: Deshpande, Kirti <Kirti.Deshpande_at_gtedc.gte.com>
Date: Thu, 29 Jun 2000 11:27:38 -0500
Message-Id: <10543.110796@fatcity.com>


I think 'cp' will be the fastest to copy files from one FS to another on the same machine. cpio or tar will be an overkill for such things, as you will have to pipe the output to some other command to write to new location. It will add more processing and time.
- Kirti
> -----Original Message-----
> From: Deepak Sharma [SMTP:sharmakdeep_at_yahoo.com]
> Sent: Wednesday, June 28, 2000 5:08 PM
> To: Multiple recipients of list ORACLE-L
> Subject: Fastest COPY method on Unix ?
>
> Slightly off-topic question. I am trying to find the
> quickest way to copy files from one file system to the
> other on Digital Unix. It does not matter what command
> is used (cp, cpio, tar, vdump etc.) as long as I have
> a copy in the fastest time.
>
> Thanks,
> Deepak
>
> =====
> Oracle DBA,
> Minneapolis, MN
> USA
>
> __________________________________________________
> Do You Yahoo!?
> Get Yahoo! Mail - Free email you can access from anywhere!
> http://mail.yahoo.com/
> --
> Author: Deepak Sharma
> INET: sharmakdeep_at_yahoo.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 Thu Jun 29 2000 - 11:27:38 CDT

Original text of this message

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