After the pax, unmount your new ZFS/HFS file.  DFDSS dump it, terse the dump 
then FTP the tersed file.  At the receiving site, unterse and restore.

________________________________________
From: IBM Mainframe Discussion List <[email protected]> on behalf of 
Paul Gilmartin <[email protected]>
Sent: Wednesday, October 28, 2020 1:12 PM
To: [email protected]
Subject: Re: How best to copy all UNIX files one z/OS to another

[CAUTION: This Email is from outside the Organization. Unless you trust the 
sender, Don’t click links or open attachments as it may be a Phishing email, 
which can steal your Information and compromise your Computer.]

On Wed, 28 Oct 2020 10:43:22 -0700, Charles Mills wrote:

>And then copy the pax with FTP or whatever and then un-pax it?
>
ssh is your friend.  No need to store the archive.  But when I shot from
the hip, suggesting:
    ( cd $HOME &&amp; pax -w . ) | ssh -f user@other-lpar 'cd &&amp; pax -vr'  
# Must be:
    ( cd $HOME &&amp; pax -w . ) | ssh    user@other-lpar 'cd &&amp; pax -vr'

... one of my favorite mistakes.


>-----Original Message-----
>From:  Michael Brennan
>Sent: Wednesday, October 28, 2020 10:33 AM
>To: [email protected]
>Subject: Re: How best to copy all UNIX files one z/OS to another
>
>Mount yourself a brand new empty ZFS or HFS file and mount it at
>/To_Directory/ then go into OMVS (TSO OMVS) and issue following commands:
>cd /from_directory/
>pax -rvwkC -pe * /To_Directory/

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN
::DISCLAIMER::
________________________________
The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only. E-mail transmission is not guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed, arrive late or incomplete, or may contain viruses in transmission. 
The e mail and its contents (with or without referred errors) shall therefore 
not attach any liability on the originator or HCL or its affiliates. Views or 
opinions, if any, presented in this email are solely those of the author and 
may not necessarily reflect the views or opinions of HCL or its affiliates. Any 
form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of this message without the prior written 
consent of authorized representative of HCL is strictly prohibited. If you have 
received this email in error please delete it and notify the sender 
immediately. Before opening any email and/or attachments, please check them for 
viruses and other defects.
________________________________

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to