![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Remote login/copy command throwing an error | ashish_panpalia | UNIX for Dummies Questions & Answers | 1 | 02-12-2008 02:04 AM |
| scp - copy between two remote machines? | kungpow | SUN Solaris | 6 | 02-04-2007 08:16 PM |
| Remote Copy without entering Username and Password | ilak1008 | UNIX for Dummies Questions & Answers | 1 | 01-11-2006 04:00 AM |
| remote file copy across 2 systems (AIX and SCO) | aji | UNIX for Advanced & Expert Users | 4 | 09-13-2002 05:58 AM |
| Remote file copy | lchunl | UNIX for Dummies Questions & Answers | 3 | 07-27-2001 08:35 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
help me to copy remote file
I want to copy dump generated from oracle database to my local DAT drive. Currently I am copying remote file to local drive thru rcp command and later copy it to local DAT. Pls. help me in this.
Thanks Man Mohan email address removed Last edited by Perderabo; 12-17-2005 at 09:48 AM. Reason: remove email address |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
You could use many commands for that. tar,dd,cpio can all help here.
tar will be: Code:
tar -cf /path/of/dat/drive /path/of/database_dump Code:
dd if=/path/of/database_dump of=/path/of/dat/drive |
|
#3
|
|||
|
|||
|
want to copy remote file to local dat drive
can tar, dd, cpio command help me to copy remote file located at Sever A in my local dat drive in server B.
|
|
#4
|
||||
|
||||
|
This is a duplicate post. Please do not post twice on the same subject.
|
|
#5
|
|||
|
|||
|
blowtorch reply
Hi blowtorch
Just go thru the question carefully .. I think u have not understand the question .. I want copy from diffrrent server to local dat drive and u giving answer to simple dat copy.. Prob Desc I have a database server day DBMAINSERVER and I want to copy some file from this to dat drive of my say DBBACKSERVER. |
|
#6
|
||||
|
||||
|
how about ftp or rcp, did you try using ftp, if not, is there any issue doing that. check if your server supports the rcp command.
__________________
War doesnt determine who is right, it determines who is left |
|
#7
|
||||
|
||||
|
Quote:
Thanks ZB |
||||
| Google The UNIX and Linux Forums |