The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM


UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Copying a list of files from one 'server' to another? Sepia UNIX for Dummies Questions & Answers 3 09-10-2008 11:44 AM
copying directories from NT server to Unix server (solaris 5.8) jhmr7 UNIX for Dummies Questions & Answers 4 08-07-2008 10:53 PM
copying .profile files to a new server (SCO) sighbrrguy UNIX for Dummies Questions & Answers 2 12-05-2007 12:02 PM
Copying files from laptop to remote server using SSH patwa UNIX for Dummies Questions & Answers 3 11-22-2006 01:14 AM
copying files to a remote aix server using tar! system-admin AIX 2 11-17-2006 12:30 PM

Closed Thread
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 11-09-2002
Registered User
 

Join Date: Apr 2002
Location: Florida
Posts: 44
Copying files between 2 Unix server

Is there a simple way to copy data from one server to a different server?

Seems that if 2 servers are on the same network, there should be a simple way to copy between the two.

Not just one file. I need to copy a whole directory with subdirectories from one server to a different one.

I have a tape drive in each server, however, tapes created on the older server cannot be read by the newer server. UGH!!!

I thought about ftp but there isn't a recursive ftp command that I know of.

Please just shoot me!
Forum Sponsor
  #2  
Old 11-09-2002
Neo's Avatar
Neo Neo is offline
Administrator
 

Join Date: Sep 2000
Location: Asia Pacific
Posts: 4,472
FTP works great using the recursive option.

I mostly use SSH, however, for all machine to machine copies.

www.ssh.com

(used to be free for unix-based systems, not sure now, but get the lastest version... older versions had some security problems...)
  #3  
Old 11-09-2002
Registered User
 

Join Date: Apr 2002
Location: Florida
Posts: 44
There is a recursive option for ftp ???
  #4  
Old 11-09-2002
Registered User
 

Join Date: Sep 2002
Location: Austin, TX
Posts: 41
Docboyeee,

You could also use the "tar" command to archive the multiple files into a single file. This file could then be copied to the 2nd server with the utility of your choice (e.g. FTP).

If the file is large, you may want to consider compressing it with a program like "gzip" prior to the transfer.


Good luck!

Biker
Systems/Network Administrator
LiveFire Labs - Hands-On Technical e-Learning
www.LiveFireLabs.com
__________________
Biker
Systems/Network Administrator
LiveFire Labs - Hands-On Technical e-Learning
www.LiveFireLabs.com
  #5  
Old 11-10-2002
luckylwf
Guest
 

Posts: n/a
you can use ftp (with a shell prg ) with correct configure !
what kind of unix did you use?
  #6  
Old 11-11-2002
kie kie is offline
Registered User
 

Join Date: Oct 2002
Location: England
Posts: 34
rcp works recursively you'll need to look into .rhost

a tar and compress followed by and ftp would probably do you the best
__________________
Kie
Unix bod
  #7  
Old 11-15-2002
Registered User
 

Join Date: Nov 2002
Posts: 14
system A <-> system B

rcp for non-interactive use system B needs a valid IP@ or hostname for systemA in ~/.rhosts (chmod 600 ~/.rhosts), with -r recursive get/put
rexec for non-interactive use system A needs a valid entry in the ~/.netrc file with username and password (machine systemB login username password userpassword init macdef)
ftp non-recursive
ncftpget can do recurseive FTP get with -R
ncftpput FTP put, similar to ncftpget
wget can do recursive HTTP get with -r
ftpcopy can do recursive FTP
curl can do a lot of stuff

You can also mount a NFS filesystem from the other host to your local and do the traditional (in this case with Kornshell):

cd /nfsmountedfilesystem
tar cf - .|(cd /localfilesystemtocopyto&&tar xvf -)

Or why not pipe trough rsh:

rsh "cd /directory&&tar cf - ."|(cd /localdirectory&&tar xvf -)

However if this needs some padding and fiddling depending on rsh/rshd implementations.

Google The UNIX and Linux Forums
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes




All times are GMT -7. The time now is 03:19 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0