On Mon, 11 Aug 2008 14:39:19 -0400, Mike Myers <[EMAIL PROTECTED]> wrote:
>Hi: > >I need some help carving out part of the files and directories in an HFS data set to put them into another HFS (or ZFS) data set. The Source HFS data set is mounted as root on my production LPAR. To migrate some applications to my test LPAR, I need to get a subset of the directories in this HFS data set copied to a different file system so it can be mounted at the appropriate point in the test LPAR's hierarchy. > You can create your new HFS / zFS files, mount them at a service mount point and copy out what you need (CP). The best tool to do just that is probably the COPYTREE command. You used to find it on the z/OS Unix tools and toys page: http://www-03.ibm.com/servers/eserver/zseries/zos/unix/tools/ but now is in the samples directory. Mark -- Mark Zelden Sr. Software and Systems Architect - z/OS Team Lead Zurich North America / Farmers Insurance Group - ZFUS G-ITO mailto:[EMAIL PROTECTED] z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/ Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

