![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| 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 |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#8
|
|||
|
|||
|
I need to do this same thing (copy an entire directory from one server to another)
Did you get an answer? If so, what was it?
__________________
-- DGS, Sr. |
| Forum Sponsor | ||
|
|
|
#9
|
||||
|
||||
|
|
|
#10
|
||||
|
||||
|
Quote:
NFS mounting is my favorite way other than SSH to do this type of copy... But i use this command... when I had to copy a 26GB filesystem... From the tar manpage::: cd fromdir ; tar cf - . | ( cd todir ; tar xf - )
__________________
My brain is your brain |
||||
| Google The UNIX and Linux Forums |