On Mon, 29 Aug 2016 14:25:48 +0000, Rob Schramm wrote:

>I can't comment in those.  I have always used an dataset to write the
>archive.
> 
o Should be equivalent; pax is one of the handful of commands documented
  as supporting Classic data sets (but not GDGs).

o pax -rw bypasses the archive file.  Often I keep it for fallback.

o pax -w ... | ssh ... "pax -r ..." can copy a filesystem from one system to 
another.

>On Mon, Aug 29, 2016, 9:54 AM R.S. wrote:
>
>> W dniu 2016-08-29 o 15:43, Rob Schramm pisze:
>> > Use pax to create archive, then restore archive.
>> I did it without intermediate file (and with file, just for training).
>>
o Spot check attributes by "ls -lTHE" and compare with original.

o There is no combination of options that produces a neatly formatted listing
  of an archive showing all extended attributes.  I went to SR with tnis and
  Support did little beyond agreeing with my observation.  Perhaps I should
  have tried escalated.

>> What's I wanted to know is the suggested options set. IMHO the "-peW" is
>> important here.
>> BTW: the examples in the manual have errors!
>> BTW2: my command:
>> pax -rwE -CMX -peW  .  /u/TEMP
>> 
–M
    Creates empty directories within the target directory tree for each active 
mount point encountered within the source directory tree. pax identifies mount 
points by checking if a subdirectory in the source tree is on the same device 
as the parent current directory. This behavior is like the current pax -X 
option (write out only those files and directories that are on the same device 
as their parent directory) except instead of skipping the subdirectory entirely 
a corresponding empty directory is created in the target directory tree. Any 
contents in the subdirectory on the source directory tree are ignored.
    Restriction: The –M option is only for pax copy mode.

-- gil

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

Reply via email to