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