Import mdocml 1.9.13:
[netbsd-mini2440.git] / bin / pax / pax.1
blobb9fb6725c2222fc8e7d9ec7d4c502b30390e0885
1 .\"    $NetBSD: pax.1,v 1.55 2007/12/02 21:13:23 wiz Exp $
2 .\"
3 .\" Copyright (c) 1992 Keith Muller.
4 .\" Copyright (c) 1992, 1993
5 .\"     The Regents of the University of California.  All rights reserved.
6 .\"
7 .\" This code is derived from software contributed to Berkeley by
8 .\" Keith Muller of the University of California, San Diego.
9 .\"
10 .\" Redistribution and use in source and binary forms, with or without
11 .\" modification, are permitted provided that the following conditions
12 .\" are met:
13 .\" 1. Redistributions of source code must retain the above copyright
14 .\"    notice, this list of conditions and the following disclaimer.
15 .\" 2. Redistributions in binary form must reproduce the above copyright
16 .\"    notice, this list of conditions and the following disclaimer in the
17 .\"    documentation and/or other materials provided with the distribution.
18 .\" 3. Neither the name of the University nor the names of its contributors
19 .\"    may be used to endorse or promote products derived from this software
20 .\"    without specific prior written permission.
21 .\"
22 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
23 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
25 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
26 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
27 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32 .\" SUCH DAMAGE.
33 .\"
34 .\"     @(#)pax.1       8.4 (Berkeley) 4/18/94
35 .\"
36 .Dd September 6, 2009
37 .Dt PAX 1
38 .Os
39 .Sh NAME
40 .Nm pax
41 .Nd read and write file archives and copy directory hierarchies
42 .Sh SYNOPSIS
43 .Nm
44 .Op Fl 0cdjnOVvz
45 .Bk -words
46 .Op Fl E Ar limit
47 .Ek
48 .Bk -words
49 .Op Fl f Ar archive
50 .Ek
51 .Bk -words
52 .Op Fl N Ar dbdir
53 .Ek
54 .Bk -words
55 .Op Fl s Ar replstr
56 .Ar ...\&
57 .Ek
58 .Bk -words
59 .Op Fl U Ar user
60 .Ar ...\&
61 .Ek
62 .Bk -words
63 .Op Fl G Ar group
64 .Ar ...\&
65 .Ek
66 .Bk -words
67 .Oo
68 .Fl T
69 .Sm off
70 .Op Ar from_date
71 .Oo , Ar to_date Oc
72 .Sm on
73 .Oc
74 .Ar ...\&
75 .Ek
76 .Op Ar pattern ...\&
77 .Nm
78 .Fl r
79 .Op Fl AcDdijknOuVvYZz
80 .Bk -words
81 .Op Fl E Ar limit
82 .Ek
83 .Bk -words
84 .Op Fl f Ar archive
85 .Ek
86 .Bk -words
87 .Op Fl N Ar dbdir
88 .Ek
89 .Bk -words
90 .Op Fl o Ar options
91 .Ar ...\&
92 .Ek
93 .Bk -words
94 .Op Fl p Ar string
95 .Ar ...\&
96 .Ek
97 .Bk -words
98 .Op Fl s Ar replstr
99 .Ar ...\&
101 .Bk -words
102 .Op Fl U Ar user
103 .Ar ...\&
105 .Bk -words
106 .Op Fl G Ar group
107 .Ar ...\&
109 .Bk -words
111 .Fl T
112 .Sm off
113 .Op Ar from_date
114 .Oo , Ar to_date Oc
115 .Sm on
117 .Ar ...\&
119 .Op Ar pattern ...\&
121 .Fl w
122 .Op Fl AdHijLMOPtuVvXz
123 .Bk -words
124 .Op Fl b Ar blocksize
127 .Op Fl a
128 .Op Fl f Ar archive
130 .Bk -words
131 .Op Fl x Ar format
133 .Bk -words
134 .Op Fl B Ar bytes
136 .Bk -words
137 .Op Fl N Ar dbdir
139 .Bk -words
140 .Op Fl o Ar options
141 .Ar ...\&
143 .Bk -words
144 .Op Fl s Ar replstr
145 .Ar ...\&
147 .Bk -words
148 .Op Fl U Ar user
149 .Ar ...\&
151 .Bk -words
152 .Op Fl G Ar group
153 .Ar ...\&
155 .Bk -words
157 .Fl T
158 .Sm off
159 .Op Ar from_date
160 .Oo , Ar to_date Oc
161 .Oo /[ Cm c ] [ Cm m ] Oc
162 .Sm on
164 .Ar ...\&
166 .Op Ar file ...\&
168 .Fl r
169 .Fl w
170 .Op Fl ADdHijkLlMnOPtuVvXYZz
171 .Bk -words
172 .Op Fl N Ar dbdir
174 .Bk -words
175 .Op Fl p Ar string
176 .Ar ...\&
178 .Bk -words
179 .Op Fl s Ar replstr
180 .Ar ...\&
182 .Bk -words
183 .Op Fl U Ar user
184 .Ar ...\&
186 .Bk -words
187 .Op Fl G Ar group
188 .Ar ...\&
190 .Bk -words
192 .Fl T
193 .Sm off
194 .Op Ar from_date
195 .Oo , Ar to_date Oc
196 .Oo /[ Cm c ] [ Cm m ] Oc
197 .Sm on
199 .Ar ...\&
201 .Bk -words
202 .Op Ar file ...\&
204 .Ar directory
205 .Sh DESCRIPTION
207 will read, write, and list the members of an archive file,
208 and will copy directory hierarchies.
209 If the archive file is of the form:
210 .Ar [[user@]host:]file
211 then the archive will be processed using
212 .Xr rmt 8 .
215 operation is independent of the specific archive format,
216 and supports a wide variety of different archive formats.
217 A list of supported archive formats can be found under the description of the
218 .Fl x
219 option.
221 The presence of the
222 .Fl r
223 and the
224 .Fl w
225 options specifies which of the following functional modes
227 will operate under:
228 .Em list , read , write ,
230 .Em copy .
231 .Bl -tag -width 6n
232 .It Aq none
233 .Em List .
235 will write to
236 .Dv standard output
237 a table of contents of the members of the archive file read from
238 .Dv standard input ,
239 whose pathnames match the specified
240 .Ar patterns .
241 The table of contents contains one filename per line
242 and is written using single line buffering.
243 .It Fl r
244 .Em Read .
246 extracts the members of the archive file read from the
247 .Dv standard input ,
248 with pathnames matching the specified
249 .Ar patterns .
250 The archive format and blocking is automatically determined on input.
251 When an extracted file is a directory, the entire file hierarchy
252 rooted at that directory is extracted.
253 All extracted files are created relative to the current file hierarchy.
254 The setting of ownership, access and modification times, and file mode of
255 the extracted files are discussed in more detail under the
256 .Fl p
257 option.
258 .It Fl w
259 .Em Write .
261 writes an archive containing the
262 .Ar file
263 operands to
264 .Dv standard output
265 using the specified archive format.
266 When no
267 .Ar file
268 operands are specified, a list of files to copy with one per line is read from
269 .Dv standard input .
270 When a
271 .Ar file
272 operand is also a directory, the entire file hierarchy rooted
273 at that directory will be included.
274 .It Fl r Fl w
275 .Em Copy .
277 copies the
278 .Ar file
279 operands to the destination
280 .Ar directory .
281 When no
282 .Ar file
283 operands are specified, a list of files to copy with one per line is read from
285 .Dv standard input .
286 When a
287 .Ar file
288 operand is also a directory the entire file
289 hierarchy rooted at that directory will be included.
290 The effect of the
291 .Em copy
292 is as if the copied files were written to an archive file and then
293 subsequently extracted, except that there may be hard links between
294 the original and the copied files (see the
295 .Fl l
296 option below).
298 .Em Warning :
299 The destination
300 .Ar directory
301 must not be one of the
302 .Ar file
303 operands or a member of a file hierarchy rooted at one of the
304 .Ar file
305 operands.
306 The result of a
307 .Em copy
308 under these conditions is unpredictable.
311 While processing a damaged archive during a
312 .Em read
314 .Em list
315 operation,
317 will attempt to recover from media defects and will search through the archive
318 to locate and process the largest number of archive members possible (see the
319 .Fl E
320 option for more details on error handling).
321 .Sh OPERANDS
323 .Ar directory
324 operand specifies a destination directory pathname.
325 If the
326 .Ar directory
327 operand does not exist, or it is not writable by the user,
328 or it is not of type directory,
330 will exit with a non-zero exit status.
333 .Ar pattern
334 operand is used to select one or more pathnames of archive members.
335 Archive members are selected using the pattern matching notation described
337 .Xr fnmatch 3 .
338 When the
339 .Ar pattern
340 operand is not supplied, all members of the archive will be selected.
341 When a
342 .Ar pattern
343 matches a directory, the entire file hierarchy rooted at that directory will
344 be selected.
345 When a
346 .Ar pattern
347 operand does not select at least one archive member,
349 will write these
350 .Ar pattern
351 operands in a diagnostic message to
352 .Dv standard error
353 and then exit with a non-zero exit status.
356 .Ar file
357 operand specifies the pathname of a file to be copied or archived.
358 When a
359 .Ar file
360 operand does not select at least one archive member,
362 will write these
363 .Ar file
364 operand pathnames in a diagnostic message to
365 .Dv standard error
366 and then exit with a non-zero exit status.
367 .Sh OPTIONS
368 The following options are supported:
369 .Bl -tag -width 4n
370 .It Fl r
371 Read an archive file from
372 .Dv standard input
373 and extract the specified
374 .Ar files .
375 If any intermediate directories are needed in order to extract an archive
376 member, these directories will be created as if
377 .Xr mkdir 2
378 was called with the bitwise inclusive
379 .Dv OR
381 .Dv S_IRWXU , S_IRWXG ,
383 .Dv S_IRWXO
384 as the mode argument.
385 When the selected archive format supports the specification of linked
386 files and these files cannot be linked while the archive is being extracted,
388 will write a diagnostic message to
389 .Dv standard error
390 and exit with a non-zero exit status at the completion of operation.
391 .It Fl w
392 Write files to the
393 .Dv standard output
394 in the specified archive format.
395 When no
396 .Ar file
397 operands are specified,
398 .Dv standard input
399 is read for a list of pathnames with one per line without any leading or
400 trailing
401 .Aq blanks .
402 .It Fl a
403 Append
404 .Ar files
405 to the end of an archive that was previously written.
406 If an archive format is not specified with a
407 .Fl x
408 option, the format currently being used in the archive will be selected.
409 Any attempt to append to an archive in a format different from the
410 format already used in the archive will cause
412 to exit immediately
413 with a non-zero exit status.
414 The blocking size used in the archive volume where writing starts
415 will continue to be used for the remainder of that archive volume.
417 .Em Warning :
418 Many storage devices are not able to support the operations necessary
419 to perform an append operation.
420 Any attempt to append to an archive stored on such a device may damage the
421 archive or have other unpredictable results.
422 Tape drives in particular are more likely to not support an append operation.
423 An archive stored in a regular file system file or on a disk device will
424 usually support an append operation.
425 .It Fl b Ar blocksize
426 When
427 .Em writing
428 an archive,
429 block the output at a positive decimal integer number of
430 bytes per write to the archive file.
432 .Ar blocksize
433 must be a multiple of 512 bytes with a maximum of 32256 bytes.
435 .Ar blocksize
436 can end with
437 .Li k
439 .Li b
440 to specify multiplication by 1024 (1K) or 512, respectively.
441 A pair of
442 .Ar blocksizes
443 can be separated by
444 .Li x
445 to indicate a product.
446 A specific archive device may impose additional restrictions on the size
447 of blocking it will support.
448 When blocking is not specified, the default
449 .Ar blocksize
450 is dependent on the specific archive format being used (see the
451 .Fl x
452 option).
453 .It Fl c
454 Match all file or archive members
455 .Em except
456 those specified by the
457 .Ar pattern
459 .Ar file
460 operands.
461 .It Fl d
462 Cause files of type directory being copied or archived, or archive members of
463 type directory being extracted, to match only the directory file or archive
464 member and not the file hierarchy rooted at the directory.
465 .It Fl f Ar archive
466 Specify
467 .Ar archive
468 as the pathname of the input or output archive, overriding the default
469 .Dv standard input
470 (for
471 .Em list
473 .Em read )
475 .Dv standard output
476 (for
477 .Em write ) .
478 A single archive may span multiple files and different archive devices.
479 When required,
481 will prompt for the pathname of the file or device of the next volume in the
482 archive.
483 .It Fl i
484 Interactively rename files or archive members.
485 For each archive member matching a
486 .Ar pattern
487 operand or each file matching a
488 .Ar file
489 operand,
491 will prompt to
492 .Pa /dev/tty
493 giving the name of the file, its file mode and its modification time.
495 will then read a line from
496 .Pa /dev/tty .
497 If this line is blank, the file or archive member is skipped.
498 If this line consists of a single period, the
499 file or archive member is processed with no modification to its name.
500 Otherwise, its name is replaced with the contents of the line.
502 will immediately exit with a non-zero exit status if
503 .Aq Dv EOF
504 is encountered when reading a response or if
505 .Pa /dev/tty
506 cannot be opened for reading and writing.
507 .It Fl j
509 .Xr bzip2 1
510 for compression when reading or writing archive files.
511 .It Fl k
512 Do not overwrite existing files.
513 .It Fl l
514 Link files.
515 (The letter ell).
516 In the
517 .Em copy
518 mode
519 .Fl ( r
520 .Fl w ) ,
521 hard links are made between the source and destination file hierarchies
522 whenever possible.
523 .It Fl n
524 Select the first archive member that matches each
525 .Ar pattern
526 operand.
527 No more than one archive member is matched for each
528 .Ar pattern .
529 When members of type directory are matched, the file hierarchy rooted at that
530 directory is also matched (unless
531 .Fl d
532 is also specified).
533 .It Fl o Ar options
534 Information to modify the algorithm for extracting or writing archive files
535 which is specific to the archive format specified by
536 .Fl x .
537 In general,
538 .Ar options
539 take the form:
540 .Cm name=value
541 .It Fl p Ar string
542 Specify one or more file characteristic options (privileges).
544 .Ar string
545 option-argument is a string specifying file characteristics to be retained or
546 discarded on extraction.
547 The string consists of the specification characters
548 .Cm a , e ,
549 .Cm m , o ,
551 .Cm p .
552 Multiple characteristics can be concatenated within the same string
553 and multiple
554 .Fl p
555 options can be specified.
556 The meaning of the specification characters are as follows:
557 .Bl -tag -width 2n
558 .It Cm a
559 Do not preserve file access times.
560 By default, file access times are preserved whenever possible.
561 .It Cm e
562 .Sq Preserve everything ,
563 the user ID, group ID, file mode bits,
564 file access time, and file modification time.
565 This is intended to be used by
566 .Em root ,
567 someone with all the appropriate privileges, in order to preserve all
568 aspects of the files as they are recorded in the archive.
570 .Cm e
571 flag is the sum of the
572 .Cm o
574 .Cm p
575 flags.
576 .\" .It Cm f
577 .\" Do not preserve file flags.
578 .\" By default, file flags are preserved whenever possible.
579 .It Cm m
580 Do not preserve file modification times.
581 By default, file modification times are preserved whenever possible.
582 .It Cm o
583 Preserve the user ID and group ID.
584 .It Cm p
585 .Sq Preserve
586 the file mode bits.
587 This is intended to be used by a
588 .Em user
589 with regular privileges who wants to preserve all aspects of the file other
590 than the ownership.
591 The file times are preserved by default, but two other flags are offered to
592 disable this and use the time of extraction instead.
595 In the preceding list,
596 .Sq preserve
597 indicates that an attribute stored in the archive is given to the
598 extracted file, subject to the permissions of the invoking
599 process.
600 Otherwise the attribute of the extracted file is determined as
601 part of the normal file creation action.
602 If neither the
603 .Cm e
604 nor the
605 .Cm o
606 specification character is specified, or the user ID and group ID are not
607 preserved for any reason,
609 will not set the
610 .Dv S_ISUID
611 .Em ( setuid )
613 .Dv S_ISGID
614 .Em ( setgid )
615 bits of the file mode.
616 If the preservation of any of these items fails for any reason,
618 will write a diagnostic message to
619 .Dv standard error .
620 Failure to preserve these items will affect the final exit status,
621 but will not cause the extracted file to be deleted.
622 If the file characteristic letters in any of the string option-arguments are
623 duplicated or conflict with each other, the one(s) given last will take
624 precedence.
625 For example, if
626 .Dl Fl p Ar eme
627 is specified, file modification times are still preserved.
628 .It Fl s Ar replstr
629 Modify the file or archive member names specified by the
630 .Ar pattern
632 .Ar file
633 operands according to the substitution expression
634 .Ar replstr ,
635 using the syntax of the
636 .Xr ed 1
637 utility regular expressions.
638 The format of these regular expressions are:
639 .Dl /old/new/[gp]
640 As in
641 .Xr ed 1 ,
642 .Cm old
643 is a basic regular expression and
644 .Cm new
645 can contain an ampersand (\*[Am]), \\n (where n is a digit) back-references,
646 or subexpression matching.
648 .Cm old
649 string may also contain
650 .Aq Dv newline
651 characters.
652 Any non-null character can be used as a delimiter (/ is shown here).
653 Multiple
654 .Fl s
655 expressions can be specified.
656 The expressions are applied in the order they are specified on the
657 command line, terminating with the first successful substitution.
658 The optional trailing
659 .Cm g
660 continues to apply the substitution expression to the pathname substring
661 which starts with the first character following the end of the last successful
662 substitution.
663 The first unsuccessful substitution stops the operation of the
664 .Cm g
665 option.
666 The optional trailing
667 .Cm p
668 will cause the final result of a successful substitution to be written to
669 .Dv standard error
670 in the following format:
671 .Dl Ao "original pathname" Ac \*[Gt]\*[Gt] Ao "new pathname" Ac
672 File or archive member names that substitute to the empty string
673 are not selected and will be skipped.
674 .It Fl t
675 Reset the access times of any file or directory read or accessed by
677 to be the same as they were before being read or accessed by
678 .Nm ,
679 if the user has the appropriate permissions required by
680 .Xr utime 3 .
681 .It Fl u
682 Ignore files that are older (having a less recent file modification time)
683 than a pre-existing file or archive member with the same name.
684 During
685 .Em read ,
686 an archive member with the same name as a file in the file system will be
687 extracted if the archive member is newer than the file.
688 During
689 .Em write ,
690 a file system member with the same name as an archive member will be
691 written to the archive if it is newer than the archive member.
692 During
693 .Em copy ,
694 the file in the destination hierarchy is replaced by the file in the source
695 hierarchy or by a link to the file in the source hierarchy if the file in
696 the source hierarchy is newer.
697 .It Fl v
698 During a
699 .Em list
700 operation, produce a verbose table of contents using the format of the
701 .Xr ls 1
702 utility with the
703 .Fl l
704 option.
705 For pathnames representing a hard link to a previous member of the archive,
706 the output has the format:
707 .Dl Ao "ls -l listing" Ac == Ao "link name" Ac
708 Where
709 .Aq "ls -l listing"
710 is the output format specified by the
711 .Xr ls 1
712 utility when used with the
713 .Fl l
714 option.
716 Otherwise for all the other operational modes
717 .Em ( read , write ,
719 .Em copy ) ,
720 pathnames are written and flushed to
721 .Dv standard error
722 without a trailing
723 .Aq Dv newline
724 as soon as processing begins on that file or
725 archive member.
726 The trailing
727 .Aq Dv newline ,
728 is not buffered, and is written only after the file has been read or written.
730 A final summary of archive operations is printed after they have been
731 completed.
732 .It Fl x Ar format
733 Specify the output archive format, with the default format being
734 .Ar ustar .
736 currently supports the following formats:
737 .Bl -tag -width "sv4cpio"
738 .It Ar cpio
739 The extended cpio interchange format specified in the
740 .St -p1003.2
741 standard.
742 The default blocksize for this format is 5120 bytes.
743 Inode and device information about a file (used for detecting file hard links
744 by this format) which may be truncated by this format is detected by
746 and is repaired.
747 .It Ar bcpio
748 The old binary cpio format.
749 The default blocksize for this format is 5120 bytes.
750 This format is not very portable and should not be used when other formats
751 are available.
752 Inode and device information about a file (used for detecting file hard links
753 by this format) which may be truncated by this format is detected by
755 and is repaired.
756 .It Ar sv4cpio
758 .At V.4
759 cpio.
760 The default blocksize for this format is 5120 bytes.
761 Inode and device information about a file (used for detecting file hard links
762 by this format) which may be truncated by this format is detected by
764 and is repaired.
765 .It Ar sv4crc
767 .At V.4
768 cpio with file crc checksums.
769 The default blocksize for this format is 5120 bytes.
770 Inode and device information about a file (used for detecting file hard links
771 by this format) which may be truncated by this format is detected by
773 and is repaired.
774 .It Ar tar
775 The old
777 tar format as found in
778 .Bx 4.3 .
779 The default blocksize for this format is 10240 bytes.
780 Pathnames stored by this format must be 100 characters or less in length.
781 Only
782 .Em regular
783 files,
784 .Em  hard links , soft links ,
786 .Em  directories
787 will be archived (other file types are not supported).
788 For backward compatibility with even older tar formats, a
789 .Fl o
790 option can be used when writing an archive to omit the storage of directories.
791 This option takes the form:
792 .Dl Fl o Cm write_opt=nodir
793 .It Ar ustar
794 The extended tar interchange format specified in the
795 .St -p1003.2
796 standard.
797 The default blocksize for this format is 10240 bytes.
798 Pathnames stored by this format must be 250 characters or less in length.
802 will detect and report any file that it is unable to store or extract
803 as the result of any specific archive format restrictions.
804 The individual archive formats may impose additional restrictions on use.
805 Typical archive format restrictions include (but are not limited to):
806 file pathname length, file size, link pathname length and the type of the file.
807 .It Fl z
809 .Xr gzip 1
810 compression, when reading or writing archive files.
811 .It Fl A
812 Do not strip leading `/'s from file names.
813 .It Fl B Ar bytes
814 Limit the number of bytes written to a single archive volume to
815 .Ar bytes .
817 .Ar bytes
818 limit can end with
819 .Li m ,
820 .Li k ,
822 .Li b
823 to specify multiplication by 1048576 (1M), 1024 (1K) or 512, respectively.
824 A pair of
825 .Ar bytes
826 limits can be separated by
827 .Li x
828 to indicate a product.
830 .Em Warning :
831 Only use this option when writing an archive to a device which supports
832 an end of file read condition based on last (or largest) write offset
833 (such as a regular file or a tape drive).
834 The use of this option with a floppy or hard disk is not recommended.
835 .It Fl D
836 This option is the same as the
837 .Fl u
838 option, except that the file inode change time is checked instead of the
839 file modification time.
840 The file inode change time can be used to select files whose inode information
841 (e.g. uid, gid, etc.) is newer than a copy of the file in the destination
842 .Ar directory .
843 .It Fl E Ar limit
844 Limit the number of consecutive read faults while trying to read a flawed
845 archives to
846 .Ar limit .
847 With a positive
848 .Ar limit ,
850 will attempt to recover from an archive read error and will
851 continue processing starting with the next file stored in the archive.
853 .Ar limit
854 of 0 will cause
856 to stop operation after the first read error is detected on an archive volume.
858 .Ar limit
860 .Li NONE
861 will cause
863 to attempt to recover from read errors forever.
864 The default
865 .Ar limit
866 is a small positive number of retries.
868 .Em Warning :
869 Using this option with
870 .Li NONE
871 should be used with extreme caution as
873 may get stuck in an infinite loop on a very badly flawed archive.
874 .It Fl G Ar group
875 Select a file based on its
876 .Ar group
877 name, or when starting with a
878 .Cm # ,
879 a numeric gid.
880 A '\\' can be used to escape the
881 .Cm # .
882 Multiple
883 .Fl G
884 options may be supplied and checking stops with the first match.
885 .It Fl H
886 Follow only command line symbolic links while performing a physical file
887 system traversal.
888 .It Fl L
889 Follow all symbolic links to perform a logical file system traversal.
890 .It Fl M
891 During a
892 .Em write
894 .Em copy
895 operation, treat the list of files on
896 .Dv standard input
897 as an
898 .Xr mtree 8
899 .Sq specfile
900 specification, and write or copy only those items in the specfile.
902 If the file exists in the underlying file system, its permissions and
903 modification time will be used unless specifically overridden by the specfile.
904 An error will be raised if the type of entry in the specfile conflicts
905 with that of an existing file.
906 A directory entry that is marked
907 .Sq Sy optional
908 will not be copied (even though its contents will be).
910 Otherwise, the entry will be
911 .Sq faked-up ,
912 and it is necessary to specify at least the following parameters
913 in the specfile:
914 .Sy type ,
915 .Sy mode ,
916 .Sy gname
918 .Sy gid ,
920 .Sy uname
922 .Sy uid ,
923 .Sy device
924 (in the case of block or character devices), and
925 .Sy link
926 (in the case of symbolic links).
928 .Sy time
929 isn't provided, the current time will be used.
931 .Sq faked-up
932 entry that is marked
933 .Sq Sy optional
934 will not be copied.
935 .It Fl N Ar dbdir
936 Except for lookups for the
937 .Fl G
939 .Fl U
940 options,
941 use the user database text file
942 .Pa master.passwd
943 and group database text file
944 .Pa group
945 from
946 .Ar dbdir ,
947 rather than using the results from the system's
948 .Xr getpwnam 3
950 .Xr getgrnam 3
951 (and related) library calls.
952 .It Fl O
953 Force the archive to be one volume.
954 If a volume ends prematurely,
956 will not prompt for a new volume.
957 This option can be useful for
958 automated tasks where error recovery cannot be performed by a human.
959 .It Fl P
960 Do not follow symbolic links, perform a physical file system traversal.
961 This is the default mode.
962 .It Fl T Ar [from_date][,to_date][/[c][m]]
963 Allow files to be selected based on a file modification or inode change
964 time falling within a specified time range of
965 .Ar from_date
967 .Ar to_date
968 (the dates are inclusive).
969 If only a
970 .Ar from_date
971 is supplied, all files with a modification or inode change time
972 equal to or younger are selected.
973 If only a
974 .Ar to_date
975 is supplied, all files with a modification or inode change time
976 equal to or older will be selected.
977 When the
978 .Ar from_date
979 is equal to the
980 .Ar to_date ,
981 only files with a modification or inode change time of exactly that
982 time will be selected.
984 When
986 is in the
987 .Em write
989 .Em copy
990 mode, the optional trailing field
991 .Ar [c][m]
992 can be used to determine which file time (inode change, file modification or
993 both) are used in the comparison.
994 If neither is specified, the default is to use file modification time only.
996 .Ar m
997 specifies the comparison of file modification time (the time when
998 the file was last written).
1000 .Ar c
1001 specifies the comparison of inode change time (the time when the file
1002 inode was last changed; e.g. a change of owner, group, mode, etc).
1003 When
1004 .Ar c
1006 .Ar m
1007 are both specified, then the modification and inode change times are
1008 both compared.
1009 The inode change time comparison is useful in selecting files whose
1010 attributes were recently changed or selecting files which were recently
1011 created and had their modification time reset to an older time (as what
1012 happens when a file is extracted from an archive and the modification time
1013 is preserved).
1014 Time comparisons using both file times is useful when
1016 is used to create a time based incremental archive (only files that were
1017 changed during a specified time range will be archived).
1019 A time range is made up of six different fields and each field must contain two
1020 digits.
1021 The format is:
1022 .Dl [[[[[cc]yy]mm]dd]hh]mm[\&.ss]
1023 Where
1024 .Cm cc
1025 is the first two digits of the year (the century),
1026 .Cm yy
1027 is the last two digits of the year,
1028 the first
1029 .Cm mm
1030 is the month (from 01 to 12),
1031 .Cm dd
1032 is the day of the month (from 01 to 31),
1033 .Cm hh
1034 is the hour of the day (from 00 to 23),
1035 the second
1036 .Cm mm
1037 is the minute (from 00 to 59),
1039 .Cm ss
1040 is the seconds (from 00 to 61).
1041 Only the minute field
1042 .Cm mm
1043 is required; the others will default to the current system values.
1045 .Cm ss
1046 field may be added independently of the other fields.
1047 If the century is not specified, it defaults to 1900 for
1048 years between 69 and 99, or 2000 for years between 0 and 68.
1049 Time ranges are relative to the current time, so
1050 .Dl Fl T Ar 1234/cm
1051 would select all files with a modification or inode change time
1052 of 12:34 PM today or later.
1053 Multiple
1054 .Fl T
1055 time range can be supplied and checking stops with the first match.
1056 .It Fl U Ar user
1057 Select a file based on its
1058 .Ar user
1059 name, or when starting with a
1060 .Cm # ,
1061 a numeric uid.
1062 A '\\' can be used to escape the
1063 .Cm # .
1064 Multiple
1065 .Fl U
1066 options may be supplied and checking stops with the first match.
1067 .It Fl V
1068 A final summary of archive operations is printed after they have been
1069 completed.
1070 Some potentially long-running tape operations are noted.
1071 .It Fl X
1072 When traversing the file hierarchy specified by a pathname,
1073 do not descend into directories that have a different device ID.
1074 See the
1075 .Li st_dev
1076 field as described in
1077 .Xr stat 2
1078 for more information about device ID's.
1079 .It Fl Y
1080 This option is the same as the
1081 .Fl D
1082 option, except that the inode change time is checked using the
1083 pathname created after all the file name modifications have completed.
1084 .It Fl Z
1085 This option is the same as the
1086 .Fl u
1087 option, except that the modification time is checked using the
1088 pathname created after all the file name modifications have completed.
1089 .It Fl 0
1090 Use the nul character instead of \en as the file separator when reading
1091 files from standard input.
1092 .It Fl -force-local
1093 Do not interpret filenames that contain a `:' as remote files.
1094 .It Fl -insecure
1095 Normally
1097 ignores filenames that contain
1098 .Dq ..
1099 as a path component.
1100 With this option,
1101 files that contain
1102 .Dq ..
1103 can be processed.
1106 The options that operate on the names of files or archive members
1107 .Fl ( c ,
1108 .Fl i ,
1109 .Fl n ,
1110 .Fl s ,
1111 .Fl u ,
1112 .Fl v ,
1113 .Fl D ,
1114 .Fl G ,
1115 .Fl T ,
1116 .Fl U ,
1117 .Fl Y ,
1119 .Fl Z )
1120 interact as follows.
1122 When extracting files during a
1123 .Em read
1124 operation, archive members are
1125 .Sq selected ,
1126 based only on the user specified pattern operands as modified by the
1127 .Fl c ,
1128 .Fl n ,
1129 .Fl u ,
1130 .Fl D ,
1131 .Fl G ,
1132 .Fl T ,
1133 .Fl U
1134 options.
1135 Then any
1136 .Fl s
1138 .Fl i
1139 options will modify in that order, the names of these selected files.
1140 Then the
1141 .Fl Y
1143 .Fl Z
1144 options will be applied based on the final pathname.
1145 Finally the
1146 .Fl v
1147 option will write the names resulting from these modifications.
1149 When archiving files during a
1150 .Em write
1151 operation, or copying files during a
1152 .Em copy
1153 operation, archive members are
1154 .Sq selected ,
1155 based only on the user specified pathnames as modified by the
1156 .Fl n ,
1157 .Fl u ,
1158 .Fl D ,
1159 .Fl G ,
1160 .Fl T ,
1162 .Fl U
1163 options (the
1164 .Fl D
1165 option only applies during a copy operation).
1166 Then any
1167 .Fl s
1169 .Fl i
1170 options will modify in that order, the names of these selected files.
1171 Then during a
1172 .Em copy
1173 operation the
1174 .Fl Y
1175 and the
1176 .Fl Z
1177 options will be applied based on the final pathname.
1178 Finally the
1179 .Fl v
1180 option will write the names resulting from these modifications.
1182 When one or both of the
1183 .Fl u
1185 .Fl D
1186 options are specified along with the
1187 .Fl n
1188 option, a file is not considered selected unless it is newer
1189 than the file to which it is compared.
1190 .Sh EXIT STATUS
1192 will exit with one of the following values:
1193 .Bl -tag -width 2n
1194 .It 0
1195 All files were processed successfully.
1196 .It 1
1197 An error occurred.
1200 Whenever
1202 cannot create a file or a link when reading an archive or cannot
1203 find a file when writing an archive, or cannot preserve the user ID,
1204 group ID, or file mode when the
1205 .Fl p
1206 option is specified, a diagnostic message is written to
1207 .Dv standard error
1208 and a non-zero exit status will be returned, but processing will continue.
1209 In the case where pax cannot create a link to a file,
1211 will not create a second copy of the file.
1213 If the extraction of a file from an archive is prematurely terminated by
1214 a signal or error,
1216 may have only partially extracted a file the user wanted.
1217 Additionally, the file modes of extracted files and directories
1218 may have incorrect file bits, and the modification and access times may be
1219 wrong.
1221 If the creation of an archive is prematurely terminated by a signal or error,
1223 may have only partially created the archive which may violate the specific
1224 archive format specification.
1226 If while doing a
1227 .Em copy ,
1229 detects a file is about to overwrite itself, the file is not copied,
1230 a diagnostic message is written to
1231 .Dv standard error
1232 and when
1234 completes it will exit with a non-zero exit status.
1235 .Sh EXAMPLES
1236 The command:
1237 .Dl pax -w -f /dev/rst0 \&.
1238 copies the contents of the current directory to the device
1239 .Pa /dev/rst0 .
1241 The command:
1242 .Dl pax -v -f filename
1243 gives the verbose table of contents for an archive stored in
1244 .Pa filename .
1246 The following commands:
1247 .Dl mkdir newdir
1248 .Dl cd olddir
1249 .Dl pax -rw -pp .\ ../newdir
1250 will copy the entire
1251 .Pa olddir
1252 directory hierarchy to
1253 .Pa newdir ,
1254 preserving permissions and access times.
1256 When running as root, one may also wish to preserve file
1257 ownership when copying directory trees.
1258 This can be done with the following commands:
1259 .Dl cd olddir
1260 .Dl pax -rw -pe .\ ../newdir
1261 which will copy the contents of
1262 .Pa olddir
1263 into
1264 .Pa ../newdir ,
1265 preserving ownership, permissions and access times.
1267 The command:
1268 .Dl pax -r -s ',^//*usr//*,,' -f a.pax
1269 reads the archive
1270 .Pa a.pax ,
1271 with all files rooted in ``/usr'' into the archive extracted relative to the
1272 current directory.
1274 The command:
1275 .Dl pax -rw -i .\ dest_dir
1276 can be used to interactively select the files to copy from the current
1277 directory to
1278 .Pa dest_dir .
1280 The command:
1281 .Dl pax -r -pe -U root -G bin -f a.pax
1282 will extract all files from the archive
1283 .Pa a.pax
1284 which are owned by
1285 .Em root
1286 with group
1287 .Em bin
1288 and will preserve all file permissions.
1290 The command:
1291 .Dl pax -r -w -v -Y -Z home /backup
1292 will update (and list) only those files in the destination directory
1293 .Pa /backup
1294 which are older (less recent inode change or file modification times) than
1295 files with the same name found in the source file tree
1296 .Pa home .
1297 .Sh SEE ALSO
1298 .Xr cpio 1 ,
1299 .Xr tar 1 ,
1300 .Xr symlink 7 ,
1301 .Xr mtree 8
1302 .Sh STANDARDS
1305 utility is a superset of the
1306 .St -p1003.2
1307 standard.
1308 The options
1309 .Fl B ,
1310 .Fl D ,
1311 .Fl E ,
1312 .Fl G ,
1313 .Fl H ,
1314 .Fl L ,
1315 .Fl M ,
1316 .Fl O ,
1317 .Fl P ,
1318 .Fl T ,
1319 .Fl U ,
1320 .Fl Y ,
1321 .Fl Z ,
1322 .Fl z ,
1323 the archive formats
1324 .Ar bcpio ,
1325 .Ar sv4cpio ,
1326 .Ar sv4crc ,
1327 .Ar tar ,
1328 and the flawed archive handling during
1329 .Ar list
1331 .Ar read
1332 operations are extensions to the
1333 .Tn POSIX
1334 standard.
1335 .Sh AUTHORS
1336 Keith Muller at the University of California, San Diego.
1337 Luke Mewburn implemented
1338 .Fl M .