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