On Wed, 10 Nov 2010 15:44:56 -0800, John Norgauer wrote:

>I need to copy some files from my 1.9 z/os etc/ssh  to another etc/ssh in
>my 1.11 z/os.
>
>Does anyone have a sample for doing this?
>
Since you happen to mention ssh, one of my favorite techniques
is (specific example untested):

# on z/OS 1.9:

    ( cd etc/ssh && tar -cf - . ) |
        ssh zos111 "cd /etc/ssh && tar -xvf -"

(I haven't yet mastered pax.)

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to