Once concern would be the GID/UIDs - if they are different on the target system from the source there will be problems.
Lionel B. Dyck <sdg>< Website: https://www.lbdsoftware.com "Worry more about your character than your reputation. Character is what you are, reputation merely what others think you are." - John Wooden -----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Charles Mills Sent: Wednesday, October 28, 2020 12:43 PM To: [email protected] Subject: Re: How best to copy all UNIX files one z/OS to another And then copy the pax with FTP or whatever and then un-pax it? Charles -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of 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/ ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
