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 && pax -w . ) | ssh -f user@other-lpar 'cd && pax -vr'
# Must be:
( cd $HOME && pax -w . ) | ssh user@other-lpar 'cd && 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