sync
[bitrig.git] / bin / pax / pax.1
blob08c33d81dbc2541143a6551b842d2b0593be410e
1 .\"     $OpenBSD: pax.1,v 1.62 2013/03/27 17:14:10 zhuk 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: March 27 2013 $
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
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
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.
101 The presence of the
102 .Fl r
103 and the
104 .Fl w
105 options specifies which of the following functional modes
107 will operate under:
108 .Em list , read , write ,
110 .Em copy .
111 .Bl -tag -width 6n
112 .It \*(Ltnone\*(Gt
113 .Em List .
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 .
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 .
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 .
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).
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.
188 While processing a damaged archive during a
189 .Em read
191 .Em list
192 operation,
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).
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,
207 will exit with a non-zero exit status.
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
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,
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.
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,
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.
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
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.
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 .
289 .Ar bytes
290 limit can end with
291 .Sq Li m ,
292 .Sq Li k ,
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.
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.
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.
320 .Ar blocksize
321 can end with
322 .Sq Li k
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
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 ,
365 will attempt to recover from an archive read error and will
366 continue processing starting with the next file stored in the archive.
368 .Ar limit
369 of 0 will cause
371 to stop operation after the first read error is detected on an archive volume.
373 .Ar limit
375 .Li NONE
376 will cause
378 to attempt to recover from read errors forever.
379 The default
380 .Ar limit
381 is a small positive number of retries.
383 .Em Warning :
384 Using this option with
385 .Li NONE
386 should be used with extreme caution as
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
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,
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.
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,
429 will prompt to
430 .Pa /dev/tty
431 giving the name of the file, its file mode, and its modification time.
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.
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,
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 .
490 The following options are available for the
491 .Em ustar
492 and old
494 .Em tar
495 formats:
497 .Bl -tag -width Ds -compact
498 .It Cm nodir
499 .It Cm write_opt=nodir
500 When writing archives, omit the storage of directories.
502 .It Fl P
503 Do not follow symbolic links, perform a physical file system traversal.
504 This is the default mode.
505 .It Fl p Ar string
506 Specify one or more file characteristic options (privileges).
508 .Ar string
509 option-argument is a string specifying file characteristics to be retained or
510 discarded on extraction.
511 The string consists of the specification characters
512 .Cm a , e , m , o ,
514 .Cm p .
515 Multiple characteristics can be concatenated within the same string
516 and multiple
517 .Fl p
518 options can be specified.
519 The meanings of the specification characters are as follows:
520 .Bl -tag -width 2n
521 .It Cm a
522 Do not preserve file access times.
523 By default, file access times are preserved whenever possible.
524 .It Cm e
525 .Dq Preserve everything ,
526 the user ID, group ID, file mode bits,
527 file access time, and file modification time.
528 This is intended to be used by
529 .Em root ,
530 someone with all the appropriate privileges, in order to preserve all
531 aspects of the files as they are recorded in the archive.
533 .Cm e
534 flag is the sum of the
535 .Cm o
537 .Cm p
538 flags.
539 .It Cm m
540 Do not preserve file modification times.
541 By default, file modification times are preserved whenever possible.
542 .It Cm o
543 Preserve the user ID and group ID.
544 .It Cm p
545 .Dq Preserve
546 the file mode bits.
547 This is intended to be used by a
548 .Em user
549 with regular privileges who wants to preserve all aspects of the file other
550 than the ownership.
551 The file times are preserved by default, but two other flags are offered to
552 disable this and use the time of extraction instead.
555 In the preceding list,
556 .Sq preserve
557 indicates that an attribute stored in the archive is given to the
558 extracted file, subject to the permissions of the invoking
559 process.
560 Otherwise the attribute of the extracted file is determined as
561 part of the normal file creation action.
562 If neither the
563 .Cm e
564 nor the
565 .Cm o
566 specification character is specified, or the user ID and group ID are not
567 preserved for any reason,
569 will not set the
570 .Dv S_ISUID
571 .Em ( setuid )
573 .Dv S_ISGID
574 .Em ( setgid )
575 bits of the file mode.
576 If the preservation of any of these items fails for any reason,
578 will write a diagnostic message to standard error.
579 Failure to preserve these items will affect the final exit status,
580 but will not cause the extracted file to be deleted.
581 If the file characteristic letters in any of the string option-arguments are
582 duplicated or conflict with each other, the one(s) given last will take
583 precedence.
584 For example, if
585 .Fl p Ar eme
586 is specified, file modification times are still preserved.
587 .It Fl r
588 Read an archive file from standard input
589 and extract the specified
590 .Ar file
591 operands.
592 If any intermediate directories are needed in order to extract an archive
593 member, these directories will be created as if
594 .Xr mkdir 2
595 was called with the bitwise inclusive
596 .Tn OR
598 .Dv S_IRWXU , S_IRWXG ,
600 .Dv S_IRWXO
601 as the mode argument.
602 When the selected archive format supports the specification of linked
603 files and these files cannot be linked while the archive is being extracted,
605 will write a diagnostic message to standard error
606 and exit with a non-zero exit status at the completion of operation.
607 .It Fl s Ar replstr
608 Modify the archive member names according to the substitution expression
609 .Ar replstr ,
610 using the syntax of the
611 .Xr ed 1
612 utility regular expressions.
613 .Ar file
615 .Ar pattern
616 arguments may be given to restrict the list of archive members to those
617 specified.
619 The format of these regular expressions is:
621 .Dl /old/new/[gp]
623 As in
624 .Xr ed 1 ,
625 .Ar old
626 is a basic regular expression (see
627 .Xr re_format 7 )
629 .Ar new
630 can contain an ampersand
631 .Pq Ql & ,
632 .Ql \e Ns Em n
633 (where
634 .Em n
635 is a digit) back-references,
636 or subexpression matching.
638 .Ar old
639 string may also contain newline characters.
640 Any non-null character can be used as a delimiter
642 .Ql /
643 is shown here
644 .Pc .
645 Multiple
646 .Fl s
647 expressions can be specified.
648 The expressions are applied in the order they are specified on the
649 command line, terminating with the first successful substitution.
651 The optional trailing
652 .Cm g
653 continues to apply the substitution expression to the pathname substring,
654 which starts with the first character following the end of the last successful
655 substitution.
656 The first unsuccessful substitution stops the operation of the
657 .Cm g
658 option.
659 The optional trailing
660 .Cm p
661 will cause the final result of a successful substitution to be written to
662 standard error in the following format:
664 .D1 Em original-pathname No \*(Gt\*(Gt Em new-pathname
666 File or archive member names that substitute to the empty string
667 are not selected and will be skipped.
668 .It Fl T Ar range
669 Allow files to be selected based on a file modification or inode change
670 time falling within the specified time range.
671 The range has the format:
672 .Sm off
673 .Bd -filled -offset indent
674 .Op Ar from_date
675 .Op \&, Ar to_date
676 .Op / Oo Cm c Oc Op Cm m
678 .Sm on
680 The dates specified by
681 .Ar from_date
683 .Ar to_date
684 are inclusive.
685 If only a
686 .Ar from_date
687 is supplied, all files with a modification or inode change time
688 equal to or younger are selected.
689 If only a
690 .Ar to_date
691 is supplied, all files with a modification or inode change time
692 equal to or older will be selected.
693 When the
694 .Ar from_date
695 is equal to the
696 .Ar to_date ,
697 only files with a modification or inode change time of exactly that
698 time will be selected.
700 When
702 is in the
703 .Em write
705 .Em copy
706 mode, the optional trailing field
707 .Oo Cm c Oc Ns Op Cm m
708 can be used to determine which file time (inode change, file modification or
709 both) are used in the comparison.
710 If neither is specified, the default is to use file modification time only.
712 .Cm m
713 specifies the comparison of file modification time (the time when
714 the file was last written).
716 .Cm c
717 specifies the comparison of inode change time (the time when the file
718 inode was last changed; e.g., a change of owner, group, mode, etc).
719 When
720 .Cm c
722 .Cm m
723 are both specified, then the modification and inode change times are
724 both compared.
726 The inode change time comparison is useful in selecting files whose
727 attributes were recently changed or selecting files which were recently
728 created and had their modification time reset to an older time (as what
729 happens when a file is extracted from an archive and the modification time
730 is preserved).
731 Time comparisons using both file times is useful when
733 is used to create a time based incremental archive (only files that were
734 changed during a specified time range will be archived).
736 A time range is made up of six different fields and each field must contain two
737 digits.
738 The format is:
740 .Dl [[[[[cc]yy]mm]dd]HH]MM[.SS]
742 Where
743 .Ar cc
744 is the first two digits of the year (the century),
745 .Ar yy
746 is the last two digits of the year,
747 the first
748 .Ar mm
749 is the month (from 01 to 12),
750 .Ar dd
751 is the day of the month (from 01 to 31),
752 .Ar HH
753 is the hour of the day (from 00 to 23),
754 .Ar MM
755 is the minute (from 00 to 59),
757 .Ar SS
758 is the seconds (from 00 to 59).
759 The minute field
760 .Ar MM
761 is required, while the other fields are optional and must be added in the
762 following order:
763 .Ar HH , dd , mm ,
764 .Ar yy , cc .
767 .Ar SS
768 field may be added independently of the other fields.
769 Time ranges are relative to the current time, so
770 .Ic -T 1234/cm
771 would select all files with a modification or inode change time
772 of 12:34 PM today or later.
773 Multiple
774 .Fl T
775 time range can be supplied and checking stops with the first match.
776 .It Fl t
777 Reset the access times of any file or directory read or accessed by
779 to be the same as they were before being read or accessed by
780 .Nm pax .
781 .It Fl U Ar user
782 Select a file based on its
783 .Ar user
784 name, or when starting with a
785 .Cm # ,
786 a numeric UID.
788 .Ql \e
789 can be used to escape the
790 .Cm # .
791 Multiple
792 .Fl U
793 options may be supplied and checking stops with the first match.
794 .It Fl u
795 Ignore files that are older (having a less recent file modification time)
796 than a pre-existing file or archive member with the same name.
797 During
798 .Em read ,
799 an archive member with the same name as a file in the file system will be
800 extracted if the archive member is newer than the file.
801 During
802 .Em write ,
803 a file system member with the same name as an archive member will be
804 written to the archive if it is newer than the archive member.
805 During
806 .Em copy ,
807 the file in the destination hierarchy is replaced by the file in the source
808 hierarchy or by a link to the file in the source hierarchy if the file in
809 the source hierarchy is newer.
810 .It Fl v
811 During a
812 .Em list
813 operation, produce a verbose table of contents using the format of the
814 .Xr ls 1
815 utility with the
816 .Fl l
817 option.
818 For pathnames representing a hard link to a previous member of the archive,
819 the output has the format:
821 .Dl Em ls -l listing Li == Em link-name
823 For pathnames representing a symbolic link, the output has the format:
825 .Dl Em ls -l listing Li =\*(Gt Em link-name
827 Where
828 .Em ls -l listing
829 is the output format specified by the
830 .Xr ls 1
831 utility when used with the
832 .Fl l
833 option.
834 Otherwise for all the other operational modes
835 .Po Em read , write , No and Em copy
836 .Pc ,
837 pathnames are written and flushed to standard error
838 without a trailing newline
839 as soon as processing begins on that file or
840 archive member.
841 The trailing newline
842 is not buffered and is written only after the file has been read or written.
843 .It Fl w
844 Write files to the standard output
845 in the specified archive format.
846 When no
847 .Ar file
848 operands are specified, standard input
849 is read for a list of pathnames with one per line without any leading or
850 trailing
851 .Aq blanks .
852 .It Fl X
853 When traversing the file hierarchy specified by a pathname,
854 do not descend into directories that have a different device ID.
855 See the
856 .Li st_dev
857 field as described in
858 .Xr stat 2
859 for more information about device IDs.
860 .It Fl x Ar format
861 Specify the output archive format, with the default format being
862 .Cm ustar .
864 currently supports the following formats:
865 .Bl -tag -width "sv4cpio"
866 .It Cm bcpio
867 The old binary cpio format.
868 The default blocksize for this format is 5120 bytes.
869 This format is not very portable and should not be used when other formats
870 are available.
871 Inode and device information about a file (used for detecting file hard links
872 by this format), which may be truncated by this format, is detected by
874 and is repaired.
875 .It Cm cpio
876 The extended cpio interchange format specified in the
877 .St -p1003.2
878 standard.
879 The default blocksize for this format is 5120 bytes.
880 Inode and device information about a file (used for detecting file hard links
881 by this format), which may be truncated by this format, is detected by
883 and is repaired.
884 .It Cm sv4cpio
885 The System V release 4 cpio.
886 The default blocksize for this format is 5120 bytes.
887 Inode and device information about a file (used for detecting file hard links
888 by this format), which may be truncated by this format, is detected by
890 and is repaired.
891 .It Cm sv4crc
892 The System V release 4 cpio with file CRC checksums.
893 The default blocksize for this format is 5120 bytes.
894 Inode and device information about a file (used for detecting file hard links
895 by this format), which may be truncated by this format, is detected by
897 and is repaired.
898 .It Cm tar
899 The old
901 tar format as found in
902 .Bx 4.3 .
903 The default blocksize for this format is 10240 bytes.
904 Pathnames stored by this format must be 100 characters or less in length.
905 Only
906 .Em regular
907 files,
908 .Em hard links , soft links ,
910 .Em directories
911 will be archived (other file system types are not supported).
912 For backwards compatibility with even older tar formats, a
913 .Fl o
914 option can be used when writing an archive to omit the storage of directories.
915 This option takes the form:
917 .Dl Fl o Cm write_opt=nodir
918 .It Cm ustar
919 The extended tar interchange format specified in the
920 .St -p1003.2
921 standard.
922 The default blocksize for this format is 10240 bytes.
923 Filenames stored by this format must be 100 characters or less in length;
924 the total pathname must be 256 characters or less.
928 will detect and report any file that it is unable to store or extract
929 as the result of any specific archive format restrictions.
930 The individual archive formats may impose additional restrictions on use.
931 Typical archive format restrictions include (but are not limited to):
932 file pathname length, file size, link pathname length, and the type of the
933 file.
934 .It Fl Y
935 This option is the same as the
936 .Fl D
937 option, except that the inode change time is checked using the
938 pathname created after all the file name modifications have completed.
939 .It Fl Z
940 This option is the same as the
941 .Fl u
942 option, except that the modification time is checked using the
943 pathname created after all the file name modifications have completed.
944 .It Fl z
946 .Xr gzip 1
947 to compress (decompress) the archive while writing (reading).
948 Incompatible with
949 .Fl a .
952 The options that operate on the names of files or archive members
953 .Po Fl c ,
954 .Fl i ,
955 .Fl j ,
956 .Fl n ,
957 .Fl s ,
958 .Fl u ,
959 .Fl v ,
960 .Fl D ,
961 .Fl G ,
962 .Fl T ,
963 .Fl U ,
964 .Fl Y ,
966 .Fl Z
968 interact as follows.
970 When extracting files during a
971 .Em read
972 operation, archive members are
973 .Sq selected ,
974 based only on the user specified pattern operands as modified by the
975 .Fl c ,
976 .Fl n ,
977 .Fl u ,
978 .Fl D ,
979 .Fl G ,
980 .Fl T ,
981 .Fl U
982 options.
983 Then any
984 .Fl s
986 .Fl i
987 options will modify in that order, the names of these selected files.
988 Then the
989 .Fl Y
991 .Fl Z
992 options will be applied based on the final pathname.
993 Finally, the
994 .Fl v
995 option will write the names resulting from these modifications.
997 When archiving files during a
998 .Em write
999 operation, or copying files during a
1000 .Em copy
1001 operation, archive members are
1002 .Sq selected ,
1003 based only on the user specified pathnames as modified by the
1004 .Fl n ,
1005 .Fl u ,
1006 .Fl D ,
1007 .Fl G ,
1008 .Fl T ,
1010 .Fl U
1011 options (the
1012 .Fl D
1013 option only applies during a copy operation).
1014 Then any
1015 .Fl s
1017 .Fl i
1018 options will modify in that order, the names of these selected files.
1019 Then during a
1020 .Em copy
1021 operation the
1022 .Fl Y
1023 and the
1024 .Fl Z
1025 options will be applied based on the final pathname.
1026 Finally, the
1027 .Fl v
1028 option will write the names resulting from these modifications.
1030 When one or both of the
1031 .Fl u
1033 .Fl D
1034 options are specified along with the
1035 .Fl n
1036 option, a file is not considered selected unless it is newer
1037 than the file to which it is compared.
1038 .Sh ENVIRONMENT
1039 .Bl -tag -width Fl
1040 .It Ev TMPDIR
1041 Path in which to store temporary files.
1043 .Sh EXIT STATUS
1046 utility exits with one of the following values:
1048 .Bl -tag -width Ds -offset indent -compact
1049 .It 0
1050 All files were processed successfully.
1051 .It 1
1052 An error occurred.
1054 .Sh EXAMPLES
1055 Copy the contents of the current directory to the device
1056 .Pa /dev/rst0 :
1058 .Dl $ pax -w -f /dev/rst0 \&.
1060 Give the verbose table of contents for an archive stored in
1061 .Pa filename :
1063 .Dl $ pax -v -f filename
1065 This sequence of commands will copy the entire
1066 .Pa olddir
1067 directory hierarchy to
1068 .Pa newdir :
1069 .Bd -literal -offset indent
1070 $ mkdir newdir
1071 $ cd olddir
1072 $ pax -rw . ../newdir
1075 Extract files from the archive
1076 .Pa a.pax .
1077 Files rooted in
1078 .Pa /usr
1079 are extracted relative to the current working directory;
1080 all other files are extracted to their unmodified path.
1082 .Dl $ pax -r -s ',^/usr/,,' -f a.pax
1084 This can be used to interactively select the files to copy from the
1085 current directory to
1086 .Pa dest_dir :
1088 .Dl $ pax -rw -i \&. dest_dir
1090 Extract all files from the archive
1091 .Pa a.pax
1092 which are owned by
1093 .Em root
1094 with group
1095 .Em bin
1096 and preserve all file permissions:
1098 .Dl "$ pax -r -pe -U root -G bin -f a.pax"
1100 Update (and list) only those files in the destination directory
1101 .Pa /backup
1102 which are older (less recent inode change or file modification times) than
1103 files with the same name found in the source file tree
1104 .Pa home :
1106 .Dl "$ pax -r -w -v -Y -Z home /backup"
1107 .Sh DIAGNOSTICS
1108 Whenever
1110 cannot create a file or a link when reading an archive or cannot
1111 find a file when writing an archive, or cannot preserve the user ID,
1112 group ID, or file mode when the
1113 .Fl p
1114 option is specified, a diagnostic message is written to standard error
1115 and a non-zero exit status will be returned, but processing will continue.
1116 In the case where
1118 cannot create a link to a file,
1120 will not create a second copy of the file.
1122 If the extraction of a file from an archive is prematurely terminated by
1123 a signal or error,
1125 may have only partially extracted a file the user wanted.
1126 Additionally, the file modes of extracted files and directories
1127 may have incorrect file bits, and the modification and access times may be
1128 wrong.
1130 If the creation of an archive is prematurely terminated by a signal or error,
1132 may have only partially created the archive, which may violate the specific
1133 archive format specification.
1135 If while doing a
1136 .Em copy ,
1138 detects a file is about to overwrite itself, the file is not copied,
1139 a diagnostic message is written to standard error
1140 and when
1142 completes it will exit with a non-zero exit status.
1143 .Sh SEE ALSO
1144 .Xr cpio 1 ,
1145 .Xr tar 1
1146 .Sh STANDARDS
1149 utility is compliant with the
1150 .St -p1003.1-2008
1151 specification.
1153 The flags
1154 .Op Fl 0BDEGjOPTUYZz ,
1155 the archive formats
1156 .Em bcpio ,
1157 .Em sv4cpio ,
1158 .Em sv4crc ,
1159 .Em tar ,
1160 and the flawed archive handling during
1161 .Em list
1163 .Em read
1164 operations
1165 are extensions to that specification.
1166 .Sh AUTHORS
1167 Keith Muller at the University of California, San Diego.