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