pmcmicha
Technical User
- May 25, 2000
- 353
I am trying to get files from one server to another server. The problem is that these files are scattered about in different directories, so currently a script is setup to copy each of these files into one directory. The problem is that this takes to long to complete. The files are pretty big and we are coping from one slice to another slice.
I would like to tar up each file based off a list like cpio can do and then remove the directory structure so that when the file is un-tar'ed it will only put that file in the current directory. Is this possible?
UNIX Platform: SCO Unixware 7.1.1 (Where files exist)
Unix Platform: Solaris 5.6 (Where files are going)
Thanks in advance.
I would like to tar up each file based off a list like cpio can do and then remove the directory structure so that when the file is un-tar'ed it will only put that file in the current directory. Is this possible?
UNIX Platform: SCO Unixware 7.1.1 (Where files exist)
Unix Platform: Solaris 5.6 (Where files are going)
Thanks in advance.