apply new hurd patch to my tree
[debian/pax] / pax.1
1 .\"     $OpenBSD: pax.1,v 1.56 2009/02/08 17:33:01 jmc Exp $
2 .\"     $NetBSD: pax.1,v 1.3 1995/03/21 09:07:37 cgd Exp $
3 .\"
4 .\" Copyright (c) 1992 Keith Muller.
5 .\" Copyright (c) 1992, 1993
6 .\"     The Regents of the University of California.  All rights reserved.
7 .\"
8 .\" This code is derived from software contributed to Berkeley by
9 .\" Keith Muller of the University of California, San Diego.
10 .\"
11 .\" Redistribution and use in source and binary forms, with or without
12 .\" modification, are permitted provided that the following conditions
13 .\" are met:
14 .\" 1. Redistributions of source code must retain the above copyright
15 .\"    notice, this list of conditions and the following disclaimer.
16 .\" 2. Redistributions in binary form must reproduce the above copyright
17 .\"    notice, this list of conditions and the following disclaimer in the
18 .\"    documentation and/or other materials provided with the distribution.
19 .\" 3. Neither the name of the University nor the names of its contributors
20 .\"    may be used to endorse or promote products derived from this software
21 .\"    without specific prior written permission.
22 .\"
23 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
24 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
27 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33 .\" SUCH DAMAGE.
34 .\"
35 .\"     @(#)pax.1       8.4 (Berkeley) 4/18/94
36 .\"
37 .Dd $Mdocdate: February 8 2009 $
38 .Dt PAX 1
39 .Os
40 .Sh NAME
41 .Nm pax
42 .Nd read and write file archives and copy directory hierarchies
43 .Sh SYNOPSIS
44 .Bk -words
45 .Nm pax
46 .Op Fl 0cdjnOvz
47 .Op Fl E Ar limit
48 .Op Fl f Ar archive
49 .Op Fl G Ar group
50 .Op Fl s Ar replstr
51 .Op Fl T Ar range
52 .Op Fl U Ar user
53 .Op Ar pattern ...
54 .Nm pax
55 .Fl r
56 .Op Fl 0cDdijknOuvYZz
57 .Op Fl E Ar limit
58 .Op Fl f Ar archive
59 .Op Fl G Ar group
60 .Op Fl o Ar options
61 .Op Fl p Ar string
62 .Op Fl s Ar replstr
63 .Op Fl T Ar range
64 .Op Fl U Ar user
65 .Op Ar pattern ...
66 .Nm pax
67 .Fl w
68 .Op Fl 0adHijLOPtuvXz
69 .Op Fl B Ar bytes
70 .Op Fl b Ar blocksize
71 .Op Fl f Ar archive
72 .Op Fl G Ar group
73 .Op Fl o Ar options
74 .Op Fl s Ar replstr
75 .Op Fl T Ar range
76 .Op Fl U Ar user
77 .Op Fl x Ar format
78 .Op Ar file ...
79 .Nm pax
80 .Fl rw
81 .Op Fl 0DdHijkLlnOPtuvXYZ
82 .Op Fl G Ar group
83 .Op Fl p Ar string
84 .Op Fl s Ar replstr
85 .Op Fl T Ar range
86 .Op Fl U Ar user
87 .Op Ar file ...
88 .Ar directory
89 .Ek
90 .Sh DESCRIPTION
91 .Nm
92 will read, write, and list the members of an archive file
93 and will copy directory hierarchies.
94 .Nm
95 operation is independent of the specific archive format
96 and supports a wide variety of different archive formats.
97 A list of supported archive formats can be found under the description of the
98 .Fl x
99 option.
100 .Pp
101 The presence of the
102 .Fl r
103 and the
104 .Fl w
105 options specifies which of the following functional modes
106 .Nm
107 will operate under:
108 .Em list , read , write ,
109 and
110 .Em copy .
111 .Bl -tag -width 6n
112 .It \*(Ltnone\*(Gt
113 .Em List .
114 .Nm
115 will write to standard output
116 a table of contents of the members of the archive file read from
117 standard input, whose pathnames match the specified
118 .Ar pattern
119 arguments.
120 The table of contents contains one filename per line
121 and is written using single line buffering.
122 .It Fl r
123 .Em Read .
124 .Nm
125 extracts the members of the archive file read from the standard input,
126 with pathnames matching the specified
127 .Ar pattern
128 arguments.
129 The archive format and blocking is automatically determined on input.
130 When an extracted file is a directory, the entire file hierarchy
131 rooted at that directory is extracted.
132 All extracted files are created relative to the current file hierarchy.
133 The setting of ownership, access and modification times, and file mode of
134 the extracted files are discussed in more detail under the
135 .Fl p
136 option.
137 .It Fl w
138 .Em Write .
139 .Nm
140 writes an archive containing the
141 .Ar file
142 operands to standard output
143 using the specified archive format.
144 When no
145 .Ar file
146 operands are specified, a list of files to copy with one per line is read from
147 standard input.
148 When a
149 .Ar file
150 operand is also a directory, the entire file hierarchy rooted
151 at that directory will be included.
152 .It Fl rw
153 .Em Copy .
154 .Nm
155 copies the
156 .Ar file
157 operands to the destination
158 .Ar directory .
159 When no
160 .Ar file
161 operands are specified, a list of files to copy with one per line is read from
162 the standard input.
163 When a
164 .Ar file
165 operand is also a directory the entire file
166 hierarchy rooted at that directory will be included.
167 The effect of the
168 .Em copy
169 is as if the copied files were written to an archive file and then
170 subsequently extracted, except that there may be hard links between
171 the original and the copied files (see the
172 .Fl l
173 option below).
174 .Pp
175 .Sy Warning :
176 The destination
177 .Ar directory
178 must not be one of the
179 .Ar file
180 operands or a member of a file hierarchy rooted at one of the
181 .Ar file
182 operands.
183 The result of a
184 .Em copy
185 under these conditions is unpredictable.
186 .El
187 .Pp
188 While processing a damaged archive during a
189 .Em read
190 or
191 .Em list
192 operation,
193 .Nm
194 will attempt to recover from media defects and will search through the archive
195 to locate and process the largest number of archive members possible (see the
196 .Fl E
197 option for more details on error handling).
198 .Pp
199 The
200 .Ar directory
201 operand specifies a destination directory pathname.
202 If the
203 .Ar directory
204 operand does not exist, or it is not writable by the user,
205 or it is not of type directory,
206 .Nm
207 will exit with a non-zero exit status.
208 .Pp
209 The
210 .Ar pattern
211 operand is used to select one or more pathnames of archive members.
212 Archive members are selected using the pattern matching notation described
213 by
214 .Xr glob 3 .
215 When the
216 .Ar pattern
217 operand is not supplied, all members of the archive will be selected.
218 When a
219 .Ar pattern
220 matches a directory, the entire file hierarchy rooted at that directory will
221 be selected.
222 When a
223 .Ar pattern
224 operand does not select at least one archive member,
225 .Nm
226 will write these
227 .Ar pattern
228 operands in a diagnostic message to standard error
229 and then exit with a non-zero exit status.
230 .Pp
231 The
232 .Ar file
233 operand specifies the pathname of a file to be copied or archived.
234 When a
235 .Ar file
236 operand does not select at least one archive member,
237 .Nm
238 will write these
239 .Ar file
240 operand pathnames in a diagnostic message to standard error
241 and then exit with a non-zero exit status.
242 .Pp
243 The options are as follows:
244 .Bl -tag -width Ds
245 .It Fl 0
246 Use the NUL
247 .Pq Ql \e0
248 character as a pathname terminator, instead of newline
249 .Pq Ql \en .
250 This applies only to the pathnames read from standard input in
251 the write and copy modes,
252 and to the pathnames written to standard output in list mode.
253 This option is expected to be used in concert with the
254 .Fl print0
255 function in
256 .Xr find 1
257 or the
258 .Fl 0
259 flag in
260 .Xr xargs 1 .
261 .It Fl a
262 Append the given
263 .Ar file
264 operands
265 to the end of an archive that was previously written.
266 If an archive format is not specified with a
267 .Fl x
268 option, the format currently being used in the archive will be selected.
269 Any attempt to append to an archive in a format different from the
270 format already used in the archive will cause
271 .Nm
272 to exit immediately
273 with a non-zero exit status.
274 The blocking size used in the archive volume where writing starts
275 will continue to be used for the remainder of that archive volume.
276 .Pp
277 .Sy Warning :
278 Many storage devices are not able to support the operations necessary
279 to perform an append operation.
280 Any attempt to append to an archive stored on such a device may damage the
281 archive or have other unpredictable results.
282 Tape drives in particular are more likely to not support an append operation.
283 An archive stored in a regular file system file or on a disk device will
284 usually support an append operation.
285 .It Fl B Ar bytes
286 Limit the number of bytes written to a single archive volume to
287 .Ar bytes .
288 The
289 .Ar bytes
290 limit can end with
291 .Sq Li m ,
292 .Sq Li k ,
293 or
294 .Sq Li b
295 to specify multiplication by 1048576 (1M), 1024 (1K) or 512, respectively.
296 A pair of
297 .Ar bytes
298 limits can be separated by
299 .Sq Li x
300 to indicate a product.
301 .Pp
302 .Em Warning :
303 Only use this option when writing an archive to a device which supports
304 an end of file read condition based on last (or largest) write offset
305 (such as a regular file or a tape drive).
306 The use of this option with a floppy or hard disk is not recommended.
307 .It Fl b Ar blocksize
308 When
309 .Em writing
310 an archive,
311 block the output at a positive decimal integer number of
312 bytes per write to the archive file.
313 The
314 .Ar blocksize
315 must be a multiple of 512 bytes with a maximum of 64512 bytes.
316 Archive block sizes larger than 32256 bytes violate the
317 .Tn POSIX
318 standard and will not be portable to all systems.
319 A
320 .Ar blocksize
321 can end with
322 .Sq Li k
323 or
324 .Sq Li b
325 to specify multiplication by 1024 (1K) or 512, respectively.
326 A pair of
327 .Ar blocksizes
328 can be separated by
329 .Sq Li x
330 to indicate a product.
331 A specific archive device may impose additional restrictions on the size
332 of blocking it will support.
333 When blocking is not specified, the default
334 .Ar blocksize
335 is dependent on the specific archive format being used (see the
336 .Fl x
337 option).
338 .It Fl c
339 Match all file or archive members
340 .Em except
341 those specified by the
342 .Ar pattern
343 and
344 .Ar file
345 operands.
346 .It Fl D
347 This option is the same as the
348 .Fl u
349 option, except that the file inode change time is checked instead of the
350 file modification time.
351 The file inode change time can be used to select files whose inode information
352 (e.g., UID, GID, etc.) is newer than a copy of the file in the destination
353 .Ar directory .
354 .It Fl d
355 Cause files of type directory being copied or archived, or archive members of
356 type directory being extracted, to match only the directory file or archive
357 member and not the file hierarchy rooted at the directory.
358 .It Fl E Ar limit
359 Limit the number of consecutive read faults while trying to read a flawed
360 archive to
361 .Ar limit .
362 With a positive
363 .Ar limit ,
364 .Nm
365 will attempt to recover from an archive read error and will
366 continue processing starting with the next file stored in the archive.
367 A
368 .Ar limit
369 of 0 will cause
370 .Nm
371 to stop operation after the first read error is detected on an archive volume.
372 A
373 .Ar limit
374 of
375 .Li NONE
376 will cause
377 .Nm
378 to attempt to recover from read errors forever.
379 The default
380 .Ar limit
381 is a small positive number of retries.
382 .Pp
383 .Em Warning :
384 Using this option with
385 .Li NONE
386 should be used with extreme caution as
387 .Nm
388 may get stuck in an infinite loop on a very badly flawed archive.
389 .It Fl f Ar archive
390 Specify
391 .Ar archive
392 as the pathname of the input or output archive, overriding the default
393 standard input (for
394 .Em list
395 and
396 .Em read )
397 or standard output
398 (for
399 .Em write ) .
400 A single archive may span multiple files and different archive devices.
401 When required,
402 .Nm
403 will prompt for the pathname of the file or device of the next volume in the
404 archive.
405 .It Fl G Ar group
406 Select a file based on its
407 .Ar group
408 name, or when starting with a
409 .Cm # ,
410 a numeric GID.
411 A
412 .Ql \e
413 can be used to escape the
414 .Cm # .
415 Multiple
416 .Fl G
417 options may be supplied and checking stops with the first match.
418 .It Fl H
419 Follow only command-line symbolic links while performing a physical file
420 system traversal.
421 .It Fl i
422 Interactively rename files or archive members.
423 For each archive member matching a
424 .Ar pattern
425 operand or each file matching a
426 .Ar file
427 operand,
428 .Nm
429 will prompt to
430 .Pa /dev/tty
431 giving the name of the file, its file mode, and its modification time.
432 .Nm
433 will then read a line from
434 .Pa /dev/tty .
435 If this line is blank, the file or archive member is skipped.
436 If this line consists of a single period, the
437 file or archive member is processed with no modification to its name.
438 Otherwise, its name is replaced with the contents of the line.
439 .Nm
440 will immediately exit with a non-zero exit status if
441 .Dv EOF
442 is encountered when reading a response or if
443 .Pa /dev/tty
444 cannot be opened for reading and writing.
445 .It Fl j
446 Use bzip2 to compress (decompress) the archive while writing (reading).
447 The bzip2 utility must be installed separately.
448 Incompatible with
449 .Fl a .
450 .It Fl k
451 Do not overwrite existing files.
452 .It Fl L
453 Follow all symbolic links to perform a logical file system traversal.
454 .It Fl l
455 (The lowercase letter
456 .Dq ell . )
457 Link files.
458 In the
459 .Em copy
460 mode
461 .Pq Fl r Fl w ,
462 hard links are made between the source and destination file hierarchies
463 whenever possible.
464 .It Fl n
465 Select the first archive member that matches each
466 .Ar pattern
467 operand.
468 No more than one archive member is matched for each
469 .Ar pattern .
470 When members of type directory are matched, the file hierarchy rooted at that
471 directory is also matched (unless
472 .Fl d
473 is also specified).
474 .It Fl O
475 Force the archive to be one volume.
476 If a volume ends prematurely,
477 .Nm
478 will not prompt for a new volume.
479 This option can be useful for
480 automated tasks where error recovery cannot be performed by a human.
481 .It Fl o Ar options
482 Information to modify the algorithm for extracting or writing archive files
483 which is specific to the archive format specified by
484 .Fl x .
485 In general,
486 .Ar options
487 take the form:
488 .Ar name Ns = Ns Ar value .
489 .Pp
490 The following options are available for the old
491 .Bx
492 .Em tar
493 format:
494 .Pp
495 .Bl -tag -width Ds -compact
496 .It Cm nodir
497 .It Cm write_opt=nodir
498 When writing archives, omit the storage of directories.
499 .El
500 .It Fl P
501 Do not follow symbolic links, perform a physical file system traversal.
502 This is the default mode.
503 .It Fl p Ar string
504 Specify one or more file characteristic options (privileges).
505 The
506 .Ar string
507 option-argument is a string specifying file characteristics to be retained or
508 discarded on extraction.
509 The string consists of the specification characters
510 .Cm a , e , m , o ,
511 and
512 .Cm p .
513 Multiple characteristics can be concatenated within the same string
514 and multiple
515 .Fl p
516 options can be specified.
517 The meanings of the specification characters are as follows:
518 .Bl -tag -width 2n
519 .It Cm a
520 Do not preserve file access times.
521 By default, file access times are preserved whenever possible.
522 .It Cm e
523 .Dq Preserve everything ,
524 the user ID, group ID, file mode bits,
525 file access time, and file modification time.
526 This is intended to be used by
527 .Em root ,
528 someone with all the appropriate privileges, in order to preserve all
529 aspects of the files as they are recorded in the archive.
530 The
531 .Cm e
532 flag is the sum of the
533 .Cm o
534 and
535 .Cm p
536 flags.
537 .It Cm m
538 Do not preserve file modification times.
539 By default, file modification times are preserved whenever possible.
540 .It Cm o
541 Preserve the user ID and group ID.
542 .It Cm p
543 .Dq Preserve
544 the file mode bits.
545 This is intended to be used by a
546 .Em user
547 with regular privileges who wants to preserve all aspects of the file other
548 than the ownership.
549 The file times are preserved by default, but two other flags are offered to
550 disable this and use the time of extraction instead.
551 .El
552 .Pp
553 In the preceding list,
554 .Sq preserve
555 indicates that an attribute stored in the archive is given to the
556 extracted file, subject to the permissions of the invoking
557 process.
558 Otherwise the attribute of the extracted file is determined as
559 part of the normal file creation action.
560 If neither the
561 .Cm e
562 nor the
563 .Cm o
564 specification character is specified, or the user ID and group ID are not
565 preserved for any reason,
566 .Nm
567 will not set the
568 .Dv S_ISUID
569 .Em ( setuid )
570 and
571 .Dv S_ISGID
572 .Em ( setgid )
573 bits of the file mode.
574 If the preservation of any of these items fails for any reason,
575 .Nm
576 will write a diagnostic message to standard error.
577 Failure to preserve these items will affect the final exit status,
578 but will not cause the extracted file to be deleted.
579 If the file characteristic letters in any of the string option-arguments are
580 duplicated or conflict with each other, the one(s) given last will take
581 precedence.
582 For example, if
583 .Fl p Ar eme
584 is specified, file modification times are still preserved.
585 .It Fl r
586 Read an archive file from standard input
587 and extract the specified
588 .Ar file
589 operands.
590 If any intermediate directories are needed in order to extract an archive
591 member, these directories will be created as if
592 .Xr mkdir 2
593 was called with the bitwise inclusive
594 .Tn OR
595 of
596 .Dv S_IRWXU , S_IRWXG ,
597 and
598 .Dv S_IRWXO
599 as the mode argument.
600 When the selected archive format supports the specification of linked
601 files and these files cannot be linked while the archive is being extracted,
602 .Nm
603 will write a diagnostic message to standard error
604 and exit with a non-zero exit status at the completion of operation.
605 .It Fl s Ar replstr
606 Modify the archive member names according to the substitution expression
607 .Ar replstr ,
608 using the syntax of the
609 .Xr ed 1
610 utility regular expressions.
611 .Ar file
612 or
613 .Ar pattern
614 arguments may be given to restrict the list of archive members to those
615 specified.
616 .Pp
617 The format of these regular expressions is:
618 .Pp
619 .Dl /old/new/[gp]
620 .Pp
621 As in
622 .Xr ed 1 ,
623 .Ar old
624 is a basic regular expression (see
625 .Xr re_format 7 )
626 and
627 .Ar new
628 can contain an ampersand
629 .Pq Ql & ,
630 .Ql \e Ns Em n
631 (where
632 .Em n
633 is a digit) back-references,
634 or subexpression matching.
635 The
636 .Ar old
637 string may also contain newline characters.
638 Any non-null character can be used as a delimiter
639 .Po
640 .Ql /
641 is shown here
642 .Pc .
643 Multiple
644 .Fl s
645 expressions can be specified.
646 The expressions are applied in the order they are specified on the
647 command line, terminating with the first successful substitution.
648 .Pp
649 The optional trailing
650 .Cm g
651 continues to apply the substitution expression to the pathname substring,
652 which starts with the first character following the end of the last successful
653 substitution.
654 The first unsuccessful substitution stops the operation of the
655 .Cm g
656 option.
657 The optional trailing
658 .Cm p
659 will cause the final result of a successful substitution to be written to
660 standard error in the following format:
661 .Pp
662 .D1 Em original-pathname No \*(Gt\*(Gt Em new-pathname
663 .Pp
664 File or archive member names that substitute to the empty string
665 are not selected and will be skipped.
666 .It Fl T Ar range
667 Allow files to be selected based on a file modification or inode change
668 time falling within the specified time range.
669 The range has the format:
670 .Sm off
671 .Bd -filled -offset indent
672 .Oo Ar from_date Oc Oo ,
673 .Ar to_date Oc Oo /
674 .Oo Cm c Oc Op Cm m Oc
675 .Ed
676 .Sm on
677 .Pp
678 The dates specified by
679 .Ar from_date
680 to
681 .Ar to_date
682 are inclusive.
683 If only a
684 .Ar from_date
685 is supplied, all files with a modification or inode change time
686 equal to or younger are selected.
687 If only a
688 .Ar to_date
689 is supplied, all files with a modification or inode change time
690 equal to or older will be selected.
691 When the
692 .Ar from_date
693 is equal to the
694 .Ar to_date ,
695 only files with a modification or inode change time of exactly that
696 time will be selected.
697 .Pp
698 When
699 .Nm
700 is in the
701 .Em write
702 or
703 .Em copy
704 mode, the optional trailing field
705 .Oo Cm c Oc Op Cm m
706 can be used to determine which file time (inode change, file modification or
707 both) are used in the comparison.
708 If neither is specified, the default is to use file modification time only.
709 The
710 .Cm m
711 specifies the comparison of file modification time (the time when
712 the file was last written).
713 The
714 .Cm c
715 specifies the comparison of inode change time (the time when the file
716 inode was last changed; e.g., a change of owner, group, mode, etc).
717 When
718 .Cm c
719 and
720 .Cm m
721 are both specified, then the modification and inode change times are
722 both compared.
723 .Pp
724 The inode change time comparison is useful in selecting files whose
725 attributes were recently changed or selecting files which were recently
726 created and had their modification time reset to an older time (as what
727 happens when a file is extracted from an archive and the modification time
728 is preserved).
729 Time comparisons using both file times is useful when
730 .Nm
731 is used to create a time based incremental archive (only files that were
732 changed during a specified time range will be archived).
733 .Pp
734 A time range is made up of six different fields and each field must contain two
735 digits.
736 The format is:
737 .Pp
738 .Dl [[[[[cc]yy]mm]dd]HH]MM[.SS]
739 .Pp
740 Where
741 .Ar cc
742 is the first two digits of the year (the century),
743 .Ar yy
744 is the last two digits of the year,
745 the first
746 .Ar mm
747 is the month (from 01 to 12),
748 .Ar dd
749 is the day of the month (from 01 to 31),
750 .Ar HH
751 is the hour of the day (from 00 to 23),
752 .Ar MM
753 is the minute (from 00 to 59),
754 and
755 .Ar SS
756 is the seconds (from 00 to 59).
757 The minute field
758 .Ar MM
759 is required, while the other fields are optional and must be added in the
760 following order:
761 .Ar HH , dd , mm ,
762 .Ar yy , cc .
763 .Pp
764 The
765 .Ar SS
766 field may be added independently of the other fields.
767 Time ranges are relative to the current time, so
768 .Ic -T 1234/cm
769 would select all files with a modification or inode change time
770 of 12:34 PM today or later.
771 Multiple
772 .Fl T
773 time range can be supplied and checking stops with the first match.
774 .It Fl t
775 Reset the access times of any file or directory read or accessed by
776 .Nm
777 to be the same as they were before being read or accessed by
778 .Nm pax .
779 .It Fl U Ar user
780 Select a file based on its
781 .Ar user
782 name, or when starting with a
783 .Cm # ,
784 a numeric UID.
785 A
786 .Ql \e
787 can be used to escape the
788 .Cm # .
789 Multiple
790 .Fl U
791 options may be supplied and checking stops with the first match.
792 .It Fl u
793 Ignore files that are older (having a less recent file modification time)
794 than a pre-existing file or archive member with the same name.
795 During
796 .Em read ,
797 an archive member with the same name as a file in the file system will be
798 extracted if the archive member is newer than the file.
799 During
800 .Em write ,
801 a file system member with the same name as an archive member will be
802 written to the archive if it is newer than the archive member.
803 During
804 .Em copy ,
805 the file in the destination hierarchy is replaced by the file in the source
806 hierarchy or by a link to the file in the source hierarchy if the file in
807 the source hierarchy is newer.
808 .It Fl v
809 During a
810 .Em list
811 operation, produce a verbose table of contents using the format of the
812 .Xr ls 1
813 utility with the
814 .Fl l
815 option.
816 For pathnames representing a hard link to a previous member of the archive,
817 the output has the format:
818 .Pp
819 .Dl Em ls -l listing Li == Em link-name
820 .Pp
821 For pathnames representing a symbolic link, the output has the format:
822 .Pp
823 .Dl Em ls -l listing Li =\*(Gt Em link-name
824 .Pp
825 Where
826 .Em ls -l listing
827 is the output format specified by the
828 .Xr ls 1
829 utility when used with the
830 .Fl l
831 option.
832 Otherwise for all the other operational modes
833 .Po Em read , write , No and Em copy
834 .Pc ,
835 pathnames are written and flushed to standard error
836 without a trailing newline
837 as soon as processing begins on that file or
838 archive member.
839 The trailing newline
840 is not buffered and is written only after the file has been read or written.
841 .It Fl w
842 Write files to the standard output
843 in the specified archive format.
844 When no
845 .Ar file
846 operands are specified, standard input
847 is read for a list of pathnames with one per line without any leading or
848 trailing
849 .Aq blanks .
850 .It Fl X
851 When traversing the file hierarchy specified by a pathname,
852 do not descend into directories that have a different device ID.
853 See the
854 .Li st_dev
855 field as described in
856 .Xr stat 2
857 for more information about device IDs.
858 .It Fl x Ar format
859 Specify the output archive format, with the default format being
860 .Cm ustar .
861 .Nm
862 currently supports the following formats:
863 .Bl -tag -width "sv4cpio"
864 .It Cm bcpio
865 The old binary cpio format.
866 The default blocksize for this format is 5120 bytes.
867 This format is not very portable and should not be used when other formats
868 are available.
869 Inode and device information about a file (used for detecting file hard links
870 by this format), which may be truncated by this format, is detected by
871 .Nm
872 and is repaired.
873 .It Cm cpio
874 The extended cpio interchange format specified in the
875 .St -p1003.2
876 standard.
877 The default blocksize for this format is 5120 bytes.
878 Inode and device information about a file (used for detecting file hard links
879 by this format), which may be truncated by this format, is detected by
880 .Nm
881 and is repaired.
882 .It Cm sv4cpio
883 The System V release 4 cpio.
884 The default blocksize for this format is 5120 bytes.
885 Inode and device information about a file (used for detecting file hard links
886 by this format), which may be truncated by this format, is detected by
887 .Nm
888 and is repaired.
889 .It Cm sv4crc
890 The System V release 4 cpio with file CRC checksums.
891 The default blocksize for this format is 5120 bytes.
892 Inode and device information about a file (used for detecting file hard links
893 by this format), which may be truncated by this format, is detected by
894 .Nm
895 and is repaired.
896 .It Cm tar
897 The old
898 .Bx
899 tar format as found in
900 .Bx 4.3 .
901 The default blocksize for this format is 10240 bytes.
902 Pathnames stored by this format must be 100 characters or less in length.
903 Only
904 .Em regular
905 files,
906 .Em hard links , soft links ,
907 and
908 .Em directories
909 will be archived (other file system types are not supported).
910 For backwards compatibility with even older tar formats, a
911 .Fl o
912 option can be used when writing an archive to omit the storage of directories.
913 This option takes the form:
914 .Pp
915 .Dl Fl o Cm write_opt=nodir
916 .It Cm ustar
917 The extended tar interchange format specified in the
918 .St -p1003.2
919 standard.
920 The default blocksize for this format is 10240 bytes.
921 Filenames stored by this format must be 100 characters or less in length;
922 the total pathname must be 255 characters or less.
923 .El
924 .Pp
925 .Nm
926 will detect and report any file that it is unable to store or extract
927 as the result of any specific archive format restrictions.
928 The individual archive formats may impose additional restrictions on use.
929 Typical archive format restrictions include (but are not limited to):
930 file pathname length, file size, link pathname length, and the type of the
931 file.
932 .It Fl Y
933 This option is the same as the
934 .Fl D
935 option, except that the inode change time is checked using the
936 pathname created after all the file name modifications have completed.
937 .It Fl Z
938 This option is the same as the
939 .Fl u
940 option, except that the modification time is checked using the
941 pathname created after all the file name modifications have completed.
942 .It Fl z
943 Use
944 .Xr gzip 1
945 to compress (decompress) the archive while writing (reading).
946 Incompatible with
947 .Fl a .
948 .El
949 .Pp
950 The options that operate on the names of files or archive members
951 .Po Fl c ,
952 .Fl i ,
953 .Fl j ,
954 .Fl n ,
955 .Fl s ,
956 .Fl u ,
957 .Fl v ,
958 .Fl D ,
959 .Fl G ,
960 .Fl T ,
961 .Fl U ,
962 .Fl Y ,
963 and
964 .Fl Z
965 .Pc
966 interact as follows.
967 .Pp
968 When extracting files during a
969 .Em read
970 operation, archive members are
971 .Sq selected ,
972 based only on the user specified pattern operands as modified by the
973 .Fl c ,
974 .Fl n ,
975 .Fl u ,
976 .Fl D ,
977 .Fl G ,
978 .Fl T ,
979 .Fl U
980 options.
981 Then any
982 .Fl s
983 and
984 .Fl i
985 options will modify in that order, the names of these selected files.
986 Then the
987 .Fl Y
988 and
989 .Fl Z
990 options will be applied based on the final pathname.
991 Finally, the
992 .Fl v
993 option will write the names resulting from these modifications.
994 .Pp
995 When archiving files during a
996 .Em write
997 operation, or copying files during a
998 .Em copy
999 operation, archive members are
1000 .Sq selected ,
1001 based only on the user specified pathnames as modified by the
1002 .Fl n ,
1003 .Fl u ,
1004 .Fl D ,
1005 .Fl G ,
1006 .Fl T ,
1007 and
1008 .Fl U
1009 options (the
1010 .Fl D
1011 option only applies during a copy operation).
1012 Then any
1013 .Fl s
1014 and
1015 .Fl i
1016 options will modify in that order, the names of these selected files.
1017 Then during a
1018 .Em copy
1019 operation the
1020 .Fl Y
1021 and the
1022 .Fl Z
1023 options will be applied based on the final pathname.
1024 Finally, the
1025 .Fl v
1026 option will write the names resulting from these modifications.
1027 .Pp
1028 When one or both of the
1029 .Fl u
1030 or
1031 .Fl D
1032 options are specified along with the
1033 .Fl n
1034 option, a file is not considered selected unless it is newer
1035 than the file to which it is compared.
1036 .Sh ENVIRONMENT
1037 .Bl -tag -width Fl
1038 .It Ev TMPDIR
1039 Path in which to store temporary files.
1040 .El
1041 .Sh EXAMPLES
1042 Copy the contents of the current directory to the device
1043 .Pa /dev/rst0 :
1044 .Pp
1045 .Dl $ pax -w -f /dev/rst0 \&.
1046 .Pp
1047 Give the verbose table of contents for an archive stored in
1048 .Pa filename :
1049 .Pp
1050 .Dl $ pax -v -f filename
1051 .Pp
1052 This sequence of commands will copy the entire
1053 .Pa olddir
1054 directory hierarchy to
1055 .Pa newdir :
1056 .Bd -literal -offset indent
1057 $ mkdir newdir
1058 $ cd olddir
1059 $ pax -rw . ../newdir
1060 .Ed
1061 .Pp
1062 Extract files from the archive
1063 .Pa a.pax .
1064 Files rooted in
1065 .Pa /usr
1066 are extracted relative to the current working directory;
1067 all other files are extracted to their unmodified path.
1068 .Pp
1069 .Dl $ pax -r -s ',^/usr/,,' -f a.pax
1070 .Pp
1071 This can be used to interactively select the files to copy from the
1072 current directory to
1073 .Pa dest_dir :
1074 .Pp
1075 .Dl $ pax -rw -i \&. dest_dir
1076 .Pp
1077 Extract all files from the archive
1078 .Pa a.pax
1079 which are owned by
1080 .Em root
1081 with group
1082 .Em bin
1083 and preserve all file permissions:
1084 .Pp
1085 .Dl "$ pax -r -pe -U root -G bin -f a.pax"
1086 .Pp
1087 Update (and list) only those files in the destination directory
1088 .Pa /backup
1089 which are older (less recent inode change or file modification times) than
1090 files with the same name found in the source file tree
1091 .Pa home :
1092 .Pp
1093 .Dl "$ pax -r -w -v -Y -Z home /backup"
1094 .Sh DIAGNOSTICS
1095 .Nm
1096 will exit with one of the following values:
1097 .Bl -tag -width 2n -offset indent
1098 .It 0
1099 All files were processed successfully.
1100 .It 1
1101 An error occurred.
1102 .El
1103 .Pp
1104 Whenever
1105 .Nm
1106 cannot create a file or a link when reading an archive or cannot
1107 find a file when writing an archive, or cannot preserve the user ID,
1108 group ID, or file mode when the
1109 .Fl p
1110 option is specified, a diagnostic message is written to standard error
1111 and a non-zero exit status will be returned, but processing will continue.
1112 In the case where
1113 .Nm
1114 cannot create a link to a file,
1115 .Nm
1116 will not create a second copy of the file.
1117 .Pp
1118 If the extraction of a file from an archive is prematurely terminated by
1119 a signal or error,
1120 .Nm
1121 may have only partially extracted a file the user wanted.
1122 Additionally, the file modes of extracted files and directories
1123 may have incorrect file bits, and the modification and access times may be
1124 wrong.
1125 .Pp
1126 If the creation of an archive is prematurely terminated by a signal or error,
1127 .Nm
1128 may have only partially created the archive, which may violate the specific
1129 archive format specification.
1130 .Pp
1131 If while doing a
1132 .Em copy ,
1133 .Nm
1134 detects a file is about to overwrite itself, the file is not copied,
1135 a diagnostic message is written to standard error
1136 and when
1137 .Nm
1138 completes it will exit with a non-zero exit status.
1139 .Sh SEE ALSO
1140 .Xr cpio 1 ,
1141 .Xr tar 1
1142 .Sh STANDARDS
1143 The
1144 .Nm
1145 utility is compliant with the
1146 POSIX 1003.1-2008
1147 specification.
1148 .Pp
1149 The flags
1150 .Op Fl 0BDEGjOPTUYZz ,
1151 the archive formats
1152 .Em bcpio ,
1153 .Em sv4cpio ,
1154 .Em sv4crc ,
1155 .Em tar ,
1156 and the flawed archive handling during
1157 .Em list
1158 and
1159 .Em read
1160 operations
1161 are extensions to that specification.
1162 .Sh AUTHORS
1163 Keith Muller at the University of California, San Diego.