On Tue, 15 Oct 2013 11:11:36 -0500, Ron Wells wrote:

>Have Directory's on one lpar wanting to copy over to another....
>
>zfs files are different name on each system...
>
>best method ... and example would be appreciated
> 
(Without testing) I'd do something like:

# On the destination lpar:
    cd somewhere
    ssh source_lpar "cd somewhere && tar -cf - dir1 dir2 ..." | tar -xvf -

-- gil

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

Reply via email to