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: Unix Copy problem

Re: Unix Copy problem

From: Chuck Hamilton <chuck_hamilton_at_yahoo.com>
Date: Fri, 7 Jul 2000 11:42:03 -0700 (PDT)
Message-Id: <10551.111466@fatcity.com>


--0-1714636915-962995323=:13206
Content-Type: text/plain; charset=us-ascii

 Why tar it if it's only one file. That'll add more data to the file. Just zip/compress it and copy it. You can zip it on the fly to save time like this...

ftp -n <<!
open remote_host_name
user user_name password
bin
put "| gzip < source_file" destination_file !

If you don't have gzip, use compress instead.

  Rajan Varad G <vrajan_at_hsc.hac.com> wrote: Uma Sankara_Sivadanam wrote:  

Hi all,
I want to copy a 1.6GB data from one unix machine to another unix machine.Since one machine is in India and the other one in europe it is taking quite a longer time to copy.

Can any one of you suggest me the best and fastest way of doing this?There is no much time in hand.Quick replies will put me out of trouble.

thanks in advance
Uma Shankar
Tar and compress the file and ftp it to the other site. Uncompress and untar the file on the other side. It shouldn't be a problem.

..Varad
  begin:vcard
n:Rajan;Varad
x-mozilla-html:FALSE
org:Hughes Space and Communications;Information Technology adr:;;;;;;
version:2.1
email;internet:varad.rajan_at_hsc.hac.com
title:Technical Staff
note;quoted-printable:Ph: 310-662-5195=0D=0AFax: 310-364-5933 x-mozilla-cpt:;0
fn:Varad Rajan
end:vcard



Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger. --0-1714636915-962995323=:13206
Content-Type: text/html; charset=us-ascii

<P> Why tar it if it's only one file. That'll add more data to the file. Just zip/compress it and copy it. You can zip it on the fly to save time like this...</P>
<P>ftp -n &lt;&lt;!<BR>open remote_host_name<BR>user user_name password<BR>bin<BR>put "| gzip &lt; source_file" destination_file<BR>!</P>
<P>If you don't have gzip, use compress instead.<BR></P>
<P>&nbsp; <B><I>Rajan Varad G &lt;vrajan_at_hsc.hac.com&gt;</I></B> wrote: <BR>
<BLOCKQUOTE style="BORDER-LEFT: #1010ff 2px solid; MARGIN-LEFT: 5px; PADDING-LEFT: 5px"><!doctype html public "-//w3c//dtd html 4.0 transitional//en">Uma Sankara_Sivadanam wrote: <BR>
<BLOCKQUOTE TYPE="CITE"> <BR>
<P><FONT face=Arial><FONT size=-1>Hi all,</FONT></FONT> <BR><FONT face=Arial><FONT size=-1>I want to copy a 1.6GB data from one unix machine to another unix machine.Since one machine is in India and the other one&nbsp; in europe it is taking quite a longer time to copy.</FONT></FONT> <BR>
<P><FONT face=Arial><FONT size=-1>Can any one of you suggest me the best and fastest way of doing this?There is no much time in hand.Quick replies&nbsp; will put me out of trouble.</FONT></FONT> <BR>
<P><FONT face=Arial><FONT size=-1>thanks in advance</FONT></FONT> <BR><FONT face=Arial><FONT size=-1>Uma Shankar</FONT></FONT></P></BLOCKQUOTE>Tar and compress the file and ftp it to the other site. Uncompress and untar the file on the other side. It shouldn't be a problem. <BR>
<P>..Varad <BR>&nbsp; begin:vcard <BR>n:Rajan;Varad<BR>x-mozilla-html:FALSE<BR>org:Hughes Space and Communications;Information Technology<BR>adr:;;;;;;<BR>version:2.1<BR>email;internet:varad.rajan_at_hsc.hac.com<BR>title:Technical Staff<BR>note;quoted-printable:Ph: 310-662-5195=0D=0AFax: 310-364-5933<BR>x-mozilla-cpt:;0<BR>fn:Varad Rajan<BR>end:vcard<BR></P></BLOCKQUOTE><p><br><hr size=1><b>Do You Yahoo!?</b><br>
Send instant messages & get email alerts with Yahoo! Messenger. Received on Fri Jul 07 2000 - 13:42:03 CDT

Original text of this message

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