]> Dogcows Code - chaz/tar/blob - doc/tar.texi
Minor fix
[chaz/tar] / doc / tar.texi
1 \input texinfo @c -*-texinfo-*-
2 @comment %**start of header
3 @setfilename tar.info
4 @include version.texi
5 @settitle GNU tar @value{VERSION}
6 @setchapternewpage odd
7
8 @finalout
9
10 @smallbook
11 @c %**end of header
12
13 @c Maintenance notes:
14 @c 1. Pay attention to @FIXME{}s and @UNREVISED{}s
15 @c 2. Before creating final variant:
16 @c 2.1. Run `make check-options' to make sure all options are properly
17 @c documented;
18 @c 2.2. Run `make master-menu' (see comment before the master menu).
19
20 @include rendition.texi
21 @include value.texi
22
23 @defcodeindex op
24
25 @c Put everything in one index (arbitrarily chosen to be the concept index).
26 @syncodeindex fn cp
27 @syncodeindex ky cp
28 @syncodeindex pg cp
29 @syncodeindex vr cp
30
31 @copying
32
33 This manual is for @acronym{GNU} @command{tar} (version
34 @value{VERSION}, @value{UPDATED}), which creates and extracts files
35 from archives.
36
37 Copyright @copyright{} 1992, 1994, 1995, 1996, 1997, 1999, 2000, 2001,
38 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
39
40 @quotation
41 Permission is granted to copy, distribute and/or modify this document
42 under the terms of the GNU Free Documentation License, Version 1.1 or
43 any later version published by the Free Software Foundation; with no
44 Invariant Sections, with the Front-Cover Texts being ``A GNU Manual,''
45 and with the Back-Cover Texts as in (a) below. A copy of the license
46 is included in the section entitled "GNU Free Documentation License".
47
48 (a) The FSF's Back-Cover Text is: ``You are free to copy and modify
49 this GNU Manual. Buying copies from GNU Press supports the FSF in
50 developing GNU and promoting software freedom.''
51 @end quotation
52 @end copying
53
54 @dircategory Archiving
55 @direntry
56 * Tar: (tar). Making tape (or disk) archives.
57 @end direntry
58
59 @dircategory Individual utilities
60 @direntry
61 * tar: (tar)tar invocation. Invoking @GNUTAR{}.
62 @end direntry
63
64 @shorttitlepage @acronym{GNU} @command{tar}
65
66 @titlepage
67 @title @acronym{GNU} tar: an archiver tool
68 @subtitle @value{RENDITION} @value{VERSION}, @value{UPDATED}
69 @author John Gilmore, Jay Fenlason et al.
70
71 @page
72 @vskip 0pt plus 1filll
73 @insertcopying
74 @end titlepage
75
76 @ifnottex
77 @node Top
78 @top @acronym{GNU} tar: an archiver tool
79
80 @insertcopying
81
82 @cindex file archival
83 @cindex archiving files
84
85 The first part of this master menu lists the major nodes in this Info
86 document. The rest of the menu lists all the lower level nodes.
87 @end ifnottex
88
89 @c The master menu goes here.
90 @c
91 @c NOTE: To update it from within Emacs, make sure mastermenu.el is
92 @c loaded and run texinfo-master-menu.
93 @c To update it from the command line, run
94 @c
95 @c make master-menu
96
97 @menu
98 * Introduction::
99 * Tutorial::
100 * tar invocation::
101 * operations::
102 * Backups::
103 * Choosing::
104 * Date input formats::
105 * Formats::
106 * Media::
107
108 Appendices
109
110 * Changes::
111 * Configuring Help Summary::
112 * Tar Internals::
113 * Genfile::
114 * Free Software Needs Free Documentation::
115 * Copying This Manual::
116 * Index of Command Line Options::
117 * Index::
118
119 @detailmenu
120 --- The Detailed Node Listing ---
121
122 Introduction
123
124 * Book Contents:: What this Book Contains
125 * Definitions:: Some Definitions
126 * What tar Does:: What @command{tar} Does
127 * Naming tar Archives:: How @command{tar} Archives are Named
128 * Authors:: @GNUTAR{} Authors
129 * Reports:: Reporting bugs or suggestions
130
131 Tutorial Introduction to @command{tar}
132
133 * assumptions::
134 * stylistic conventions::
135 * basic tar options:: Basic @command{tar} Operations and Options
136 * frequent operations::
137 * Two Frequent Options::
138 * create:: How to Create Archives
139 * list:: How to List Archives
140 * extract:: How to Extract Members from an Archive
141 * going further::
142
143 Two Frequently Used Options
144
145 * file tutorial::
146 * verbose tutorial::
147 * help tutorial::
148
149 How to Create Archives
150
151 * prepare for examples::
152 * Creating the archive::
153 * create verbose::
154 * short create::
155 * create dir::
156
157 How to List Archives
158
159 * list dir::
160
161 How to Extract Members from an Archive
162
163 * extracting archives::
164 * extracting files::
165 * extract dir::
166 * extracting untrusted archives::
167 * failing commands::
168
169 Invoking @GNUTAR{}
170
171 * Synopsis::
172 * using tar options::
173 * Styles::
174 * All Options::
175 * help::
176 * defaults::
177 * verbose::
178 * interactive::
179
180 The Three Option Styles
181
182 * Long Options:: Long Option Style
183 * Short Options:: Short Option Style
184 * Old Options:: Old Option Style
185 * Mixing:: Mixing Option Styles
186
187 All @command{tar} Options
188
189 * Operation Summary::
190 * Option Summary::
191 * Short Option Summary::
192
193 @GNUTAR{} Operations
194
195 * Basic tar::
196 * Advanced tar::
197 * create options::
198 * extract options::
199 * backup::
200 * Applications::
201 * looking ahead::
202
203 Advanced @GNUTAR{} Operations
204
205 * Operations::
206 * append::
207 * update::
208 * concatenate::
209 * delete::
210 * compare::
211
212 How to Add Files to Existing Archives: @option{--append}
213
214 * appending files:: Appending Files to an Archive
215 * multiple::
216
217 Updating an Archive
218
219 * how to update::
220
221 Options Used by @option{--create}
222
223 * override:: Overriding File Metadata.
224 * Ignore Failed Read::
225
226 Options Used by @option{--extract}
227
228 * Reading:: Options to Help Read Archives
229 * Writing:: Changing How @command{tar} Writes Files
230 * Scarce:: Coping with Scarce Resources
231
232 Options to Help Read Archives
233
234 * read full records::
235 * Ignore Zeros::
236
237 Changing How @command{tar} Writes Files
238
239 * Dealing with Old Files::
240 * Overwrite Old Files::
241 * Keep Old Files::
242 * Keep Newer Files::
243 * Unlink First::
244 * Recursive Unlink::
245 * Data Modification Times::
246 * Setting Access Permissions::
247 * Directory Modification Times and Permissions::
248 * Writing to Standard Output::
249 * Writing to an External Program::
250 * remove files::
251
252 Coping with Scarce Resources
253
254 * Starting File::
255 * Same Order::
256
257 Performing Backups and Restoring Files
258
259 * Full Dumps:: Using @command{tar} to Perform Full Dumps
260 * Incremental Dumps:: Using @command{tar} to Perform Incremental Dumps
261 * Backup Levels:: Levels of Backups
262 * Backup Parameters:: Setting Parameters for Backups and Restoration
263 * Scripted Backups:: Using the Backup Scripts
264 * Scripted Restoration:: Using the Restore Script
265
266 Setting Parameters for Backups and Restoration
267
268 * General-Purpose Variables::
269 * Magnetic Tape Control::
270 * User Hooks::
271 * backup-specs example:: An Example Text of @file{Backup-specs}
272
273 Choosing Files and Names for @command{tar}
274
275 * file:: Choosing the Archive's Name
276 * Selecting Archive Members::
277 * files:: Reading Names from a File
278 * exclude:: Excluding Some Files
279 * wildcards:: Wildcards Patterns and Matching
280 * quoting styles:: Ways of Quoting Special Characters in Names
281 * transform:: Modifying File and Member Names
282 * after:: Operating Only on New Files
283 * recurse:: Descending into Directories
284 * one:: Crossing File System Boundaries
285
286 Reading Names from a File
287
288 * nul::
289
290 Excluding Some Files
291
292 * problems with exclude::
293
294 Wildcards Patterns and Matching
295
296 * controlling pattern-matching::
297
298 Crossing File System Boundaries
299
300 * directory:: Changing Directory
301 * absolute:: Absolute File Names
302
303 Date input formats
304
305 * General date syntax:: Common rules.
306 * Calendar date items:: 19 Dec 1994.
307 * Time of day items:: 9:20pm.
308 * Time zone items:: @sc{est}, @sc{pdt}, @sc{gmt}.
309 * Day of week items:: Monday and others.
310 * Relative items in date strings:: next tuesday, 2 years ago.
311 * Pure numbers in date strings:: 19931219, 1440.
312 * Seconds since the Epoch:: @@1078100502.
313 * Specifying time zone rules:: TZ="America/New_York", TZ="UTC0".
314 * Authors of get_date:: Bellovin, Eggert, Salz, Berets, et al.
315
316 Controlling the Archive Format
317
318 * Portability:: Making @command{tar} Archives More Portable
319 * Compression:: Using Less Space through Compression
320 * Attributes:: Handling File Attributes
321 * cpio:: Comparison of @command{tar} and @command{cpio}
322
323 Making @command{tar} Archives More Portable
324
325 * Portable Names:: Portable Names
326 * dereference:: Symbolic Links
327 * old:: Old V7 Archives
328 * ustar:: Ustar Archives
329 * gnu:: GNU and old GNU format archives.
330 * posix:: @acronym{POSIX} archives
331 * Checksumming:: Checksumming Problems
332 * Large or Negative Values:: Large files, negative time stamps, etc.
333 * Other Tars:: How to Extract GNU-Specific Data Using
334 Other @command{tar} Implementations
335
336 @GNUTAR{} and @acronym{POSIX} @command{tar}
337
338 * PAX keywords:: Controlling Extended Header Keywords.
339
340 How to Extract GNU-Specific Data Using Other @command{tar} Implementations
341
342 * Split Recovery:: Members Split Between Volumes
343 * Sparse Recovery:: Sparse Members
344
345 Using Less Space through Compression
346
347 * gzip:: Creating and Reading Compressed Archives
348 * sparse:: Archiving Sparse Files
349
350 Tapes and Other Archive Media
351
352 * Device:: Device selection and switching
353 * Remote Tape Server::
354 * Common Problems and Solutions::
355 * Blocking:: Blocking
356 * Many:: Many archives on one tape
357 * Using Multiple Tapes:: Using Multiple Tapes
358 * label:: Including a Label in the Archive
359 * verify::
360 * Write Protection::
361
362 Blocking
363
364 * Format Variations:: Format Variations
365 * Blocking Factor:: The Blocking Factor of an Archive
366
367 Many Archives on One Tape
368
369 * Tape Positioning:: Tape Positions and Tape Marks
370 * mt:: The @command{mt} Utility
371
372 Using Multiple Tapes
373
374 * Multi-Volume Archives:: Archives Longer than One Tape or Disk
375 * Tape Files:: Tape Files
376 * Tarcat:: Concatenate Volumes into a Single Archive
377
378
379 Tar Internals
380
381 * Standard:: Basic Tar Format
382 * Extensions:: @acronym{GNU} Extensions to the Archive Format
383 * Sparse Formats:: Storing Sparse Files
384 * Snapshot Files::
385 * Dumpdir::
386
387 Storing Sparse Files
388
389 * Old GNU Format::
390 * PAX 0:: PAX Format, Versions 0.0 and 0.1
391 * PAX 1:: PAX Format, Version 1.0
392
393 Genfile
394
395 * Generate Mode:: File Generation Mode.
396 * Status Mode:: File Status Mode.
397 * Exec Mode:: Synchronous Execution mode.
398
399 Copying This Manual
400
401 * GNU Free Documentation License:: License for copying this manual
402
403 @end detailmenu
404 @end menu
405
406 @node Introduction
407 @chapter Introduction
408
409 @GNUTAR{} creates
410 and manipulates @dfn{archives} which are actually collections of
411 many other files; the program provides users with an organized and
412 systematic method for controlling a large amount of data.
413 The name ``tar'' originally came from the phrase ``Tape ARchive'', but
414 archives need not (and these days, typically do not) reside on tapes.
415
416 @menu
417 * Book Contents:: What this Book Contains
418 * Definitions:: Some Definitions
419 * What tar Does:: What @command{tar} Does
420 * Naming tar Archives:: How @command{tar} Archives are Named
421 * Authors:: @GNUTAR{} Authors
422 * Reports:: Reporting bugs or suggestions
423 @end menu
424
425 @node Book Contents
426 @section What this Book Contains
427
428 The first part of this chapter introduces you to various terms that will
429 recur throughout the book. It also tells you who has worked on @GNUTAR{}
430 and its documentation, and where you should send bug reports
431 or comments.
432
433 The second chapter is a tutorial (@pxref{Tutorial}) which provides a
434 gentle introduction for people who are new to using @command{tar}. It is
435 meant to be self contained, not requiring any reading from subsequent
436 chapters to make sense. It moves from topic to topic in a logical,
437 progressive order, building on information already explained.
438
439 Although the tutorial is paced and structured to allow beginners to
440 learn how to use @command{tar}, it is not intended solely for beginners.
441 The tutorial explains how to use the three most frequently used
442 operations (@samp{create}, @samp{list}, and @samp{extract}) as well as
443 two frequently used options (@samp{file} and @samp{verbose}). The other
444 chapters do not refer to the tutorial frequently; however, if a section
445 discusses something which is a complex variant of a basic concept, there
446 may be a cross reference to that basic concept. (The entire book,
447 including the tutorial, assumes that the reader understands some basic
448 concepts of using a Unix-type operating system; @pxref{Tutorial}.)
449
450 The third chapter presents the remaining five operations, and
451 information about using @command{tar} options and option syntax.
452
453 @FIXME{this sounds more like a @acronym{GNU} Project Manuals Concept [tm] more
454 than the reality. should think about whether this makes sense to say
455 here, or not.} The other chapters are meant to be used as a
456 reference. Each chapter presents everything that needs to be said
457 about a specific topic.
458
459 One of the chapters (@pxref{Date input formats}) exists in its
460 entirety in other @acronym{GNU} manuals, and is mostly self-contained.
461 In addition, one section of this manual (@pxref{Standard}) contains a
462 big quote which is taken directly from @command{tar} sources.
463
464 In general, we give both long and short (abbreviated) option names
465 at least once in each section where the relevant option is covered, so
466 that novice readers will become familiar with both styles. (A few
467 options have no short versions, and the relevant sections will
468 indicate this.)
469
470 @node Definitions
471 @section Some Definitions
472
473 @cindex archive
474 @cindex tar archive
475 The @command{tar} program is used to create and manipulate @command{tar}
476 archives. An @dfn{archive} is a single file which contains the contents
477 of many files, while still identifying the names of the files, their
478 owner(s), and so forth. (In addition, archives record access
479 permissions, user and group, size in bytes, and data modification time.
480 Some archives also record the file names in each archived directory, as
481 well as other file and directory information.) You can use @command{tar}
482 to @dfn{create} a new archive in a specified directory.
483
484 @cindex member
485 @cindex archive member
486 @cindex file name
487 @cindex member name
488 The files inside an archive are called @dfn{members}. Within this
489 manual, we use the term @dfn{file} to refer only to files accessible in
490 the normal ways (by @command{ls}, @command{cat}, and so forth), and the term
491 @dfn{member} to refer only to the members of an archive. Similarly, a
492 @dfn{file name} is the name of a file, as it resides in the file system,
493 and a @dfn{member name} is the name of an archive member within the
494 archive.
495
496 @cindex extraction
497 @cindex unpacking
498 The term @dfn{extraction} refers to the process of copying an archive
499 member (or multiple members) into a file in the file system. Extracting
500 all the members of an archive is often called @dfn{extracting the
501 archive}. The term @dfn{unpack} can also be used to refer to the
502 extraction of many or all the members of an archive. Extracting an
503 archive does not destroy the archive's structure, just as creating an
504 archive does not destroy the copies of the files that exist outside of
505 the archive. You may also @dfn{list} the members in a given archive
506 (this is often thought of as ``printing'' them to the standard output,
507 or the command line), or @dfn{append} members to a pre-existing archive.
508 All of these operations can be performed using @command{tar}.
509
510 @node What tar Does
511 @section What @command{tar} Does
512
513 @cindex tar
514 The @command{tar} program provides the ability to create @command{tar}
515 archives, as well as various other kinds of manipulation. For example,
516 you can use @command{tar} on previously created archives to extract files,
517 to store additional files, or to update or list files which were already
518 stored.
519
520 Initially, @command{tar} archives were used to store files conveniently on
521 magnetic tape. The name @command{tar} comes from this use; it stands for
522 @code{t}ape @code{ar}chiver. Despite the utility's name, @command{tar} can
523 direct its output to available devices, files, or other programs (using
524 pipes). @command{tar} may even access remote devices or files (as archives).
525
526 You can use @command{tar} archives in many ways. We want to stress a few
527 of them: storage, backup, and transportation.
528
529 @FIXME{the following table entries need a bit of work.}
530 @table @asis
531 @item Storage
532 Often, @command{tar} archives are used to store related files for
533 convenient file transfer over a network. For example, the
534 @acronym{GNU} Project distributes its software bundled into
535 @command{tar} archives, so that all the files relating to a particular
536 program (or set of related programs) can be transferred as a single
537 unit.
538
539 A magnetic tape can store several files in sequence. However, the tape
540 has no names for these files; it only knows their relative position on
541 the tape. One way to store several files on one tape and retain their
542 names is by creating a @command{tar} archive. Even when the basic transfer
543 mechanism can keep track of names, as FTP can, the nuisance of handling
544 multiple files, directories, and multiple links makes @command{tar}
545 archives useful.
546
547 Archive files are also used for long-term storage. You can think of
548 this as transportation from the present into the future. (It is a
549 science-fiction idiom that you can move through time as well as in
550 space; the idea here is that @command{tar} can be used to move archives in
551 all dimensions, even time!)
552
553 @item Backup
554 Because the archive created by @command{tar} is capable of preserving
555 file information and directory structure, @command{tar} is commonly
556 used for performing full and incremental backups of disks. A backup
557 puts a collection of files (possibly pertaining to many users and
558 projects) together on a disk or a tape. This guards against
559 accidental destruction of the information in those files.
560 @GNUTAR{} has special features that allow it to be
561 used to make incremental and full dumps of all the files in a
562 file system.
563
564 @item Transportation
565 You can create an archive on one system, transfer it to another system,
566 and extract the contents there. This allows you to transport a group of
567 files from one system to another.
568 @end table
569
570 @node Naming tar Archives
571 @section How @command{tar} Archives are Named
572
573 Conventionally, @command{tar} archives are given names ending with
574 @samp{.tar}. This is not necessary for @command{tar} to operate properly,
575 but this manual follows that convention in order to accustom readers to
576 it and to make examples more clear.
577
578 @cindex tar file
579 @cindex entry
580 @cindex tar entry
581 Often, people refer to @command{tar} archives as ``@command{tar} files,'' and
582 archive members as ``files'' or ``entries''. For people familiar with
583 the operation of @command{tar}, this causes no difficulty. However, in
584 this manual, we consistently refer to ``archives'' and ``archive
585 members'' to make learning to use @command{tar} easier for novice users.
586
587 @node Authors
588 @section @GNUTAR{} Authors
589
590 @GNUTAR{} was originally written by John Gilmore,
591 and modified by many people. The @acronym{GNU} enhancements were
592 written by Jay Fenlason, then Joy Kendall, and the whole package has
593 been further maintained by Thomas Bushnell, n/BSG, Fran@,{c}ois
594 Pinard, Paul Eggert, and finally Sergey Poznyakoff with the help of
595 numerous and kind users.
596
597 We wish to stress that @command{tar} is a collective work, and owes much to
598 all those people who reported problems, offered solutions and other
599 insights, or shared their thoughts and suggestions. An impressive, yet
600 partial list of those contributors can be found in the @file{THANKS}
601 file from the @GNUTAR{} distribution.
602
603 @FIXME{i want all of these names mentioned, Absolutely. BUT, i'm not
604 sure i want to spell out the history in this detail, at least not for
605 the printed book. i'm just not sure it needs to be said this way.
606 i'll think about it.}
607
608 @FIXME{History is more important, and surely more interesting, than
609 actual names. Quoting names without history would be meaningless. FP}
610
611 Jay Fenlason put together a draft of a @GNUTAR{}
612 manual, borrowing notes from the original man page from John Gilmore.
613 This was withdrawn in version 1.11. Thomas Bushnell, n/BSG and Amy
614 Gorin worked on a tutorial and manual for @GNUTAR{}.
615 Fran@,{c}ois Pinard put version 1.11.8 of the manual together by
616 taking information from all these sources and merging them. Melissa
617 Weisshaus finally edited and redesigned the book to create version
618 1.12. The book for versions from 1.14 up to @value{VERSION} were edited
619 by the current maintainer, Sergey Poznyakoff.
620
621 For version 1.12, Daniel Hagerty contributed a great deal of technical
622 consulting. In particular, he is the primary author of @ref{Backups}.
623
624 In July, 2003 @GNUTAR{} was put on CVS at savannah.gnu.org
625 (see @url{http://savannah.gnu.org/projects/tar}), and
626 active development and maintenance work has started
627 again. Currently @GNUTAR{} is being maintained by Paul Eggert, Sergey
628 Poznyakoff and Jeff Bailey.
629
630 Support for @acronym{POSIX} archives was added by Sergey Poznyakoff.
631
632 @node Reports
633 @section Reporting bugs or suggestions
634
635 @cindex bug reports
636 @cindex reporting bugs
637 If you find problems or have suggestions about this program or manual,
638 please report them to @file{bug-tar@@gnu.org}.
639
640 When reporting a bug, please be sure to include as much detail as
641 possible, in order to reproduce it. @FIXME{Be more specific, I'd
642 like to make this node as detailed as 'Bug reporting' node in Emacs
643 manual}.
644
645 @node Tutorial
646 @chapter Tutorial Introduction to @command{tar}
647
648 This chapter guides you through some basic examples of three @command{tar}
649 operations: @option{--create}, @option{--list}, and @option{--extract}. If
650 you already know how to use some other version of @command{tar}, then you
651 may not need to read this chapter. This chapter omits most complicated
652 details about how @command{tar} works.
653
654 @menu
655 * assumptions::
656 * stylistic conventions::
657 * basic tar options:: Basic @command{tar} Operations and Options
658 * frequent operations::
659 * Two Frequent Options::
660 * create:: How to Create Archives
661 * list:: How to List Archives
662 * extract:: How to Extract Members from an Archive
663 * going further::
664 @end menu
665
666 @node assumptions
667 @section Assumptions this Tutorial Makes
668
669 This chapter is paced to allow beginners to learn about @command{tar}
670 slowly. At the same time, we will try to cover all the basic aspects of
671 these three operations. In order to accomplish both of these tasks, we
672 have made certain assumptions about your knowledge before reading this
673 manual, and the hardware you will be using:
674
675 @itemize @bullet
676 @item
677 Before you start to work through this tutorial, you should understand
678 what the terms ``archive'' and ``archive member'' mean
679 (@pxref{Definitions}). In addition, you should understand something
680 about how Unix-type operating systems work, and you should know how to
681 use some basic utilities. For example, you should know how to create,
682 list, copy, rename, edit, and delete files and directories; how to
683 change between directories; and how to figure out where you are in the
684 file system. You should have some basic understanding of directory
685 structure and how files are named according to which directory they are
686 in. You should understand concepts such as standard output and standard
687 input, what various definitions of the term ``argument'' mean, and the
688 differences between relative and absolute path names. @FIXME{and what
689 else?}
690
691 @item
692 This manual assumes that you are working from your own home directory
693 (unless we state otherwise). In this tutorial, you will create a
694 directory to practice @command{tar} commands in. When we show path names,
695 we will assume that those paths are relative to your home directory.
696 For example, my home directory path is @file{/home/fsf/melissa}. All of
697 my examples are in a subdirectory of the directory named by that path
698 name; the subdirectory is called @file{practice}.
699
700 @item
701 In general, we show examples of archives which exist on (or can be
702 written to, or worked with from) a directory on a hard disk. In most
703 cases, you could write those archives to, or work with them on any other
704 device, such as a tape drive. However, some of the later examples in
705 the tutorial and next chapter will not work on tape drives.
706 Additionally, working with tapes is much more complicated than working
707 with hard disks. For these reasons, the tutorial does not cover working
708 with tape drives. @xref{Media}, for complete information on using
709 @command{tar} archives with tape drives.
710
711 @FIXME{this is a cop out. need to add some simple tape drive info.}
712 @end itemize
713
714 @node stylistic conventions
715 @section Stylistic Conventions
716
717 In the examples, @samp{$} represents a typical shell prompt. It
718 precedes lines you should type; to make this more clear, those lines are
719 shown in @kbd{this font}, as opposed to lines which represent the
720 computer's response; those lines are shown in @code{this font}, or
721 sometimes @samp{like this}.
722
723 @c When we have lines which are too long to be
724 @c displayed in any other way, we will show them like this:
725
726 @node basic tar options
727 @section Basic @command{tar} Operations and Options
728
729 @command{tar} can take a wide variety of arguments which specify and define
730 the actions it will have on the particular set of files or the archive.
731 The main types of arguments to @command{tar} fall into one of two classes:
732 operations, and options.
733
734 Some arguments fall into a class called @dfn{operations}; exactly one of
735 these is both allowed and required for any instance of using @command{tar};
736 you may @emph{not} specify more than one. People sometimes speak of
737 @dfn{operating modes}. You are in a particular operating mode when you
738 have specified the operation which specifies it; there are eight
739 operations in total, and thus there are eight operating modes.
740
741 The other arguments fall into the class known as @dfn{options}. You are
742 not required to specify any options, and you are allowed to specify more
743 than one at a time (depending on the way you are using @command{tar} at
744 that time). Some options are used so frequently, and are so useful for
745 helping you type commands more carefully that they are effectively
746 ``required''. We will discuss them in this chapter.
747
748 You can write most of the @command{tar} operations and options in any
749 of three forms: long (mnemonic) form, short form, and old style. Some
750 of the operations and options have no short or ``old'' forms; however,
751 the operations and options which we will cover in this tutorial have
752 corresponding abbreviations. @FIXME{make sure this is still the case,
753 at the end}We will indicate those abbreviations appropriately to get
754 you used to seeing them. (Note that the ``old style'' option forms
755 exist in @GNUTAR{} for compatibility with Unix
756 @command{tar}. In this book we present a full discussion of this way
757 of writing options and operations (@pxref{Old Options}), and we discuss
758 the other two styles of writing options (@xref{Long Options}, and
759 @pxref{Short Options}).
760
761 In the examples and in the text of this tutorial, we usually use the
762 long forms of operations and options; but the ``short'' forms produce
763 the same result and can make typing long @command{tar} commands easier.
764 For example, instead of typing
765
766 @smallexample
767 @kbd{tar --create --verbose --file=afiles.tar apple angst aspic}
768 @end smallexample
769
770 @noindent
771 you can type
772 @smallexample
773 @kbd{tar -c -v -f afiles.tar apple angst aspic}
774 @end smallexample
775
776 @noindent
777 or even
778 @smallexample
779 @kbd{tar -cvf afiles.tar apple angst aspic}
780 @end smallexample
781
782 @noindent
783 For more information on option syntax, see @ref{Advanced tar}. In
784 discussions in the text, when we name an option by its long form, we
785 also give the corresponding short option in parentheses.
786
787 The term, ``option'', can be confusing at times, since ``operations''
788 are often lumped in with the actual, @emph{optional} ``options'' in certain
789 general class statements. For example, we just talked about ``short and
790 long forms of options and operations''. However, experienced @command{tar}
791 users often refer to these by shorthand terms such as, ``short and long
792 options''. This term assumes that the ``operations'' are included, also.
793 Context will help you determine which definition of ``options'' to use.
794
795 Similarly, the term ``command'' can be confusing, as it is often used in
796 two different ways. People sometimes refer to @command{tar} ``commands''.
797 A @command{tar} @dfn{command} is the entire command line of user input
798 which tells @command{tar} what to do --- including the operation, options,
799 and any arguments (file names, pipes, other commands, etc.). However,
800 you will also sometimes hear the term ``the @command{tar} command''. When
801 the word ``command'' is used specifically like this, a person is usually
802 referring to the @command{tar} @emph{operation}, not the whole line.
803 Again, use context to figure out which of the meanings the speaker
804 intends.
805
806 @node frequent operations
807 @section The Three Most Frequently Used Operations
808
809 Here are the three most frequently used operations (both short and long
810 forms), as well as a brief description of their meanings. The rest of
811 this chapter will cover how to use these operations in detail. We will
812 present the rest of the operations in the next chapter.
813
814 @table @option
815 @item --create
816 @itemx -c
817 Create a new @command{tar} archive.
818 @item --list
819 @itemx -t
820 List the contents of an archive.
821 @item --extract
822 @itemx -x
823 Extract one or more members from an archive.
824 @end table
825
826 @node Two Frequent Options
827 @section Two Frequently Used Options
828
829 To understand how to run @command{tar} in the three operating modes listed
830 previously, you also need to understand how to use two of the options to
831 @command{tar}: @option{--file} (which takes an archive file as an argument)
832 and @option{--verbose}. (You are usually not @emph{required} to specify
833 either of these options when you run @command{tar}, but they can be very
834 useful in making things more clear and helping you avoid errors.)
835
836 @menu
837 * file tutorial::
838 * verbose tutorial::
839 * help tutorial::
840 @end menu
841
842 @node file tutorial
843 @unnumberedsubsec The @option{--file} Option
844
845 @table @option
846 @xopindex{file, tutorial}
847 @item --file=@var{archive-name}
848 @itemx -f @var{archive-name}
849 Specify the name of an archive file.
850 @end table
851
852 You can specify an argument for the @option{--file=@var{archive-name}} (@option{-f @var{archive-name}}) option whenever you
853 use @command{tar}; this option determines the name of the archive file
854 that @command{tar} will work on.
855
856 @vrindex TAPE
857 If you don't specify this argument, then @command{tar} will examine
858 the environment variable @env{TAPE}. If it is set, its value will be
859 used as the archive name. Otherwise, @command{tar} will use the
860 default archive, determined at the compile time. Usually it is
861 standard output or some physical tape drive attached to your machine
862 (you can verify what the default is by running @kbd{tar
863 --show-defaults}, @pxref{defaults}). If there is no tape drive
864 attached, or the default is not meaningful, then @command{tar} will
865 print an error message. The error message might look roughly like one
866 of the following:
867
868 @smallexample
869 tar: can't open /dev/rmt8 : No such device or address
870 tar: can't open /dev/rsmt0 : I/O error
871 @end smallexample
872
873 @noindent
874 To avoid confusion, we recommend that you always specify an archive file
875 name by using @option{--file=@var{archive-name}} (@option{-f @var{archive-name}}) when writing your @command{tar} commands.
876 For more information on using the @option{--file=@var{archive-name}} (@option{-f @var{archive-name}}) option, see
877 @ref{file}.
878
879 @node verbose tutorial
880 @unnumberedsubsec The @option{--verbose} Option
881
882 @table @option
883 @xopindex{verbose, introduced}
884 @item --verbose
885 @itemx -v
886 Show the files being worked on as @command{tar} is running.
887 @end table
888
889 @option{--verbose} (@option{-v}) shows details about the results of running
890 @command{tar}. This can be especially useful when the results might not be
891 obvious. For example, if you want to see the progress of @command{tar} as
892 it writes files into the archive, you can use the @option{--verbose}
893 option. In the beginning, you may find it useful to use
894 @option{--verbose} at all times; when you are more accustomed to
895 @command{tar}, you will likely want to use it at certain times but not at
896 others. We will use @option{--verbose} at times to help make something
897 clear, and we will give many examples both using and not using
898 @option{--verbose} to show the differences.
899
900 Each instance of @option{--verbose} on the command line increases the
901 verbosity level by one, so if you need more details on the output,
902 specify it twice.
903
904 When reading archives (@option{--list}, @option{--extract},
905 @option{--diff}), @command{tar} by default prints only the names of
906 the members being extracted. Using @option{--verbose} will show a full,
907 @command{ls} style member listing.
908
909 In contrast, when writing archives (@option{--create}, @option{--append},
910 @option{--update}), @command{tar} does not print file names by
911 default. So, a single @option{--verbose} option shows the file names
912 being added to the archive, while two @option{--verbose} options
913 enable the full listing.
914
915 For example, to create an archive in verbose mode:
916
917 @smallexample
918 $ @kbd{tar -cvf afiles.tar apple angst aspic}
919 apple
920 angst
921 aspic
922 @end smallexample
923
924 @noindent
925 Creating the same archive with the verbosity level 2 could give:
926
927 @smallexample
928 $ @kbd{tar -cvvf afiles.tar apple angst aspic}
929 -rw-r--r-- gray/staff 62373 2006-06-09 12:06 apple
930 -rw-r--r-- gray/staff 11481 2006-06-09 12:06 angst
931 -rw-r--r-- gray/staff 23152 2006-06-09 12:06 aspic
932 @end smallexample
933
934 @noindent
935 This works equally well using short or long forms of options. Using
936 long forms, you would simply write out the mnemonic form of the option
937 twice, like this:
938
939 @smallexample
940 $ @kbd{tar --create --verbose --verbose @dots{}}
941 @end smallexample
942
943 @noindent
944 Note that you must double the hyphens properly each time.
945
946 Later in the tutorial, we will give examples using @w{@option{--verbose
947 --verbose}}.
948
949 @anchor{verbose member listing}
950 The full output consists of six fields:
951
952 @itemize @bullet
953 @item File type and permissions in symbolic form.
954 These are displayed in the same format as the first column of
955 @command{ls -l} output (@pxref{What information is listed,
956 format=verbose, Verbose listing, fileutils, GNU file utilities}).
957
958 @item Owner name and group separated by a slash character.
959 If these data are not available (for example, when listing a @samp{v7} format
960 archive), numeric ID values are printed instead.
961
962 @item Size of the file, in bytes.
963
964 @item File modification date in ISO 8601 format.
965
966 @item File modification time.
967
968 @item File name.
969 If the name contains any special characters (white space, newlines,
970 etc.) these are displayed in an unambiguous form using so called
971 @dfn{quoting style}. For the detailed discussion of available styles
972 and on how to use them, see @ref{quoting styles}.
973
974 Depending on the file type, the name can be followed by some
975 additional information, described in the following table:
976
977 @table @samp
978 @item -> @var{link-name}
979 The file or archive member is a @dfn{symbolic link} and
980 @var{link-name} is the name of file it links to.
981
982 @item link to @var{link-name}
983 The file or archive member is a @dfn{hard link} and @var{link-name} is
984 the name of file it links to.
985
986 @item --Long Link--
987 The archive member is an old GNU format long link. You will normally
988 not encounter this.
989
990 @item --Long Name--
991 The archive member is an old GNU format long name. You will normally
992 not encounter this.
993
994 @item --Volume Header--
995 The archive member is a GNU @dfn{volume header} (@pxref{Tape Files}).
996
997 @item --Continued at byte @var{n}--
998 Encountered only at the beginning of a multi-volume archive
999 (@pxref{Using Multiple Tapes}). This archive member is a continuation
1000 from the previous volume. The number @var{n} gives the offset where
1001 the original file was split.
1002
1003 @item --Mangled file names--
1004 This archive member contains @dfn{mangled file names} declarations,
1005 a special member type that was used by early versions of @GNUTAR{}.
1006 You probably will never encounter this, unless you are reading a very
1007 old archive.
1008
1009 @item unknown file type @var{c}
1010 An archive member of unknown type. @var{c} is the type character from
1011 the archive header. If you encounter such a message, it means that
1012 either your archive contains proprietary member types @GNUTAR{} is not
1013 able to handle, or the archive is corrupted.
1014 @end table
1015
1016 @end itemize
1017
1018 For example, here is an archive listing containing most of the special
1019 suffixes explained above:
1020
1021 @smallexample
1022 @group
1023 V--------- 0/0 1536 2006-06-09 13:07 MyVolume--Volume Header--
1024 -rw-r--r-- gray/staff 456783 2006-06-09 12:06 aspic--Continued at
1025 byte 32456--
1026 -rw-r--r-- gray/staff 62373 2006-06-09 12:06 apple
1027 lrwxrwxrwx gray/staff 0 2006-06-09 13:01 angst -> apple
1028 -rw-r--r-- gray/staff 35793 2006-06-09 12:06 blues
1029 hrw-r--r-- gray/staff 0 2006-06-09 12:06 music link to blues
1030 @end group
1031 @end smallexample
1032
1033 @smallexample
1034 @end smallexample
1035
1036 @node help tutorial
1037 @unnumberedsubsec Getting Help: Using the @option{--help} Option
1038
1039 @table @option
1040 @opindex help
1041 @item --help
1042
1043 The @option{--help} option to @command{tar} prints out a very brief list of
1044 all operations and option available for the current version of
1045 @command{tar} available on your system.
1046 @end table
1047
1048 @node create
1049 @section How to Create Archives
1050 @UNREVISED
1051
1052 @cindex Creation of the archive
1053 @cindex Archive, creation of
1054 One of the basic operations of @command{tar} is @option{--create} (@option{-c}), which
1055 you use to create a @command{tar} archive. We will explain
1056 @option{--create} first because, in order to learn about the other
1057 operations, you will find it useful to have an archive available to
1058 practice on.
1059
1060 To make this easier, in this section you will first create a directory
1061 containing three files. Then, we will show you how to create an
1062 @emph{archive} (inside the new directory). Both the directory, and
1063 the archive are specifically for you to practice on. The rest of this
1064 chapter and the next chapter will show many examples using this
1065 directory and the files you will create: some of those files may be
1066 other directories and other archives.
1067
1068 The three files you will archive in this example are called
1069 @file{blues}, @file{folk}, and @file{jazz}. The archive is called
1070 @file{collection.tar}.
1071
1072 This section will proceed slowly, detailing how to use @option{--create}
1073 in @code{verbose} mode, and showing examples using both short and long
1074 forms. In the rest of the tutorial, and in the examples in the next
1075 chapter, we will proceed at a slightly quicker pace. This section
1076 moves more slowly to allow beginning users to understand how
1077 @command{tar} works.
1078
1079 @menu
1080 * prepare for examples::
1081 * Creating the archive::
1082 * create verbose::
1083 * short create::
1084 * create dir::
1085 @end menu
1086
1087 @node prepare for examples
1088 @subsection Preparing a Practice Directory for Examples
1089
1090 To follow along with this and future examples, create a new directory
1091 called @file{practice} containing files called @file{blues}, @file{folk}
1092 and @file{jazz}. The files can contain any information you like:
1093 ideally, they should contain information which relates to their names,
1094 and be of different lengths. Our examples assume that @file{practice}
1095 is a subdirectory of your home directory.
1096
1097 Now @command{cd} to the directory named @file{practice}; @file{practice}
1098 is now your @dfn{working directory}. (@emph{Please note}: Although
1099 the full path name of this directory is
1100 @file{/@var{homedir}/practice}, in our examples we will refer to
1101 this directory as @file{practice}; the @var{homedir} is presumed.
1102
1103 In general, you should check that the files to be archived exist where
1104 you think they do (in the working directory) by running @command{ls}.
1105 Because you just created the directory and the files and have changed to
1106 that directory, you probably don't need to do that this time.
1107
1108 It is very important to make sure there isn't already a file in the
1109 working directory with the archive name you intend to use (in this case,
1110 @samp{collection.tar}), or that you don't care about its contents.
1111 Whenever you use @samp{create}, @command{tar} will erase the current
1112 contents of the file named by @option{--file=@var{archive-name}} (@option{-f @var{archive-name}}) if it exists. @command{tar}
1113 will not tell you if you are about to overwrite an archive unless you
1114 specify an option which does this (@pxref{backup}, for the
1115 information on how to do so). To add files to an existing archive,
1116 you need to use a different option, such as @option{--append} (@option{-r}); see
1117 @ref{append} for information on how to do this.
1118
1119 @node Creating the archive
1120 @subsection Creating the Archive
1121
1122 @xopindex{create, introduced}
1123 To place the files @file{blues}, @file{folk}, and @file{jazz} into an
1124 archive named @file{collection.tar}, use the following command:
1125
1126 @smallexample
1127 $ @kbd{tar --create --file=collection.tar blues folk jazz}
1128 @end smallexample
1129
1130 The order of the arguments is not very important, @emph{when using long
1131 option forms}. You could also say:
1132
1133 @smallexample
1134 $ @kbd{tar blues --create folk --file=collection.tar jazz}
1135 @end smallexample
1136
1137 @noindent
1138 However, you can see that this order is harder to understand; this is
1139 why we will list the arguments in the order that makes the commands
1140 easiest to understand (and we encourage you to do the same when you use
1141 @command{tar}, to avoid errors).
1142
1143 Note that the sequence
1144 @option{--file=@-collection.tar} is considered to be @emph{one} argument.
1145 If you substituted any other string of characters for
1146 @kbd{collection.tar}, then that string would become the name of the
1147 archive file you create.
1148
1149 The order of the options becomes more important when you begin to use
1150 short forms. With short forms, if you type commands in the wrong order
1151 (even if you type them correctly in all other ways), you may end up with
1152 results you don't expect. For this reason, it is a good idea to get
1153 into the habit of typing options in the order that makes inherent sense.
1154 @xref{short create}, for more information on this.
1155
1156 In this example, you type the command as shown above: @option{--create}
1157 is the operation which creates the new archive
1158 (@file{collection.tar}), and @option{--file} is the option which lets
1159 you give it the name you chose. The files, @file{blues}, @file{folk},
1160 and @file{jazz}, are now members of the archive, @file{collection.tar}
1161 (they are @dfn{file name arguments} to the @option{--create} operation.
1162 @xref{Choosing}, for the detailed discussion on these.) Now that they are
1163 in the archive, they are called @emph{archive members}, not files.
1164 (@pxref{Definitions,members}).
1165
1166 When you create an archive, you @emph{must} specify which files you
1167 want placed in the archive. If you do not specify any archive
1168 members, @GNUTAR{} will complain.
1169
1170 If you now list the contents of the working directory (@command{ls}), you will
1171 find the archive file listed as well as the files you saw previously:
1172
1173 @smallexample
1174 blues folk jazz collection.tar
1175 @end smallexample
1176
1177 @noindent
1178 Creating the archive @samp{collection.tar} did not destroy the copies of
1179 the files in the directory.
1180
1181 Keep in mind that if you don't indicate an operation, @command{tar} will not
1182 run and will prompt you for one. If you don't name any files, @command{tar}
1183 will complain. You must have write access to the working directory,
1184 or else you will not be able to create an archive in that directory.
1185
1186 @emph{Caution}: Do not attempt to use @option{--create} (@option{-c}) to add files to
1187 an existing archive; it will delete the archive and write a new one.
1188 Use @option{--append} (@option{-r}) instead. @xref{append}.
1189
1190 @node create verbose
1191 @subsection Running @option{--create} with @option{--verbose}
1192
1193 @xopindex{create, using with @option{--verbose}}
1194 @xopindex{verbose, using with @option{--create}}
1195 If you include the @option{--verbose} (@option{-v}) option on the command line,
1196 @command{tar} will list the files it is acting on as it is working. In
1197 verbose mode, the @code{create} example above would appear as:
1198
1199 @smallexample
1200 $ @kbd{tar --create --verbose --file=collection.tar blues folk jazz}
1201 blues
1202 folk
1203 jazz
1204 @end smallexample
1205
1206 This example is just like the example we showed which did not use
1207 @option{--verbose}, except that @command{tar} generated the remaining lines
1208 @iftex
1209 (note the different font styles).
1210 @end iftex
1211 @ifinfo
1212 .
1213 @end ifinfo
1214
1215 In the rest of the examples in this chapter, we will frequently use
1216 @code{verbose} mode so we can show actions or @command{tar} responses that
1217 you would otherwise not see, and which are important for you to
1218 understand.
1219
1220 @node short create
1221 @subsection Short Forms with @samp{create}
1222
1223 As we said before, the @option{--create} (@option{-c}) operation is one of the most
1224 basic uses of @command{tar}, and you will use it countless times.
1225 Eventually, you will probably want to use abbreviated (or ``short'')
1226 forms of options. A full discussion of the three different forms that
1227 options can take appears in @ref{Styles}; for now, here is what the
1228 previous example (including the @option{--verbose} (@option{-v}) option) looks like
1229 using short option forms:
1230
1231 @smallexample
1232 $ @kbd{tar -cvf collection.tar blues folk jazz}
1233 blues
1234 folk
1235 jazz
1236 @end smallexample
1237
1238 @noindent
1239 As you can see, the system responds the same no matter whether you use
1240 long or short option forms.
1241
1242 @FIXME{i don't like how this is worded:} One difference between using
1243 short and long option forms is that, although the exact placement of
1244 arguments following options is no more specific when using short forms,
1245 it is easier to become confused and make a mistake when using short
1246 forms. For example, suppose you attempted the above example in the
1247 following way:
1248
1249 @smallexample
1250 $ @kbd{tar -cfv collection.tar blues folk jazz}
1251 @end smallexample
1252
1253 @noindent
1254 In this case, @command{tar} will make an archive file called @file{v},
1255 containing the files @file{blues}, @file{folk}, and @file{jazz}, because
1256 the @samp{v} is the closest ``file name'' to the @option{-f} option, and
1257 is thus taken to be the chosen archive file name. @command{tar} will try
1258 to add a file called @file{collection.tar} to the @file{v} archive file;
1259 if the file @file{collection.tar} did not already exist, @command{tar} will
1260 report an error indicating that this file does not exist. If the file
1261 @file{collection.tar} does already exist (e.g., from a previous command
1262 you may have run), then @command{tar} will add this file to the archive.
1263 Because the @option{-v} option did not get registered, @command{tar} will not
1264 run under @samp{verbose} mode, and will not report its progress.
1265
1266 The end result is that you may be quite confused about what happened,
1267 and possibly overwrite a file. To illustrate this further, we will show
1268 you how an example we showed previously would look using short forms.
1269
1270 This example,
1271
1272 @smallexample
1273 $ @kbd{tar blues --create folk --file=collection.tar jazz}
1274 @end smallexample
1275
1276 @noindent
1277 is confusing as it is. When shown using short forms, however, it
1278 becomes much more so:
1279
1280 @smallexample
1281 $ @kbd{tar blues -c folk -f collection.tar jazz}
1282 @end smallexample
1283
1284 @noindent
1285 It would be very easy to put the wrong string of characters
1286 immediately following the @option{-f}, but doing that could sacrifice
1287 valuable data.
1288
1289 For this reason, we recommend that you pay very careful attention to
1290 the order of options and placement of file and archive names,
1291 especially when using short option forms. Not having the option name
1292 written out mnemonically can affect how well you remember which option
1293 does what, and therefore where different names have to be placed.
1294
1295 @node create dir
1296 @subsection Archiving Directories
1297
1298 @cindex Archiving Directories
1299 @cindex Directories, Archiving
1300 You can archive a directory by specifying its directory name as a
1301 file name argument to @command{tar}. The files in the directory will be
1302 archived relative to the working directory, and the directory will be
1303 re-created along with its contents when the archive is extracted.
1304
1305 To archive a directory, first move to its superior directory. If you
1306 have followed the previous instructions in this tutorial, you should
1307 type:
1308
1309 @smallexample
1310 $ @kbd{cd ..}
1311 $
1312 @end smallexample
1313
1314 @noindent
1315 This will put you into the directory which contains @file{practice},
1316 i.e., your home directory. Once in the superior directory, you can
1317 specify the subdirectory, @file{practice}, as a file name argument. To
1318 store @file{practice} in the new archive file @file{music.tar}, type:
1319
1320 @smallexample
1321 $ @kbd{tar --create --verbose --file=music.tar practice}
1322 @end smallexample
1323
1324 @noindent
1325 @command{tar} should output:
1326
1327 @smallexample
1328 practice/
1329 practice/blues
1330 practice/folk
1331 practice/jazz
1332 practice/collection.tar
1333 @end smallexample
1334
1335 Note that the archive thus created is not in the subdirectory
1336 @file{practice}, but rather in the current working directory---the
1337 directory from which @command{tar} was invoked. Before trying to archive a
1338 directory from its superior directory, you should make sure you have
1339 write access to the superior directory itself, not only the directory
1340 you are trying archive with @command{tar}. For example, you will probably
1341 not be able to store your home directory in an archive by invoking
1342 @command{tar} from the root directory; @xref{absolute}. (Note
1343 also that @file{collection.tar}, the original archive file, has itself
1344 been archived. @command{tar} will accept any file as a file to be
1345 archived, regardless of its content. When @file{music.tar} is
1346 extracted, the archive file @file{collection.tar} will be re-written
1347 into the file system).
1348
1349 If you give @command{tar} a command such as
1350
1351 @smallexample
1352 $ @kbd{tar --create --file=foo.tar .}
1353 @end smallexample
1354
1355 @noindent
1356 @command{tar} will report @samp{tar: ./foo.tar is the archive; not
1357 dumped}. This happens because @command{tar} creates the archive
1358 @file{foo.tar} in the current directory before putting any files into
1359 it. Then, when @command{tar} attempts to add all the files in the
1360 directory @file{.} to the archive, it notices that the file
1361 @file{./foo.tar} is the same as the archive @file{foo.tar}, and skips
1362 it. (It makes no sense to put an archive into itself.) @GNUTAR{}
1363 will continue in this case, and create the archive
1364 normally, except for the exclusion of that one file. (@emph{Please
1365 note:} Other implementations of @command{tar} may not be so clever;
1366 they will enter an infinite loop when this happens, so you should not
1367 depend on this behavior unless you are certain you are running
1368 @GNUTAR{}. In general, it is wise to always place the archive outside
1369 of the directory being dumped.
1370
1371 @node list
1372 @section How to List Archives
1373
1374 @opindex list
1375 Frequently, you will find yourself wanting to determine exactly what a
1376 particular archive contains. You can use the @option{--list}
1377 (@option{-t}) operation to get the member names as they currently
1378 appear in the archive, as well as various attributes of the files at
1379 the time they were archived. For example, you can examine the archive
1380 @file{collection.tar} that you created in the last section with the
1381 command,
1382
1383 @smallexample
1384 $ @kbd{tar --list --file=collection.tar}
1385 @end smallexample
1386
1387 @noindent
1388 The output of @command{tar} would then be:
1389
1390 @smallexample
1391 blues
1392 folk
1393 jazz
1394 @end smallexample
1395
1396 @noindent
1397 The archive @file{bfiles.tar} would list as follows:
1398
1399 @smallexample
1400 ./birds
1401 baboon
1402 ./box
1403 @end smallexample
1404
1405 @noindent
1406 Be sure to use a @option{--file=@var{archive-name}} (@option{-f
1407 @var{archive-name}}) option just as with @option{--create}
1408 (@option{-c}) to specify the name of the archive.
1409
1410 @xopindex{list, using with @option{--verbose}}
1411 @xopindex{verbose, using with @option{--list}}
1412 If you use the @option{--verbose} (@option{-v}) option with
1413 @option{--list}, then @command{tar} will print out a listing
1414 reminiscent of @w{@samp{ls -l}}, showing owner, file size, and so
1415 forth. This output is described in detail in @ref{verbose member listing}.
1416
1417 If you had used @option{--verbose} (@option{-v}) mode, the example
1418 above would look like:
1419
1420 @smallexample
1421 $ @kbd{tar --list --verbose --file=collection.tar folk}
1422 -rw-r--r-- myself user 62 1990-05-23 10:55 folk
1423 @end smallexample
1424
1425 @cindex listing member and file names
1426 @anchor{listing member and file names}
1427 It is important to notice that the output of @kbd{tar --list
1428 --verbose} does not necessarily match that produced by @kbd{tar
1429 --create --verbose} while creating the archive. It is because
1430 @GNUTAR{}, unless told explicitly not to do so, removes some directory
1431 prefixes from file names before storing them in the archive
1432 (@xref{absolute}, for more information). In other
1433 words, in verbose mode @GNUTAR{} shows @dfn{file names} when creating
1434 an archive and @dfn{member names} when listing it. Consider this
1435 example:
1436
1437 @smallexample
1438 @group
1439 $ @kbd{tar cfv archive /etc/mail}
1440 tar: Removing leading `/' from member names
1441 /etc/mail/
1442 /etc/mail/sendmail.cf
1443 /etc/mail/aliases
1444 $ @kbd{tar tf archive}
1445 etc/mail/
1446 etc/mail/sendmail.cf
1447 etc/mail/aliases
1448 @end group
1449 @end smallexample
1450
1451 @opindex show-stored-names
1452 This default behavior can sometimes be inconvenient. You can force
1453 @GNUTAR{} show member names when creating archive by supplying
1454 @option{--show-stored-names} option.
1455
1456 @table @option
1457 @item --show-stored-names
1458 Print member (as opposed to @emph{file}) names when creating the archive.
1459 @end table
1460
1461 @cindex File name arguments, using @option{--list} with
1462 @xopindex{list, using with file name arguments}
1463 You can specify one or more individual member names as arguments when
1464 using @samp{list}. In this case, @command{tar} will only list the
1465 names of members you identify. For example, @w{@kbd{tar --list
1466 --file=afiles.tar apple}} would only print @file{apple}.
1467
1468 Because @command{tar} preserves paths, file names must be specified as
1469 they appear in the archive (i.e., relative to the directory from which
1470 the archive was created). Therefore, it is essential when specifying
1471 member names to @command{tar} that you give the exact member names.
1472 For example, @w{@kbd{tar --list --file=bfiles.tar birds}} would produce an
1473 error message something like @samp{tar: birds: Not found in archive},
1474 because there is no member named @file{birds}, only one named
1475 @file{./birds}. While the names @file{birds} and @file{./birds} name
1476 the same file, @emph{member} names by default are compared verbatim.
1477
1478 However, @w{@kbd{tar --list --file=bfiles.tar baboon}} would respond
1479 with @file{baboon}, because this exact member name is in the archive file
1480 @file{bfiles.tar}. If you are not sure of the exact file name,
1481 use @dfn{globbing patterns}, for example:
1482
1483 @smallexample
1484 $ @kbd{tar --list --file=bfiles.tar --wildcards '*b*'}
1485 @end smallexample
1486
1487 @noindent
1488 will list all members whose name contains @samp{b}. @xref{wildcards},
1489 for a detailed discussion of globbing patterns and related
1490 @command{tar} command line options.
1491
1492 @menu
1493 * list dir::
1494 @end menu
1495
1496 @node list dir
1497 @unnumberedsubsec Listing the Contents of a Stored Directory
1498
1499 To get information about the contents of an archived directory,
1500 use the directory name as a file name argument in conjunction with
1501 @option{--list} (@option{-t}). To find out file attributes, include the
1502 @option{--verbose} (@option{-v}) option.
1503
1504 For example, to find out about files in the directory @file{practice}, in
1505 the archive file @file{music.tar}, type:
1506
1507 @smallexample
1508 $ @kbd{tar --list --verbose --file=music.tar practice}
1509 @end smallexample
1510
1511 @command{tar} responds:
1512
1513 @smallexample
1514 drwxrwxrwx myself user 0 1990-05-31 21:49 practice/
1515 -rw-r--r-- myself user 42 1990-05-21 13:29 practice/blues
1516 -rw-r--r-- myself user 62 1990-05-23 10:55 practice/folk
1517 -rw-r--r-- myself user 40 1990-05-21 13:30 practice/jazz
1518 -rw-r--r-- myself user 10240 1990-05-31 21:49 practice/collection.tar
1519 @end smallexample
1520
1521 When you use a directory name as a file name argument, @command{tar} acts on
1522 all the files (including sub-directories) in that directory.
1523
1524 @node extract
1525 @section How to Extract Members from an Archive
1526 @UNREVISED
1527 @cindex Extraction
1528 @cindex Retrieving files from an archive
1529 @cindex Resurrecting files from an archive
1530
1531 @opindex extract
1532 Creating an archive is only half the job---there is no point in storing
1533 files in an archive if you can't retrieve them. The act of retrieving
1534 members from an archive so they can be used and manipulated as
1535 unarchived files again is called @dfn{extraction}. To extract files
1536 from an archive, use the @option{--extract} (@option{--get} or
1537 @option{-x}) operation. As with @option{--create}, specify the name
1538 of the archive with @option{--file} (@option{-f}) option. Extracting
1539 an archive does not modify the archive in any way; you can extract it
1540 multiple times if you want or need to.
1541
1542 Using @option{--extract}, you can extract an entire archive, or specific
1543 files. The files can be directories containing other files, or not. As
1544 with @option{--create} (@option{-c}) and @option{--list} (@option{-t}), you may use the short or the
1545 long form of the operation without affecting the performance.
1546
1547 @menu
1548 * extracting archives::
1549 * extracting files::
1550 * extract dir::
1551 * extracting untrusted archives::
1552 * failing commands::
1553 @end menu
1554
1555 @node extracting archives
1556 @subsection Extracting an Entire Archive
1557
1558 To extract an entire archive, specify the archive file name only, with
1559 no individual file names as arguments. For example,
1560
1561 @smallexample
1562 $ @kbd{tar -xvf collection.tar}
1563 @end smallexample
1564
1565 @noindent
1566 produces this:
1567
1568 @smallexample
1569 -rw-r--r-- me user 28 1996-10-18 16:31 jazz
1570 -rw-r--r-- me user 21 1996-09-23 16:44 blues
1571 -rw-r--r-- me user 20 1996-09-23 16:44 folk
1572 @end smallexample
1573
1574 @node extracting files
1575 @subsection Extracting Specific Files
1576
1577 To extract specific archive members, give their exact member names as
1578 arguments, as printed by @option{--list} (@option{-t}). If you had
1579 mistakenly deleted one of the files you had placed in the archive
1580 @file{collection.tar} earlier (say, @file{blues}), you can extract it
1581 from the archive without changing the archive's structure. Its
1582 contents will be identical to the original file @file{blues} that you
1583 deleted.
1584
1585 First, make sure you are in the @file{practice} directory, and list the
1586 files in the directory. Now, delete the file, @samp{blues}, and list
1587 the files in the directory again.
1588
1589 You can now extract the member @file{blues} from the archive file
1590 @file{collection.tar} like this:
1591
1592 @smallexample
1593 $ @kbd{tar --extract --file=collection.tar blues}
1594 @end smallexample
1595
1596 @noindent
1597 If you list the files in the directory again, you will see that the file
1598 @file{blues} has been restored, with its original permissions, data
1599 modification times, and owner.@footnote{This is only accidentally
1600 true, but not in general. Whereas modification times are always
1601 restored, in most cases, one has to be root for restoring the owner,
1602 and use a special option for restoring permissions. Here, it just
1603 happens that the restoring user is also the owner of the archived
1604 members, and that the current @code{umask} is compatible with original
1605 permissions.} (These parameters will be identical to those which
1606 the file had when you originally placed it in the archive; any changes
1607 you may have made before deleting the file from the file system,
1608 however, will @emph{not} have been made to the archive member.) The
1609 archive file, @samp{collection.tar}, is the same as it was before you
1610 extracted @samp{blues}. You can confirm this by running @command{tar} with
1611 @option{--list} (@option{-t}).
1612
1613 Remember that as with other operations, specifying the exact member
1614 name is important. @w{@kbd{tar --extract --file=bfiles.tar birds}}
1615 will fail, because there is no member named @file{birds}. To extract
1616 the member named @file{./birds}, you must specify @w{@kbd{tar
1617 --extract --file=bfiles.tar ./birds}}. If you don't remember the
1618 exact member names, use @option{--list} (@option{-t}) option
1619 (@pxref{list}). You can also extract those members that match a
1620 specific @dfn{globbing pattern}. For example, to extract from
1621 @file{bfiles.tar} all files that begin with @samp{b}, no matter their
1622 directory prefix, you could type:
1623
1624 @smallexample
1625 $ @kbd{tar -x -f bfiles.tar --wildcards --no-anchored 'b*'}
1626 @end smallexample
1627
1628 @noindent
1629 Here, @option{--wildcards} instructs @command{tar} to treat
1630 command line arguments as globbing patterns and @option{--no-anchored}
1631 informs it that the patterns apply to member names after any @samp{/}
1632 delimiter. The use of globbing patterns is discussed in detail in
1633 @xref{wildcards}.
1634
1635 You can extract a file to standard output by combining the above options
1636 with the @option{--to-stdout} (@option{-O}) option (@pxref{Writing to Standard
1637 Output}).
1638
1639 If you give the @option{--verbose} option, then @option{--extract}
1640 will print the names of the archive members as it extracts them.
1641
1642 @node extract dir
1643 @subsection Extracting Files that are Directories
1644
1645 Extracting directories which are members of an archive is similar to
1646 extracting other files. The main difference to be aware of is that if
1647 the extracted directory has the same name as any directory already in
1648 the working directory, then files in the extracted directory will be
1649 placed into the directory of the same name. Likewise, if there are
1650 files in the pre-existing directory with the same names as the members
1651 which you extract, the files from the extracted archive will replace
1652 the files already in the working directory (and possible
1653 subdirectories). This will happen regardless of whether or not the
1654 files in the working directory were more recent than those extracted
1655 (there exist, however, special options that alter this behavior
1656 @pxref{Writing}).
1657
1658 However, if a file was stored with a directory name as part of its file
1659 name, and that directory does not exist under the working directory when
1660 the file is extracted, @command{tar} will create the directory.
1661
1662 We can demonstrate how to use @option{--extract} to extract a directory
1663 file with an example. Change to the @file{practice} directory if you
1664 weren't there, and remove the files @file{folk} and @file{jazz}. Then,
1665 go back to the parent directory and extract the archive
1666 @file{music.tar}. You may either extract the entire archive, or you may
1667 extract only the files you just deleted. To extract the entire archive,
1668 don't give any file names as arguments after the archive name
1669 @file{music.tar}. To extract only the files you deleted, use the
1670 following command:
1671
1672 @smallexample
1673 $ @kbd{tar -xvf music.tar practice/folk practice/jazz}
1674 practice/folk
1675 practice/jazz
1676 @end smallexample
1677
1678 @noindent
1679 If you were to specify two @option{--verbose} (@option{-v}) options, @command{tar}
1680 would have displayed more detail about the extracted files, as shown
1681 in the example below:
1682
1683 @smallexample
1684 $ @kbd{tar -xvvf music.tar practice/folk practice/jazz}
1685 -rw-r--r-- me user 28 1996-10-18 16:31 practice/jazz
1686 -rw-r--r-- me user 20 1996-09-23 16:44 practice/folk
1687 @end smallexample
1688
1689 @noindent
1690 Because you created the directory with @file{practice} as part of the
1691 file names of each of the files by archiving the @file{practice}
1692 directory as @file{practice}, you must give @file{practice} as part
1693 of the file names when you extract those files from the archive.
1694
1695 @node extracting untrusted archives
1696 @subsection Extracting Archives from Untrusted Sources
1697
1698 Extracting files from archives can overwrite files that already exist.
1699 If you receive an archive from an untrusted source, you should make a
1700 new directory and extract into that directory, so that you don't have
1701 to worry about the extraction overwriting one of your existing files.
1702 For example, if @file{untrusted.tar} came from somewhere else on the
1703 Internet, and you don't necessarily trust its contents, you can
1704 extract it as follows:
1705
1706 @smallexample
1707 $ @kbd{mkdir newdir}
1708 $ @kbd{cd newdir}
1709 $ @kbd{tar -xvf ../untrusted.tar}
1710 @end smallexample
1711
1712 It is also a good practice to examine contents of the archive
1713 before extracting it, using @option{--list} (@option{-t}) option, possibly combined
1714 with @option{--verbose} (@option{-v}).
1715
1716 @node failing commands
1717 @subsection Commands That Will Fail
1718
1719 Here are some sample commands you might try which will not work, and why
1720 they won't work.
1721
1722 If you try to use this command,
1723
1724 @smallexample
1725 $ @kbd{tar -xvf music.tar folk jazz}
1726 @end smallexample
1727
1728 @noindent
1729 you will get the following response:
1730
1731 @smallexample
1732 tar: folk: Not found in archive
1733 tar: jazz: Not found in archive
1734 $
1735 @end smallexample
1736
1737 @noindent
1738 This is because these files were not originally @emph{in} the parent
1739 directory @file{..}, where the archive is located; they were in the
1740 @file{practice} directory, and their file names reflect this:
1741
1742 @smallexample
1743 $ @kbd{tar -tvf music.tar}
1744 practice/folk
1745 practice/jazz
1746 practice/rock
1747 @end smallexample
1748
1749 @FIXME{make sure the above works when going through the examples in
1750 order...}
1751
1752 @noindent
1753 Likewise, if you try to use this command,
1754
1755 @smallexample
1756 $ @kbd{tar -tvf music.tar folk jazz}
1757 @end smallexample
1758
1759 @noindent
1760 you would get a similar response. Members with those names are not in the
1761 archive. You must use the correct member names, or wildcards, in order
1762 to extract the files from the archive.
1763
1764 If you have forgotten the correct names of the files in the archive,
1765 use @w{@kbd{tar --list --verbose}} to list them correctly.
1766
1767 @FIXME{more examples, here? hag thinks it's a good idea.}
1768
1769 @node going further
1770 @section Going Further Ahead in this Manual
1771
1772 @FIXME{need to write up a node here about the things that are going to
1773 be in the rest of the manual.}
1774
1775 @node tar invocation
1776 @chapter Invoking @GNUTAR{}
1777 @UNREVISED
1778
1779 This chapter is about how one invokes the @GNUTAR{}
1780 command, from the command synopsis (@pxref{Synopsis}). There are
1781 numerous options, and many styles for writing them. One mandatory
1782 option specifies the operation @command{tar} should perform
1783 (@pxref{Operation Summary}), other options are meant to detail how
1784 this operation should be performed (@pxref{Option Summary}).
1785 Non-option arguments are not always interpreted the same way,
1786 depending on what the operation is.
1787
1788 You will find in this chapter everything about option styles and rules for
1789 writing them (@pxref{Styles}). On the other hand, operations and options
1790 are fully described elsewhere, in other chapters. Here, you will find
1791 only synthetic descriptions for operations and options, together with
1792 pointers to other parts of the @command{tar} manual.
1793
1794 Some options are so special they are fully described right in this
1795 chapter. They have the effect of inhibiting the normal operation of
1796 @command{tar} or else, they globally alter the amount of feedback the user
1797 receives about what is going on. These are the @option{--help} and
1798 @option{--version} (@pxref{help}), @option{--verbose} (@pxref{verbose})
1799 and @option{--interactive} options (@pxref{interactive}).
1800
1801 @menu
1802 * Synopsis::
1803 * using tar options::
1804 * Styles::
1805 * All Options::
1806 * help::
1807 * defaults::
1808 * verbose::
1809 * interactive::
1810 @end menu
1811
1812 @node Synopsis
1813 @section General Synopsis of @command{tar}
1814
1815 The @GNUTAR{} program is invoked as either one of:
1816
1817 @smallexample
1818 @kbd{tar @var{option}@dots{} [@var{name}]@dots{}}
1819 @kbd{tar @var{letter}@dots{} [@var{argument}]@dots{} [@var{option}]@dots{} [@var{name}]@dots{}}
1820 @end smallexample
1821
1822 The second form is for when old options are being used.
1823
1824 You can use @command{tar} to store files in an archive, to extract them from
1825 an archive, and to do other types of archive manipulation. The primary
1826 argument to @command{tar}, which is called the @dfn{operation}, specifies
1827 which action to take. The other arguments to @command{tar} are either
1828 @dfn{options}, which change the way @command{tar} performs an operation,
1829 or file names or archive members, which specify the files or members
1830 @command{tar} is to act on.
1831
1832 You can actually type in arguments in any order, even if in this manual
1833 the options always precede the other arguments, to make examples easier
1834 to understand. Further, the option stating the main operation mode
1835 (the @command{tar} main command) is usually given first.
1836
1837 Each @var{name} in the synopsis above is interpreted as an archive member
1838 name when the main command is one of @option{--compare}
1839 (@option{--diff}, @option{-d}), @option{--delete}, @option{--extract}
1840 (@option{--get}, @option{-x}), @option{--list} (@option{-t}) or
1841 @option{--update} (@option{-u}). When naming archive members, you
1842 must give the exact name of the member in the archive, as it is
1843 printed by @option{--list}. For @option{--append} (@option{-r}) and
1844 @option{--create} (@option{-c}), these @var{name} arguments specify
1845 the names of either files or directory hierarchies to place in the archive.
1846 These files or hierarchies should already exist in the file system,
1847 prior to the execution of the @command{tar} command.
1848
1849 @command{tar} interprets relative file names as being relative to the
1850 working directory. @command{tar} will make all file names relative
1851 (by removing leading slashes when archiving or restoring files),
1852 unless you specify otherwise (using the @option{--absolute-names}
1853 option). @xref{absolute}, for more information about
1854 @option{--absolute-names}.
1855
1856 If you give the name of a directory as either a file name or a member
1857 name, then @command{tar} acts recursively on all the files and directories
1858 beneath that directory. For example, the name @file{/} identifies all
1859 the files in the file system to @command{tar}.
1860
1861 The distinction between file names and archive member names is especially
1862 important when shell globbing is used, and sometimes a source of confusion
1863 for newcomers. @xref{wildcards}, for more information about globbing.
1864 The problem is that shells may only glob using existing files in the
1865 file system. Only @command{tar} itself may glob on archive members, so when
1866 needed, you must ensure that wildcard characters reach @command{tar} without
1867 being interpreted by the shell first. Using a backslash before @samp{*}
1868 or @samp{?}, or putting the whole argument between quotes, is usually
1869 sufficient for this.
1870
1871 Even if @var{name}s are often specified on the command line, they
1872 can also be read from a text file in the file system, using the
1873 @option{--files-from=@var{file-of-names}} (@option{-T @var{file-of-names}}) option.
1874
1875 If you don't use any file name arguments, @option{--append} (@option{-r}),
1876 @option{--delete} and @option{--concatenate} (@option{--catenate},
1877 @option{-A}) will do nothing, while @option{--create} (@option{-c})
1878 will usually yield a diagnostic and inhibit @command{tar} execution.
1879 The other operations of @command{tar} (@option{--list},
1880 @option{--extract}, @option{--compare}, and @option{--update})
1881 will act on the entire contents of the archive.
1882
1883 @cindex exit status
1884 @cindex return status
1885 Besides successful exits, @GNUTAR{} may fail for
1886 many reasons. Some reasons correspond to bad usage, that is, when the
1887 @command{tar} command is improperly written. Errors may be
1888 encountered later, while encountering an error processing the archive
1889 or the files. Some errors are recoverable, in which case the failure
1890 is delayed until @command{tar} has completed all its work. Some
1891 errors are such that it would not meaningful, or at least risky, to
1892 continue processing: @command{tar} then aborts processing immediately.
1893 All abnormal exits, whether immediate or delayed, should always be
1894 clearly diagnosed on @code{stderr}, after a line stating the nature of
1895 the error.
1896
1897 @GNUTAR{} returns only a few exit statuses. I'm really
1898 aiming simplicity in that area, for now. If you are not using the
1899 @option{--compare} @option{--diff}, @option{-d}) option, zero means
1900 that everything went well, besides maybe innocuous warnings. Nonzero
1901 means that something went wrong. Right now, as of today, ``nonzero''
1902 is almost always 2, except for remote operations, where it may be
1903 128.
1904
1905 @node using tar options
1906 @section Using @command{tar} Options
1907
1908 @GNUTAR{} has a total of eight operating modes which
1909 allow you to perform a variety of tasks. You are required to choose
1910 one operating mode each time you employ the @command{tar} program by
1911 specifying one, and only one operation as an argument to the
1912 @command{tar} command (two lists of four operations each may be found
1913 at @ref{frequent operations} and @ref{Operations}). Depending on
1914 circumstances, you may also wish to customize how the chosen operating
1915 mode behaves. For example, you may wish to change the way the output
1916 looks, or the format of the files that you wish to archive may require
1917 you to do something special in order to make the archive look right.
1918
1919 You can customize and control @command{tar}'s performance by running
1920 @command{tar} with one or more options (such as @option{--verbose}
1921 (@option{-v}), which we used in the tutorial). As we said in the
1922 tutorial, @dfn{options} are arguments to @command{tar} which are (as
1923 their name suggests) optional. Depending on the operating mode, you
1924 may specify one or more options. Different options will have different
1925 effects, but in general they all change details of the operation, such
1926 as archive format, archive name, or level of user interaction. Some
1927 options make sense with all operating modes, while others are
1928 meaningful only with particular modes. You will likely use some
1929 options frequently, while you will only use others infrequently, or
1930 not at all. (A full list of options is available in @pxref{All Options}.)
1931
1932 @vrindex TAR_OPTIONS, environment variable
1933 @anchor{TAR_OPTIONS}
1934 The @env{TAR_OPTIONS} environment variable specifies default options to
1935 be placed in front of any explicit options. For example, if
1936 @code{TAR_OPTIONS} is @samp{-v --unlink-first}, @command{tar} behaves as
1937 if the two options @option{-v} and @option{--unlink-first} had been
1938 specified before any explicit options. Option specifications are
1939 separated by whitespace. A backslash escapes the next character, so it
1940 can be used to specify an option containing whitespace or a backslash.
1941
1942 Note that @command{tar} options are case sensitive. For example, the
1943 options @option{-T} and @option{-t} are different; the first requires an
1944 argument for stating the name of a file providing a list of @var{name}s,
1945 while the second does not require an argument and is another way to
1946 write @option{--list} (@option{-t}).
1947
1948 In addition to the eight operations, there are many options to
1949 @command{tar}, and three different styles for writing both: long (mnemonic)
1950 form, short form, and old style. These styles are discussed below.
1951 Both the options and the operations can be written in any of these three
1952 styles.
1953
1954 @FIXME{menu at end of this node. need to think of an actual outline
1955 for this chapter; probably do that after stuff from chapter 4 is
1956 incorporated.}
1957
1958 @node Styles
1959 @section The Three Option Styles
1960
1961 There are three styles for writing operations and options to the command
1962 line invoking @command{tar}. The different styles were developed at
1963 different times during the history of @command{tar}. These styles will be
1964 presented below, from the most recent to the oldest.
1965
1966 Some options must take an argument. (For example, @option{--file}
1967 (@option{-f})) takes the name of an archive file as an argument. If
1968 you do not supply an archive file name, @command{tar} will use a
1969 default, but this can be confusing; thus, we recommend that you always
1970 supply a specific archive file name.) Where you @emph{place} the
1971 arguments generally depends on which style of options you choose. We
1972 will detail specific information relevant to each option style in the
1973 sections on the different option styles, below. The differences are
1974 subtle, yet can often be very important; incorrect option placement
1975 can cause you to overwrite a number of important files. We urge you
1976 to note these differences, and only use the option style(s) which
1977 makes the most sense to you until you feel comfortable with the others.
1978
1979 Some options @emph{may} take an argument. Such options may have at
1980 most long and short forms, they do not have old style equivalent. The
1981 rules for specifying an argument for such options are stricter than
1982 those for specifying mandatory arguments. Please, pay special
1983 attention to them.
1984
1985 @menu
1986 * Long Options:: Long Option Style
1987 * Short Options:: Short Option Style
1988 * Old Options:: Old Option Style
1989 * Mixing:: Mixing Option Styles
1990 @end menu
1991
1992 @node Long Options
1993 @subsection Long Option Style
1994
1995 Each option has at least one @dfn{long} (or @dfn{mnemonic}) name starting with two
1996 dashes in a row, e.g., @option{--list}. The long names are more clear than
1997 their corresponding short or old names. It sometimes happens that a
1998 single long option has many different different names which are
1999 synonymous, such as @option{--compare} and @option{--diff}. In addition,
2000 long option names can be given unique abbreviations. For example,
2001 @option{--cre} can be used in place of @option{--create} because there is no
2002 other long option which begins with @samp{cre}. (One way to find
2003 this out is by trying it and seeing what happens; if a particular
2004 abbreviation could represent more than one option, @command{tar} will tell
2005 you that that abbreviation is ambiguous and you'll know that that
2006 abbreviation won't work. You may also choose to run @samp{tar --help}
2007 to see a list of options. Be aware that if you run @command{tar} with a
2008 unique abbreviation for the long name of an option you didn't want to
2009 use, you are stuck; @command{tar} will perform the command as ordered.)
2010
2011 Long options are meant to be obvious and easy to remember, and their
2012 meanings are generally easier to discern than those of their
2013 corresponding short options (see below). For example:
2014
2015 @smallexample
2016 $ @kbd{tar --create --verbose --blocking-factor=20 --file=/dev/rmt0}
2017 @end smallexample
2018
2019 @noindent
2020 gives a fairly good set of hints about what the command does, even
2021 for those not fully acquainted with @command{tar}.
2022
2023 Long options which require arguments take those arguments
2024 immediately following the option name. There are two ways of
2025 specifying a mandatory argument. It can be separated from the
2026 option name either by an equal sign, or by any amount of
2027 white space characters. For example, the @option{--file} option (which
2028 tells the name of the @command{tar} archive) is given a file such as
2029 @file{archive.tar} as argument by using any of the following notations:
2030 @option{--file=archive.tar} or @option{--file archive.tar}.
2031
2032 In contrast, optional arguments must always be introduced using
2033 an equal sign. For example, the @option{--backup} option takes
2034 an optional argument specifying backup type. It must be used
2035 as @option{--backup=@var{backup-type}}.
2036
2037 @node Short Options
2038 @subsection Short Option Style
2039
2040 Most options also have a @dfn{short option} name. Short options start with
2041 a single dash, and are followed by a single character, e.g., @option{-t}
2042 (which is equivalent to @option{--list}). The forms are absolutely
2043 identical in function; they are interchangeable.
2044
2045 The short option names are faster to type than long option names.
2046
2047 Short options which require arguments take their arguments immediately
2048 following the option, usually separated by white space. It is also
2049 possible to stick the argument right after the short option name, using
2050 no intervening space. For example, you might write @w{@option{-f
2051 archive.tar}} or @option{-farchive.tar} instead of using
2052 @option{--file=archive.tar}. Both @option{--file=@var{archive-name}} and
2053 @w{@option{-f @var{archive-name}}} denote the option which indicates a
2054 specific archive, here named @file{archive.tar}.
2055
2056 Short options which take optional arguments take their arguments
2057 immediately following the option letter, @emph{without any intervening
2058 white space characters}.
2059
2060 Short options' letters may be clumped together, but you are not
2061 required to do this (as compared to old options; see below). When
2062 short options are clumped as a set, use one (single) dash for them
2063 all, e.g., @w{@samp{@command{tar} -cvf}}. Only the last option in
2064 such a set is allowed to have an argument@footnote{Clustering many
2065 options, the last of which has an argument, is a rather opaque way to
2066 write options. Some wonder if @acronym{GNU} @code{getopt} should not
2067 even be made helpful enough for considering such usages as invalid.}.
2068
2069 When the options are separated, the argument for each option which requires
2070 an argument directly follows that option, as is usual for Unix programs.
2071 For example:
2072
2073 @smallexample
2074 $ @kbd{tar -c -v -b 20 -f /dev/rmt0}
2075 @end smallexample
2076
2077 If you reorder short options' locations, be sure to move any arguments
2078 that belong to them. If you do not move the arguments properly, you may
2079 end up overwriting files.
2080
2081 @node Old Options
2082 @subsection Old Option Style
2083 @UNREVISED
2084
2085 Like short options, @dfn{old options} are single letters. However, old options
2086 must be written together as a single clumped set, without spaces separating
2087 them or dashes preceding them@footnote{Beware that if you precede options
2088 with a dash, you are announcing the short option style instead of the
2089 old option style; short options are decoded differently.}. This set
2090 of letters must be the first to appear on the command line, after the
2091 @command{tar} program name and some white space; old options cannot appear
2092 anywhere else. The letter of an old option is exactly the same letter as
2093 the corresponding short option. For example, the old option @samp{t} is
2094 the same as the short option @option{-t}, and consequently, the same as the
2095 long option @option{--list}. So for example, the command @w{@samp{tar
2096 cv}} specifies the option @option{-v} in addition to the operation @option{-c}.
2097
2098 When options that need arguments are given together with the command,
2099 all the associated arguments follow, in the same order as the options.
2100 Thus, the example given previously could also be written in the old
2101 style as follows:
2102
2103 @smallexample
2104 $ @kbd{tar cvbf 20 /dev/rmt0}
2105 @end smallexample
2106
2107 @noindent
2108 Here, @samp{20} is the argument of @option{-b} and @samp{/dev/rmt0} is
2109 the argument of @option{-f}.
2110
2111 On the other hand, this old style syntax makes it difficult to match
2112 option letters with their corresponding arguments, and is often
2113 confusing. In the command @w{@samp{tar cvbf 20 /dev/rmt0}}, for example,
2114 @samp{20} is the argument for @option{-b}, @samp{/dev/rmt0} is the
2115 argument for @option{-f}, and @option{-v} does not have a corresponding
2116 argument. Even using short options like in @w{@samp{tar -c -v -b 20 -f
2117 /dev/rmt0}} is clearer, putting all arguments next to the option they
2118 pertain to.
2119
2120 If you want to reorder the letters in the old option argument, be
2121 sure to reorder any corresponding argument appropriately.
2122
2123 This old way of writing @command{tar} options can surprise even experienced
2124 users. For example, the two commands:
2125
2126 @smallexample
2127 @kbd{tar cfz archive.tar.gz file}
2128 @kbd{tar -cfz archive.tar.gz file}
2129 @end smallexample
2130
2131 @noindent
2132 are quite different. The first example uses @file{archive.tar.gz} as
2133 the value for option @samp{f} and recognizes the option @samp{z}. The
2134 second example, however, uses @file{z} as the value for option
2135 @samp{f} --- probably not what was intended.
2136
2137 Old options are kept for compatibility with old versions of @command{tar}.
2138
2139 This second example could be corrected in many ways, among which the
2140 following are equivalent:
2141
2142 @smallexample
2143 @kbd{tar -czf archive.tar.gz file}
2144 @kbd{tar -cf archive.tar.gz -z file}
2145 @kbd{tar cf archive.tar.gz -z file}
2146 @end smallexample
2147
2148 @cindex option syntax, traditional
2149 As far as we know, all @command{tar} programs, @acronym{GNU} and
2150 non-@acronym{GNU}, support old options. @GNUTAR{}
2151 supports them not only for historical reasons, but also because many
2152 people are used to them. For compatibility with Unix @command{tar},
2153 the first argument is always treated as containing command and option
2154 letters even if it doesn't start with @samp{-}. Thus, @samp{tar c} is
2155 equivalent to @w{@samp{tar -c}:} both of them specify the
2156 @option{--create} (@option{-c}) command to create an archive.
2157
2158 @node Mixing
2159 @subsection Mixing Option Styles
2160
2161 All three styles may be intermixed in a single @command{tar} command,
2162 so long as the rules for each style are fully
2163 respected@footnote{Before @GNUTAR{} version 1.11.6,
2164 a bug prevented intermixing old style options with long options in
2165 some cases.}. Old style options and either of the modern styles of
2166 options may be mixed within a single @command{tar} command. However,
2167 old style options must be introduced as the first arguments only,
2168 following the rule for old options (old options must appear directly
2169 after the @command{tar} command and some white space). Modern options
2170 may be given only after all arguments to the old options have been
2171 collected. If this rule is not respected, a modern option might be
2172 falsely interpreted as the value of the argument to one of the old
2173 style options.
2174
2175 For example, all the following commands are wholly equivalent, and
2176 illustrate the many combinations and orderings of option styles.
2177
2178 @smallexample
2179 @kbd{tar --create --file=archive.tar}
2180 @kbd{tar --create -f archive.tar}
2181 @kbd{tar --create -farchive.tar}
2182 @kbd{tar --file=archive.tar --create}
2183 @kbd{tar --file=archive.tar -c}
2184 @kbd{tar -c --file=archive.tar}
2185 @kbd{tar -c -f archive.tar}
2186 @kbd{tar -c -farchive.tar}
2187 @kbd{tar -cf archive.tar}
2188 @kbd{tar -cfarchive.tar}
2189 @kbd{tar -f archive.tar --create}
2190 @kbd{tar -f archive.tar -c}
2191 @kbd{tar -farchive.tar --create}
2192 @kbd{tar -farchive.tar -c}
2193 @kbd{tar c --file=archive.tar}
2194 @kbd{tar c -f archive.tar}
2195 @kbd{tar c -farchive.tar}
2196 @kbd{tar cf archive.tar}
2197 @kbd{tar f archive.tar --create}
2198 @kbd{tar f archive.tar -c}
2199 @kbd{tar fc archive.tar}
2200 @end smallexample
2201
2202 On the other hand, the following commands are @emph{not} equivalent to
2203 the previous set:
2204
2205 @smallexample
2206 @kbd{tar -f -c archive.tar}
2207 @kbd{tar -fc archive.tar}
2208 @kbd{tar -fcarchive.tar}
2209 @kbd{tar -farchive.tarc}
2210 @kbd{tar cfarchive.tar}
2211 @end smallexample
2212
2213 @noindent
2214 These last examples mean something completely different from what the
2215 user intended (judging based on the example in the previous set which
2216 uses long options, whose intent is therefore very clear). The first
2217 four specify that the @command{tar} archive would be a file named
2218 @option{-c}, @samp{c}, @samp{carchive.tar} or @samp{archive.tarc},
2219 respectively. The first two examples also specify a single non-option,
2220 @var{name} argument having the value @samp{archive.tar}. The last
2221 example contains only old style option letters (repeating option
2222 @samp{c} twice), not all of which are meaningful (eg., @samp{.},
2223 @samp{h}, or @samp{i}), with no argument value. @FIXME{not sure i liked
2224 the first sentence of this paragraph..}
2225
2226 @node All Options
2227 @section All @command{tar} Options
2228
2229 The coming manual sections contain an alphabetical listing of all
2230 @command{tar} operations and options, with brief descriptions and cross
2231 references to more in-depth explanations in the body of the manual.
2232 They also contain an alphabetically arranged table of the short option
2233 forms with their corresponding long option. You can use this table as
2234 a reference for deciphering @command{tar} commands in scripts.
2235
2236 @menu
2237 * Operation Summary::
2238 * Option Summary::
2239 * Short Option Summary::
2240 @end menu
2241
2242 @node Operation Summary
2243 @subsection Operations
2244
2245 @table @option
2246
2247 @opsummary{append}
2248 @item --append
2249 @itemx -r
2250
2251 Appends files to the end of the archive. @xref{append}.
2252
2253 @opsummary{catenate}
2254 @item --catenate
2255 @itemx -A
2256
2257 Same as @option{--concatenate}. @xref{concatenate}.
2258
2259 @opsummary{compare}
2260 @item --compare
2261 @itemx -d
2262
2263 Compares archive members with their counterparts in the file
2264 system, and reports differences in file size, mode, owner,
2265 modification date and contents. @xref{compare}.
2266
2267 @opsummary{concatenate}
2268 @item --concatenate
2269 @itemx -A
2270
2271 Appends other @command{tar} archives to the end of the archive.
2272 @xref{concatenate}.
2273
2274 @opsummary{create}
2275 @item --create
2276 @itemx -c
2277
2278 Creates a new @command{tar} archive. @xref{create}.
2279
2280 @opsummary{delete}
2281 @item --delete
2282
2283 Deletes members from the archive. Don't try this on a archive on a
2284 tape! @xref{delete}.
2285
2286 @opsummary{diff}
2287 @item --diff
2288 @itemx -d
2289
2290 Same @option{--compare}. @xref{compare}.
2291
2292 @opsummary{extract}
2293 @item --extract
2294 @itemx -x
2295
2296 Extracts members from the archive into the file system. @xref{extract}.
2297
2298 @opsummary{get}
2299 @item --get
2300 @itemx -x
2301
2302 Same as @option{--extract}. @xref{extract}.
2303
2304 @opsummary{list}
2305 @item --list
2306 @itemx -t
2307
2308 Lists the members in an archive. @xref{list}.
2309
2310 @opsummary{update}
2311 @item --update
2312 @itemx -u
2313
2314 Adds files to the end of the archive, but only if they are newer than
2315 their counterparts already in the archive, or if they do not already
2316 exist in the archive. @xref{update}.
2317
2318 @end table
2319
2320 @node Option Summary
2321 @subsection @command{tar} Options
2322
2323 @table @option
2324
2325 @opsummary{absolute-names}
2326 @item --absolute-names
2327 @itemx -P
2328
2329 Normally when creating an archive, @command{tar} strips an initial
2330 @samp{/} from member names. This option disables that behavior.
2331 @xref{absolute}.
2332
2333 @opsummary{after-date}
2334 @item --after-date
2335
2336 (See @option{--newer}, @pxref{after})
2337
2338 @opsummary{anchored}
2339 @item --anchored
2340 A pattern must match an initial subsequence of the name's components.
2341 @xref{controlling pattern-matching}.
2342
2343 @opsummary{atime-preserve}
2344 @item --atime-preserve
2345 @itemx --atime-preserve=replace
2346 @itemx --atime-preserve=system
2347
2348 Attempt to preserve the access time of files when reading them. This
2349 option currently is effective only on files that you own, unless you
2350 have superuser privileges.
2351
2352 @option{--atime-preserve=replace} remembers the access time of a file
2353 before reading it, and then restores the access time afterwards. This
2354 may cause problems if other programs are reading the file at the same
2355 time, as the times of their accesses will be lost. On most platforms
2356 restoring the access time also requires @command{tar} to restore the
2357 data modification time too, so this option may also cause problems if
2358 other programs are writing the file at the same time. (Tar attempts
2359 to detect this situation, but cannot do so reliably due to race
2360 conditions.) Worse, on most platforms restoring the access time also
2361 updates the status change time, which means that this option is
2362 incompatible with incremental backups.
2363
2364 @option{--atime-preserve=system} avoids changing time stamps on files,
2365 without interfering with time stamp updates
2366 caused by other programs, so it works better with incremental backups.
2367 However, it requires a special @code{O_NOATIME} option from the
2368 underlying operating and file system implementation, and it also requires
2369 that searching directories does not update their access times. As of
2370 this writing (November 2005) this works only with Linux, and only with
2371 Linux kernels 2.6.8 and later. Worse, there is currently no reliable
2372 way to know whether this feature actually works. Sometimes
2373 @command{tar} knows that it does not work, and if you use
2374 @option{--atime-preserve=system} then @command{tar} complains and
2375 exits right away. But other times @command{tar} might think that the
2376 option works when it actually does not.
2377
2378 Currently @option{--atime-preserve} with no operand defaults to
2379 @option{--atime-preserve=replace}, but this may change in the future
2380 as support for @option{--atime-preserve=system} improves.
2381
2382 If your operating system does not support
2383 @option{--atime-preserve=@-system}, you might be able to preserve access
2384 times reliably by by using the @command{mount} command. For example,
2385 you can mount the file system read-only, or access the file system via
2386 a read-only loopback mount, or use the @samp{noatime} mount option
2387 available on some systems. However, mounting typically requires
2388 superuser privileges and can be a pain to manage.
2389
2390 @opsummary{backup}
2391 @item --backup=@var{backup-type}
2392
2393 Rather than deleting files from the file system, @command{tar} will
2394 back them up using simple or numbered backups, depending upon
2395 @var{backup-type}. @xref{backup}.
2396
2397 @opsummary{block-number}
2398 @item --block-number
2399 @itemx -R
2400
2401 With this option present, @command{tar} prints error messages for read errors
2402 with the block number in the archive file. @xref{block-number}.
2403
2404 @opsummary{blocking-factor}
2405 @item --blocking-factor=@var{blocking}
2406 @itemx -b @var{blocking}
2407
2408 Sets the blocking factor @command{tar} uses to @var{blocking} x 512 bytes per
2409 record. @xref{Blocking Factor}.
2410
2411 @opsummary{bzip2}
2412 @item --bzip2
2413 @itemx -j
2414
2415 This option tells @command{tar} to read or write archives through
2416 @code{bzip2}. @xref{gzip}.
2417
2418 @opsummary{checkpoint}
2419 @item --checkpoint[=@var{number}]
2420
2421 This option directs @command{tar} to print periodic checkpoint
2422 messages as it reads through the archive. It is intended for when you
2423 want a visual indication that @command{tar} is still running, but
2424 don't want to see @option{--verbose} output. For a detailed
2425 description, see @ref{Progress information}.
2426
2427 @opsummary{check-links}
2428 @item --check-links
2429 @itemx -l
2430 If this option was given, @command{tar} will check the number of links
2431 dumped for each processed file. If this number does not match the
2432 total number of hard links for the file, a warning message will be
2433 output @footnote{Earlier versions of @GNUTAR{} understood @option{-l} as a
2434 synonym for @option{--one-file-system}. The current semantics, which
2435 complies to UNIX98, was introduced with version
2436 1.15.91. @xref{Changes}, for more information.}.
2437
2438 @opsummary{compress}
2439 @opsummary{uncompress}
2440 @item --compress
2441 @itemx --uncompress
2442 @itemx -Z
2443
2444 @command{tar} will use the @command{compress} program when reading or
2445 writing the archive. This allows you to directly act on archives
2446 while saving space. @xref{gzip}.
2447
2448 @opsummary{confirmation}
2449 @item --confirmation
2450
2451 (See @option{--interactive}.) @xref{interactive}.
2452
2453 @opsummary{delay-directory-restore}
2454 @item --delay-directory-restore
2455
2456 Delay setting modification times and permissions of extracted
2457 directories until the end of extraction. @xref{Directory Modification Times and Permissions}.
2458
2459 @opsummary{dereference}
2460 @item --dereference
2461 @itemx -h
2462
2463 When creating a @command{tar} archive, @command{tar} will archive the
2464 file that a symbolic link points to, rather than archiving the
2465 symlink. @xref{dereference}.
2466
2467 @opsummary{directory}
2468 @item --directory=@var{dir}
2469 @itemx -C @var{dir}
2470
2471 When this option is specified, @command{tar} will change its current directory
2472 to @var{dir} before performing any operations. When this option is used
2473 during archive creation, it is order sensitive. @xref{directory}.
2474
2475 @opsummary{exclude}
2476 @item --exclude=@var{pattern}
2477
2478 When performing operations, @command{tar} will skip files that match
2479 @var{pattern}. @xref{exclude}.
2480
2481 @opsummary{exclude-from}
2482 @item --exclude-from=@var{file}
2483 @itemx -X @var{file}
2484
2485 Similar to @option{--exclude}, except @command{tar} will use the list of
2486 patterns in the file @var{file}. @xref{exclude}.
2487
2488 @opsummary{exclude-caches}
2489 @item --exclude-caches
2490
2491 Automatically excludes all directories
2492 containing a cache directory tag. @xref{exclude}.
2493
2494 @opsummary{file}
2495 @item --file=@var{archive}
2496 @itemx -f @var{archive}
2497
2498 @command{tar} will use the file @var{archive} as the @command{tar} archive it
2499 performs operations on, rather than @command{tar}'s compilation dependent
2500 default. @xref{file tutorial}.
2501
2502 @opsummary{files-from}
2503 @item --files-from=@var{file}
2504 @itemx -T @var{file}
2505
2506 @command{tar} will use the contents of @var{file} as a list of archive members
2507 or files to operate on, in addition to those specified on the
2508 command-line. @xref{files}.
2509
2510 @opsummary{force-local}
2511 @item --force-local
2512
2513 Forces @command{tar} to interpret the filename given to @option{--file}
2514 as a local file, even if it looks like a remote tape drive name.
2515 @xref{local and remote archives}.
2516
2517 @opsummary{format}
2518 @item --format=@var{format}
2519 @itemx -H @var{format}
2520
2521 Selects output archive format. @var{Format} may be one of the
2522 following:
2523
2524 @table @samp
2525 @item v7
2526 Creates an archive that is compatible with Unix V7 @command{tar}.
2527
2528 @item oldgnu
2529 Creates an archive that is compatible with GNU @command{tar} version
2530 1.12 or earlier.
2531
2532 @item gnu
2533 Creates archive in GNU tar 1.13 format. Basically it is the same as
2534 @samp{oldgnu} with the only difference in the way it handles long
2535 numeric fields.
2536
2537 @item ustar
2538 Creates a @acronym{POSIX.1-1988} compatible archive.
2539
2540 @item posix
2541 Creates a @acronym{POSIX.1-2001 archive}.
2542
2543 @end table
2544
2545 @xref{Formats}, for a detailed discussion of these formats.
2546
2547 @opsummary{group}
2548 @item --group=@var{group}
2549
2550 Files added to the @command{tar} archive will have a group id of @var{group},
2551 rather than the group from the source file. @var{group} is first decoded
2552 as a group symbolic name, but if this interpretation fails, it has to be
2553 a decimal numeric group ID. @xref{override}.
2554
2555 Also see the comments for the @option{--owner=@var{user}} option.
2556
2557 @opsummary{gzip}
2558 @opsummary{gunzip}
2559 @opsummary{ungzip}
2560 @item --gzip
2561 @itemx --gunzip
2562 @itemx --ungzip
2563 @itemx -z
2564
2565 This option tells @command{tar} to read or write archives through
2566 @command{gzip}, allowing @command{tar} to directly operate on several
2567 kinds of compressed archives transparently. @xref{gzip}.
2568
2569 @opsummary{help}
2570 @item --help
2571 @itemx -?
2572
2573 @command{tar} will print out a short message summarizing the operations and
2574 options to @command{tar} and exit. @xref{help}.
2575
2576 @opsummary{ignore-case}
2577 @item --ignore-case
2578 Ignore case when matching member or file names with
2579 patterns. @xref{controlling pattern-matching}.
2580
2581 @opsummary{ignore-command-error}
2582 @item --ignore-command-error
2583 Ignore exit codes of subprocesses. @xref{Writing to an External Program}.
2584
2585 @opsummary{ignore-failed-read}
2586 @item --ignore-failed-read
2587
2588 Do not exit unsuccessfully merely because an unreadable file was encountered.
2589 @xref{Reading}.
2590
2591 @opsummary{ignore-zeros}
2592 @item --ignore-zeros
2593 @itemx -i
2594
2595 With this option, @command{tar} will ignore zeroed blocks in the
2596 archive, which normally signals EOF. @xref{Reading}.
2597
2598 @opsummary{incremental}
2599 @item --incremental
2600 @itemx -G
2601
2602 Used to inform @command{tar} that it is working with an old
2603 @acronym{GNU}-format incremental backup archive. It is intended
2604 primarily for backwards compatibility only. @xref{Incremental Dumps},
2605 for a detailed discussion of incremental archives.
2606
2607 @opsummary{index-file}
2608 @item --index-file=@var{file}
2609
2610 Send verbose output to @var{file} instead of to standard output.
2611
2612 @opsummary{info-script}
2613 @opsummary{new-volume-script}
2614 @item --info-script=@var{script-file}
2615 @itemx --new-volume-script=@var{script-file}
2616 @itemx -F @var{script-file}
2617
2618 When @command{tar} is performing multi-tape backups, @var{script-file} is run
2619 at the end of each tape. If @var{script-file} exits with nonzero status,
2620 @command{tar} fails immediately. @xref{info-script}, for a detailed
2621 discussion of @var{script-file}.
2622
2623 @opsummary{interactive}
2624 @item --interactive
2625 @itemx --confirmation
2626 @itemx -w
2627
2628 Specifies that @command{tar} should ask the user for confirmation before
2629 performing potentially destructive options, such as overwriting files.
2630 @xref{interactive}.
2631
2632 @opsummary{keep-newer-files}
2633 @item --keep-newer-files
2634
2635 Do not replace existing files that are newer than their archive copies
2636 when extracting files from an archive.
2637
2638 @opsummary{keep-old-files}
2639 @item --keep-old-files
2640 @itemx -k
2641
2642 Do not overwrite existing files when extracting files from an archive.
2643 @xref{Keep Old Files}.
2644
2645 @opsummary{label}
2646 @item --label=@var{name}
2647 @itemx -V @var{name}
2648
2649 When creating an archive, instructs @command{tar} to write @var{name}
2650 as a name record in the archive. When extracting or listing archives,
2651 @command{tar} will only operate on archives that have a label matching
2652 the pattern specified in @var{name}. @xref{Tape Files}.
2653
2654 @opsummary{listed-incremental}
2655 @item --listed-incremental=@var{snapshot-file}
2656 @itemx -g @var{snapshot-file}
2657
2658 During a @option{--create} operation, specifies that the archive that
2659 @command{tar} creates is a new @acronym{GNU}-format incremental
2660 backup, using @var{snapshot-file} to determine which files to backup.
2661 With other operations, informs @command{tar} that the archive is in
2662 incremental format. @xref{Incremental Dumps}.
2663
2664 @opsummary{mode}
2665 @item --mode=@var{permissions}
2666
2667 When adding files to an archive, @command{tar} will use
2668 @var{permissions} for the archive members, rather than the permissions
2669 from the files. @var{permissions} can be specified either as an octal
2670 number or as symbolic permissions, like with
2671 @command{chmod}. @xref{override}.
2672
2673 @opsummary{mtime}
2674 @item --mtime=@var{date}
2675
2676 When adding files to an archive, @command{tar} will use @var{date} as
2677 the modification time of members when creating archives, instead of
2678 their actual modification times. The value of @var{date} can be
2679 either a textual date representation (@pxref{Date input formats}) or a
2680 name of the existing file, starting with @samp{/} or @samp{.}. In the
2681 latter case, the modification time of that file is used. @xref{override}.
2682
2683 @opsummary{multi-volume}
2684 @item --multi-volume
2685 @itemx -M
2686
2687 Informs @command{tar} that it should create or otherwise operate on a
2688 multi-volume @command{tar} archive. @xref{Using Multiple Tapes}.
2689
2690 @opsummary{new-volume-script}
2691 @item --new-volume-script
2692
2693 (see --info-script)
2694
2695 @opsummary{seek}
2696 @item --seek
2697 @itemx -n
2698
2699 Assume that the archive media supports seeks to arbitrary
2700 locations. Usually @command{tar} determines automatically whether
2701 the archive can be seeked or not. This option is intended for use
2702 in cases when such recognition fails.
2703
2704 @opsummary{newer}
2705 @item --newer=@var{date}
2706 @itemx --after-date=@var{date}
2707 @itemx -N
2708
2709 When creating an archive, @command{tar} will only add files that have changed
2710 since @var{date}. If @var{date} begins with @samp{/} or @samp{.}, it
2711 is taken to be the name of a file whose data modification time specifies
2712 the date. @xref{after}.
2713
2714 @opsummary{newer-mtime}
2715 @item --newer-mtime=@var{date}
2716
2717 Like @option{--newer}, but add only files whose
2718 contents have changed (as opposed to just @option{--newer}, which will
2719 also back up files for which any status information has
2720 changed). @xref{after}.
2721
2722 @opsummary{no-anchored}
2723 @item --no-anchored
2724 An exclude pattern can match any subsequence of the name's components.
2725 @xref{controlling pattern-matching}.
2726
2727 @opsummary{no-delay-directory-restore}
2728 @item --no-delay-directory-restore
2729
2730 Setting modification times and permissions of extracted
2731 directories when all files from this directory has been
2732 extracted. This is the default. @xref{Directory Modification Times and Permissions}.
2733
2734 @opsummary{no-ignore-case}
2735 @item --no-ignore-case
2736 Use case-sensitive matching.
2737 @xref{controlling pattern-matching}.
2738
2739 @opsummary{no-ignore-command-error}
2740 @item --no-ignore-command-error
2741 Print warnings about subprocesses terminated with a non-zero exit
2742 code. @xref{Writing to an External Program}.
2743
2744 @opsummary{no-overwrite-dir}
2745 @item --no-overwrite-dir
2746
2747 Preserve metadata of existing directories when extracting files
2748 from an archive. @xref{Overwrite Old Files}.
2749
2750 @opsummary{no-quote-chars}
2751 @item --no-quote-chars=@var{string}
2752 Remove characters listed in @var{string} from the list of quoted
2753 characters set by the previous @option{--quote-chars} option
2754 (@pxref{quoting styles}).
2755
2756 @opsummary{no-recursion}
2757 @item --no-recursion
2758
2759 With this option, @command{tar} will not recurse into directories.
2760 @xref{recurse}.
2761
2762 @opsummary{no-same-owner}
2763 @item --no-same-owner
2764 @itemx -o
2765
2766 When extracting an archive, do not attempt to preserve the owner
2767 specified in the @command{tar} archive. This the default behavior
2768 for ordinary users.
2769
2770 @opsummary{no-same-permissions}
2771 @item --no-same-permissions
2772
2773 When extracting an archive, subtract the user's umask from files from
2774 the permissions specified in the archive. This is the default behavior
2775 for ordinary users.
2776
2777 @opsummary{no-unquote}
2778 @item --no-unquote
2779 Treat all input file or member names literally, do not interpret
2780 escape sequences. @xref{input name quoting}.
2781
2782 @opsummary{no-wildcards}
2783 @item --no-wildcards
2784 Do not use wildcards.
2785 @xref{controlling pattern-matching}.
2786
2787 @opsummary{no-wildcards-match-slash}
2788 @item --no-wildcards-match-slash
2789 Wildcards do not match @samp{/}.
2790 @xref{controlling pattern-matching}.
2791
2792 @opsummary{null}
2793 @item --null
2794
2795 When @command{tar} is using the @option{--files-from} option, this option
2796 instructs @command{tar} to expect filenames terminated with @option{NUL}, so
2797 @command{tar} can correctly work with file names that contain newlines.
2798 @xref{nul}.
2799
2800 @opsummary{numeric-owner}
2801 @item --numeric-owner
2802
2803 This option will notify @command{tar} that it should use numeric user
2804 and group IDs when creating a @command{tar} file, rather than names.
2805 @xref{Attributes}.
2806
2807 @item -o
2808 The function of this option depends on the action @command{tar} is
2809 performing. When extracting files, @option{-o} is a synonym for
2810 @option{--no-same-owner}, i.e., it prevents @command{tar} from
2811 restoring ownership of files being extracted.
2812
2813 When creating an archive, it is a synonym for
2814 @option{--old-archive}. This behavior is for compatibility
2815 with previous versions of @GNUTAR{}, and will be
2816 removed in the future releases.
2817
2818 @xref{Changes}, for more information.
2819
2820 @opsummary{occurrence}
2821 @item --occurrence[=@var{number}]
2822
2823 This option can be used in conjunction with one of the subcommands
2824 @option{--delete}, @option{--diff}, @option{--extract} or
2825 @option{--list} when a list of files is given either on the command
2826 line or via @option{-T} option.
2827
2828 This option instructs @command{tar} to process only the @var{number}th
2829 occurrence of each named file. @var{Number} defaults to 1, so
2830
2831 @smallexample
2832 tar -x -f archive.tar --occurrence filename
2833 @end smallexample
2834
2835 @noindent
2836 will extract the first occurrence of the member @file{filename} from @file{archive.tar}
2837 and will terminate without scanning to the end of the archive.
2838
2839 @opsummary{old-archive}
2840 @item --old-archive
2841 Synonym for @option{--format=v7}.
2842
2843 @opsummary{one-file-system}
2844 @item --one-file-system
2845 Used when creating an archive. Prevents @command{tar} from recursing into
2846 directories that are on different file systems from the current
2847 directory @footnote{Earlier versions of @GNUTAR{} understood @option{-l} as a
2848 synonym for @option{--one-file-system}. This has changed in version
2849 1.15.91. @xref{Changes}, for more information.}.
2850
2851 @opsummary{overwrite}
2852 @item --overwrite
2853
2854 Overwrite existing files and directory metadata when extracting files
2855 from an archive. @xref{Overwrite Old Files}.
2856
2857 @opsummary{overwrite-dir}
2858 @item --overwrite-dir
2859
2860 Overwrite the metadata of existing directories when extracting files
2861 from an archive. @xref{Overwrite Old Files}.
2862
2863 @opsummary{owner}
2864 @item --owner=@var{user}
2865
2866 Specifies that @command{tar} should use @var{user} as the owner of members
2867 when creating archives, instead of the user associated with the source
2868 file. @var{user} is first decoded as a user symbolic name, but if
2869 this interpretation fails, it has to be a decimal numeric user ID.
2870 @xref{override}.
2871
2872 This option does not affect extraction from archives.
2873
2874 @opsummary{transform}
2875 @item --transform=@var{sed-expr}
2876
2877 Transform file or member names using @command{sed} replacement expression
2878 @var{sed-expr}. For example,
2879
2880 @smallexample
2881 $ @kbd{tar cf archive.tar --transform 's,^\./,usr/,' .}
2882 @end smallexample
2883
2884 @noindent
2885 will add to @file{archive} files from the current working directory,
2886 replacing initial @samp{./} prefix with @samp{usr/}. For the detailed
2887 discussion, @xref{transform}.
2888
2889 To see transformed member names in verbose listings, use
2890 @option{--show-transformed-names} option
2891 (@pxref{show-transformed-names}).
2892
2893 @opsummary{quote-chars}
2894 @item --quote-chars=@var{string}
2895 Always quote characters from @var{string}, even if the selected
2896 quoting style would not quote them (@pxref{quoting styles}).
2897
2898 @opsummary{quoting-style}
2899 @item --quoting-style=@var{style}
2900 Set quoting style to use when printing member and file names
2901 (@pxref{quoting styles}). Valid @var{style} values are:
2902 @code{literal}, @code{shell}, @code{shell-always}, @code{c},
2903 @code{escape}, @code{locale}, and @code{clocale}. Default quoting
2904 style is @code{escape}, unless overridden while configuring the
2905 package.
2906
2907 @opsummary{pax-option}
2908 @item --pax-option=@var{keyword-list}
2909 This option is meaningful only with @acronym{POSIX.1-2001} archives
2910 (@pxref{posix}). It modifies the way @command{tar} handles the
2911 extended header keywords. @var{Keyword-list} is a comma-separated
2912 list of keyword options. @xref{PAX keywords}, for a detailed
2913 discussion.
2914
2915 @opsummary{portability}
2916 @item --portability
2917 @itemx --old-archive
2918 Synonym for @option{--format=v7}.
2919
2920 @opsummary{posix}
2921 @item --posix
2922 Same as @option{--format=posix}.
2923
2924 @opsummary{preserve}
2925 @item --preserve
2926
2927 Synonymous with specifying both @option{--preserve-permissions} and
2928 @option{--same-order}. @xref{Setting Access Permissions}.
2929
2930 @opsummary{preserve-order}
2931 @item --preserve-order
2932
2933 (See @option{--same-order}; @pxref{Reading}.)
2934
2935 @opsummary{preserve-permissions}
2936 @opsummary{same-permissions}
2937 @item --preserve-permissions
2938 @itemx --same-permissions
2939 @itemx -p
2940
2941 When @command{tar} is extracting an archive, it normally subtracts the
2942 users' umask from the permissions specified in the archive and uses
2943 that number as the permissions to create the destination file.
2944 Specifying this option instructs @command{tar} that it should use the
2945 permissions directly from the archive. @xref{Setting Access Permissions}.
2946
2947 @opsummary{read-full-records}
2948 @item --read-full-records
2949 @itemx -B
2950
2951 Specifies that @command{tar} should reblock its input, for reading
2952 from pipes on systems with buggy implementations. @xref{Reading}.
2953
2954 @opsummary{record-size}
2955 @item --record-size=@var{size}
2956
2957 Instructs @command{tar} to use @var{size} bytes per record when accessing the
2958 archive. @xref{Blocking Factor}.
2959
2960 @opsummary{recursion}
2961 @item --recursion
2962
2963 With this option, @command{tar} recurses into directories.
2964 @xref{recurse}.
2965
2966 @opsummary{recursive-unlink}
2967 @item --recursive-unlink
2968
2969 Remove existing
2970 directory hierarchies before extracting directories of the same name
2971 from the archive. @xref{Recursive Unlink}.
2972
2973 @opsummary{remove-files}
2974 @item --remove-files
2975
2976 Directs @command{tar} to remove the source file from the file system after
2977 appending it to an archive. @xref{remove files}.
2978
2979 @opsummary{restrict}
2980 @item --restrict
2981
2982 Disable use of some potentially harmful @command{tar} options.
2983 Currently this option disables shell invocation from multi-volume menu
2984 (@pxref{Using Multiple Tapes}).
2985
2986 @opsummary{rmt-command}
2987 @item --rmt-command=@var{cmd}
2988
2989 Notifies @command{tar} that it should use @var{cmd} instead of
2990 the default @file{/usr/libexec/rmt} (@pxref{Remote Tape Server}).
2991
2992 @opsummary{rsh-command}
2993 @item --rsh-command=@var{cmd}
2994
2995 Notifies @command{tar} that is should use @var{cmd} to communicate with remote
2996 devices. @xref{Device}.
2997
2998 @opsummary{same-order}
2999 @item --same-order
3000 @itemx --preserve-order
3001 @itemx -s
3002
3003 This option is an optimization for @command{tar} when running on machines with
3004 small amounts of memory. It informs @command{tar} that the list of file
3005 arguments has already been sorted to match the order of files in the
3006 archive. @xref{Reading}.
3007
3008 @opsummary{same-owner}
3009 @item --same-owner
3010
3011 When extracting an archive, @command{tar} will attempt to preserve the owner
3012 specified in the @command{tar} archive with this option present.
3013 This is the default behavior for the superuser; this option has an
3014 effect only for ordinary users. @xref{Attributes}.
3015
3016 @opsummary{same-permissions}
3017 @item --same-permissions
3018
3019 (See @option{--preserve-permissions}; @pxref{Setting Access Permissions}.)
3020
3021 @opsummary{show-defaults}
3022 @item --show-defaults
3023
3024 Displays the default options used by @command{tar} and exits
3025 successfully. This option is intended for use in shell scripts.
3026 Here is an example of what you can see using this option:
3027
3028 @smallexample
3029 $ tar --show-defaults
3030 --format=gnu -f- -b20 --quoting-style=escape \
3031 --rmt-command=/usr/libexec/rmt --rsh-command=/usr/bin/rsh
3032 @end smallexample
3033
3034 @opsummary{show-omitted-dirs}
3035 @item --show-omitted-dirs
3036
3037 Instructs @command{tar} to mention directories its skipping over when
3038 operating on a @command{tar} archive. @xref{show-omitted-dirs}.
3039
3040 @opsummary{show-transformed-names}
3041 @opsummary{show-stored-names}
3042 @item --show-transformed-names
3043 @itemx --show-stored-names
3044
3045 Display file or member names after applying any transformations
3046 (@pxref{transform}). In particular, when used in conjunction with one of
3047 archive creation operations it instructs tar to list the member names
3048 stored in the archive, as opposed to the actual file
3049 names. @xref{listing member and file names}.
3050
3051 @opsummary{sparse}
3052 @item --sparse
3053 @itemx -S
3054
3055 Invokes a @acronym{GNU} extension when adding files to an archive that handles
3056 sparse files efficiently. @xref{sparse}.
3057
3058 @opsummary{sparse-version}
3059 @item --sparse-version=@var{version}
3060
3061 Specified the @dfn{format version} to use when archiving sparse
3062 files. Implies @option{--sparse}. @xref{sparse}. For the description
3063 of the supported sparse formats, @xref{Sparse Formats}.
3064
3065 @opsummary{starting-file}
3066 @item --starting-file=@var{name}
3067 @itemx -K @var{name}
3068
3069 This option affects extraction only; @command{tar} will skip extracting
3070 files in the archive until it finds one that matches @var{name}.
3071 @xref{Scarce}.
3072
3073 @opsummary{strip-components}
3074 @item --strip-components=@var{number}
3075 Strip given @var{number} of leading components from file names before
3076 extraction.@footnote{This option was called @option{--strip-path} in
3077 version 1.14.} For example, if archive @file{archive.tar} contained
3078 @file{/some/file/name}, then running
3079
3080 @smallexample
3081 tar --extract --file archive.tar --strip-components=2
3082 @end smallexample
3083
3084 @noindent
3085 would extract this file to file @file{name}.
3086
3087 @opsummary{suffix}, summary
3088 @item --suffix=@var{suffix}
3089
3090 Alters the suffix @command{tar} uses when backing up files from the default
3091 @samp{~}. @xref{backup}.
3092
3093 @opsummary{tape-length}
3094 @item --tape-length=@var{num}
3095 @itemx -L @var{num}
3096
3097 Specifies the length of tapes that @command{tar} is writing as being
3098 @w{@var{num} x 1024} bytes long. @xref{Using Multiple Tapes}.
3099
3100 @opsummary{test-label}
3101 @item --test-label
3102
3103 Reads the volume label. If an argument is specified, test whether it
3104 matches the volume label. @xref{--test-label option}.
3105
3106 @opsummary{to-command}
3107 @item --to-command=@var{command}
3108
3109 During extraction @command{tar} will pipe extracted files to the
3110 standard input of @var{command}. @xref{Writing to an External Program}.
3111
3112 @opsummary{to-stdout}
3113 @item --to-stdout
3114 @itemx -O
3115
3116 During extraction, @command{tar} will extract files to stdout rather
3117 than to the file system. @xref{Writing to Standard Output}.
3118
3119 @opsummary{totals}
3120 @item --totals[=@var{signo}]
3121
3122 Displays the total number of bytes transferred when processing an
3123 archive. If an argument is given, these data are displayed on
3124 request, when signal @var{signo} is delivered to @command{tar}.
3125 @xref{totals}.
3126
3127 @opsummary{touch}
3128 @item --touch
3129 @itemx -m
3130
3131 Sets the data modification time of extracted files to the extraction time,
3132 rather than the data modification time stored in the archive.
3133 @xref{Data Modification Times}.
3134
3135 @opsummary{uncompress}
3136 @item --uncompress
3137
3138 (See @option{--compress}. @pxref{gzip})
3139
3140 @opsummary{ungzip}
3141 @item --ungzip
3142
3143 (See @option{--gzip}. @pxref{gzip})
3144
3145 @opsummary{unlink-first}
3146 @item --unlink-first
3147 @itemx -U
3148
3149 Directs @command{tar} to remove the corresponding file from the file
3150 system before extracting it from the archive. @xref{Unlink First}.
3151
3152 @opsummary{unquote}
3153 @item --unquote
3154 Enable unquoting input file or member names (default). @xref{input
3155 name quoting}.
3156
3157 @opsummary{use-compress-program}
3158 @item --use-compress-program=@var{prog}
3159
3160 Instructs @command{tar} to access the archive through @var{prog}, which is
3161 presumed to be a compression program of some sort. @xref{gzip}.
3162
3163 @opsummary{utc}
3164 @item --utc
3165
3166 Display file modification dates in @acronym{UTC}. This option implies
3167 @option{--verbose}.
3168
3169 @opsummary{verbose}
3170 @item --verbose
3171 @itemx -v
3172
3173 Specifies that @command{tar} should be more verbose about the operations its
3174 performing. This option can be specified multiple times for some
3175 operations to increase the amount of information displayed.
3176 @xref{verbose}.
3177
3178 @opsummary{verify}
3179 @item --verify
3180 @itemx -W
3181
3182 Verifies that the archive was correctly written when creating an
3183 archive. @xref{verify}.
3184
3185 @opsummary{version}
3186 @item --version
3187
3188 Print information about the program's name, version, origin and legal
3189 status, all on standard output, and then exit successfully.
3190 @xref{help}.
3191
3192 @opsummary{volno-file}
3193 @item --volno-file=@var{file}
3194
3195 Used in conjunction with @option{--multi-volume}. @command{tar} will
3196 keep track of which volume of a multi-volume archive its working in
3197 @var{file}. @xref{volno-file}.
3198
3199 @opsummary{wildcards}
3200 @item --wildcards
3201 Use wildcards when matching member names with patterns.
3202 @xref{controlling pattern-matching}.
3203
3204 @opsummary{wildcards-match-slash}
3205 @item --wildcards-match-slash
3206 Wildcards match @samp{/}.
3207 @xref{controlling pattern-matching}.
3208 @end table
3209
3210 @node Short Option Summary
3211 @subsection Short Options Cross Reference
3212
3213 Here is an alphabetized list of all of the short option forms, matching
3214 them with the equivalent long option.
3215
3216 @multitable @columnfractions 0.20 0.80
3217 @headitem Short Option @tab Reference
3218
3219 @item -A @tab @ref{--concatenate}.
3220
3221 @item -B @tab @ref{--read-full-records}.
3222
3223 @item -C @tab @ref{--directory}.
3224
3225 @item -F @tab @ref{--info-script}.
3226
3227 @item -G @tab @ref{--incremental}.
3228
3229 @item -K @tab @ref{--starting-file}.
3230
3231 @item -L @tab @ref{--tape-length}.
3232
3233 @item -M @tab @ref{--multi-volume}.
3234
3235 @item -N @tab @ref{--newer}.
3236
3237 @item -O @tab @ref{--to-stdout}.
3238
3239 @item -P @tab @ref{--absolute-names}.
3240
3241 @item -R @tab @ref{--block-number}.
3242
3243 @item -S @tab @ref{--sparse}.
3244
3245 @item -T @tab @ref{--files-from}.
3246
3247 @item -U @tab @ref{--unlink-first}.
3248
3249 @item -V @tab @ref{--label}.
3250
3251 @item -W @tab @ref{--verify}.
3252
3253 @item -X @tab @ref{--exclude-from}.
3254
3255 @item -Z @tab @ref{--compress}.
3256
3257 @item -b @tab @ref{--blocking-factor}.
3258
3259 @item -c @tab @ref{--create}.
3260
3261 @item -d @tab @ref{--compare}.
3262
3263 @item -f @tab @ref{--file}.
3264
3265 @item -g @tab @ref{--listed-incremental}.
3266
3267 @item -h @tab @ref{--dereference}.
3268
3269 @item -i @tab @ref{--ignore-zeros}.
3270
3271 @item -j @tab @ref{--bzip2}.
3272
3273 @item -k @tab @ref{--keep-old-files}.
3274
3275 @item -l @tab @ref{--check-links}.
3276
3277 @item -m @tab @ref{--touch}.
3278
3279 @item -o @tab When creating, @ref{--no-same-owner}, when extracting ---
3280 @ref{--portability}.
3281
3282 The later usage is deprecated. It is retained for compatibility with
3283 the earlier versions of @GNUTAR{}. In the future releases
3284 @option{-o} will be equivalent to @option{--no-same-owner} only.
3285
3286 @item -p @tab @ref{--preserve-permissions}.
3287
3288 @item -r @tab @ref{--append}.
3289
3290 @item -s @tab @ref{--same-order}.
3291
3292 @item -t @tab @ref{--list}.
3293
3294 @item -u @tab @ref{--update}.
3295
3296 @item -v @tab @ref{--verbose}.
3297
3298 @item -w @tab @ref{--interactive}.
3299
3300 @item -x @tab @ref{--extract}.
3301
3302 @item -z @tab @ref{--gzip}.
3303
3304 @end multitable
3305
3306 @node help
3307 @section @GNUTAR{} documentation
3308
3309 @cindex Getting program version number
3310 @opindex version
3311 @cindex Version of the @command{tar} program
3312 Being careful, the first thing is really checking that you are using
3313 @GNUTAR{}, indeed. The @option{--version} option
3314 causes @command{tar} to print information about its name, version,
3315 origin and legal status, all on standard output, and then exit
3316 successfully. For example, @w{@samp{tar --version}} might print:
3317
3318 @smallexample
3319 tar (GNU tar) @value{VERSION}
3320 Copyright (C) 2006 Free Software Foundation, Inc.
3321 This is free software. You may redistribute copies of it under the terms
3322 of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
3323 There is NO WARRANTY, to the extent permitted by law.
3324
3325 Written by John Gilmore and Jay Fenlason.
3326 @end smallexample
3327
3328 @noindent
3329 The first occurrence of @samp{tar} in the result above is the program
3330 name in the package (for example, @command{rmt} is another program),
3331 while the second occurrence of @samp{tar} is the name of the package
3332 itself, containing possibly many programs. The package is currently
3333 named @samp{tar}, after the name of the main program it
3334 contains@footnote{There are plans to merge the @command{cpio} and
3335 @command{tar} packages into a single one which would be called
3336 @code{paxutils}. So, who knows if, one of this days, the
3337 @option{--version} would not output @w{@samp{tar (@acronym{GNU}
3338 paxutils) 3.2}}}.
3339
3340 @cindex Obtaining help
3341 @cindex Listing all @command{tar} options
3342 @xopindex{help, introduction}
3343 Another thing you might want to do is checking the spelling or meaning
3344 of some particular @command{tar} option, without resorting to this
3345 manual, for once you have carefully read it. @GNUTAR{}
3346 has a short help feature, triggerable through the
3347 @option{--help} option. By using this option, @command{tar} will
3348 print a usage message listing all available options on standard
3349 output, then exit successfully, without doing anything else and
3350 ignoring all other options. Even if this is only a brief summary, it
3351 may be several screens long. So, if you are not using some kind of
3352 scrollable window, you might prefer to use something like:
3353
3354 @smallexample
3355 $ @kbd{tar --help | less}
3356 @end smallexample
3357
3358 @noindent
3359 presuming, here, that you like using @command{less} for a pager. Other
3360 popular pagers are @command{more} and @command{pg}. If you know about some
3361 @var{keyword} which interests you and do not want to read all the
3362 @option{--help} output, another common idiom is doing:
3363
3364 @smallexample
3365 tar --help | grep @var{keyword}
3366 @end smallexample
3367
3368 @noindent
3369 for getting only the pertinent lines. Notice, however, that some
3370 @command{tar} options have long description lines and the above
3371 command will list only the first of them.
3372
3373 The exact look of the option summary displayed by @kbd{tar --help} is
3374 configurable. @xref{Configuring Help Summary}, for a detailed description.
3375
3376 @opindex usage
3377 If you only wish to check the spelling of an option, running @kbd{tar
3378 --usage} may be a better choice. This will display a terse list of
3379 @command{tar} option without accompanying explanations.
3380
3381 The short help output is quite succinct, and you might have to get
3382 back to the full documentation for precise points. If you are reading
3383 this paragraph, you already have the @command{tar} manual in some
3384 form. This manual is available in a variety of forms from
3385 @url{http://www.gnu.org/software/tar/manual}. It may be printed out of the @GNUTAR{}
3386 distribution, provided you have @TeX{} already installed somewhere,
3387 and a laser printer around. Just configure the distribution, execute
3388 the command @w{@samp{make dvi}}, then print @file{doc/tar.dvi} the
3389 usual way (contact your local guru to know how). If @GNUTAR{}
3390 has been conveniently installed at your place, this
3391 manual is also available in interactive, hypertextual form as an Info
3392 file. Just call @w{@samp{info tar}} or, if you do not have the
3393 @command{info} program handy, use the Info reader provided within
3394 @acronym{GNU} Emacs, calling @samp{tar} from the main Info menu.
3395
3396 There is currently no @code{man} page for @GNUTAR{}.
3397 If you observe such a @code{man} page on the system you are running,
3398 either it does not belong to @GNUTAR{}, or it has not
3399 been produced by @acronym{GNU}. Some package maintainers convert
3400 @kbd{tar --help} output to a man page, using @command{help2man}. In
3401 any case, please bear in mind that the authoritative source of
3402 information about @GNUTAR{} is this Texinfo documentation.
3403
3404 @node defaults
3405 @section Obtaining @GNUTAR{} default values
3406
3407 @opindex show-defaults
3408 @GNUTAR{} has some predefined defaults that are used when you do not
3409 explicitly specify another values. To obtain a list of such
3410 defaults, use @option{--show-defaults} option. This will output the
3411 values in the form of @command{tar} command line options:
3412
3413 @smallexample
3414 @group
3415 @kbd{tar --show-defaults}
3416 --format=gnu -f- -b20 --quoting-style=escape
3417 --rmt-command=/etc/rmt --rsh-command=/usr/bin/rsh
3418 @end group
3419 @end smallexample
3420
3421 @noindent
3422 Notice, that this option outputs only one line. The example output above
3423 has been split to fit page boundaries.
3424
3425 @noindent
3426 The above output shows that this version of @GNUTAR{} defaults to
3427 using @samp{gnu} archive format (@pxref{Formats}), it uses standard
3428 output as the archive, if no @option{--file} option has been given
3429 (@pxref{file tutorial}), the default blocking factor is 20
3430 (@pxref{Blocking Factor}). It also shows the default locations where
3431 @command{tar} will look for @command{rmt} and @command{rsh} binaries.
3432
3433 @node verbose
3434 @section Checking @command{tar} progress
3435
3436 Typically, @command{tar} performs most operations without reporting any
3437 information to the user except error messages. When using @command{tar}
3438 with many options, particularly ones with complicated or
3439 difficult-to-predict behavior, it is possible to make serious mistakes.
3440 @command{tar} provides several options that make observing @command{tar}
3441 easier. These options cause @command{tar} to print information as it
3442 progresses in its job, and you might want to use them just for being
3443 more careful about what is going on, or merely for entertaining
3444 yourself. If you have encountered a problem when operating on an
3445 archive, however, you may need more information than just an error
3446 message in order to solve the problem. The following options can be
3447 helpful diagnostic tools.
3448
3449 @cindex Verbose operation
3450 @opindex verbose
3451 Normally, the @option{--list} (@option{-t}) command to list an archive
3452 prints just the file names (one per line) and the other commands are
3453 silent. When used with most operations, the @option{--verbose}
3454 (@option{-v}) option causes @command{tar} to print the name of each
3455 file or archive member as it is processed. This and the other options
3456 which make @command{tar} print status information can be useful in
3457 monitoring @command{tar}.
3458
3459 With @option{--create} or @option{--extract}, @option{--verbose} used
3460 once just prints the names of the files or members as they are processed.
3461 Using it twice causes @command{tar} to print a longer listing
3462 (@xref{verbose member listing}, for the description) for each member.
3463 Since @option{--list} already prints the names of the members,
3464 @option{--verbose} used once with @option{--list} causes @command{tar}
3465 to print an @samp{ls -l} type listing of the files in the archive.
3466 The following examples both extract members with long list output:
3467
3468 @smallexample
3469 $ @kbd{tar --extract --file=archive.tar --verbose --verbose}
3470 $ @kbd{tar xvvf archive.tar}
3471 @end smallexample
3472
3473 Verbose output appears on the standard output except when an archive is
3474 being written to the standard output, as with @samp{tar --create
3475 --file=- --verbose} (@samp{tar cfv -}, or even @samp{tar cv}---if the
3476 installer let standard output be the default archive). In that case
3477 @command{tar} writes verbose output to the standard error stream.
3478
3479 If @option{--index-file=@var{file}} is specified, @command{tar} sends
3480 verbose output to @var{file} rather than to standard output or standard
3481 error.
3482
3483 @anchor{totals}
3484 @cindex Obtaining total status information
3485 @opindex totals
3486 The @option{--totals} option causes @command{tar} to print on the
3487 standard error the total amount of bytes transferred when processing
3488 an archive. When creating or appending to an archive, this option
3489 prints the number of bytes written to the archive and the average
3490 speed at which they have been written, e.g.:
3491
3492 @smallexample
3493 @group
3494 $ @kbd{tar -c -f archive.tar --totals /home}
3495 Total bytes written: 7924664320 (7.4GiB, 85MiB/s)
3496 @end group
3497 @end smallexample
3498
3499 When reading an archive, this option displays the number of bytes
3500 read:
3501
3502 @smallexample
3503 @group
3504 $ @kbd{tar -x -f archive.tar --totals}
3505 Total bytes read: 7924664320 (7.4GiB, 95MiB/s)
3506 @end group
3507 @end smallexample
3508
3509 Finally, when deleting from an archive, the @option{--totals} option
3510 displays both numbers plus number of bytes removed from the archive:
3511
3512 @smallexample
3513 @group
3514 $ @kbd{tar --delete -f foo.tar --totals --wildcards '*~'}
3515 Total bytes read: 9543680 (9.2MiB, 201MiB/s)
3516 Total bytes written: 3829760 (3.7MiB, 81MiB/s)
3517 Total bytes deleted: 1474048
3518 @end group
3519 @end smallexample
3520
3521 You can also obtain this information on request. When
3522 @option{--totals} is used with an argument, this argument is
3523 interpreted as a symbolic name of a signal, upon delivery of which the
3524 statistics is to be printed:
3525
3526 @table @option
3527 @item --totals=@var{signo}
3528 Print statistics upon delivery of signal @var{signo}. Valid arguments
3529 are: @code{SIGHUP}, @code{SIGQUIT}, @code{SIGINT}, @code{SIGUSR1} and
3530 @code{SIGUSR2}. Shortened names without @samp{SIG} prefix are also
3531 accepted.
3532 @end table
3533
3534 Both forms of @option{--totals} option can be used simultaneously.
3535 Thus, @kbd{tar -x --totals --totals=USR1} instructs @command{tar} to
3536 extract all members from its default archive and print statistics
3537 after finishing the extraction, as well as when receiving signal
3538 @code{SIGUSR1}.
3539
3540 @anchor{Progress information}
3541 @cindex Progress information
3542 @opindex checkpoint
3543 The @option{--checkpoint} option prints an occasional message
3544 as @command{tar} reads or writes the archive. It is designed for
3545 those who don't need the more detailed (and voluminous) output of
3546 @option{--block-number} (@option{-R}), but do want visual confirmation
3547 that @command{tar} is actually making forward progress. By default it
3548 prints a message each 10 records read or written. This can be changed
3549 by giving it a numeric argument after an equal sign:
3550
3551 @smallexample
3552 $ @kbd{tar -c --checkpoint=1000} /var
3553 tar: Write checkpoint 1000
3554 tar: Write checkpoint 2000
3555 tar: Write checkpoint 3000
3556 @end smallexample
3557
3558 This example shows the default checkpoint message used by
3559 @command{tar}. If you place a dot immediately after the equal
3560 sign, it will print a @samp{.} at each checkpoint. For example:
3561
3562 @smallexample
3563 $ @kbd{tar -c --checkpoint=.1000} /var
3564 ...
3565 @end smallexample
3566
3567 @opindex show-omitted-dirs
3568 @anchor{show-omitted-dirs}
3569 The @option{--show-omitted-dirs} option, when reading an archive---with
3570 @option{--list} or @option{--extract}, for example---causes a message
3571 to be printed for each directory in the archive which is skipped.
3572 This happens regardless of the reason for skipping: the directory might
3573 not have been named on the command line (implicitly or explicitly),
3574 it might be excluded by the use of the
3575 @option{--exclude=@var{pattern}} option, or some other reason.
3576
3577 @opindex block-number
3578 @cindex Block number where error occurred
3579 @anchor{block-number}
3580 If @option{--block-number} (@option{-R}) is used, @command{tar} prints, along with
3581 every message it would normally produce, the block number within the
3582 archive where the message was triggered. Also, supplementary messages
3583 are triggered when reading blocks full of NULs, or when hitting end of
3584 file on the archive. As of now, if the archive if properly terminated
3585 with a NUL block, the reading of the file may stop before end of file
3586 is met, so the position of end of file will not usually show when
3587 @option{--block-number} (@option{-R}) is used. Note that @GNUTAR{}
3588 drains the archive before exiting when reading the
3589 archive from a pipe.
3590
3591 @cindex Error message, block number of
3592 This option is especially useful when reading damaged archives, since
3593 it helps pinpoint the damaged sections. It can also be used with
3594 @option{--list} (@option{-t}) when listing a file-system backup tape, allowing you to
3595 choose among several backup tapes when retrieving a file later, in
3596 favor of the tape where the file appears earliest (closest to the
3597 front of the tape). @xref{backup}.
3598
3599 @node interactive
3600 @section Asking for Confirmation During Operations
3601 @cindex Interactive operation
3602
3603 Typically, @command{tar} carries out a command without stopping for
3604 further instructions. In some situations however, you may want to
3605 exclude some files and archive members from the operation (for instance
3606 if disk or storage space is tight). You can do this by excluding
3607 certain files automatically (@pxref{Choosing}), or by performing
3608 an operation interactively, using the @option{--interactive} (@option{-w}) option.
3609 @command{tar} also accepts @option{--confirmation} for this option.
3610
3611 @opindex interactive
3612 When the @option{--interactive} (@option{-w}) option is specified, before
3613 reading, writing, or deleting files, @command{tar} first prints a message
3614 for each such file, telling what operation it intends to take, then asks
3615 for confirmation on the terminal. The actions which require
3616 confirmation include adding a file to the archive, extracting a file
3617 from the archive, deleting a file from the archive, and deleting a file
3618 from disk. To confirm the action, you must type a line of input
3619 beginning with @samp{y}. If your input line begins with anything other
3620 than @samp{y}, @command{tar} skips that file.
3621
3622 If @command{tar} is reading the archive from the standard input,
3623 @command{tar} opens the file @file{/dev/tty} to support the interactive
3624 communications.
3625
3626 Verbose output is normally sent to standard output, separate from
3627 other error messages. However, if the archive is produced directly
3628 on standard output, then verbose output is mixed with errors on
3629 @code{stderr}. Producing the archive on standard output may be used
3630 as a way to avoid using disk space, when the archive is soon to be
3631 consumed by another process reading it, say. Some people felt the need
3632 of producing an archive on stdout, still willing to segregate between
3633 verbose output and error output. A possible approach would be using a
3634 named pipe to receive the archive, and having the consumer process to
3635 read from that named pipe. This has the advantage of letting standard
3636 output free to receive verbose output, all separate from errors.
3637
3638 @node operations
3639 @chapter @GNUTAR{} Operations
3640
3641 @menu
3642 * Basic tar::
3643 * Advanced tar::
3644 * create options::
3645 * extract options::
3646 * backup::
3647 * Applications::
3648 * looking ahead::
3649 @end menu
3650
3651 @node Basic tar
3652 @section Basic @GNUTAR{} Operations
3653
3654 The basic @command{tar} operations, @option{--create} (@option{-c}),
3655 @option{--list} (@option{-t}) and @option{--extract} (@option{--get},
3656 @option{-x}), are currently presented and described in the tutorial
3657 chapter of this manual. This section provides some complementary notes
3658 for these operations.
3659
3660 @table @option
3661 @xopindex{create, complementary notes}
3662 @item --create
3663 @itemx -c
3664
3665 Creating an empty archive would have some kind of elegance. One can
3666 initialize an empty archive and later use @option{--append}
3667 (@option{-r}) for adding all members. Some applications would not
3668 welcome making an exception in the way of adding the first archive
3669 member. On the other hand, many people reported that it is
3670 dangerously too easy for @command{tar} to destroy a magnetic tape with
3671 an empty archive@footnote{This is well described in @cite{Unix-haters
3672 Handbook}, by Simson Garfinkel, Daniel Weise & Steven Strassmann, IDG
3673 Books, ISBN 1-56884-203-1.}. The two most common errors are:
3674
3675 @enumerate
3676 @item
3677 Mistakingly using @code{create} instead of @code{extract}, when the
3678 intent was to extract the full contents of an archive. This error
3679 is likely: keys @kbd{c} and @kbd{x} are right next to each other on
3680 the QWERTY keyboard. Instead of being unpacked, the archive then
3681 gets wholly destroyed. When users speak about @dfn{exploding} an
3682 archive, they usually mean something else :-).
3683
3684 @item
3685 Forgetting the argument to @code{file}, when the intent was to create
3686 an archive with a single file in it. This error is likely because a
3687 tired user can easily add the @kbd{f} key to the cluster of option
3688 letters, by the mere force of habit, without realizing the full
3689 consequence of doing so. The usual consequence is that the single
3690 file, which was meant to be saved, is rather destroyed.
3691 @end enumerate
3692
3693 So, recognizing the likelihood and the catastrophic nature of these
3694 errors, @GNUTAR{} now takes some distance from elegance, and
3695 cowardly refuses to create an archive when @option{--create} option is
3696 given, there are no arguments besides options, and
3697 @option{--files-from} (@option{-T}) option is @emph{not} used. To get
3698 around the cautiousness of @GNUTAR{} and nevertheless create an
3699 archive with nothing in it, one may still use, as the value for the
3700 @option{--files-from} option, a file with no names in it, as shown in
3701 the following commands:
3702
3703 @smallexample
3704 @kbd{tar --create --file=empty-archive.tar --files-from=/dev/null}
3705 @kbd{tar cfT empty-archive.tar /dev/null}
3706 @end smallexample
3707
3708 @xopindex{extract, complementary notes}
3709 @item --extract
3710 @itemx --get
3711 @itemx -x
3712
3713 A socket is stored, within a @GNUTAR{} archive, as a pipe.
3714
3715 @item @option{--list} (@option{-t})
3716
3717 @GNUTAR{} now shows dates as @samp{1996-08-30},
3718 while it used to show them as @samp{Aug 30 1996}. Preferably,
3719 people should get used to ISO 8601 dates. Local American dates should
3720 be made available again with full date localization support, once
3721 ready. In the meantime, programs not being localizable for dates
3722 should prefer international dates, that's really the way to go.
3723
3724 Look up @url{http://www.cl.cam.ac.uk/@/~mgk25/@/iso-time.html} if you
3725 are curious, it contains a detailed explanation of the ISO 8601 standard.
3726
3727 @end table
3728
3729 @node Advanced tar
3730 @section Advanced @GNUTAR{} Operations
3731
3732 Now that you have learned the basics of using @GNUTAR{}, you may want
3733 to learn about further ways in which @command{tar} can help you.
3734
3735 This chapter presents five, more advanced operations which you probably
3736 won't use on a daily basis, but which serve more specialized functions.
3737 We also explain the different styles of options and why you might want
3738 to use one or another, or a combination of them in your @command{tar}
3739 commands. Additionally, this chapter includes options which allow you to
3740 define the output from @command{tar} more carefully, and provide help and
3741 error correction in special circumstances.
3742
3743 @FIXME{check this after the chapter is actually revised to make sure
3744 it still introduces the info in the chapter correctly : ).}
3745
3746 @menu
3747 * Operations::
3748 * append::
3749 * update::
3750 * concatenate::
3751 * delete::
3752 * compare::
3753 @end menu
3754
3755 @node Operations
3756 @subsection The Five Advanced @command{tar} Operations
3757 @UNREVISED
3758
3759 In the last chapter, you learned about the first three operations to
3760 @command{tar}. This chapter presents the remaining five operations to
3761 @command{tar}: @option{--append}, @option{--update}, @option{--concatenate},
3762 @option{--delete}, and @option{--compare}.
3763
3764 You are not likely to use these operations as frequently as those
3765 covered in the last chapter; however, since they perform specialized
3766 functions, they are quite useful when you do need to use them. We
3767 will give examples using the same directory and files that you created
3768 in the last chapter. As you may recall, the directory is called
3769 @file{practice}, the files are @samp{jazz}, @samp{blues}, @samp{folk},
3770 @samp{rock}, and the two archive files you created are
3771 @samp{collection.tar} and @samp{music.tar}.
3772
3773 We will also use the archive files @samp{afiles.tar} and
3774 @samp{bfiles.tar}. The archive @samp{afiles.tar} contains the members @samp{apple},
3775 @samp{angst}, and @samp{aspic}; @samp{bfiles.tar} contains the members
3776 @samp{./birds}, @samp{baboon}, and @samp{./box}.
3777
3778 Unless we state otherwise, all practicing you do and examples you follow
3779 in this chapter will take place in the @file{practice} directory that
3780 you created in the previous chapter; see @ref{prepare for examples}.
3781 (Below in this section, we will remind you of the state of the examples
3782 where the last chapter left them.)
3783
3784 The five operations that we will cover in this chapter are:
3785
3786 @table @option
3787 @item --append
3788 @itemx -r
3789 Add new entries to an archive that already exists.
3790 @item --update
3791 @itemx -r
3792 Add more recent copies of archive members to the end of an archive, if
3793 they exist.
3794 @item --concatenate
3795 @itemx --catenate
3796 @itemx -A
3797 Add one or more pre-existing archives to the end of another archive.
3798 @item --delete
3799 Delete items from an archive (does not work on tapes).
3800 @item --compare
3801 @itemx --diff
3802 @itemx -d
3803 Compare archive members to their counterparts in the file system.
3804 @end table
3805
3806 @node append
3807 @subsection How to Add Files to Existing Archives: @option{--append}
3808 @UNREVISED
3809
3810 @opindex append
3811 If you want to add files to an existing archive, you don't need to
3812 create a new archive; you can use @option{--append} (@option{-r}).
3813 The archive must already exist in order to use @option{--append}. (A
3814 related operation is the @option{--update} operation; you can use this
3815 to add newer versions of archive members to an existing archive. To learn how to
3816 do this with @option{--update}, @pxref{update}.)
3817
3818 If you use @option{--append} to add a file that has the same name as an
3819 archive member to an archive containing that archive member, then the
3820 old member is not deleted. What does happen, however, is somewhat
3821 complex. @command{tar} @emph{allows} you to have infinite number of files
3822 with the same name. Some operations treat these same-named members no
3823 differently than any other set of archive members: for example, if you
3824 view an archive with @option{--list} (@option{-t}), you will see all
3825 of those members listed, with their data modification times, owners, etc.
3826
3827 Other operations don't deal with these members as perfectly as you might
3828 prefer; if you were to use @option{--extract} to extract the archive,
3829 only the most recently added copy of a member with the same name as four
3830 other members would end up in the working directory. This is because
3831 @option{--extract} extracts an archive in the order the members appeared
3832 in the archive; the most recently archived members will be extracted
3833 last. Additionally, an extracted member will @emph{replace} a file of
3834 the same name which existed in the directory already, and @command{tar}
3835 will not prompt you about this@footnote{Unless you give it
3836 @option{--keep-old-files} option, or the disk copy is newer than the
3837 the one in the archive and you invoke @command{tar} with
3838 @option{--keep-newer-files} option}. Thus, only the most recently archived
3839 member will end up being extracted, as it will replace the one
3840 extracted before it, and so on.
3841
3842 There exists a special option that allows you to get around this
3843 behavior and extract (or list) only a particular copy of the file.
3844 This is @option{--occurrence} option. If you run @command{tar} with
3845 this option, it will extract only the first copy of the file. You
3846 may also give this option an argument specifying the number of
3847 copy to be extracted. Thus, for example if the archive
3848 @file{archive.tar} contained three copies of file @file{myfile}, then
3849 the command
3850
3851 @smallexample
3852 tar --extract --file archive.tar --occurrence=2 myfile
3853 @end smallexample
3854
3855 @noindent
3856 would extract only the second copy. @xref{Option
3857 Summary,---occurrence}, for the description of @option{--occurrence}
3858 option.
3859
3860 @FIXME{ hag -- you might want to incorporate some of the above into the
3861 MMwtSN node; not sure. i didn't know how to make it simpler...
3862
3863 There are a few ways to get around this. (maybe xref Multiple Members
3864 with the Same Name.}
3865
3866 @cindex Members, replacing with other members
3867 @cindex Replacing members with other members
3868 If you want to replace an archive member, use @option{--delete} to
3869 delete the member you want to remove from the archive, , and then use
3870 @option{--append} to add the member you want to be in the archive. Note
3871 that you can not change the order of the archive; the most recently
3872 added member will still appear last. In this sense, you cannot truly
3873 ``replace'' one member with another. (Replacing one member with another
3874 will not work on certain types of media, such as tapes; see @ref{delete}
3875 and @ref{Media}, for more information.)
3876
3877 @menu
3878 * appending files:: Appending Files to an Archive
3879 * multiple::
3880 @end menu
3881
3882 @node appending files
3883 @subsubsection Appending Files to an Archive
3884 @UNREVISED
3885 @cindex Adding files to an Archive
3886 @cindex Appending files to an Archive
3887 @cindex Archives, Appending files to
3888
3889 The simplest way to add a file to an already existing archive is the
3890 @option{--append} (@option{-r}) operation, which writes specified
3891 files into the archive whether or not they are already among the
3892 archived files.
3893
3894 When you use @option{--append}, you @emph{must} specify file name
3895 arguments, as there is no default. If you specify a file that already
3896 exists in the archive, another copy of the file will be added to the
3897 end of the archive. As with other operations, the member names of the
3898 newly added files will be exactly the same as their names given on the
3899 command line. The @option{--verbose} (@option{-v}) option will print
3900 out the names of the files as they are written into the archive.
3901
3902 @option{--append} cannot be performed on some tape drives, unfortunately,
3903 due to deficiencies in the formats those tape drives use. The archive
3904 must be a valid @command{tar} archive, or else the results of using this
3905 operation will be unpredictable. @xref{Media}.
3906
3907 To demonstrate using @option{--append} to add a file to an archive,
3908 create a file called @file{rock} in the @file{practice} directory.
3909 Make sure you are in the @file{practice} directory. Then, run the
3910 following @command{tar} command to add @file{rock} to
3911 @file{collection.tar}:
3912
3913 @smallexample
3914 $ @kbd{tar --append --file=collection.tar rock}
3915 @end smallexample
3916
3917 @noindent
3918 If you now use the @option{--list} (@option{-t}) operation, you will see that
3919 @file{rock} has been added to the archive:
3920
3921 @smallexample
3922 $ @kbd{tar --list --file=collection.tar}
3923 -rw-r--r-- me user 28 1996-10-18 16:31 jazz
3924 -rw-r--r-- me user 21 1996-09-23 16:44 blues
3925 -rw-r--r-- me user 20 1996-09-23 16:44 folk
3926 -rw-r--r-- me user 20 1996-09-23 16:44 rock
3927 @end smallexample
3928
3929 @node multiple
3930 @subsubsection Multiple Members with the Same Name
3931
3932 You can use @option{--append} (@option{-r}) to add copies of files
3933 which have been updated since the archive was created. (However, we
3934 do not recommend doing this since there is another @command{tar}
3935 option called @option{--update}; @xref{update}, for more information.
3936 We describe this use of @option{--append} here for the sake of
3937 completeness.) When you extract the archive, the older version will
3938 be effectively lost. This works because files are extracted from an
3939 archive in the order in which they were archived. Thus, when the
3940 archive is extracted, a file archived later in time will replace a
3941 file of the same name which was archived earlier, even though the
3942 older version of the file will remain in the archive unless you delete
3943 all versions of the file.
3944
3945 Supposing you change the file @file{blues} and then append the changed
3946 version to @file{collection.tar}. As you saw above, the original
3947 @file{blues} is in the archive @file{collection.tar}. If you change the
3948 file and append the new version of the file to the archive, there will
3949 be two copies in the archive. When you extract the archive, the older
3950 version of the file will be extracted first, and then replaced by the
3951 newer version when it is extracted.
3952
3953 You can append the new, changed copy of the file @file{blues} to the
3954 archive in this way:
3955
3956 @smallexample
3957 $ @kbd{tar --append --verbose --file=collection.tar blues}
3958 blues
3959 @end smallexample
3960
3961 @noindent
3962 Because you specified the @option{--verbose} option, @command{tar} has
3963 printed the name of the file being appended as it was acted on. Now
3964 list the contents of the archive:
3965
3966 @smallexample
3967 $ @kbd{tar --list --verbose --file=collection.tar}
3968 -rw-r--r-- me user 28 1996-10-18 16:31 jazz
3969 -rw-r--r-- me user 21 1996-09-23 16:44 blues
3970 -rw-r--r-- me user 20 1996-09-23 16:44 folk
3971 -rw-r--r-- me user 20 1996-09-23 16:44 rock
3972 -rw-r--r-- me user 58 1996-10-24 18:30 blues
3973 @end smallexample
3974
3975 @noindent
3976 The newest version of @file{blues} is now at the end of the archive
3977 (note the different creation dates and file sizes). If you extract
3978 the archive, the older version of the file @file{blues} will be
3979 replaced by the newer version. You can confirm this by extracting
3980 the archive and running @samp{ls} on the directory.
3981
3982 If you wish to extract the first occurrence of the file @file{blues}
3983 from the archive, use @option{--occurrence} option, as shown in
3984 the following example:
3985
3986 @smallexample
3987 $ @kbd{tar --extract -vv --occurrence --file=collection.tar blues}
3988 -rw-r--r-- me user 21 1996-09-23 16:44 blues
3989 @end smallexample
3990
3991 @xref{Writing}, for more information on @option{--extract} and
3992 @xref{Option Summary, --occurrence}, for the description of
3993 @option{--occurrence} option.
3994
3995 @node update
3996 @subsection Updating an Archive
3997 @UNREVISED
3998 @cindex Updating an archive
3999
4000 @opindex update
4001 In the previous section, you learned how to use @option{--append} to
4002 add a file to an existing archive. A related operation is
4003 @option{--update} (@option{-u}). The @option{--update} operation
4004 updates a @command{tar} archive by comparing the date of the specified
4005 archive members against the date of the file with the same name. If
4006 the file has been modified more recently than the archive member, then
4007 the newer version of the file is added to the archive (as with
4008 @option{--append}).
4009
4010 Unfortunately, you cannot use @option{--update} with magnetic tape drives.
4011 The operation will fail.
4012
4013 @FIXME{other examples of media on which --update will fail? need to ask
4014 charles and/or mib/thomas/dave shevett..}
4015
4016 Both @option{--update} and @option{--append} work by adding to the end
4017 of the archive. When you extract a file from the archive, only the
4018 version stored last will wind up in the file system, unless you use
4019 the @option{--backup} option. @xref{multiple}, for a detailed discussion.
4020
4021 @menu
4022 * how to update::
4023 @end menu
4024
4025 @node how to update
4026 @subsubsection How to Update an Archive Using @option{--update}
4027
4028 You must use file name arguments with the @option{--update}
4029 (@option{-u}) operation. If you don't specify any files,
4030 @command{tar} won't act on any files and won't tell you that it didn't
4031 do anything (which may end up confusing you).
4032
4033 @c note: the above parenthetical added because in fact, this
4034 @c behavior just confused the author. :-)
4035
4036 To see the @option{--update} option at work, create a new file,
4037 @file{classical}, in your practice directory, and some extra text to the
4038 file @file{blues}, using any text editor. Then invoke @command{tar} with
4039 the @samp{update} operation and the @option{--verbose} (@option{-v})
4040 option specified, using the names of all the files in the practice
4041 directory as file name arguments:
4042
4043 @smallexample
4044 $ @kbd{tar --update -v -f collection.tar blues folk rock classical}
4045 blues
4046 classical
4047 $
4048 @end smallexample
4049
4050 @noindent
4051 Because we have specified verbose mode, @command{tar} prints out the names
4052 of the files it is working on, which in this case are the names of the
4053 files that needed to be updated. If you run @samp{tar --list} and look
4054 at the archive, you will see @file{blues} and @file{classical} at its
4055 end. There will be a total of two versions of the member @samp{blues};
4056 the one at the end will be newer and larger, since you added text before
4057 updating it.
4058
4059 (The reason @command{tar} does not overwrite the older file when updating
4060 it is because writing to the middle of a section of tape is a difficult
4061 process. Tapes are not designed to go backward. @xref{Media}, for more
4062 information about tapes.
4063
4064 @option{--update} (@option{-u}) is not suitable for performing backups for two
4065 reasons: it does not change directory content entries, and it
4066 lengthens the archive every time it is used. The @GNUTAR{}
4067 options intended specifically for backups are more
4068 efficient. If you need to run backups, please consult @ref{Backups}.
4069
4070 @node concatenate
4071 @subsection Combining Archives with @option{--concatenate}
4072
4073 @cindex Adding archives to an archive
4074 @cindex Concatenating Archives
4075 @opindex concatenate
4076 @opindex catenate
4077 @c @cindex @option{-A} described
4078 Sometimes it may be convenient to add a second archive onto the end of
4079 an archive rather than adding individual files to the archive. To add
4080 one or more archives to the end of another archive, you should use the
4081 @option{--concatenate} (@option{--catenate}, @option{-A}) operation.
4082
4083 To use @option{--concatenate}, give the first archive with
4084 @option{--file} option and name the rest of archives to be
4085 concatenated on the command line. The members, and their member
4086 names, will be copied verbatim from those archives to the first one.
4087 @footnote{This can cause multiple members to have the same name, for
4088 information on how this affects reading the archive, @ref{multiple}.}
4089 The new, concatenated archive will be called by the same name as the
4090 one given with the @option{--file} option. As usual, if you omit
4091 @option{--file}, @command{tar} will use the value of the environment
4092 variable @env{TAPE}, or, if this has not been set, the default archive name.
4093
4094 @FIXME{There is no way to specify a new name...}
4095
4096 To demonstrate how @option{--concatenate} works, create two small archives
4097 called @file{bluesrock.tar} and @file{folkjazz.tar}, using the relevant
4098 files from @file{practice}:
4099
4100 @smallexample
4101 $ @kbd{tar -cvf bluesrock.tar blues rock}
4102 blues
4103 rock
4104 $ @kbd{tar -cvf folkjazz.tar folk jazz}
4105 folk
4106 jazz
4107 @end smallexample
4108
4109 @noindent
4110 If you like, You can run @samp{tar --list} to make sure the archives
4111 contain what they are supposed to:
4112
4113 @smallexample
4114 $ @kbd{tar -tvf bluesrock.tar}
4115 -rw-r--r-- melissa user 105 1997-01-21 19:42 blues
4116 -rw-r--r-- melissa user 33 1997-01-20 15:34 rock
4117 $ @kbd{tar -tvf jazzfolk.tar}
4118 -rw-r--r-- melissa user 20 1996-09-23 16:44 folk
4119 -rw-r--r-- melissa user 65 1997-01-30 14:15 jazz
4120 @end smallexample
4121
4122 We can concatenate these two archives with @command{tar}:
4123
4124 @smallexample
4125 $ @kbd{cd ..}
4126 $ @kbd{tar --concatenate --file=bluesrock.tar jazzfolk.tar}
4127 @end smallexample
4128
4129 If you now list the contents of the @file{bluesrock.tar}, you will see
4130 that now it also contains the archive members of @file{jazzfolk.tar}:
4131
4132 @smallexample
4133 $ @kbd{tar --list --file=bluesrock.tar}
4134 blues
4135 rock
4136 folk
4137 jazz
4138 @end smallexample
4139
4140 When you use @option{--concatenate}, the source and target archives must
4141 already exist and must have been created using compatible format
4142 parameters. Notice, that @command{tar} does not check whether the
4143 archives it concatenates have compatible formats, it does not
4144 even check if the files are really tar archives.
4145
4146 Like @option{--append} (@option{-r}), this operation cannot be performed on some
4147 tape drives, due to deficiencies in the formats those tape drives use.
4148
4149 @cindex @code{concatenate} vs @command{cat}
4150 @cindex @command{cat} vs @code{concatenate}
4151 It may seem more intuitive to you to want or try to use @command{cat} to
4152 concatenate two archives instead of using the @option{--concatenate}
4153 operation; after all, @command{cat} is the utility for combining files.
4154
4155 However, @command{tar} archives incorporate an end-of-file marker which
4156 must be removed if the concatenated archives are to be read properly as
4157 one archive. @option{--concatenate} removes the end-of-archive marker
4158 from the target archive before each new archive is appended. If you use
4159 @command{cat} to combine the archives, the result will not be a valid
4160 @command{tar} format archive. If you need to retrieve files from an
4161 archive that was added to using the @command{cat} utility, use the
4162 @option{--ignore-zeros} (@option{-i}) option. @xref{Ignore Zeros}, for further
4163 information on dealing with archives improperly combined using the
4164 @command{cat} shell utility.
4165
4166 @node delete
4167 @subsection Removing Archive Members Using @option{--delete}
4168 @UNREVISED
4169 @cindex Deleting files from an archive
4170 @cindex Removing files from an archive
4171
4172 @opindex delete
4173 You can remove members from an archive by using the @option{--delete}
4174 option. Specify the name of the archive with @option{--file}
4175 (@option{-f}) and then specify the names of the members to be deleted;
4176 if you list no member names, nothing will be deleted. The
4177 @option{--verbose} option will cause @command{tar} to print the names
4178 of the members as they are deleted. As with @option{--extract}, you
4179 must give the exact member names when using @samp{tar --delete}.
4180 @option{--delete} will remove all versions of the named file from the
4181 archive. The @option{--delete} operation can run very slowly.
4182
4183 Unlike other operations, @option{--delete} has no short form.
4184
4185 @cindex Tapes, using @option{--delete} and
4186 @cindex Deleting from tape archives
4187 This operation will rewrite the archive. You can only use
4188 @option{--delete} on an archive if the archive device allows you to
4189 write to any point on the media, such as a disk; because of this, it
4190 does not work on magnetic tapes. Do not try to delete an archive member
4191 from a magnetic tape; the action will not succeed, and you will be
4192 likely to scramble the archive and damage your tape. There is no safe
4193 way (except by completely re-writing the archive) to delete files from
4194 most kinds of magnetic tape. @xref{Media}.
4195
4196 To delete all versions of the file @file{blues} from the archive
4197 @file{collection.tar} in the @file{practice} directory, make sure you
4198 are in that directory, and then,
4199
4200 @smallexample
4201 $ @kbd{tar --list --file=collection.tar}
4202 blues
4203 folk
4204 jazz
4205 rock
4206 $ @kbd{tar --delete --file=collection.tar blues}
4207 $ @kbd{tar --list --file=collection.tar}
4208 folk
4209 jazz
4210 rock
4211 $
4212 @end smallexample
4213
4214 @FIXME{Check if the above listing is actually produced after running
4215 all the examples on collection.tar.}
4216
4217 The @option{--delete} option has been reported to work properly when
4218 @command{tar} acts as a filter from @code{stdin} to @code{stdout}.
4219
4220 @node compare
4221 @subsection Comparing Archive Members with the File System
4222 @cindex Verifying the currency of an archive
4223 @UNREVISED
4224
4225 @opindex compare
4226 The @option{--compare} (@option{-d}), or @option{--diff} operation compares
4227 specified archive members against files with the same names, and then
4228 reports differences in file size, mode, owner, modification date and
4229 contents. You should @emph{only} specify archive member names, not file
4230 names. If you do not name any members, then @command{tar} will compare the
4231 entire archive. If a file is represented in the archive but does not
4232 exist in the file system, @command{tar} reports a difference.
4233
4234 You have to specify the record size of the archive when modifying an
4235 archive with a non-default record size.
4236
4237 @command{tar} ignores files in the file system that do not have
4238 corresponding members in the archive.
4239
4240 The following example compares the archive members @file{rock},
4241 @file{blues} and @file{funk} in the archive @file{bluesrock.tar} with
4242 files of the same name in the file system. (Note that there is no file,
4243 @file{funk}; @command{tar} will report an error message.)
4244
4245 @smallexample
4246 $ @kbd{tar --compare --file=bluesrock.tar rock blues funk}
4247 rock
4248 blues
4249 tar: funk not found in archive
4250 @end smallexample
4251
4252 The spirit behind the @option{--compare} (@option{--diff},
4253 @option{-d}) option is to check whether the archive represents the
4254 current state of files on disk, more than validating the integrity of
4255 the archive media. For this later goal, @xref{verify}.
4256
4257 @node create options
4258 @section Options Used by @option{--create}
4259
4260 @xopindex{create, additional options}
4261 The previous chapter described the basics of how to use
4262 @option{--create} (@option{-c}) to create an archive from a set of files.
4263 @xref{create}. This section described advanced options to be used with
4264 @option{--create}.
4265
4266 @menu
4267 * override:: Overriding File Metadata.
4268 * Ignore Failed Read::
4269 @end menu
4270
4271 @node override
4272 @subsection Overriding File Metadata
4273
4274 As described above, a @command{tar} archive keeps, for each member it contains,
4275 its @dfn{metadata}, such as modification time, mode and ownership of
4276 the file. @GNUTAR{} allows to replace these data with other values
4277 when adding files to the archive. The options described in this
4278 section affect creation of archives of any type. For POSIX archives,
4279 see also @ref{PAX keywords}, for additional ways of controlling
4280 metadata, stored in the archive.
4281
4282 @table @option
4283 @opindex mode
4284 @item --mode=@var{permissions}
4285
4286 When adding files to an archive, @command{tar} will use
4287 @var{permissions} for the archive members, rather than the permissions
4288 from the files. @var{permissions} can be specified either as an octal
4289 number or as symbolic permissions, like with
4290 @command{chmod} (@xref{File permissions, Permissions, File
4291 permissions, fileutils, @acronym{GNU} file utilities}. This reference
4292 also has useful information for those not being overly familiar with
4293 the UNIX permission system). Using latter syntax allows for
4294 more flexibility. For example, the value @samp{a+rw} adds read and write
4295 permissions for everybody, while retaining executable bits on directories
4296 or on any other file already marked as executable:
4297
4298 @smallexample
4299 $ @kbd{tar -c -f archive.tar --mode='a+rw' .}
4300 @end smallexample
4301
4302 @item --mtime=@var{date}
4303 @opindex mtime
4304
4305 When adding files to an archive, @command{tar} will use @var{date} as
4306 the modification time of members when creating archives, instead of
4307 their actual modification times. The argument @var{date} can be
4308 either a textual date representation in almost arbitrary format
4309 (@pxref{Date input formats}) or a name of the existing file, starting
4310 with @samp{/} or @samp{.}. In the latter case, the modification time
4311 of that file will be used.
4312
4313 The following example will set the modification date to 00:00:00 UTC,
4314 January 1, 1970:
4315
4316 @smallexample
4317 $ @kbd{tar -c -f archive.tar --mtime='1970-01-01' .}
4318 @end smallexample
4319
4320 @noindent
4321 When used with @option{--verbose} (@pxref{verbose tutorial}) @GNUTAR{}
4322 will try to convert the specified date back to its textual
4323 representation and compare it with the one given with
4324 @option{--mtime} options. If the two dates differ, @command{tar} will
4325 print a warning saying what date it will use. This is to help user
4326 ensure he is using the right date.
4327
4328 For example:
4329
4330 @smallexample
4331 $ @kbd{tar -c -f archive.tar -v --mtime=yesterday .}
4332 tar: Option --mtime: Treating date `yesterday' as 2006-06-20
4333 13:06:29.152478
4334 @dots{}
4335 @end smallexample
4336
4337 @item --owner=@var{user}
4338 @opindex owner
4339
4340 Specifies that @command{tar} should use @var{user} as the owner of members
4341 when creating archives, instead of the user associated with the source
4342 file. The argument @var{user} can be either an existing user symbolic
4343 name, or a decimal numeric user ID.
4344
4345 There is no value indicating a missing number, and @samp{0} usually means
4346 @code{root}. Some people like to force @samp{0} as the value to offer in
4347 their distributions for the owner of files, because the @code{root} user is
4348 anonymous anyway, so that might as well be the owner of anonymous
4349 archives. For example:
4350
4351 @smallexample
4352 @group
4353 $ @kbd{tar -c -f archive.tar --owner=0 .}
4354 # @r{Or:}
4355 $ @kbd{tar -c -f archive.tar --owner=root .}
4356 @end group
4357 @end smallexample
4358
4359 @item --group=@var{group}
4360 @opindex group
4361
4362 Files added to the @command{tar} archive will have a group id of @var{group},
4363 rather than the group from the source file. The argument @var{group}
4364 can be either an existing group symbolic name, or a decimal numeric group ID.
4365 @end table
4366
4367 @node Ignore Failed Read
4368 @subsection Ignore Fail Read
4369
4370 @table @option
4371 @item --ignore-failed-read
4372 @opindex ignore-failed-read
4373 Do not exit with nonzero on unreadable files or directories.
4374 @end table
4375
4376 @node extract options
4377 @section Options Used by @option{--extract}
4378 @UNREVISED
4379
4380 @xopindex{extract, additional options}
4381 The previous chapter showed how to use @option{--extract} to extract
4382 an archive into the file system. Various options cause @command{tar} to
4383 extract more information than just file contents, such as the owner,
4384 the permissions, the modification date, and so forth. This section
4385 presents options to be used with @option{--extract} when certain special
4386 considerations arise. You may review the information presented in
4387 @ref{extract} for more basic information about the
4388 @option{--extract} operation.
4389
4390 @menu
4391 * Reading:: Options to Help Read Archives
4392 * Writing:: Changing How @command{tar} Writes Files
4393 * Scarce:: Coping with Scarce Resources
4394 @end menu
4395
4396 @node Reading
4397 @subsection Options to Help Read Archives
4398 @cindex Options when reading archives
4399 @UNREVISED
4400
4401 @cindex Reading incomplete records
4402 @cindex Records, incomplete
4403 @opindex read-full-records
4404 Normally, @command{tar} will request data in full record increments from
4405 an archive storage device. If the device cannot return a full record,
4406 @command{tar} will report an error. However, some devices do not always
4407 return full records, or do not require the last record of an archive to
4408 be padded out to the next record boundary. To keep reading until you
4409 obtain a full record, or to accept an incomplete record if it contains
4410 an end-of-archive marker, specify the @option{--read-full-records} (@option{-B}) option
4411 in conjunction with the @option{--extract} or @option{--list} operations.
4412 @xref{Blocking}.
4413
4414 The @option{--read-full-records} (@option{-B}) option is turned on by default when
4415 @command{tar} reads an archive from standard input, or from a remote
4416 machine. This is because on BSD Unix systems, attempting to read a
4417 pipe returns however much happens to be in the pipe, even if it is
4418 less than was requested. If this option were not enabled, @command{tar}
4419 would fail as soon as it read an incomplete record from the pipe.
4420
4421 If you're not sure of the blocking factor of an archive, you can
4422 read the archive by specifying @option{--read-full-records} (@option{-B}) and
4423 @option{--blocking-factor=@var{512-size}} (@option{-b
4424 @var{512-size}}), using a blocking factor larger than what the archive
4425 uses. This lets you avoid having to determine the blocking factor
4426 of an archive. @xref{Blocking Factor}.
4427
4428 @menu
4429 * read full records::
4430 * Ignore Zeros::
4431 @end menu
4432
4433 @node read full records
4434 @unnumberedsubsubsec Reading Full Records
4435
4436 @FIXME{need sentence or so of intro here}
4437
4438 @table @option
4439 @opindex read-full-records
4440 @item --read-full-records
4441 @item -B
4442 Use in conjunction with @option{--extract} (@option{--get},
4443 @option{-x}) to read an archive which contains incomplete records, or
4444 one which has a blocking factor less than the one specified.
4445 @end table
4446
4447 @node Ignore Zeros
4448 @unnumberedsubsubsec Ignoring Blocks of Zeros
4449
4450 @cindex End-of-archive blocks, ignoring
4451 @cindex Ignoring end-of-archive blocks
4452 @opindex ignore-zeros
4453 Normally, @command{tar} stops reading when it encounters a block of zeros
4454 between file entries (which usually indicates the end of the archive).
4455 @option{--ignore-zeros} (@option{-i}) allows @command{tar} to
4456 completely read an archive which contains a block of zeros before the
4457 end (i.e., a damaged archive, or one that was created by concatenating
4458 several archives together).
4459
4460 The @option{--ignore-zeros} (@option{-i}) option is turned off by default because many
4461 versions of @command{tar} write garbage after the end-of-archive entry,
4462 since that part of the media is never supposed to be read. @GNUTAR{}
4463 does not write after the end of an archive, but seeks to
4464 maintain compatibility among archiving utilities.
4465
4466 @table @option
4467 @item --ignore-zeros
4468 @itemx -i
4469 To ignore blocks of zeros (i.e., end-of-archive entries) which may be
4470 encountered while reading an archive. Use in conjunction with
4471 @option{--extract} or @option{--list}.
4472 @end table
4473
4474 @node Writing
4475 @subsection Changing How @command{tar} Writes Files
4476 @UNREVISED
4477
4478 @FIXME{Introductory paragraph}
4479
4480 @menu
4481 * Dealing with Old Files::
4482 * Overwrite Old Files::
4483 * Keep Old Files::
4484 * Keep Newer Files::
4485 * Unlink First::
4486 * Recursive Unlink::
4487 * Data Modification Times::
4488 * Setting Access Permissions::
4489 * Directory Modification Times and Permissions::
4490 * Writing to Standard Output::
4491 * Writing to an External Program::
4492 * remove files::
4493 @end menu
4494
4495 @node Dealing with Old Files
4496 @unnumberedsubsubsec Options Controlling the Overwriting of Existing Files
4497
4498 @xopindex{overwrite-dir, introduced}
4499 When extracting files, if @command{tar} discovers that the extracted
4500 file already exists, it normally replaces the file by removing it before
4501 extracting it, to prevent confusion in the presence of hard or symbolic
4502 links. (If the existing file is a symbolic link, it is removed, not
4503 followed.) However, if a directory cannot be removed because it is
4504 nonempty, @command{tar} normally overwrites its metadata (ownership,
4505 permission, etc.). The @option{--overwrite-dir} option enables this
4506 default behavior. To be more cautious and preserve the metadata of
4507 such a directory, use the @option{--no-overwrite-dir} option.
4508
4509 @cindex Overwriting old files, prevention
4510 @xopindex{keep-old-files, introduced}
4511 To be even more cautious and prevent existing files from being replaced, use
4512 the @option{--keep-old-files} (@option{-k}) option. It causes @command{tar} to refuse
4513 to replace or update a file that already exists, i.e., a file with the
4514 same name as an archive member prevents extraction of that archive
4515 member. Instead, it reports an error.
4516
4517 @xopindex{overwrite, introduced}
4518 To be more aggressive about altering existing files, use the
4519 @option{--overwrite} option. It causes @command{tar} to overwrite
4520 existing files and to follow existing symbolic links when extracting.
4521
4522 @cindex Protecting old files
4523 Some people argue that @GNUTAR{} should not hesitate
4524 to overwrite files with other files when extracting. When extracting
4525 a @command{tar} archive, they expect to see a faithful copy of the
4526 state of the file system when the archive was created. It is debatable
4527 that this would always be a proper behavior. For example, suppose one
4528 has an archive in which @file{usr/local} is a link to
4529 @file{usr/local2}. Since then, maybe the site removed the link and
4530 renamed the whole hierarchy from @file{/usr/local2} to
4531 @file{/usr/local}. Such things happen all the time. I guess it would
4532 not be welcome at all that @GNUTAR{} removes the
4533 whole hierarchy just to make room for the link to be reinstated
4534 (unless it @emph{also} simultaneously restores the full
4535 @file{/usr/local2}, of course!) @GNUTAR{} is indeed
4536 able to remove a whole hierarchy to reestablish a symbolic link, for
4537 example, but @emph{only if} @option{--recursive-unlink} is specified
4538 to allow this behavior. In any case, single files are silently
4539 removed.
4540
4541 @xopindex{unlink-first, introduced}
4542 Finally, the @option{--unlink-first} (@option{-U}) option can improve performance in
4543 some cases by causing @command{tar} to remove files unconditionally
4544 before extracting them.
4545
4546 @node Overwrite Old Files
4547 @unnumberedsubsubsec Overwrite Old Files
4548
4549 @table @option
4550 @opindex overwrite
4551 @item --overwrite
4552 Overwrite existing files and directory metadata when extracting files
4553 from an archive.
4554
4555 This causes @command{tar} to write extracted files into the file system without
4556 regard to the files already on the system; i.e., files with the same
4557 names as archive members are overwritten when the archive is extracted.
4558 It also causes @command{tar} to extract the ownership, permissions,
4559 and time stamps onto any preexisting files or directories.
4560 If the name of a corresponding file name is a symbolic link, the file
4561 pointed to by the symbolic link will be overwritten instead of the
4562 symbolic link itself (if this is possible). Moreover, special devices,
4563 empty directories and even symbolic links are automatically removed if
4564 they are in the way of extraction.
4565
4566 Be careful when using the @option{--overwrite} option, particularly when
4567 combined with the @option{--absolute-names} (@option{-P}) option, as this combination
4568 can change the contents, ownership or permissions of any file on your
4569 system. Also, many systems do not take kindly to overwriting files that
4570 are currently being executed.
4571
4572 @opindex overwrite-dir
4573 @item --overwrite-dir
4574 Overwrite the metadata of directories when extracting files from an
4575 archive, but remove other files before extracting.
4576 @end table
4577
4578 @node Keep Old Files
4579 @unnumberedsubsubsec Keep Old Files
4580
4581 @table @option
4582 @opindex keep-old-files
4583 @item --keep-old-files
4584 @itemx -k
4585 Do not replace existing files from archive. The
4586 @option{--keep-old-files} (@option{-k}) option prevents @command{tar}
4587 from replacing existing files with files with the same name from the
4588 archive. The @option{--keep-old-files} option is meaningless with
4589 @option{--list} (@option{-t}). Prevents @command{tar} from replacing
4590 files in the file system during extraction.
4591 @end table
4592
4593 @node Keep Newer Files
4594 @unnumberedsubsubsec Keep Newer Files
4595
4596 @table @option
4597 @opindex keep-newer-files
4598 @item --keep-newer-files
4599 Do not replace existing files that are newer than their archive
4600 copies. This option is meaningless with @option{--list} (@option{-t}).
4601 @end table
4602
4603 @node Unlink First
4604 @unnumberedsubsubsec Unlink First
4605
4606 @table @option
4607 @opindex unlink-first
4608 @item --unlink-first
4609 @itemx -U
4610 Remove files before extracting over them.
4611 This can make @command{tar} run a bit faster if you know in advance
4612 that the extracted files all need to be removed. Normally this option
4613 slows @command{tar} down slightly, so it is disabled by default.
4614 @end table
4615
4616 @node Recursive Unlink
4617 @unnumberedsubsubsec Recursive Unlink
4618
4619 @table @option
4620 @opindex recursive-unlink
4621 @item --recursive-unlink
4622 When this option is specified, try removing files and directory hierarchies
4623 before extracting over them. @emph{This is a dangerous option!}
4624 @end table
4625
4626 If you specify the @option{--recursive-unlink} option,
4627 @command{tar} removes @emph{anything} that keeps you from extracting a file
4628 as far as current permissions will allow it. This could include removal
4629 of the contents of a full directory hierarchy.
4630
4631 @node Data Modification Times
4632 @unnumberedsubsubsec Setting Data Modification Times
4633
4634 @cindex Data modification times of extracted files
4635 @cindex Modification times of extracted files
4636 Normally, @command{tar} sets the data modification times of extracted
4637 files to the corresponding times recorded for the files in the archive, but
4638 limits the permissions of extracted files by the current @code{umask}
4639 setting.
4640
4641 To set the data modification times of extracted files to the time when
4642 the files were extracted, use the @option{--touch} (@option{-m}) option in
4643 conjunction with @option{--extract} (@option{--get}, @option{-x}).
4644
4645 @table @option
4646 @opindex touch
4647 @item --touch
4648 @itemx -m
4649 Sets the data modification time of extracted archive members to the time
4650 they were extracted, not the time recorded for them in the archive.
4651 Use in conjunction with @option{--extract} (@option{--get}, @option{-x}).
4652 @end table
4653
4654 @node Setting Access Permissions
4655 @unnumberedsubsubsec Setting Access Permissions
4656
4657 @cindex Permissions of extracted files
4658 @cindex Modes of extracted files
4659 To set the modes (access permissions) of extracted files to those
4660 recorded for those files in the archive, use @option{--same-permissions}
4661 in conjunction with the @option{--extract} (@option{--get},
4662 @option{-x}) operation.
4663
4664 @table @option
4665 @opindex preserve-permissions
4666 @opindex same-permissions
4667 @item --preserve-permissions
4668 @itemx --same-permissions
4669 @c @itemx --ignore-umask
4670 @itemx -p
4671 Set modes of extracted archive members to those recorded in the
4672 archive, instead of current umask settings. Use in conjunction with
4673 @option{--extract} (@option{--get}, @option{-x}).
4674 @end table
4675
4676 @node Directory Modification Times and Permissions
4677 @unnumberedsubsubsec Directory Modification Times and Permissions
4678
4679 After successfully extracting a file member, @GNUTAR{} normally
4680 restores its permissions and modification times, as described in the
4681 previous sections. This cannot be done for directories, because
4682 after extracting a directory @command{tar} will almost certainly
4683 extract files into that directory and this will cause the directory
4684 modification time to be updated. Moreover, restoring that directory
4685 permissions may not permit file creation within it. Thus, restoring
4686 directory permissions and modification times must be delayed at least
4687 until all files have been extracted into that directory. @GNUTAR{}
4688 restores directories using the following approach.
4689
4690 The extracted directories are created with the mode specified in the
4691 archive, as modified by the umask of the user, which gives sufficient
4692 permissions to allow file creation. The meta-information about the
4693 directory is recorded in the temporary list of directories. When
4694 preparing to extract next archive member, @GNUTAR{} checks if the
4695 directory prefix of this file contains the remembered directory. If
4696 it does not, the program assumes that all files have been extracted
4697 into that directory, restores its modification time and permissions
4698 and removes its entry from the internal list. This approach allows
4699 to correctly restore directory meta-information in the majority of
4700 cases, while keeping memory requirements sufficiently small. It is
4701 based on the fact, that most @command{tar} archives use the predefined
4702 order of members: first the directory, then all the files and
4703 subdirectories in that directory.
4704
4705 However, this is not always true. The most important exception are
4706 incremental archives (@pxref{Incremental Dumps}). The member order in
4707 an incremental archive is reversed: first all directory members are
4708 stored, followed by other (non-directory) members. So, when extracting
4709 from incremental archives, @GNUTAR{} alters the above procedure. It
4710 remembers all restored directories, and restores their meta-data
4711 only after the entire archive has been processed. Notice, that you do
4712 not need to specify any special options for that, as @GNUTAR{}
4713 automatically detects archives in incremental format.
4714
4715 There may be cases, when such processing is required for normal archives
4716 too. Consider the following example:
4717
4718 @smallexample
4719 @group
4720 $ @kbd{tar --no-recursion -cvf archive \
4721 foo foo/file1 bar bar/file foo/file2}
4722 foo/
4723 foo/file1
4724 bar/
4725 bar/file
4726 foo/file2
4727 @end group
4728 @end smallexample
4729
4730 During the normal operation, after encountering @file{bar}
4731 @GNUTAR{} will assume that all files from the directory @file{foo}
4732 were already extracted and will therefore restore its timestamp and
4733 permission bits. However, after extracting @file{foo/file2} the
4734 directory timestamp will be offset again.
4735
4736 To correctly restore directory meta-information in such cases, use
4737 @option{delay-directory-restore} command line option:
4738
4739 @table @option
4740 @opindex delay-directory-restore
4741 @item --delay-directory-restore
4742 Delays restoring of the modification times and permissions of extracted
4743 directories until the end of extraction. This way, correct
4744 meta-information is restored even if the archive has unusual member
4745 ordering.
4746
4747 @opindex no-delay-directory-restore
4748 @item --no-delay-directory-restore
4749 Cancel the effect of the previous @option{--delay-directory-restore}.
4750 Use this option if you have used @option{--delay-directory-restore} in
4751 @env{TAR_OPTIONS} variable (@pxref{TAR_OPTIONS}) and wish to
4752 temporarily disable it.
4753 @end table
4754
4755 @node Writing to Standard Output
4756 @unnumberedsubsubsec Writing to Standard Output
4757
4758 @cindex Writing extracted files to standard output
4759 @cindex Standard output, writing extracted files to
4760 To write the extracted files to the standard output, instead of
4761 creating the files on the file system, use @option{--to-stdout} (@option{-O}) in
4762 conjunction with @option{--extract} (@option{--get}, @option{-x}). This option is useful if you are
4763 extracting files to send them through a pipe, and do not need to
4764 preserve them in the file system. If you extract multiple members,
4765 they appear on standard output concatenated, in the order they are
4766 found in the archive.
4767
4768 @table @option
4769 @opindex to-stdout
4770 @item --to-stdout
4771 @itemx -O
4772 Writes files to the standard output. Use only in conjunction with
4773 @option{--extract} (@option{--get}, @option{-x}). When this option is
4774 used, instead of creating the files specified, @command{tar} writes
4775 the contents of the files extracted to its standard output. This may
4776 be useful if you are only extracting the files in order to send them
4777 through a pipe. This option is meaningless with @option{--list}
4778 (@option{-t}).
4779 @end table
4780
4781 This can be useful, for example, if you have a tar archive containing
4782 a big file and don't want to store the file on disk before processing
4783 it. You can use a command like this:
4784
4785 @smallexample
4786 tar -xOzf foo.tgz bigfile | process
4787 @end smallexample
4788
4789 or even like this if you want to process the concatenation of the files:
4790
4791 @smallexample
4792 tar -xOzf foo.tgz bigfile1 bigfile2 | process
4793 @end smallexample
4794
4795 However, @option{--to-command} may be more convenient for use with
4796 multiple files. See the next section.
4797
4798 @node Writing to an External Program
4799 @unnumberedsubsubsec Writing to an External Program
4800
4801 You can instruct @command{tar} to send the contents of each extracted
4802 file to the standard input of an external program:
4803
4804 @table @option
4805 @opindex to-command
4806 @item --to-command=@var{command}
4807 Extract files and pipe their contents to the standard input of
4808 @var{command}. When this option is used, instead of creating the
4809 files specified, @command{tar} invokes @var{command} and pipes the
4810 contents of the files to its standard output. @var{Command} may
4811 contain command line arguments. The program is executed via
4812 @code{sh -c}. Notice, that @var{command} is executed once for each regular file
4813 extracted. Non-regular files (directories, etc.) are ignored when this
4814 option is used.
4815 @end table
4816
4817 The command can obtain the information about the file it processes
4818 from the following environment variables:
4819
4820 @table @var
4821 @vrindex TAR_FILETYPE, to-command environment
4822 @item TAR_FILETYPE
4823 Type of the file. It is a single letter with the following meaning:
4824
4825 @multitable @columnfractions 0.10 0.90
4826 @item f @tab Regular file
4827 @item d @tab Directory
4828 @item l @tab Symbolic link
4829 @item h @tab Hard link
4830 @item b @tab Block device
4831 @item c @tab Character device
4832 @end multitable
4833
4834 Currently only regular files are supported.
4835
4836 @vrindex TAR_MODE, to-command environment
4837 @item TAR_MODE
4838 File mode, an octal number.
4839
4840 @vrindex TAR_FILENAME, to-command environment
4841 @item TAR_FILENAME
4842 The name of the file.
4843
4844 @vrindex TAR_REALNAME, to-command environment
4845 @item TAR_REALNAME
4846 Name of the file as stored in the archive.
4847
4848 @vrindex TAR_UNAME, to-command environment
4849 @item TAR_UNAME
4850 Name of the file owner.
4851
4852 @vrindex TAR_GNAME, to-command environment
4853 @item TAR_GNAME
4854 Name of the file owner group.
4855
4856 @vrindex TAR_ATIME, to-command environment
4857 @item TAR_ATIME
4858 Time of last access. It is a decimal number, representing seconds
4859 since the epoch. If the archive provides times with nanosecond
4860 precision, the nanoseconds are appended to the timestamp after a
4861 decimal point.
4862
4863 @vrindex TAR_MTIME, to-command environment
4864 @item TAR_MTIME
4865 Time of last modification.
4866
4867 @vrindex TAR_CTIME, to-command environment
4868 @item TAR_CTIME
4869 Time of last status change.
4870
4871 @vrindex TAR_SIZE, to-command environment
4872 @item TAR_SIZE
4873 Size of the file.
4874
4875 @vrindex TAR_UID, to-command environment
4876 @item TAR_UID
4877 UID of the file owner.
4878
4879 @vrindex TAR_GID, to-command environment
4880 @item TAR_GID
4881 GID of the file owner.
4882 @end table
4883
4884 In addition to these variables, @env{TAR_VERSION} contains the
4885 @GNUTAR{} version number.
4886
4887 If @var{command} exits with a non-0 status, @command{tar} will print
4888 an error message similar to the following:
4889
4890 @smallexample
4891 tar: 2345: Child returned status 1
4892 @end smallexample
4893
4894 Here, @samp{2345} is the PID of the finished process.
4895
4896 If this behavior is not wanted, use @option{--ignore-command-error}:
4897
4898 @table @option
4899 @opindex ignore-command-error
4900 @item --ignore-command-error
4901 Ignore exit codes of subprocesses. Notice that if the program
4902 exits on signal or otherwise terminates abnormally, the error message
4903 will be printed even if this option is used.
4904
4905 @opindex no-ignore-command-error
4906 @item --no-ignore-command-error
4907 Cancel the effect of any previous @option{--ignore-command-error}
4908 option. This option is useful if you have set
4909 @option{--ignore-command-error} in @env{TAR_OPTIONS}
4910 (@pxref{TAR_OPTIONS}) and wish to temporarily cancel it.
4911 @end table
4912
4913 @node remove files
4914 @unnumberedsubsubsec Removing Files
4915
4916 @FIXME{The section is too terse. Something more to add? An example,
4917 maybe?}
4918
4919 @table @option
4920 @opindex remove-files
4921 @item --remove-files
4922 Remove files after adding them to the archive.
4923 @end table
4924
4925 @node Scarce
4926 @subsection Coping with Scarce Resources
4927 @UNREVISED
4928
4929 @cindex Small memory
4930 @cindex Running out of space
4931
4932 @menu
4933 * Starting File::
4934 * Same Order::
4935 @end menu
4936
4937 @node Starting File
4938 @unnumberedsubsubsec Starting File
4939
4940 @table @option
4941 @opindex starting-file
4942 @item --starting-file=@var{name}
4943 @itemx -K @var{name}
4944 Starts an operation in the middle of an archive. Use in conjunction
4945 with @option{--extract} (@option{--get}, @option{-x}) or @option{--list} (@option{-t}).
4946 @end table
4947
4948 @cindex Middle of the archive, starting in the
4949 If a previous attempt to extract files failed due to lack of disk
4950 space, you can use @option{--starting-file=@var{name}} (@option{-K
4951 @var{name}}) to start extracting only after member @var{name} of the
4952 archive. This assumes, of course, that there is now free space, or
4953 that you are now extracting into a different file system. (You could
4954 also choose to suspend @command{tar}, remove unnecessary files from
4955 the file system, and then restart the same @command{tar} operation.
4956 In this case, @option{--starting-file} is not necessary.
4957 @xref{Incremental Dumps}, @xref{interactive}, and @ref{exclude}.)
4958
4959 @node Same Order
4960 @unnumberedsubsubsec Same Order
4961
4962 @table @option
4963 @cindex Large lists of file names on small machines
4964 @opindex same-order
4965 @opindex preserve-order
4966 @item --same-order
4967 @itemx --preserve-order
4968 @itemx -s
4969 To process large lists of file names on machines with small amounts of
4970 memory. Use in conjunction with @option{--compare} (@option{--diff},
4971 @option{-d}), @option{--list} (@option{-t}) or @option{--extract}
4972 (@option{--get}, @option{-x}).
4973 @end table
4974
4975 The @option{--same-order} (@option{--preserve-order}, @option{-s}) option tells @command{tar} that the list of file
4976 names to be listed or extracted is sorted in the same order as the
4977 files in the archive. This allows a large list of names to be used,
4978 even on a small machine that would not otherwise be able to hold all
4979 the names in memory at the same time. Such a sorted list can easily be
4980 created by running @samp{tar -t} on the archive and editing its output.
4981
4982 This option is probably never needed on modern computer systems.
4983
4984 @node backup
4985 @section Backup options
4986
4987 @cindex backup options
4988
4989 @GNUTAR{} offers options for making backups of files
4990 before writing new versions. These options control the details of
4991 these backups. They may apply to the archive itself before it is
4992 created or rewritten, as well as individual extracted members. Other
4993 @acronym{GNU} programs (@command{cp}, @command{install}, @command{ln},
4994 and @command{mv}, for example) offer similar options.
4995
4996 Backup options may prove unexpectedly useful when extracting archives
4997 containing many members having identical name, or when extracting archives
4998 on systems having file name limitations, making different members appear
4999 has having similar names through the side-effect of name truncation.
5000 (This is true only if we have a good scheme for truncated backup names,
5001 which I'm not sure at all: I suspect work is needed in this area.)
5002 When any existing file is backed up before being overwritten by extraction,
5003 then clashing files are automatically be renamed to be unique, and the
5004 true name is kept for only the last file of a series of clashing files.
5005 By using verbose mode, users may track exactly what happens.
5006
5007 At the detail level, some decisions are still experimental, and may
5008 change in the future, we are waiting comments from our users. So, please
5009 do not learn to depend blindly on the details of the backup features.
5010 For example, currently, directories themselves are never renamed through
5011 using these options, so, extracting a file over a directory still has
5012 good chances to fail. Also, backup options apply to created archives,
5013 not only to extracted members. For created archives, backups will not
5014 be attempted when the archive is a block or character device, or when it
5015 refers to a remote file.
5016
5017 For the sake of simplicity and efficiency, backups are made by renaming old
5018 files prior to creation or extraction, and not by copying. The original
5019 name is restored if the file creation fails. If a failure occurs after a
5020 partial extraction of a file, both the backup and the partially extracted
5021 file are kept.
5022
5023 @table @samp
5024 @item --backup[=@var{method}]
5025 @opindex backup
5026 @vindex VERSION_CONTROL
5027 @cindex backups
5028 Back up files that are about to be overwritten or removed.
5029 Without this option, the original versions are destroyed.
5030
5031 Use @var{method} to determine the type of backups made.
5032 If @var{method} is not specified, use the value of the @env{VERSION_CONTROL}
5033 environment variable. And if @env{VERSION_CONTROL} is not set,
5034 use the @samp{existing} method.
5035
5036 @vindex version-control @r{Emacs variable}
5037 This option corresponds to the Emacs variable @samp{version-control};
5038 the same values for @var{method} are accepted as in Emacs. This option
5039 also allows more descriptive names. The valid @var{method}s are:
5040
5041 @table @samp
5042 @item t
5043 @itemx numbered
5044 @cindex numbered @r{backup method}
5045 Always make numbered backups.
5046
5047 @item nil
5048 @itemx existing
5049 @cindex existing @r{backup method}
5050 Make numbered backups of files that already have them, simple backups
5051 of the others.
5052
5053 @item never
5054 @itemx simple
5055 @cindex simple @r{backup method}
5056 Always make simple backups.
5057
5058 @end table
5059
5060 @item --suffix=@var{suffix}
5061 @opindex suffix
5062 @cindex backup suffix
5063 @vindex SIMPLE_BACKUP_SUFFIX
5064 Append @var{suffix} to each backup file made with @option{--backup}. If this
5065 option is not specified, the value of the @env{SIMPLE_BACKUP_SUFFIX}
5066 environment variable is used. And if @env{SIMPLE_BACKUP_SUFFIX} is not
5067 set, the default is @samp{~}, just as in Emacs.
5068
5069 @end table
5070
5071 @node Applications
5072 @section Notable @command{tar} Usages
5073 @UNREVISED
5074
5075 @FIXME{Using Unix file linking capability to recreate directory
5076 structures---linking files into one subdirectory and then
5077 @command{tar}ring that directory.}
5078
5079 @FIXME{Nice hairy example using absolute-names, newer, etc.}
5080
5081 @findex uuencode
5082 You can easily use archive files to transport a group of files from
5083 one system to another: put all relevant files into an archive on one
5084 computer system, transfer the archive to another system, and extract
5085 the contents there. The basic transfer medium might be magnetic tape,
5086 Internet FTP, or even electronic mail (though you must encode the
5087 archive with @command{uuencode} in order to transport it properly by
5088 mail). Both machines do not have to use the same operating system, as
5089 long as they both support the @command{tar} program.
5090
5091 For example, here is how you might copy a directory's contents from
5092 one disk to another, while preserving the dates, modes, owners and
5093 link-structure of all the files therein. In this case, the transfer
5094 medium is a @dfn{pipe}, which is one a Unix redirection mechanism:
5095
5096 @smallexample
5097 $ @kbd{(cd sourcedir; tar -cf - .) | (cd targetdir; tar -xf -)}
5098 @end smallexample
5099
5100 @noindent
5101 You can avoid subshells by using @option{-C} option:
5102
5103 @smallexample
5104 $ @kbd{tar -C sourcedir -cf - . | tar -C targetdir -xf -}
5105 @end smallexample
5106
5107 @noindent
5108 The command also works using short option forms:
5109
5110 @smallexample
5111 $ @kbd{(cd sourcedir; tar --create --file=- . ) \
5112 | (cd targetdir; tar --extract --file=-)}
5113 # Or:
5114 $ @kbd{tar --directory sourcedir --create --file=- . ) \
5115 | tar --directory targetdir --extract --file=-}
5116 @end smallexample
5117
5118 @noindent
5119 This is one of the easiest methods to transfer a @command{tar} archive.
5120
5121 @node looking ahead
5122 @section Looking Ahead: The Rest of this Manual
5123
5124 You have now seen how to use all eight of the operations available to
5125 @command{tar}, and a number of the possible options. The next chapter
5126 explains how to choose and change file and archive names, how to use
5127 files to store names of other files which you can then call as
5128 arguments to @command{tar} (this can help you save time if you expect to
5129 archive the same list of files a number of times), and so forth.
5130 @FIXME{in case it's not obvious, i'm making this up in some sense
5131 based on my limited memory of what the next chapter *really* does. i
5132 just wanted to flesh out this final section a little bit so i'd
5133 remember to stick it in here. :-)}
5134
5135 If there are too many files to conveniently list on the command line,
5136 you can list the names in a file, and @command{tar} will read that file.
5137 @xref{files}.
5138
5139 There are various ways of causing @command{tar} to skip over some files,
5140 and not archive them. @xref{Choosing}.
5141
5142 @node Backups
5143 @chapter Performing Backups and Restoring Files
5144 @UNREVISED
5145
5146 @GNUTAR{} is distributed along with the scripts
5147 which the Free Software Foundation uses for performing backups. There
5148 is no corresponding scripts available yet for doing restoration of
5149 files. Even if there is a good chance those scripts may be satisfying
5150 to you, they are not the only scripts or methods available for doing
5151 backups and restore. You may well create your own, or use more
5152 sophisticated packages dedicated to that purpose.
5153
5154 Some users are enthusiastic about @code{Amanda} (The Advanced Maryland
5155 Automatic Network Disk Archiver), a backup system developed by James
5156 da Silva @file{jds@@cs.umd.edu} and available on many Unix systems.
5157 This is free software, and it is available at these places:
5158
5159 @smallexample
5160 http://www.cs.umd.edu/projects/amanda/amanda.html
5161 ftp://ftp.cs.umd.edu/pub/amanda
5162 @end smallexample
5163
5164 @FIXME{
5165
5166 Here is a possible plan for a future documentation about the backuping
5167 scripts which are provided within the @GNUTAR{}
5168 distribution.
5169
5170 @itemize @bullet
5171 @item dumps
5172 @itemize @minus
5173 @item what are dumps
5174 @item different levels of dumps
5175 @itemize +
5176 @item full dump = dump everything
5177 @item level 1, level 2 dumps etc
5178 A level @var{n} dump dumps everything changed since the last level
5179 @var{n}-1 dump (?)
5180 @end itemize
5181 @item how to use scripts for dumps (ie, the concept)
5182 @itemize +
5183 @item scripts to run after editing backup specs (details)
5184 @end itemize
5185 @item Backup Specs, what is it.
5186 @itemize +
5187 @item how to customize
5188 @item actual text of script [/sp/dump/backup-specs]
5189 @end itemize
5190 @item Problems
5191 @itemize +
5192 @item rsh doesn't work
5193 @item rtape isn't installed
5194 @item (others?)
5195 @end itemize
5196 @item the @option{--incremental} option of tar
5197 @item tapes
5198 @itemize +
5199 @item write protection
5200 @item types of media, different sizes and types, useful for different things
5201 @item files and tape marks
5202 one tape mark between files, two at end.
5203 @item positioning the tape
5204 MT writes two at end of write,
5205 backspaces over one when writing again.
5206 @end itemize
5207 @end itemize
5208 @end itemize
5209 }
5210
5211 This chapter documents both the provided shell scripts and @command{tar}
5212 options which are more specific to usage as a backup tool.
5213
5214 To @dfn{back up} a file system means to create archives that contain
5215 all the files in that file system. Those archives can then be used to
5216 restore any or all of those files (for instance if a disk crashes or a
5217 file is accidentally deleted). File system @dfn{backups} are also
5218 called @dfn{dumps}.
5219
5220 @menu
5221 * Full Dumps:: Using @command{tar} to Perform Full Dumps
5222 * Incremental Dumps:: Using @command{tar} to Perform Incremental Dumps
5223 * Backup Levels:: Levels of Backups
5224 * Backup Parameters:: Setting Parameters for Backups and Restoration
5225 * Scripted Backups:: Using the Backup Scripts
5226 * Scripted Restoration:: Using the Restore Script
5227 @end menu
5228
5229 @node Full Dumps
5230 @section Using @command{tar} to Perform Full Dumps
5231 @UNREVISED
5232
5233 @cindex full dumps
5234 @cindex dumps, full
5235
5236 @cindex corrupted archives
5237 Full dumps should only be made when no other people or programs
5238 are modifying files in the file system. If files are modified while
5239 @command{tar} is making the backup, they may not be stored properly in
5240 the archive, in which case you won't be able to restore them if you
5241 have to. (Files not being modified are written with no trouble, and do
5242 not corrupt the entire archive.)
5243
5244 You will want to use the @option{--label=@var{archive-label}}
5245 (@option{-V @var{archive-label}}) option to give the archive a
5246 volume label, so you can tell what this archive is even if the label
5247 falls off the tape, or anything like that.
5248
5249 Unless the file system you are dumping is guaranteed to fit on
5250 one volume, you will need to use the @option{--multi-volume} (@option{-M}) option.
5251 Make sure you have enough tapes on hand to complete the backup.
5252
5253 If you want to dump each file system separately you will need to use
5254 the @option{--one-file-system} option to prevent
5255 @command{tar} from crossing file system boundaries when storing
5256 (sub)directories.
5257
5258 The @option{--incremental} (@option{-G}) (@pxref{Incremental Dumps})
5259 option is not needed, since this is a complete copy of everything in
5260 the file system, and a full restore from this backup would only be
5261 done onto a completely
5262 empty disk.
5263
5264 Unless you are in a hurry, and trust the @command{tar} program (and your
5265 tapes), it is a good idea to use the @option{--verify} (@option{-W})
5266 option, to make sure your files really made it onto the dump properly.
5267 This will also detect cases where the file was modified while (or just
5268 after) it was being archived. Not all media (notably cartridge tapes)
5269 are capable of being verified, unfortunately.
5270
5271 @node Incremental Dumps
5272 @section Using @command{tar} to Perform Incremental Dumps
5273
5274 @dfn{Incremental backup} is a special form of @GNUTAR{} archive that
5275 stores additional metadata so that exact state of the file system
5276 can be restored when extracting the archive.
5277
5278 @GNUTAR{} currently offers two options for handling incremental
5279 backups: @option{--listed-incremental=@var{snapshot-file}} (@option{-g
5280 @var{snapshot-file}}) and @option{--incremental} (@option{-G}).
5281
5282 @opindex listed-incremental
5283 The option @option{--listed-incremental} instructs tar to operate on
5284 an incremental archive with additional metadata stored in a standalone
5285 file, called a @dfn{snapshot file}. The purpose of this file is to help
5286 determine which files have been changed, added or deleted since the
5287 last backup, so that the next incremental backup will contain only
5288 modified files. The name of the snapshot file is given as an argument
5289 to the option:
5290
5291 @table @option
5292 @item --listed-incremental=@var{file}
5293 @itemx -g @var{file}
5294 Handle incremental backups with snapshot data in @var{file}.
5295 @end table
5296
5297 To create an incremental backup, you would use
5298 @option{--listed-incremental} together with @option{--create}
5299 (@pxref{create}). For example:
5300
5301 @smallexample
5302 $ @kbd{tar --create \
5303 --file=archive.1.tar \
5304 --listed-incremental=/var/log/usr.snar \
5305 /usr}
5306 @end smallexample
5307
5308 This will create in @file{archive.1.tar} an incremental backup of
5309 the @file{/usr} file system, storing additional metadata in the file
5310 @file{/var/log/usr.snar}. If this file does not exist, it will be
5311 created. The created archive will then be a @dfn{level 0 backup};
5312 please see the next section for more on backup levels.
5313
5314 Otherwise, if the file @file{/var/log/usr.snar} exists, it
5315 determines which files are modified. In this case only these files will be
5316 stored in the archive. Suppose, for example, that after running the
5317 above command, you delete file @file{/usr/doc/old} and create
5318 directory @file{/usr/local/db} with the following contents:
5319
5320 @smallexample
5321 $ @kbd{ls /usr/local/db}
5322 /usr/local/db/data
5323 /usr/local/db/index
5324 @end smallexample
5325
5326 Some time later you create another incremental backup. You will
5327 then see:
5328
5329 @smallexample
5330 $ @kbd{tar --create \
5331 --file=archive.2.tar \
5332 --listed-incremental=/var/log/usr.snar \
5333 /usr}
5334 tar: usr/local/db: Directory is new
5335 usr/local/db/
5336 usr/local/db/data
5337 usr/local/db/index
5338 @end smallexample
5339
5340 @noindent
5341 The created archive @file{archive.2.tar} will contain only these
5342 three members. This archive is called a @dfn{level 1 backup}. Notice
5343 that @file{/var/log/usr.snar} will be updated with the new data, so if
5344 you plan to create more @samp{level 1} backups, it is necessary to
5345 create a working copy of the snapshot file before running
5346 @command{tar}. The above example will then be modified as follows:
5347
5348 @smallexample
5349 $ @kbd{cp /var/log/usr.snar /var/log/usr.snar-1}
5350 $ @kbd{tar --create \
5351 --file=archive.2.tar \
5352 --listed-incremental=/var/log/usr.snar-1 \
5353 /usr}
5354 @end smallexample
5355
5356 Incremental dumps depend crucially on time stamps, so the results are
5357 unreliable if you modify a file's time stamps during dumping (e.g.,
5358 with the @option{--atime-preserve=replace} option), or if you set the clock
5359 backwards.
5360
5361 Metadata stored in snapshot files include device numbers, which,
5362 obviously is supposed to be a non-volatile value. However, it turns
5363 out that NFS devices have undependable values when an automounter
5364 gets in the picture. This can lead to a great deal of spurious
5365 redumping in incremental dumps, so it is somewhat useless to compare
5366 two NFS devices numbers over time. The solution implemented currently
5367 is to considers all NFS devices as being equal when it comes to
5368 comparing directories; this is fairly gross, but there does not seem
5369 to be a better way to go.
5370
5371 Note that incremental archives use @command{tar} extensions and may
5372 not be readable by non-@acronym{GNU} versions of the @command{tar} program.
5373
5374 @xopindex{listed-incremental, using with @option{--extract}}
5375 @xopindex{extract, using with @option{--listed-incremental}}
5376 To extract from the incremental dumps, use
5377 @option{--listed-incremental} together with @option{--extract}
5378 option (@pxref{extracting files}). In this case, @command{tar} does
5379 not need to access snapshot file, since all the data necessary for
5380 extraction are stored in the archive itself. So, when extracting, you
5381 can give whatever argument to @option{--listed-incremental}, the usual
5382 practice is to use @option{--listed-incremental=/dev/null}.
5383 Alternatively, you can use @option{--incremental}, which needs no
5384 arguments. In general, @option{--incremental} (@option{-G}) can be
5385 used as a shortcut for @option{--listed-incremental} when listing or
5386 extracting incremental backups (for more information, regarding this
5387 option, @pxref{incremental-op}).
5388
5389 When extracting from the incremental backup @GNUTAR{} attempts to
5390 restore the exact state the file system had when the archive was
5391 created. In particular, it will @emph{delete} those files in the file
5392 system that did not exist in their directories when the archive was
5393 created. If you have created several levels of incremental files,
5394 then in order to restore the exact contents the file system had when
5395 the last level was created, you will need to restore from all backups
5396 in turn. Continuing our example, to restore the state of @file{/usr}
5397 file system, one would do@footnote{Notice, that since both archives
5398 were created without @option{-P} option (@pxref{absolute}), these
5399 commands should be run from the root file system.}:
5400
5401 @smallexample
5402 $ @kbd{tar --extract \
5403 --listed-incremental=/dev/null \
5404 --file archive.1.tar}
5405 $ @kbd{tar --extract \
5406 --listed-incremental=/dev/null \
5407 --file archive.2.tar}
5408 @end smallexample
5409
5410 To list the contents of an incremental archive, use @option{--list}
5411 (@pxref{list}), as usual. To obtain more information about the
5412 archive, use @option{--listed-incremental} or @option{--incremental}
5413 combined with two @option{--verbose} options@footnote{Two
5414 @option{--verbose} options were selected to avoid breaking usual
5415 verbose listing output (@option{--list --verbose}) when using in
5416 scripts.
5417
5418 @xopindex{incremental, using with @option{--list}}
5419 @xopindex{listed-incremental, using with @option{--list}}
5420 @xopindex{list, using with @option{--incremental}}
5421 @xopindex{list, using with @option{--listed-incremental}}
5422 Versions of @GNUTAR{} up to 1.15.1 used to dump verbatim binary
5423 contents of the DUMPDIR header (with terminating nulls) when
5424 @option{--incremental} or @option{--listed-incremental} option was
5425 given, no matter what the verbosity level. This behavior, and,
5426 especially, the binary output it produced were considered inconvenient
5427 and were changed in version 1.16}:
5428
5429 @smallexample
5430 @kbd{tar --list --incremental --verbose --verbose archive.tar}
5431 @end smallexample
5432
5433 This command will print, for each directory in the archive, the list
5434 of files in that directory at the time the archive was created. This
5435 information is put out in a format which is both human-readable and
5436 unambiguous for a program: each file name is printed as
5437
5438 @smallexample
5439 @var{x} @var{file}
5440 @end smallexample
5441
5442 @noindent
5443 where @var{x} is a letter describing the status of the file: @samp{Y}
5444 if the file is present in the archive, @samp{N} if the file is not
5445 included in the archive, or a @samp{D} if the file is a directory (and
5446 is included in the archive). @xref{Dumpdir}, for the detailed
5447 description of dumpdirs and status codes. Each such
5448 line is terminated by a newline character. The last line is followed
5449 by an additional newline to indicate the end of the data.
5450
5451 @anchor{incremental-op}The option @option{--incremental} (@option{-G})
5452 gives the same behavior as @option{--listed-incremental} when used
5453 with @option{--list} and @option{--extract} options. When used with
5454 @option{--create} option, it creates an incremental archive without
5455 creating snapshot file. Thus, it is impossible to create several
5456 levels of incremental backups with @option{--incremental} option.
5457
5458 @node Backup Levels
5459 @section Levels of Backups
5460
5461 An archive containing all the files in the file system is called a
5462 @dfn{full backup} or @dfn{full dump}. You could insure your data by
5463 creating a full dump every day. This strategy, however, would waste a
5464 substantial amount of archive media and user time, as unchanged files
5465 are daily re-archived.
5466
5467 It is more efficient to do a full dump only occasionally. To back up
5468 files between full dumps, you can use @dfn{incremental dumps}. A @dfn{level
5469 one} dump archives all the files that have changed since the last full
5470 dump.
5471
5472 A typical dump strategy would be to perform a full dump once a week,
5473 and a level one dump once a day. This means some versions of files
5474 will in fact be archived more than once, but this dump strategy makes
5475 it possible to restore a file system to within one day of accuracy by
5476 only extracting two archives---the last weekly (full) dump and the
5477 last daily (level one) dump. The only information lost would be in
5478 files changed or created since the last daily backup. (Doing dumps
5479 more than once a day is usually not worth the trouble).
5480
5481 @GNUTAR{} comes with scripts you can use to do full
5482 and level-one (actually, even level-two and so on) dumps. Using
5483 scripts (shell programs) to perform backups and restoration is a
5484 convenient and reliable alternative to typing out file name lists
5485 and @command{tar} commands by hand.
5486
5487 Before you use these scripts, you need to edit the file
5488 @file{backup-specs}, which specifies parameters used by the backup
5489 scripts and by the restore script. This file is usually located
5490 in @file{/etc/backup} directory. @xref{Backup Parameters}, for its
5491 detailed description. Once the backup parameters are set, you can
5492 perform backups or restoration by running the appropriate script.
5493
5494 The name of the backup script is @code{backup}. The name of the
5495 restore script is @code{restore}. The following sections describe
5496 their use in detail.
5497
5498 @emph{Please Note:} The backup and restoration scripts are
5499 designed to be used together. While it is possible to restore files by
5500 hand from an archive which was created using a backup script, and to create
5501 an archive by hand which could then be extracted using the restore script,
5502 it is easier to use the scripts. @xref{Incremental Dumps}, before
5503 making such an attempt.
5504
5505 @node Backup Parameters
5506 @section Setting Parameters for Backups and Restoration
5507
5508 The file @file{backup-specs} specifies backup parameters for the
5509 backup and restoration scripts provided with @command{tar}. You must
5510 edit @file{backup-specs} to fit your system configuration and schedule
5511 before using these scripts.
5512
5513 Syntactically, @file{backup-specs} is a shell script, containing
5514 mainly variable assignments. However, any valid shell construct
5515 is allowed in this file. Particularly, you may wish to define
5516 functions within that script (e.g., see @code{RESTORE_BEGIN} below).
5517 For more information about shell script syntax, please refer to
5518 @url{http://www.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html#ta
5519 g_02, the definition of the Shell Command Language}. See also
5520 @ref{Top,,Bash Features,bashref,Bash Reference Manual}.
5521
5522 The shell variables controlling behavior of @code{backup} and
5523 @code{restore} are described in the following subsections.
5524
5525 @menu
5526 * General-Purpose Variables::
5527 * Magnetic Tape Control::
5528 * User Hooks::
5529 * backup-specs example:: An Example Text of @file{Backup-specs}
5530 @end menu
5531
5532 @node General-Purpose Variables
5533 @subsection General-Purpose Variables
5534
5535 @defvr {Backup variable} ADMINISTRATOR
5536 The user name of the backup administrator. @code{Backup} scripts
5537 sends a backup report to this address.
5538 @end defvr
5539
5540 @defvr {Backup variable} BACKUP_HOUR
5541 The hour at which the backups are done. This can be a number from 0
5542 to 23, or the time specification in form @var{hours}:@var{minutes},
5543 or the string @samp{now}.
5544
5545 This variable is used by @code{backup}. Its value may be overridden
5546 using @option{--time} option (@pxref{Scripted Backups}).
5547 @end defvr
5548
5549 @defvr {Backup variable} TAPE_FILE
5550
5551 The device @command{tar} writes the archive to. If @var{TAPE_FILE}
5552 is a remote archive (@pxref{remote-dev}), backup script will suppose
5553 that your @command{mt} is able to access remote devices. If @var{RSH}
5554 (@pxref{RSH}) is set, @option{--rsh-command} option will be added to
5555 invocations of @command{mt}.
5556 @end defvr
5557
5558 @defvr {Backup variable} BLOCKING
5559
5560 The blocking factor @command{tar} will use when writing the dump archive.
5561 @xref{Blocking Factor}.
5562 @end defvr
5563
5564 @defvr {Backup variable} BACKUP_DIRS
5565
5566 A list of file systems to be dumped (for @code{backup}), or restored
5567 (for @code{restore}). You can include any directory
5568 name in the list --- subdirectories on that file system will be
5569 included, regardless of how they may look to other networked machines.
5570 Subdirectories on other file systems will be ignored.
5571
5572 The host name specifies which host to run @command{tar} on, and should
5573 normally be the host that actually contains the file system. However,
5574 the host machine must have @GNUTAR{} installed, and
5575 must be able to access the directory containing the backup scripts and
5576 their support files using the same file name that is used on the
5577 machine where the scripts are run (i.e., what @command{pwd} will print
5578 when in that directory on that machine). If the host that contains
5579 the file system does not have this capability, you can specify another
5580 host as long as it can access the file system through NFS.
5581
5582 If the list of file systems is very long you may wish to put it
5583 in a separate file. This file is usually named
5584 @file{/etc/backup/dirs}, but this name may be overridden in
5585 @file{backup-specs} using @code{DIRLIST} variable.
5586 @end defvr
5587
5588 @defvr {Backup variable} DIRLIST
5589
5590 A path to the file containing the list of the file systems to backup
5591 or restore. By default it is @file{/etc/backup/dirs}.
5592 @end defvr
5593
5594 @defvr {Backup variable} BACKUP_FILES
5595
5596 A list of individual files to be dumped (for @code{backup}), or restored
5597 (for @code{restore}). These should be accessible from the machine on
5598 which the backup script is run.
5599
5600 If the list of file systems is very long you may wish to store it
5601 in a separate file. This file is usually named
5602 @file{/etc/backup/files}, but this name may be overridden in
5603 @file{backup-specs} using @code{FILELIST} variable.
5604 @end defvr
5605
5606 @defvr {Backup variable} FILELIST
5607
5608 A path to the file containing the list of the individual files to backup
5609 or restore. By default it is @file{/etc/backup/files}.
5610 @end defvr
5611
5612 @defvr {Backup variable} MT
5613
5614 Full file name of @command{mt} binary.
5615 @end defvr
5616
5617 @defvr {Backup variable} RSH
5618 @anchor{RSH}
5619 Full file name of @command{rsh} binary or its equivalent. You may wish to
5620 set it to @code{ssh}, to improve security. In this case you will have
5621 to use public key authentication.
5622 @end defvr
5623
5624 @defvr {Backup variable} RSH_COMMAND
5625
5626 Full file name of @command{rsh} binary on remote machines. This will
5627 be passed via @option{--rsh-command} option to the remote invocation
5628 of @GNUTAR{}.
5629 @end defvr
5630
5631 @defvr {Backup variable} VOLNO_FILE
5632
5633 Name of temporary file to hold volume numbers. This needs to be accessible
5634 by all the machines which have file systems to be dumped.
5635 @end defvr
5636
5637 @defvr {Backup variable} XLIST
5638
5639 Name of @dfn{exclude file list}. An @dfn{exclude file list} is a file
5640 located on the remote machine and containing the list of files to
5641 be excluded from the backup. Exclude file lists are searched in
5642 /etc/tar-backup directory. A common use for exclude file lists
5643 is to exclude files containing security-sensitive information
5644 (e.g., @file{/etc/shadow} from backups).
5645
5646 This variable affects only @code{backup}.
5647 @end defvr
5648
5649 @defvr {Backup variable} SLEEP_TIME
5650
5651 Time to sleep between dumps of any two successive file systems
5652
5653 This variable affects only @code{backup}.
5654 @end defvr
5655
5656 @defvr {Backup variable} DUMP_REMIND_SCRIPT
5657
5658 Script to be run when it's time to insert a new tape in for the next
5659 volume. Administrators may want to tailor this script for their site.
5660 If this variable isn't set, @GNUTAR{} will display its built-in
5661 prompt, and will expect confirmation from the console. For the
5662 description of the default prompt, see @ref{change volume prompt}.
5663
5664 @end defvr
5665
5666 @defvr {Backup variable} SLEEP_MESSAGE
5667
5668 Message to display on the terminal while waiting for dump time. Usually
5669 this will just be some literal text.
5670 @end defvr
5671
5672 @defvr {Backup variable} TAR
5673
5674 Full file name of the @GNUTAR{} executable. If this is not set, backup
5675 scripts will search @command{tar} in the current shell path.
5676 @end defvr
5677
5678 @node Magnetic Tape Control
5679 @subsection Magnetic Tape Control
5680
5681 Backup scripts access tape device using special @dfn{hook functions}.
5682 These functions take a single argument -- the name of the tape
5683 device. Their names are kept in the following variables:
5684
5685 @defvr {Backup variable} MT_BEGIN
5686 The name of @dfn{begin} function. This function is called before
5687 accessing the drive. By default it retensions the tape:
5688
5689 @smallexample
5690 MT_BEGIN=mt_begin
5691
5692 mt_begin() @{
5693 mt -f "$1" retension
5694 @}
5695 @end smallexample
5696 @end defvr
5697
5698 @defvr {Backup variable} MT_REWIND
5699 The name of @dfn{rewind} function. The default definition is as
5700 follows:
5701
5702 @smallexample
5703 MT_REWIND=mt_rewind
5704
5705 mt_rewind() @{
5706 mt -f "$1" rewind
5707 @}
5708 @end smallexample
5709
5710 @end defvr
5711
5712 @defvr {Backup variable} MT_OFFLINE
5713 The name of the function switching the tape off line. By default
5714 it is defined as follows:
5715
5716 @smallexample
5717 MT_OFFLINE=mt_offline
5718
5719 mt_offline() @{
5720 mt -f "$1" offl
5721 @}
5722 @end smallexample
5723 @end defvr
5724
5725 @defvr {Backup variable} MT_STATUS
5726 The name of the function used to obtain the status of the archive device,
5727 including error count. Default definition:
5728
5729 @smallexample
5730 MT_STATUS=mt_status
5731
5732 mt_status() @{
5733 mt -f "$1" status
5734 @}
5735 @end smallexample
5736 @end defvr
5737
5738 @node User Hooks
5739 @subsection User Hooks
5740
5741 @dfn{User hooks} are shell functions executed before and after
5742 each @command{tar} invocation. Thus, there are @dfn{backup
5743 hooks}, which are executed before and after dumping each file
5744 system, and @dfn{restore hooks}, executed before and
5745 after restoring a file system. Each user hook is a shell function
5746 taking four arguments:
5747
5748 @deffn {User Hook Function} hook @var{level} @var{host} @var{fs} @var{fsname}
5749 Its arguments are:
5750
5751 @table @var
5752 @item level
5753 Current backup or restore level.
5754
5755 @item host
5756 Name or IP address of the host machine being dumped or restored.
5757
5758 @item fs
5759 Full path name to the file system being dumped or restored.
5760
5761 @item fsname
5762 File system name with directory separators replaced with colons. This
5763 is useful, e.g., for creating unique files.
5764 @end table
5765 @end deffn
5766
5767 Following variables keep the names of user hook functions
5768
5769 @defvr {Backup variable} DUMP_BEGIN
5770 Dump begin function. It is executed before dumping the file system.
5771 @end defvr
5772
5773 @defvr {Backup variable} DUMP_END
5774 Executed after dumping the file system.
5775 @end defvr
5776
5777 @defvr {Backup variable} RESTORE_BEGIN
5778 Executed before restoring the file system.
5779 @end defvr
5780
5781 @defvr {Backup variable} RESTORE_END
5782 Executed after restoring the file system.
5783 @end defvr
5784
5785 @node backup-specs example
5786 @subsection An Example Text of @file{Backup-specs}
5787
5788 The following is an example of @file{backup-specs}:
5789
5790 @smallexample
5791 # site-specific parameters for file system backup.
5792
5793 ADMINISTRATOR=friedman
5794 BACKUP_HOUR=1
5795 TAPE_FILE=/dev/nrsmt0
5796
5797 # Use @code{ssh} instead of the less secure @code{rsh}
5798 RSH=/usr/bin/ssh
5799 RSH_COMMAND=/usr/bin/ssh
5800
5801 # Override MT_STATUS function:
5802 my_status() @{
5803 mts -t $TAPE_FILE
5804 @}
5805 MT_STATUS=my_status
5806
5807 # Disable MT_OFFLINE function
5808 MT_OFFLINE=:
5809
5810 BLOCKING=124
5811 BACKUP_DIRS="
5812 albert:/fs/fsf
5813 apple-gunkies:/gd
5814 albert:/fs/gd2
5815 albert:/fs/gp
5816 geech:/usr/jla
5817 churchy:/usr/roland
5818 albert:/
5819 albert:/usr
5820 apple-gunkies:/
5821 apple-gunkies:/usr
5822 gnu:/hack
5823 gnu:/u
5824 apple-gunkies:/com/mailer/gnu
5825 apple-gunkies:/com/archive/gnu"
5826
5827 BACKUP_FILES="/com/mailer/aliases /com/mailer/league*[a-z]"
5828
5829 @end smallexample
5830
5831 @node Scripted Backups
5832 @section Using the Backup Scripts
5833
5834 The syntax for running a backup script is:
5835
5836 @smallexample
5837 backup --level=@var{level} --time=@var{time}
5838 @end smallexample
5839
5840 The @option{level} option requests the dump level. Thus, to produce
5841 a full dump, specify @code{--level=0} (this is the default, so
5842 @option{--level} may be omitted if its value is @code{0}).
5843 @footnote{For backward compatibility, the @code{backup} will also
5844 try to deduce the requested dump level from the name of the
5845 script itself. If the name consists of a string @samp{level-}
5846 followed by a single decimal digit, that digit is taken as
5847 the dump level number. Thus, you may create a link from @code{backup}
5848 to @code{level-1} and then run @code{level-1} whenever you need to
5849 create a level one dump.}
5850
5851 The @option{--time} option determines when should the backup be
5852 run. @var{Time} may take three forms:
5853
5854 @table @asis
5855 @item @var{hh}:@var{mm}
5856
5857 The dump must be run at @var{hh} hours @var{mm} minutes.
5858
5859 @item @var{hh}
5860
5861 The dump must be run at @var{hh} hours
5862
5863 @item now
5864
5865 The dump must be run immediately.
5866 @end table
5867
5868 You should start a script with a tape or disk mounted. Once you
5869 start a script, it prompts you for new tapes or disks as it
5870 needs them. Media volumes don't have to correspond to archive
5871 files --- a multi-volume archive can be started in the middle of a
5872 tape that already contains the end of another multi-volume archive.
5873 The @code{restore} script prompts for media by its archive volume,
5874 so to avoid an error message you should keep track of which tape
5875 (or disk) contains which volume of the archive (@pxref{Scripted
5876 Restoration}).
5877
5878 The backup scripts write two files on the file system. The first is a
5879 record file in @file{/etc/tar-backup/}, which is used by the scripts
5880 to store and retrieve information about which files were dumped. This
5881 file is not meant to be read by humans, and should not be deleted by
5882 them. @xref{Snapshot Files}, for a more detailed explanation of this
5883 file.
5884
5885 The second file is a log file containing the names of the file systems
5886 and files dumped, what time the backup was made, and any error
5887 messages that were generated, as well as how much space was left in
5888 the media volume after the last volume of the archive was written.
5889 You should check this log file after every backup. The file name is
5890 @file{log-@var{mm-dd-yyyy}-level-@var{n}}, where @var{mm-dd-yyyy}
5891 represents current date, and @var{n} represents current dump level number.
5892
5893 The script also prints the name of each system being dumped to the
5894 standard output.
5895
5896 Following is the full list of options accepted by @code{backup}
5897 script:
5898
5899 @table @option
5900 @item -l @var{level}
5901 @itemx --level=@var{level}
5902 Do backup level @var{level} (default 0).
5903
5904 @item -f
5905 @itemx --force
5906 Force backup even if today's log file already exists.
5907
5908 @item -v[@var{level}]
5909 @itemx --verbose[=@var{level}]
5910 Set verbosity level. The higher the level is, the more debugging
5911 information will be output during execution. Default @var{level}
5912 is 100, which means the highest debugging level.
5913
5914 @item -t @var{start-time}
5915 @itemx --time=@var{start-time}
5916 Wait till @var{time}, then do backup.
5917
5918 @item -h
5919 @itemx --help
5920 Display short help message and exit.
5921
5922 @item -V
5923 @itemx --version
5924 Display information about the program's name, version, origin and legal
5925 status, all on standard output, and then exit successfully.
5926 @end table
5927
5928
5929 @node Scripted Restoration
5930 @section Using the Restore Script
5931
5932 To restore files that were archived using a scripted backup, use the
5933 @code{restore} script. Its usage is quite straightforward. In the
5934 simplest form, invoke @code{restore --all}, it will
5935 then restore all the file systems and files specified in
5936 @file{backup-specs} (@pxref{General-Purpose Variables,BACKUP_DIRS}).
5937
5938 You may select the file systems (and/or files) to restore by
5939 giving @code{restore} list of @dfn{patterns} in its command
5940 line. For example, running
5941
5942 @smallexample
5943 restore 'albert:*'
5944 @end smallexample
5945
5946 @noindent
5947 will restore all file systems on the machine @samp{albert}. A more
5948 complicated example:
5949
5950 @smallexample
5951 restore 'albert:*' '*:/var'
5952 @end smallexample
5953
5954 @noindent
5955 This command will restore all file systems on the machine @samp{albert}
5956 as well as @file{/var} file system on all machines.
5957
5958 By default @code{restore} will start restoring files from the lowest
5959 available dump level (usually zero) and will continue through
5960 all available dump levels. There may be situations where such a
5961 thorough restore is not necessary. For example, you may wish to
5962 restore only files from the recent level one backup. To do so,
5963 use @option{--level} option, as shown in the example below:
5964
5965 @smallexample
5966 restore --level=1
5967 @end smallexample
5968
5969 The full list of options accepted by @code{restore} follows:
5970
5971 @table @option
5972 @item -a
5973 @itemx --all
5974 Restore all file systems and files specified in @file{backup-specs}
5975
5976 @item -l @var{level}
5977 @itemx --level=@var{level}
5978 Start restoring from the given backup level, instead of the default 0.
5979
5980 @item -v[@var{level}]
5981 @itemx --verbose[=@var{level}]
5982 Set verbosity level. The higher the level is, the more debugging
5983 information will be output during execution. Default @var{level}
5984 is 100, which means the highest debugging level.
5985
5986 @item -h
5987 @itemx --help
5988 Display short help message and exit.
5989
5990 @item -V
5991 @itemx --version
5992 Display information about the program's name, version, origin and legal
5993 status, all on standard output, and then exit successfully.
5994 @end table
5995
5996 You should start the restore script with the media containing the
5997 first volume of the archive mounted. The script will prompt for other
5998 volumes as they are needed. If the archive is on tape, you don't need
5999 to rewind the tape to to its beginning---if the tape head is
6000 positioned past the beginning of the archive, the script will rewind
6001 the tape as needed. @xref{Tape Positioning}, for a discussion of tape
6002 positioning.
6003
6004 @quotation
6005 @strong{Warning:} The script will delete files from the active file
6006 system if they were not in the file system when the archive was made.
6007 @end quotation
6008
6009 @xref{Incremental Dumps}, for an explanation of how the script makes
6010 that determination.
6011
6012 @node Choosing
6013 @chapter Choosing Files and Names for @command{tar}
6014 @UNREVISED
6015
6016 Certain options to @command{tar} enable you to specify a name for your
6017 archive. Other options let you decide which files to include or exclude
6018 from the archive, based on when or whether files were modified, whether
6019 the file names do or don't match specified patterns, or whether files
6020 are in specified directories.
6021
6022 This chapter discusses these options in detail.
6023
6024 @menu
6025 * file:: Choosing the Archive's Name
6026 * Selecting Archive Members::
6027 * files:: Reading Names from a File
6028 * exclude:: Excluding Some Files
6029 * wildcards:: Wildcards Patterns and Matching
6030 * quoting styles:: Ways of Quoting Special Characters in Names
6031 * transform:: Modifying File and Member Names
6032 * after:: Operating Only on New Files
6033 * recurse:: Descending into Directories
6034 * one:: Crossing File System Boundaries
6035 @end menu
6036
6037 @node file
6038 @section Choosing and Naming Archive Files
6039 @UNREVISED
6040
6041 @cindex Naming an archive
6042 @cindex Archive Name
6043 @cindex Choosing an archive file
6044 @cindex Where is the archive?
6045 By default, @command{tar} uses an archive file name that was compiled when
6046 it was built on the system; usually this name refers to some physical
6047 tape drive on the machine. However, the person who installed @command{tar}
6048 on the system may not have set the default to a meaningful value as far as
6049 most users are concerned. As a result, you will usually want to tell
6050 @command{tar} where to find (or create) the archive. The
6051 @option{--file=@var{archive-name}} (@option{-f @var{archive-name}})
6052 option allows you to either specify or name a file to use as the archive
6053 instead of the default archive file location.
6054
6055 @table @option
6056 @xopindex{file, short description}
6057 @item --file=@var{archive-name}
6058 @itemx -f @var{archive-name}
6059 Name the archive to create or operate on. Use in conjunction with
6060 any operation.
6061 @end table
6062
6063 For example, in this @command{tar} command,
6064
6065 @smallexample
6066 $ @kbd{tar -cvf collection.tar blues folk jazz}
6067 @end smallexample
6068
6069 @noindent
6070 @file{collection.tar} is the name of the archive. It must directly
6071 follow the @option{-f} option, since whatever directly follows @option{-f}
6072 @emph{will} end up naming the archive. If you neglect to specify an
6073 archive name, you may end up overwriting a file in the working directory
6074 with the archive you create since @command{tar} will use this file's name
6075 for the archive name.
6076
6077 An archive can be saved as a file in the file system, sent through a
6078 pipe or over a network, or written to an I/O device such as a tape,
6079 floppy disk, or CD write drive.
6080
6081 @cindex Writing new archives
6082 @cindex Archive creation
6083 If you do not name the archive, @command{tar} uses the value of the
6084 environment variable @env{TAPE} as the file name for the archive. If
6085 that is not available, @command{tar} uses a default, compiled-in archive
6086 name, usually that for tape unit zero (i.e., @file{/dev/tu00}).
6087
6088 @cindex Standard input and output
6089 @cindex tar to standard input and output
6090 If you use @file{-} as an @var{archive-name}, @command{tar} reads the
6091 archive from standard input (when listing or extracting files), or
6092 writes it to standard output (when creating an archive). If you use
6093 @file{-} as an @var{archive-name} when modifying an archive,
6094 @command{tar} reads the original archive from its standard input and
6095 writes the entire new archive to its standard output.
6096
6097 The following example is a convenient way of copying directory
6098 hierarchy from @file{sourcedir} to @file{targetdir}.
6099
6100 @smallexample
6101 $ @kbd{(cd sourcedir; tar -cf - .) | (cd targetdir; tar -xpf -)}
6102 @end smallexample
6103
6104 The @option{-C} option allows to avoid using subshells:
6105
6106 @smallexample
6107 $ @kbd{tar -C sourcedir -cf - . | tar -C targetdir -xpf -}
6108 @end smallexample
6109
6110 In both examples above, the leftmost @command{tar} invocation archives
6111 the contents of @file{sourcedir} to the standard output, while the
6112 rightmost one reads this archive from its standard input and
6113 extracts it. The @option{-p} option tells it to restore permissions
6114 of the extracted files.
6115
6116 @cindex Remote devices
6117 @cindex tar to a remote device
6118 @anchor{remote-dev}
6119 To specify an archive file on a device attached to a remote machine,
6120 use the following:
6121
6122 @smallexample
6123 @kbd{--file=@var{hostname}:/@var{dev}/@var{file-name}}
6124 @end smallexample
6125
6126 @noindent
6127 @command{tar} will complete the remote connection, if possible, and
6128 prompt you for a username and password. If you use
6129 @option{--file=@@@var{hostname}:/@var{dev}/@var{file-name}}, @command{tar}
6130 will complete the remote connection, if possible, using your username
6131 as the username on the remote machine.
6132
6133 @cindex Local and remote archives
6134 @anchor{local and remote archives}
6135 If the archive file name includes a colon (@samp{:}), then it is assumed
6136 to be a file on another machine. If the archive file is
6137 @samp{@var{user}@@@var{host}:@var{file}}, then @var{file} is used on the
6138 host @var{host}. The remote host is accessed using the @command{rsh}
6139 program, with a username of @var{user}. If the username is omitted
6140 (along with the @samp{@@} sign), then your user name will be used.
6141 (This is the normal @command{rsh} behavior.) It is necessary for the
6142 remote machine, in addition to permitting your @command{rsh} access, to
6143 have the @file{rmt} program installed (This command is included in
6144 the @GNUTAR{} distribution and by default is installed under
6145 @file{@var{prefix}/libexec/rmt}, were @var{prefix} means your
6146 installation prefix). If you need to use a file whose name includes a
6147 colon, then the remote tape drive behavior
6148 can be inhibited by using the @option{--force-local} option.
6149
6150 When the archive is being created to @file{/dev/null}, @GNUTAR{}
6151 tries to minimize input and output operations. The Amanda backup
6152 system, when used with @GNUTAR{}, has an initial sizing pass which
6153 uses this feature.
6154
6155 @node Selecting Archive Members
6156 @section Selecting Archive Members
6157 @cindex Specifying files to act on
6158 @cindex Specifying archive members
6159
6160 @dfn{File Name arguments} specify which files in the file system
6161 @command{tar} operates on, when creating or adding to an archive, or which
6162 archive members @command{tar} operates on, when reading or deleting from
6163 an archive. @xref{Operations}.
6164
6165 To specify file names, you can include them as the last arguments on
6166 the command line, as follows:
6167 @smallexample
6168 @kbd{tar} @var{operation} [@var{option1} @var{option2} @dots{}] [@var{file name-1} @var{file name-2} @dots{}]
6169 @end smallexample
6170
6171 If a file name begins with dash (@samp{-}), precede it with
6172 @option{--add-file} option to prevent it from being treated as an
6173 option.
6174
6175 @anchor{input name quoting}
6176 By default @GNUTAR{} attempts to @dfn{unquote} each file or member
6177 name, replacing @dfn{escape sequences} according to the following
6178 table:
6179
6180 @multitable @columnfractions 0.20 0.60
6181 @headitem Escape @tab Replaced with
6182 @item \a @tab Audible bell (ASCII 7)
6183 @item \b @tab Backspace (ASCII 8)
6184 @item \f @tab Form feed (ASCII 12)
6185 @item \n @tab New line (ASCII 10)
6186 @item \r @tab Carriage return (ASCII 13)
6187 @item \t @tab Horizontal tabulation (ASCII 9)
6188 @item \v @tab Vertical tabulation (ASCII 11)
6189 @item \? @tab ASCII 127
6190 @item \@var{n} @tab ASCII @var{n} (@var{n} should be an octal number
6191 of up to 3 digits)
6192 @end multitable
6193
6194 A backslash followed by any other symbol is retained.
6195
6196 This default behavior is controlled by the following command line
6197 option:
6198
6199 @table @option
6200 @opindex unquote
6201 @item --unquote
6202 Enable unquoting input file or member names (default).
6203
6204 @opindex no-unquote
6205 @item --no-unquote
6206 Disable unquoting input file or member names.
6207 @end table
6208
6209 If you specify a directory name as a file name argument, all the files
6210 in that directory are operated on by @command{tar}.
6211
6212 If you do not specify files, @command{tar} behavior differs depending
6213 on the operation mode as described below:
6214
6215 When @command{tar} is invoked with @option{--create} (@option{-c}),
6216 @command{tar} will stop immediately, reporting the following:
6217
6218 @smallexample
6219 @group
6220 $ @kbd{tar cf a.tar}
6221 tar: Cowardly refusing to create an empty archive
6222 Try `tar --help' or `tar --usage' for more information.
6223 @end group
6224 @end smallexample
6225
6226 If you specify either @option{--list} (@option{-t}) or
6227 @option{--extract} (@option{--get}, @option{-x}), @command{tar}
6228 operates on all the archive members in the archive.
6229
6230 If run with @option{--diff} option, tar will compare the archive with
6231 the contents of the current working directory.
6232
6233 If you specify any other operation, @command{tar} does nothing.
6234
6235 By default, @command{tar} takes file names from the command line. However,
6236 there are other ways to specify file or member names, or to modify the
6237 manner in which @command{tar} selects the files or members upon which to
6238 operate. In general, these methods work both for specifying the names
6239 of files and archive members.
6240
6241 @node files
6242 @section Reading Names from a File
6243
6244 @cindex Reading file names from a file
6245 @cindex Lists of file names
6246 @cindex File Name arguments, alternatives
6247 Instead of giving the names of files or archive members on the command
6248 line, you can put the names into a file, and then use the
6249 @option{--files-from=@var{file-of-names}} (@option{-T
6250 @var{file-of-names}}) option to @command{tar}. Give the name of the
6251 file which contains the list of files to include as the argument to
6252 @option{--files-from}. In the list, the file names should be separated by
6253 newlines. You will frequently use this option when you have generated
6254 the list of files to archive with the @command{find} utility.
6255
6256 @table @option
6257 @opindex files-from
6258 @item --files-from=@var{file-name}
6259 @itemx -T @var{file-name}
6260 Get names to extract or create from file @var{file-name}.
6261 @end table
6262
6263 If you give a single dash as a file name for @option{--files-from}, (i.e.,
6264 you specify either @code{--files-from=-} or @code{-T -}), then the file
6265 names are read from standard input.
6266
6267 Unless you are running @command{tar} with @option{--create}, you can not use
6268 both @code{--files-from=-} and @code{--file=-} (@code{-f -}) in the same
6269 command.
6270
6271 Any number of @option{-T} options can be given in the command line.
6272
6273 The following example shows how to use @command{find} to generate a list of
6274 files smaller than 400K in length and put that list into a file
6275 called @file{small-files}. You can then use the @option{-T} option to
6276 @command{tar} to specify the files from that file, @file{small-files}, to
6277 create the archive @file{little.tgz}. (The @option{-z} option to
6278 @command{tar} compresses the archive with @command{gzip}; @pxref{gzip} for
6279 more information.)
6280
6281 @smallexample
6282 $ @kbd{find . -size -400 -print > small-files}
6283 $ @kbd{tar -c -v -z -T small-files -f little.tgz}
6284 @end smallexample
6285
6286 @noindent
6287 In the file list given by @option{-T} option, any file name beginning
6288 with @samp{-} character is considered a @command{tar} option and is
6289 processed accordingly.@footnote{Versions of @GNUTAR{} up to 1.15.1
6290 recognized only @option{-C} option in file lists, and only if the
6291 option and its argument occupied two consecutive lines.} For example,
6292 the common use of this feature is to change to another directory by
6293 specifying @option{-C} option:
6294
6295 @smallexample
6296 @group
6297 $ @kbd{cat list}
6298 -C/etc
6299 passwd
6300 hosts
6301 -C/lib
6302 libc.a
6303 $ @kbd{tar -c -f foo.tar --files-from list}
6304 @end group
6305 @end smallexample
6306
6307 @noindent
6308 In this example, @command{tar} will first switch to @file{/etc}
6309 directory and add files @file{passwd} and @file{hosts} to the
6310 archive. Then it will change to @file{/lib} directory and will archive
6311 the file @file{libc.a}. Thus, the resulting archive @file{foo.tar} will
6312 contain:
6313
6314 @smallexample
6315 @group
6316 $ @kbd{tar tf foo.tar}
6317 passwd
6318 hosts
6319 libc.a
6320 @end group
6321 @end smallexample
6322
6323 @noindent
6324 @xopindex{directory, using in @option{--files-from} argument}
6325 Notice that the option parsing algorithm used with @option{-T} is
6326 stricter than the one used by shell. Namely, when specifying option
6327 arguments, you should observe the following rules:
6328
6329 @itemize @bullet
6330 @item
6331 When using short (single-letter) option form, its argument must
6332 immediately follow the option letter, without any intervening
6333 whitespace. For example: @code{-Cdir}.
6334
6335 @item
6336 When using long option form, the option argument must be separated
6337 from the option by a single equal sign. No whitespace is allowed on
6338 any side of the equal sign. For example: @code{--directory=dir}.
6339
6340 @item
6341 For both short and long option forms, the option argument can be given
6342 on the next line after the option name, e.g.:
6343
6344 @smallexample
6345 @group
6346 --directory
6347 dir
6348 @end group
6349 @end smallexample
6350
6351 @noindent
6352 and
6353
6354 @smallexample
6355 @group
6356 -C
6357 dir
6358 @end group
6359 @end smallexample
6360 @end itemize
6361
6362 @opindex add-file
6363 If you happen to have a file whose name starts with @samp{-},
6364 precede it with @option{--add-file} option to prevent it from
6365 being recognized as an option. For example: @code{--add-file=--my-file}.
6366
6367 @menu
6368 * nul::
6369 @end menu
6370
6371 @node nul
6372 @subsection @code{NUL} Terminated File Names
6373
6374 @cindex File names, terminated by @code{NUL}
6375 @cindex @code{NUL} terminated file names
6376 The @option{--null} option causes
6377 @option{--files-from=@var{file-of-names}} (@option{-T @var{file-of-names}})
6378 to read file names terminated by a @code{NUL} instead of a newline, so
6379 files whose names contain newlines can be archived using
6380 @option{--files-from}.
6381
6382 @table @option
6383 @opindex null
6384 @item --null
6385 Only consider @code{NUL} terminated file names, instead of files that
6386 terminate in a newline.
6387 @end table
6388
6389 The @option{--null} option is just like the one in @acronym{GNU}
6390 @command{xargs} and @command{cpio}, and is useful with the
6391 @option{-print0} predicate of @acronym{GNU} @command{find}. In
6392 @command{tar}, @option{--null} also disables special handling for
6393 file names that begin with dash.
6394
6395 This example shows how to use @command{find} to generate a list of files
6396 larger than 800K in length and put that list into a file called
6397 @file{long-files}. The @option{-print0} option to @command{find} is just
6398 like @option{-print}, except that it separates files with a @code{NUL}
6399 rather than with a newline. You can then run @command{tar} with both the
6400 @option{--null} and @option{-T} options to specify that @command{tar} get the
6401 files from that file, @file{long-files}, to create the archive
6402 @file{big.tgz}. The @option{--null} option to @command{tar} will cause
6403 @command{tar} to recognize the @code{NUL} separator between files.
6404
6405 @smallexample
6406 $ @kbd{find . -size +800 -print0 > long-files}
6407 $ @kbd{tar -c -v --null --files-from=long-files --file=big.tar}
6408 @end smallexample
6409
6410 @FIXME{say anything else here to conclude the section?}
6411
6412 @node exclude
6413 @section Excluding Some Files
6414 @UNREVISED
6415
6416 @cindex File names, excluding files by
6417 @cindex Excluding files by name and pattern
6418 @cindex Excluding files by file system
6419 To avoid operating on files whose names match a particular pattern,
6420 use the @option{--exclude} or @option{--exclude-from} options.
6421
6422 @table @option
6423 @opindex exclude
6424 @item --exclude=@var{pattern}
6425 Causes @command{tar} to ignore files that match the @var{pattern}.
6426 @end table
6427
6428 @findex exclude
6429 The @option{--exclude=@var{pattern}} option prevents any file or
6430 member whose name matches the shell wildcard (@var{pattern}) from
6431 being operated on.
6432 For example, to create an archive with all the contents of the directory
6433 @file{src} except for files whose names end in @file{.o}, use the
6434 command @samp{tar -cf src.tar --exclude='*.o' src}.
6435
6436 You may give multiple @option{--exclude} options.
6437
6438 @table @option
6439 @opindex exclude-from
6440 @item --exclude-from=@var{file}
6441 @itemx -X @var{file}
6442 Causes @command{tar} to ignore files that match the patterns listed in
6443 @var{file}.
6444 @end table
6445
6446 @findex exclude-from
6447 Use the @option{--exclude-from} option to read a
6448 list of patterns, one per line, from @var{file}; @command{tar} will
6449 ignore files matching those patterns. Thus if @command{tar} is
6450 called as @w{@samp{tar -c -X foo .}} and the file @file{foo} contains a
6451 single line @file{*.o}, no files whose names end in @file{.o} will be
6452 added to the archive.
6453
6454 @table @option
6455 @opindex exclude-caches
6456 @item --exclude-caches
6457 Causes @command{tar} to ignore directories containing a cache directory tag.
6458 @end table
6459
6460 @findex exclude-caches
6461 When creating an archive, the @option{--exclude-caches} option causes
6462 @command{tar} to exclude all directories that contain a @dfn{cache
6463 directory tag}. A cache directory tag is a short file with the
6464 well-known name @file{CACHEDIR.TAG} and having a standard header
6465 specified in @url{http://www.brynosaurus.com/cachedir/spec.html}.
6466 Various applications write cache directory tags into directories they
6467 use to hold regenerable, non-precious data, so that such data can be
6468 more easily excluded from backups.
6469
6470 @menu
6471 * problems with exclude::
6472 @end menu
6473
6474 @node problems with exclude
6475 @unnumberedsubsec Problems with Using the @code{exclude} Options
6476
6477 @xopindex{exclude, potential problems with}
6478 Some users find @samp{exclude} options confusing. Here are some common
6479 pitfalls:
6480
6481 @itemize @bullet
6482 @item
6483 The main operating mode of @command{tar} does not act on a path name
6484 explicitly listed on the command line if one of its file name
6485 components is excluded. In the example above, if
6486 you create an archive and exclude files that end with @samp{*.o}, but
6487 explicitly name the file @samp{dir.o/foo} after all the options have been
6488 listed, @samp{dir.o/foo} will be excluded from the archive.
6489
6490 @item
6491 You can sometimes confuse the meanings of @option{--exclude} and
6492 @option{--exclude-from}. Be careful: use @option{--exclude} when files
6493 to be excluded are given as a pattern on the command line. Use
6494 @option{--exclude-from} to introduce the name of a file which contains
6495 a list of patterns, one per line; each of these patterns can exclude
6496 zero, one, or many files.
6497
6498 @item
6499 When you use @option{--exclude=@var{pattern}}, be sure to quote the
6500 @var{pattern} parameter, so @GNUTAR{} sees wildcard characters
6501 like @samp{*}. If you do not do this, the shell might expand the
6502 @samp{*} itself using files at hand, so @command{tar} might receive a
6503 list of files instead of one pattern, or none at all, making the
6504 command somewhat illegal. This might not correspond to what you want.
6505
6506 For example, write:
6507
6508 @smallexample
6509 $ @kbd{tar -c -f @var{archive.tar} --exclude '*.o' @var{directory}}
6510 @end smallexample
6511
6512 @noindent
6513 rather than:
6514
6515 @smallexample
6516 # @emph{Wrong!}
6517 $ @kbd{tar -c -f @var{archive.tar} --exclude *.o @var{directory}}
6518 @end smallexample
6519
6520 @item
6521 You must use use shell syntax, or globbing, rather than @code{regexp}
6522 syntax, when using exclude options in @command{tar}. If you try to use
6523 @code{regexp} syntax to describe files to be excluded, your command
6524 might fail.
6525
6526 @item
6527 @FIXME{The change in semantics must have occurred before 1.11,
6528 so I doubt if it is worth mentioning at all. Anyway, should at
6529 least specify in which version the semantics changed.}
6530 In earlier versions of @command{tar}, what is now the
6531 @option{--exclude-from} option was called @option{--exclude} instead.
6532 Now, @option{--exclude} applies to patterns listed on the command
6533 line and @option{--exclude-from} applies to patterns listed in a
6534 file.
6535
6536 @end itemize
6537
6538 @node wildcards
6539 @section Wildcards Patterns and Matching
6540
6541 @dfn{Globbing} is the operation by which @dfn{wildcard} characters,
6542 @samp{*} or @samp{?} for example, are replaced and expanded into all
6543 existing files matching the given pattern. @GNUTAR{} can use wildcard
6544 patterns for matching (or globbing) archive members when extracting
6545 from or listing an archive. Wildcard patterns are also used for
6546 verifying volume labels of @command{tar} archives. This section has the
6547 purpose of explaining wildcard syntax for @command{tar}.
6548
6549 @FIXME{the next few paragraphs need work.}
6550
6551 A @var{pattern} should be written according to shell syntax, using wildcard
6552 characters to effect globbing. Most characters in the pattern stand
6553 for themselves in the matched string, and case is significant: @samp{a}
6554 will match only @samp{a}, and not @samp{A}. The character @samp{?} in the
6555 pattern matches any single character in the matched string. The character
6556 @samp{*} in the pattern matches zero, one, or more single characters in
6557 the matched string. The character @samp{\} says to take the following
6558 character of the pattern @emph{literally}; it is useful when one needs to
6559 match the @samp{?}, @samp{*}, @samp{[} or @samp{\} characters, themselves.
6560
6561 The character @samp{[}, up to the matching @samp{]}, introduces a character
6562 class. A @dfn{character class} is a list of acceptable characters
6563 for the next single character of the matched string. For example,
6564 @samp{[abcde]} would match any of the first five letters of the alphabet.
6565 Note that within a character class, all of the ``special characters''
6566 listed above other than @samp{\} lose their special meaning; for example,
6567 @samp{[-\\[*?]]} would match any of the characters, @samp{-}, @samp{\},
6568 @samp{[}, @samp{*}, @samp{?}, or @samp{]}. (Due to parsing constraints,
6569 the characters @samp{-} and @samp{]} must either come @emph{first} or
6570 @emph{last} in a character class.)
6571
6572 @cindex Excluding characters from a character class
6573 @cindex Character class, excluding characters from
6574 If the first character of the class after the opening @samp{[}
6575 is @samp{!} or @samp{^}, then the meaning of the class is reversed.
6576 Rather than listing character to match, it lists those characters which
6577 are @emph{forbidden} as the next single character of the matched string.
6578
6579 Other characters of the class stand for themselves. The special
6580 construction @samp{[@var{a}-@var{e}]}, using an hyphen between two
6581 letters, is meant to represent all characters between @var{a} and
6582 @var{e}, inclusive.
6583
6584 @FIXME{need to add a sentence or so here to make this clear for those
6585 who don't have dan around.}
6586
6587 Periods (@samp{.}) or forward slashes (@samp{/}) are not considered
6588 special for wildcard matches. However, if a pattern completely matches
6589 a directory prefix of a matched string, then it matches the full matched
6590 string: thus, excluding a directory also excludes all the files beneath it.
6591
6592 @menu
6593 * controlling pattern-matching::
6594 @end menu
6595
6596 @node controlling pattern-matching
6597 @unnumberedsubsec Controlling Pattern-Matching
6598
6599 For the purposes of this section, we call @dfn{exclusion members} all
6600 member names obtained while processing @option{--exclude} and
6601 @option{--exclude-from} options, and @dfn{inclusion members} those
6602 member names that were given in the command line or read from the file
6603 specified with @option{--files-from} option.
6604
6605 These two pairs of member lists are used in the following operations:
6606 @option{--diff}, @option{--extract}, @option{--list},
6607 @option{--update}.
6608
6609 There are no inclusion members in create mode (@option{--create} and
6610 @option{--append}), since in this mode the names obtained from the
6611 command line refer to @emph{files}, not archive members.
6612
6613 By default, inclusion members are compared with archive members
6614 literally @footnote{Notice that earlier @GNUTAR{} versions used
6615 globbing for inclusion members, which contradicted to UNIX98
6616 specification and was not documented. @xref{Changes}, for more
6617 information on this and other changes.} and exclusion members are
6618 treated as globbing patterns. For example:
6619
6620 @smallexample
6621 @group
6622 $ @kbd{tar tf foo.tar}
6623 a.c
6624 b.c
6625 a.txt
6626 [remarks]
6627 # @i{Member names are used verbatim:}
6628 $ @kbd{tar -xf foo.tar -v '[remarks]'}
6629 [remarks]
6630 # @i{Exclude member names are globbed:}
6631 $ @kbd{tar -xf foo.tar -v --exclude '*.c'}
6632 a.txt
6633 [remarks]
6634 @end group
6635 @end smallexample
6636
6637 This behavior can be altered by using the following options:
6638
6639 @table @option
6640 @opindex wildcards
6641 @item --wildcards
6642 Treat all member names as wildcards.
6643
6644 @opindex no-wildcards
6645 @item --no-wildcards
6646 Treat all member names as literal strings.
6647 @end table
6648
6649 Thus, to extract files whose names end in @samp{.c}, you can use:
6650
6651 @smallexample
6652 $ @kbd{tar -xf foo.tar -v --wildcards '*.c'}
6653 a.c
6654 b.c
6655 @end smallexample
6656
6657 @noindent
6658 Notice quoting of the pattern to prevent the shell from interpreting
6659 it.
6660
6661 The effect of @option{--wildcards} option is canceled by
6662 @option{--no-wildcards}. This can be used to pass part of
6663 the command line arguments verbatim and other part as globbing
6664 patterns. For example, the following invocation:
6665
6666 @smallexample
6667 $ @kbd{tar -xf foo.tar --wildcards '*.txt' --no-wildcards '[remarks]'}
6668 @end smallexample
6669
6670 @noindent
6671 instructs @command{tar} to extract from @file{foo.tar} all files whose
6672 names end in @samp{.txt} and the file named @file{[remarks]}.
6673
6674 Normally, a pattern matches a name if an initial subsequence of the
6675 name's components matches the pattern, where @samp{*}, @samp{?}, and
6676 @samp{[...]} are the usual shell wildcards, @samp{\} escapes wildcards,
6677 and wildcards can match @samp{/}.
6678
6679 Other than optionally stripping leading @samp{/} from names
6680 (@pxref{absolute}), patterns and names are used as-is. For
6681 example, trailing @samp{/} is not trimmed from a user-specified name
6682 before deciding whether to exclude it.
6683
6684 However, this matching procedure can be altered by the options listed
6685 below. These options accumulate. For example:
6686
6687 @smallexample
6688 --ignore-case --exclude='makefile' --no-ignore-case ---exclude='readme'
6689 @end smallexample
6690
6691 @noindent
6692 ignores case when excluding @samp{makefile}, but not when excluding
6693 @samp{readme}.
6694
6695 @table @option
6696 @opindex anchored
6697 @opindex no-anchored
6698 @item --anchored
6699 @itemx --no-anchored
6700 If anchored, a pattern must match an initial subsequence
6701 of the name's components. Otherwise, the pattern can match any
6702 subsequence. Default is @option{--no-anchored} for exclusion members
6703 and @option{--anchored} inclusion members.
6704
6705 @opindex ignore-case
6706 @opindex no-ignore-case
6707 @item --ignore-case
6708 @itemx --no-ignore-case
6709 When ignoring case, upper-case patterns match lower-case names and vice versa.
6710 When not ignoring case (the default), matching is case-sensitive.
6711
6712 @opindex wildcards-match-slash
6713 @opindex no-wildcards-match-slash
6714 @item --wildcards-match-slash
6715 @itemx --no-wildcards-match-slash
6716 When wildcards match slash (the default for exclusion members), a
6717 wildcard like @samp{*} in the pattern can match a @samp{/} in the
6718 name. Otherwise, @samp{/} is matched only by @samp{/}.
6719
6720 @end table
6721
6722 The @option{--recursion} and @option{--no-recursion} options
6723 (@pxref{recurse}) also affect how member patterns are interpreted. If
6724 recursion is in effect, a pattern matches a name if it matches any of
6725 the name's parent directories.
6726
6727 The following table summarizes pattern-matching default values:
6728
6729 @multitable @columnfractions .3 .7
6730 @headitem Members @tab Default settings
6731 @item Inclusion @tab @option{--no-wildcards --anchored --no-wildcards-match-slash}
6732 @item Exclusion @tab @option{--wildcards --no-anchored --wildcards-match-slash}
6733 @end multitable
6734
6735 @node quoting styles
6736 @section Quoting Member Names
6737
6738 When displaying member names, @command{tar} takes care to avoid
6739 ambiguities caused by certain characters. This is called @dfn{name
6740 quoting}. The characters in question are:
6741
6742 @itemize @bullet
6743 @item Non-printable control characters:
6744
6745 @multitable @columnfractions 0.20 0.10 0.60
6746 @headitem Character @tab ASCII @tab Character name
6747 @item \a @tab 7 @tab Audible bell
6748 @item \b @tab 8 @tab Backspace
6749 @item \f @tab 12 @tab Form feed
6750 @item \n @tab 10 @tab New line
6751 @item \r @tab 13 @tab Carriage return
6752 @item \t @tab 9 @tab Horizontal tabulation
6753 @item \v @tab 11 @tab Vertical tabulation
6754 @end multitable
6755
6756 @item Space (ASCII 32)
6757
6758 @item Single and double quotes (@samp{'} and @samp{"})
6759
6760 @item Backslash (@samp{\})
6761 @end itemize
6762
6763 The exact way @command{tar} uses to quote these characters depends on
6764 the @dfn{quoting style}. The default quoting style, called
6765 @dfn{escape} (see below), uses backslash notation to represent control
6766 characters, space and backslash. Using this quoting style, control
6767 characters are represented as listed in column @samp{Character} in the
6768 above table, a space is printed as @samp{\ } and a backslash as @samp{\\}.
6769
6770 @GNUTAR{} offers seven distinct quoting styles, which can be selected
6771 using @option{--quoting-style} option:
6772
6773 @table @option
6774 @item --quoting-style=@var{style}
6775 @opindex quoting-style
6776
6777 Sets quoting style. Valid values for @var{style} argument are:
6778 literal, shell, shell-always, c, escape, locale, clocale.
6779 @end table
6780
6781 These styles are described in detail below. To illustrate their
6782 effect, we will use an imaginary tar archive @file{arch.tar}
6783 containing the following members:
6784
6785 @smallexample
6786 @group
6787 # 1. Contains horizontal tabulation character.
6788 a tab
6789 # 2. Contains newline character
6790 a
6791 newline
6792 # 3. Contains a space
6793 a space
6794 # 4. Contains double quotes
6795 a"double"quote
6796 # 5. Contains single quotes
6797 a'single'quote
6798 # 6. Contains a backslash character:
6799 a\backslash
6800 @end group
6801 @end smallexample
6802
6803 Here is how usual @command{ls} command would have listed them, if they
6804 had existed in the current working directory:
6805
6806 @smallexample
6807 @group
6808 $ @kbd{ls}
6809 a\ttab
6810 a\nnewline
6811 a\ space
6812 a"double"quote
6813 a'single'quote
6814 a\\backslash
6815 @end group
6816 @end smallexample
6817
6818 Quoting styles:
6819
6820 @table @samp
6821 @item literal
6822 No quoting, display each character as is:
6823
6824 @smallexample
6825 @group
6826 $ @kbd{tar tf arch.tar --quoting-style=literal}
6827 ./
6828 ./a space
6829 ./a'single'quote
6830 ./a"double"quote
6831 ./a\backslash
6832 ./a tab
6833 ./a
6834 newline
6835 @end group
6836 @end smallexample
6837
6838 @item shell
6839 Display characters the same way Bourne shell does:
6840 control characters, except @samp{\t} and @samp{\n}, are printed using
6841 backslash escapes, @samp{\t} and @samp{\n} are printed as is, and a
6842 single quote is printed as @samp{\'}. If a name contains any quoted
6843 characters, it is enclosed in single quotes. In particular, if a name
6844 contains single quotes, it is printed as several single-quoted strings:
6845
6846 @smallexample
6847 @group
6848 $ @kbd{tar tf arch.tar --quoting-style=shell}
6849 ./
6850 './a space'
6851 './a'\''single'\''quote'
6852 './a"double"quote'
6853 './a\backslash'
6854 './a tab'
6855 './a
6856 newline'
6857 @end group
6858 @end smallexample
6859
6860 @item shell-always
6861 Same as @samp{shell}, but the names are always enclosed in single
6862 quotes:
6863
6864 @smallexample
6865 @group
6866 $ @kbd{tar tf arch.tar --quoting-style=shell-always}
6867 './'
6868 './a space'
6869 './a'\''single'\''quote'
6870 './a"double"quote'
6871 './a\backslash'
6872 './a tab'
6873 './a
6874 newline'
6875 @end group
6876 @end smallexample
6877
6878 @item c
6879 Use the notation of the C programming language. All names are
6880 enclosed in double quotes. Control characters are quoted using
6881 backslash notations, double quotes are represented as @samp{\"},
6882 backslash characters are represented as @samp{\\}. Single quotes and
6883 spaces are not quoted:
6884
6885 @smallexample
6886 @group
6887 $ @kbd{tar tf arch.tar --quoting-style=c}
6888 "./"
6889 "./a space"
6890 "./a'single'quote"
6891 "./a\"double\"quote"
6892 "./a\\backslash"
6893 "./a\ttab"
6894 "./a\nnewline"
6895 @end group
6896 @end smallexample
6897
6898 @item escape
6899 Control characters are printed using backslash notation, a space is
6900 printed as @samp{\ } and a backslash as @samp{\\}. This is the
6901 default quoting style, unless it was changed when configured the
6902 package.
6903
6904 @smallexample
6905 @group
6906 $ @kbd{tar tf arch.tar --quoting-style=escape}
6907 ./
6908 ./a space
6909 ./a'single'quote
6910 ./a"double"quote
6911 ./a\\backslash
6912 ./a\ttab
6913 ./a\nnewline
6914 @end group
6915 @end smallexample
6916
6917 @item locale
6918 Control characters, single quote and backslash are printed using
6919 backslash notation. All names are quoted using left and right
6920 quotation marks, appropriate to the current locale. If it does not
6921 define quotation marks, use @samp{`} as left and @samp{'} as right
6922 quotation marks. Any occurrences of the right quotation mark in a
6923 name are escaped with @samp{\}, for example:
6924
6925 For example:
6926
6927 @smallexample
6928 @group
6929 $ @kbd{tar tf arch.tar --quoting-style=locale}
6930 `./'
6931 `./a space'
6932 `./a\'single\'quote'
6933 `./a"double"quote'
6934 `./a\\backslash'
6935 `./a\ttab'
6936 `./a\nnewline'
6937 @end group
6938 @end smallexample
6939
6940 @item clocale
6941 Same as @samp{locale}, but @samp{"} is used for both left and right
6942 quotation marks, if not provided by the currently selected locale:
6943
6944 @smallexample
6945 @group
6946 $ @kbd{tar tf arch.tar --quoting-style=clocale}
6947 "./"
6948 "./a space"
6949 "./a'single'quote"
6950 "./a\"double\"quote"
6951 "./a\\backslash"
6952 "./a\ttab"
6953 "./a\nnewline"
6954 @end group
6955 @end smallexample
6956 @end table
6957
6958 You can specify which characters should be quoted in addition to those
6959 implied by the current quoting style:
6960
6961 @table @option
6962 @item --quote-chars=@var{string}
6963 Always quote characters from @var{string}, even if the selected
6964 quoting style would not quote them.
6965 @end table
6966
6967 For example, using @samp{escape} quoting (compare with the usual
6968 escape listing above):
6969
6970 @smallexample
6971 @group
6972 $ @kbd{tar tf arch.tar --quoting-style=escape --quote-chars=' "'}
6973 ./
6974 ./a\ space
6975 ./a'single'quote
6976 ./a\"double\"quote
6977 ./a\\backslash
6978 ./a\ttab
6979 ./a\nnewline
6980 @end group
6981 @end smallexample
6982
6983 To disable quoting of such additional characters, use the following
6984 option:
6985
6986 @table @option
6987 @item --no-quote-chars=@var{string}
6988 Remove characters listed in @var{string} from the list of quoted
6989 characters set by the previous @option{--quote-chars} option.
6990 @end table
6991
6992 This option is particularly useful if you have added
6993 @option{--quote-chars} to your @env{TAR_OPTIONS} (@pxref{TAR_OPTIONS})
6994 and wish to disable it for the current invocation.
6995
6996 Note, that @option{--no-quote-chars} does @emph{not} disable those
6997 characters that are quoted by default in the selected quoting style.
6998
6999 @node transform
7000 @section Modifying File and Member Names
7001
7002 @command{Tar} archives contain detailed information about files stored
7003 in them and full file names are part of that information. When
7004 storing file to an archive, its file name is recorded in the archive
7005 along with the actual file contents. When restoring from an archive,
7006 a file is created on disk with exactly the same name as that stored
7007 in the archive. In the majority of cases this is the desired behavior
7008 of a file archiver. However, there are some cases when it is not.
7009
7010 First of all, it is often unsafe to extract archive members with
7011 absolute file names or those that begin with a @file{../}. @GNUTAR{}
7012 takes special precautions when extracting such names and provides a
7013 special option for handling them, which is described in
7014 @ref{absolute}.
7015
7016 Secondly, you may wish to extract file names without some leading
7017 directory components, or with otherwise modified names. In other
7018 cases it is desirable to store files under differing names in the
7019 archive.
7020
7021 @GNUTAR{} provides two options for these needs.
7022
7023 @table @option
7024 @opindex strip-components
7025 @item --strip-components=@var{number}
7026 Strip given @var{number} of leading components from file names before
7027 extraction.
7028 @end table
7029
7030 For example, suppose you have archived whole @file{/usr} hierarchy to
7031 a tar archive named @file{usr.tar}. Among other files, this archive
7032 contains @file{usr/include/stdlib.h}, which you wish to extract to
7033 the current working directory. To do so, you type:
7034
7035 @smallexample
7036 $ @kbd{tar -xf usr.tar --strip=2 usr/include/stdlib.h}
7037 @end smallexample
7038
7039 The option @option{--strip=2} instructs @command{tar} to strip the
7040 two leading components (@file{usr/} and @file{include/}) off the file
7041 name.
7042
7043 If you add to the above invocation @option{--verbose} (@option{-v})
7044 option, you will note that the verbose listing still contains the
7045 full file name, with the two removed components still in place. This
7046 can be inconvenient, so @command{tar} provides a special option for
7047 altering this behavior:
7048
7049 @anchor{show-transformed-names}
7050 @table @option
7051 @opindex show-transformed-names
7052 @item --show-transformed-names
7053 Display file or member names with all requested transformations
7054 applied.
7055 @end table
7056
7057 @noindent
7058 For example:
7059
7060 @smallexample
7061 @group
7062 $ @kbd{tar -xf usr.tar -v --strip=2 usr/include/stdlib.h}
7063 usr/include/stdlib.h
7064 $ @kbd{tar -xf usr.tar -v --strip=2 --show-transformed usr/include/stdlib.h}
7065 stdlib.h
7066 @end group
7067 @end smallexample
7068
7069 Notice that in both cases the file is @file{stdlib.h} extracted to the
7070 current working directory, @option{--show-transformed-names} affects
7071 only the way its name is displayed.
7072
7073 This option is especially useful for verifying whether the invocation
7074 will have the desired effect. Thus, before running
7075
7076 @smallexample
7077 $ @kbd{tar -x --strip=@var{n}}
7078 @end smallexample
7079
7080 @noindent
7081 it is often advisable to run
7082
7083 @smallexample
7084 $ @kbd{tar -t -v --show-transformed --strip=@var{n}}
7085 @end smallexample
7086
7087 @noindent
7088 to make sure the command will produce the intended results.
7089
7090 In case you need to apply more complex modifications to the file name,
7091 @GNUTAR{} provides a general-purpose transformation option:
7092
7093 @table @option
7094 @opindex transform
7095 @item --transform=@var{expression}
7096 Modify file names using supplied @var{expression}.
7097 @end table
7098
7099 @noindent
7100 The @var{expression} is a @command{sed}-like replace expression of the
7101 form:
7102
7103 @smallexample
7104 s/@var{regexp}/@var{replace}/[@var{flags}]
7105 @end smallexample
7106
7107 @noindent
7108 where @var{regexp} is a @dfn{regular expression}, @var{replace} is a
7109 replacement for each file name part that matches @var{regexp}. Both
7110 @var{regexp} and @var{replace} are described in detail in
7111 @ref{The "s" Command, The "s" Command, The `s' Command, sed, GNU sed}.
7112
7113 Supported @var{flags} are:
7114
7115 @table @samp
7116 @item g
7117 Apply the replacement to @emph{all} matches to the @var{regexp}, not
7118 just the first.
7119
7120 @item i
7121 Use case-insensitive matching
7122
7123 @item x
7124 @var{regexp} is an @dfn{extended regular expression} (@pxref{Extended
7125 regexps, Extended regular expressions, Extended regular expressions,
7126 sed, GNU sed}).
7127
7128 @item @var{number}
7129 Only replace the @var{number}th match of the @var{regexp}.
7130
7131 Note: the @var{posix} standard does not specify what should happen
7132 when you mix the @samp{g} and @var{number} modifiers. @GNUTAR{}
7133 follows the GNU @command{sed} implementation in this regard, so
7134 the interaction is defined to be: ignore matches before the
7135 @var{number}th, and then match and replace all matches from the
7136 @var{number}th on.
7137
7138 @end table
7139
7140 Any delimiter can be used in lieue of @samp{/}, the only requirement being
7141 that it be used consistently throughout the expression. For example,
7142 the following two expressions are equivalent:
7143
7144 @smallexample
7145 @group
7146 s/one/two/
7147 s,one,two,
7148 @end group
7149 @end smallexample
7150
7151 Changing delimiters is often useful when the @var{regex} contains
7152 slashes. For example, it is more convenient to write @code{s,/,-,} than
7153 @code{s/\//-/}.
7154
7155 Here are several examples of @option{--transform} usage:
7156
7157 @enumerate
7158 @item Extract @file{usr/} hierarchy into @file{usr/local/}:
7159
7160 @smallexample
7161 $ @kbd{tar --transform='s,usr/,usr/local/,' -x -f arch.tar}
7162 @end smallexample
7163
7164 @item Strip two leading directory components (equivalent to
7165 @option{--strip-components=2}):
7166
7167 @smallexample
7168 $ @kbd{tar --transform='s,/*[^/]*/[^/]*/,,' -x -f arch.tar}
7169 @end smallexample
7170
7171 @item Prepend @file{/prefix/} to each file name:
7172
7173 @smallexample
7174 $ @kbd{tar --transform 's,^,/prefix/,' -x -f arch.tar}
7175 @end smallexample
7176
7177 @item Convert each file name to lower case:
7178
7179 @smallexample
7180 $ @kbd{tar --transform 's/.*/\L&/' -x -f arch.tar}
7181 @end smallexample
7182
7183 @end enumerate
7184
7185 Unlike @option{--strip-components}, @option{--transform} can be used
7186 in any @GNUTAR{} operation mode. For example, the following command
7187 adds files to the archive while replacing the leading @file{usr/}
7188 component with @file{var/}:
7189
7190 @smallexample
7191 $ @kbd{tar -cf arch.tar --transform='s,^usr/,var/,' /}
7192 @end smallexample
7193
7194 To test @option{--transform} effect we suggest using
7195 @option{--show-transformed-names} option:
7196
7197 @smallexample
7198 $ @kbd{tar -cf arch.tar --transform='s,^usr/,var/,' \
7199 --verbose --show-transformed-names /}
7200 @end smallexample
7201
7202 If both @option{--strip-components} and @option{--transform} are used
7203 together, then @option{--transform} is applied first, and the required
7204 number of components is then stripped from its result.
7205
7206 @node after
7207 @section Operating Only on New Files
7208 @UNREVISED
7209
7210 @cindex Excluding file by age
7211 @cindex Data Modification time, excluding files by
7212 @cindex Modification time, excluding files by
7213 @cindex Age, excluding files by
7214 The @option{--after-date=@var{date}} (@option{--newer=@var{date}},
7215 @option{-N @var{date}}) option causes @command{tar} to only work on
7216 files whose data modification or status change times are newer than
7217 the @var{date} given. If @var{date} starts with @samp{/} or @samp{.},
7218 it is taken to be a file name; the data modification time of that file
7219 is used as the date. If you use this option when creating or appending
7220 to an archive, the archive will only include new files. If you use
7221 @option{--after-date} when extracting an archive, @command{tar} will
7222 only extract files newer than the @var{date} you specify.
7223
7224 If you only want @command{tar} to make the date comparison based on
7225 modification of the file's data (rather than status
7226 changes), then use the @option{--newer-mtime=@var{date}} option.
7227
7228 You may use these options with any operation. Note that these options
7229 differ from the @option{--update} (@option{-u}) operation in that they
7230 allow you to specify a particular date against which @command{tar} can
7231 compare when deciding whether or not to archive the files.
7232
7233 @table @option
7234 @opindex after-date
7235 @opindex newer
7236 @item --after-date=@var{date}
7237 @itemx --newer=@var{date}
7238 @itemx -N @var{date}
7239 Only store files newer than @var{date}.
7240
7241 Acts on files only if their data modification or status change times are
7242 later than @var{date}. Use in conjunction with any operation.
7243
7244 If @var{date} starts with @samp{/} or @samp{.}, it is taken to be a file
7245 name; the data modification time of that file is used as the date.
7246
7247 @opindex newer-mtime
7248 @item --newer-mtime=@var{date}
7249 Acts like @option{--after-date}, but only looks at data modification times.
7250 @end table
7251
7252 These options limit @command{tar} to operate only on files which have
7253 been modified after the date specified. A file's status is considered to have
7254 changed if its contents have been modified, or if its owner,
7255 permissions, and so forth, have been changed. (For more information on
7256 how to specify a date, see @ref{Date input formats}; remember that the
7257 entire date argument must be quoted if it contains any spaces.)
7258
7259 Gurus would say that @option{--after-date} tests both the data
7260 modification time (@code{mtime}, the time the contents of the file
7261 were last modified) and the status change time (@code{ctime}, the time
7262 the file's status was last changed: owner, permissions, etc.@:)
7263 fields, while @option{--newer-mtime} tests only the @code{mtime}
7264 field.
7265
7266 To be precise, @option{--after-date} checks @emph{both} @code{mtime} and
7267 @code{ctime} and processes the file if either one is more recent than
7268 @var{date}, while @option{--newer-mtime} only checks @code{mtime} and
7269 disregards @code{ctime}. Neither does it use @code{atime} (the last time the
7270 contents of the file were looked at).
7271
7272 Date specifiers can have embedded spaces. Because of this, you may need
7273 to quote date arguments to keep the shell from parsing them as separate
7274 arguments. For example, the following command will add to the archive
7275 all the files modified less than two days ago:
7276
7277 @smallexample
7278 $ @kbd{tar -cf foo.tar --newer-mtime '2 days ago'}
7279 @end smallexample
7280
7281 When any of these options is used with the option @option{--verbose}
7282 (@pxref{verbose tutorial}) @GNUTAR{} will try to convert the specified
7283 date back to its textual representation and compare that with the
7284 one given with the option. If the two dates differ, @command{tar} will
7285 print a warning saying what date it will use. This is to help user
7286 ensure he is using the right date. For example:
7287
7288 @smallexample
7289 @group
7290 $ @kbd{tar -c -f archive.tar --after-date='10 days ago' .}
7291 tar: Option --after-date: Treating date `10 days ago' as 2006-06-11
7292 13:19:37.232434
7293 @end group
7294 @end smallexample
7295
7296 @quotation
7297 @strong{Please Note:} @option{--after-date} and @option{--newer-mtime}
7298 should not be used for incremental backups. @xref{Incremental Dumps},
7299 for proper way of creating incremental backups.
7300 @end quotation
7301
7302 @node recurse
7303 @section Descending into Directories
7304 @UNREVISED
7305 @cindex Avoiding recursion in directories
7306 @cindex Descending directories, avoiding
7307 @cindex Directories, avoiding recursion
7308 @cindex Recursion in directories, avoiding
7309
7310 @FIXME{arrggh! this is still somewhat confusing to me. :-< }
7311
7312 Usually, @command{tar} will recursively explore all directories (either
7313 those given on the command line or through the @option{--files-from}
7314 option) for the various files they contain. However, you may not always
7315 want @command{tar} to act this way.
7316
7317 @opindex no-recursion
7318 The @option{--no-recursion} option inhibits @command{tar}'s recursive descent
7319 into specified directories. If you specify @option{--no-recursion}, you can
7320 use the @command{find} utility for hunting through levels of directories to
7321 construct a list of file names which you could then pass to @command{tar}.
7322 @command{find} allows you to be more selective when choosing which files to
7323 archive; see @ref{files}, for more information on using @command{find} with
7324 @command{tar}, or look.
7325
7326 @table @option
7327 @item --no-recursion
7328 Prevents @command{tar} from recursively descending directories.
7329
7330 @opindex recursion
7331 @item --recursion
7332 Requires @command{tar} to recursively descend directories.
7333 This is the default.
7334 @end table
7335
7336 When you use @option{--no-recursion}, @GNUTAR{} grabs
7337 directory entries themselves, but does not descend on them
7338 recursively. Many people use @command{find} for locating files they
7339 want to back up, and since @command{tar} @emph{usually} recursively
7340 descends on directories, they have to use the @samp{@w{-not -type d}}
7341 test in their @command{find} invocation (@pxref{Type, Type, Type test,
7342 find, Finding Files}), as they usually do not want all the files in a
7343 directory. They then use the @option{--files-from} option to archive
7344 the files located via @command{find}.
7345
7346 The problem when restoring files archived in this manner is that the
7347 directories themselves are not in the archive; so the
7348 @option{--same-permissions} (@option{--preserve-permissions},
7349 @option{-p}) option does not affect them---while users might really
7350 like it to. Specifying @option{--no-recursion} is a way to tell
7351 @command{tar} to grab only the directory entries given to it, adding
7352 no new files on its own. To summarize, if you use @command{find} to
7353 create a list of files to be stored in an archive, use it as follows:
7354
7355 @smallexample
7356 @group
7357 $ @kbd{find @var{dir} @var{tests} | \
7358 tar -cf @var{archive} -T - --no-recursion}
7359 @end group
7360 @end smallexample
7361
7362 The @option{--no-recursion} option also applies when extracting: it
7363 causes @command{tar} to extract only the matched directory entries, not
7364 the files under those directories.
7365
7366 The @option{--no-recursion} option also affects how globbing patterns
7367 are interpreted (@pxref{controlling pattern-matching}).
7368
7369 The @option{--no-recursion} and @option{--recursion} options apply to
7370 later options and operands, and can be overridden by later occurrences
7371 of @option{--no-recursion} and @option{--recursion}. For example:
7372
7373 @smallexample
7374 $ @kbd{tar -cf jams.tar --no-recursion grape --recursion grape/concord}
7375 @end smallexample
7376
7377 @noindent
7378 creates an archive with one entry for @file{grape}, and the recursive
7379 contents of @file{grape/concord}, but no entries under @file{grape}
7380 other than @file{grape/concord}.
7381
7382 @node one
7383 @section Crossing File System Boundaries
7384 @cindex File system boundaries, not crossing
7385 @UNREVISED
7386
7387 @command{tar} will normally automatically cross file system boundaries in
7388 order to archive files which are part of a directory tree. You can
7389 change this behavior by running @command{tar} and specifying
7390 @option{--one-file-system}. This option only affects files that are
7391 archived because they are in a directory that is being archived;
7392 @command{tar} will still archive files explicitly named on the command line
7393 or through @option{--files-from}, regardless of where they reside.
7394
7395 @table @option
7396 @opindex one-file-system
7397 @item --one-file-system
7398 Prevents @command{tar} from crossing file system boundaries when
7399 archiving. Use in conjunction with any write operation.
7400 @end table
7401
7402 The @option{--one-file-system} option causes @command{tar} to modify its
7403 normal behavior in archiving the contents of directories. If a file in
7404 a directory is not on the same file system as the directory itself, then
7405 @command{tar} will not archive that file. If the file is a directory
7406 itself, @command{tar} will not archive anything beneath it; in other words,
7407 @command{tar} will not cross mount points.
7408
7409 This option is useful for making full or incremental archival backups of
7410 a file system. If this option is used in conjunction with
7411 @option{--verbose} (@option{-v}), files that are excluded are
7412 mentioned by name on the standard error.
7413
7414 @menu
7415 * directory:: Changing Directory
7416 * absolute:: Absolute File Names
7417 @end menu
7418
7419 @node directory
7420 @subsection Changing the Working Directory
7421
7422 @FIXME{need to read over this node now for continuity; i've switched
7423 things around some.}
7424
7425 @cindex Changing directory mid-stream
7426 @cindex Directory, changing mid-stream
7427 @cindex Working directory, specifying
7428 To change the working directory in the middle of a list of file names,
7429 either on the command line or in a file specified using
7430 @option{--files-from} (@option{-T}), use @option{--directory} (@option{-C}).
7431 This will change the working directory to the specified directory
7432 after that point in the list.
7433
7434 @table @option
7435 @opindex directory
7436 @item --directory=@var{directory}
7437 @itemx -C @var{directory}
7438 Changes the working directory in the middle of a command line.
7439 @end table
7440
7441 For example,
7442
7443 @smallexample
7444 $ @kbd{tar -c -f jams.tar grape prune -C food cherry}
7445 @end smallexample
7446
7447 @noindent
7448 will place the files @file{grape} and @file{prune} from the current
7449 directory into the archive @file{jams.tar}, followed by the file
7450 @file{cherry} from the directory @file{food}. This option is especially
7451 useful when you have several widely separated files that you want to
7452 store in the same archive.
7453
7454 Note that the file @file{cherry} is recorded in the archive under the
7455 precise name @file{cherry}, @emph{not} @file{food/cherry}. Thus, the
7456 archive will contain three files that all appear to have come from the
7457 same directory; if the archive is extracted with plain @samp{tar
7458 --extract}, all three files will be written in the current directory.
7459
7460 Contrast this with the command,
7461
7462 @smallexample
7463 $ @kbd{tar -c -f jams.tar grape prune -C food red/cherry}
7464 @end smallexample
7465
7466 @noindent
7467 which records the third file in the archive under the name
7468 @file{red/cherry} so that, if the archive is extracted using
7469 @samp{tar --extract}, the third file will be written in a subdirectory
7470 named @file{orange-colored}.
7471
7472 You can use the @option{--directory} option to make the archive
7473 independent of the original name of the directory holding the files.
7474 The following command places the files @file{/etc/passwd},
7475 @file{/etc/hosts}, and @file{/lib/libc.a} into the archive
7476 @file{foo.tar}:
7477
7478 @smallexample
7479 $ @kbd{tar -c -f foo.tar -C /etc passwd hosts -C /lib libc.a}
7480 @end smallexample
7481
7482 @noindent
7483 However, the names of the archive members will be exactly what they were
7484 on the command line: @file{passwd}, @file{hosts}, and @file{libc.a}.
7485 They will not appear to be related by file name to the original
7486 directories where those files were located.
7487
7488 Note that @option{--directory} options are interpreted consecutively. If
7489 @option{--directory} specifies a relative file name, it is interpreted
7490 relative to the then current directory, which might not be the same as
7491 the original current working directory of @command{tar}, due to a previous
7492 @option{--directory} option.
7493
7494 When using @option{--files-from} (@pxref{files}), you can put various
7495 @command{tar} options (including @option{-C}) in the file list. Notice,
7496 however, that in this case the option and its argument may not be
7497 separated by whitespace. If you use short option, its argument must
7498 either follow the option letter immediately, without any intervening
7499 whitespace, or occupy the next line. Otherwise, if you use long
7500 option, separate its argument by an equal sign.
7501
7502 For instance, the file list for the above example will be:
7503
7504 @smallexample
7505 @group
7506 -C/etc
7507 passwd
7508 hosts
7509 --directory=/lib
7510 libc.a
7511 @end group
7512 @end smallexample
7513
7514 @noindent
7515 To use it, you would invoke @command{tar} as follows:
7516
7517 @smallexample
7518 $ @kbd{tar -c -f foo.tar --files-from list}
7519 @end smallexample
7520
7521 The interpretation of @option{--directory} is disabled by
7522 @option{--null} option.
7523
7524 @node absolute
7525 @subsection Absolute File Names
7526 @UNREVISED
7527
7528 @table @option
7529 @opindex absolute-names
7530 @item --absolute-names
7531 @itemx -P
7532 Do not strip leading slashes from file names, and permit file names
7533 containing a @file{..} file name component.
7534 @end table
7535
7536 By default, @GNUTAR{} drops a leading @samp{/} on
7537 input or output, and complains about file names containing a @file{..}
7538 component. This option turns off this behavior.
7539
7540 When @command{tar} extracts archive members from an archive, it strips any
7541 leading slashes (@samp{/}) from the member name. This causes absolute
7542 member names in the archive to be treated as relative file names. This
7543 allows you to have such members extracted wherever you want, instead of
7544 being restricted to extracting the member in the exact directory named
7545 in the archive. For example, if the archive member has the name
7546 @file{/etc/passwd}, @command{tar} will extract it as if the name were
7547 really @file{etc/passwd}.
7548
7549 File names containing @file{..} can cause problems when extracting, so
7550 @command{tar} normally warns you about such files when creating an
7551 archive, and rejects attempts to extracts such files.
7552
7553 Other @command{tar} programs do not do this. As a result, if you
7554 create an archive whose member names start with a slash, they will be
7555 difficult for other people with a non-@GNUTAR{}
7556 program to use. Therefore, @GNUTAR{} also strips
7557 leading slashes from member names when putting members into the
7558 archive. For example, if you ask @command{tar} to add the file
7559 @file{/bin/ls} to an archive, it will do so, but the member name will
7560 be @file{bin/ls}.@footnote{A side effect of this is that when
7561 @option{--create} is used with @option{--verbose} the resulting output
7562 is not, generally speaking, the same as the one you'd get running
7563 @kbd{tar --list} command. This may be important if you use some
7564 scripts for comparing both outputs. @xref{listing member and file names},
7565 for the information on how to handle this case.}
7566
7567 If you use the @option{--absolute-names} (@option{-P}) option,
7568 @command{tar} will do none of these transformations.
7569
7570 To archive or extract files relative to the root directory, specify
7571 the @option{--absolute-names} (@option{-P}) option.
7572
7573 Normally, @command{tar} acts on files relative to the working
7574 directory---ignoring superior directory names when archiving, and
7575 ignoring leading slashes when extracting.
7576
7577 When you specify @option{--absolute-names} (@option{-P}),
7578 @command{tar} stores file names including all superior directory
7579 names, and preserves leading slashes. If you only invoked
7580 @command{tar} from the root directory you would never need the
7581 @option{--absolute-names} option, but using this option
7582 may be more convenient than switching to root.
7583
7584 @FIXME{Should be an example in the tutorial/wizardry section using this
7585 to transfer files between systems.}
7586
7587 @FIXME{Is write access an issue?}
7588
7589 @table @option
7590 @item --absolute-names
7591 Preserves full file names (including superior directory names) when
7592 archiving files. Preserves leading slash when extracting files.
7593
7594 @end table
7595
7596 @FIXME{this is still horrible; need to talk with dan on monday.}
7597
7598 @command{tar} prints out a message about removing the @samp{/} from
7599 file names. This message appears once per @GNUTAR{}
7600 invocation. It represents something which ought to be told; ignoring
7601 what it means can cause very serious surprises, later.
7602
7603 Some people, nevertheless, do not want to see this message. Wanting to
7604 play really dangerously, one may of course redirect @command{tar} standard
7605 error to the sink. For example, under @command{sh}:
7606
7607 @smallexample
7608 $ @kbd{tar -c -f archive.tar /home 2> /dev/null}
7609 @end smallexample
7610
7611 @noindent
7612 Another solution, both nicer and simpler, would be to change to
7613 the @file{/} directory first, and then avoid absolute notation.
7614 For example:
7615
7616 @smallexample
7617 $ @kbd{(cd / && tar -c -f archive.tar home)}
7618 # @i{or}:
7619 $ @kbd{tar -c -f archive.tar -C / home}
7620 @end smallexample
7621
7622 @include getdate.texi
7623
7624 @node Formats
7625 @chapter Controlling the Archive Format
7626
7627 @cindex Tar archive formats
7628 Due to historical reasons, there are several formats of tar archives.
7629 All of them are based on the same principles, but have some subtle
7630 differences that often make them incompatible with each other.
7631
7632 GNU tar is able to create and handle archives in a variety of formats.
7633 The most frequently used formats are (in alphabetical order):
7634
7635 @table @asis
7636 @item gnu
7637 Format used by @GNUTAR{} versions up to 1.13.25. This format derived
7638 from an early @acronym{POSIX} standard, adding some improvements such as
7639 sparse file handling and incremental archives. Unfortunately these
7640 features were implemented in a way incompatible with other archive
7641 formats.
7642
7643 Archives in @samp{gnu} format are able to hold pathnames of unlimited
7644 length.
7645
7646 @item oldgnu
7647 Format used by @GNUTAR{} of versions prior to 1.12.
7648
7649 @item v7
7650 Archive format, compatible with the V7 implementation of tar. This
7651 format imposes a number of limitations. The most important of them
7652 are:
7653
7654 @enumerate
7655 @item The maximum length of a file name is limited to 99 characters.
7656 @item The maximum length of a symbolic link is limited to 99 characters.
7657 @item It is impossible to store special files (block and character
7658 devices, fifos etc.)
7659 @item Maximum value of user or group ID is limited to 2097151 (7777777
7660 octal)
7661 @item V7 archives do not contain symbolic ownership information (user
7662 and group name of the file owner).
7663 @end enumerate
7664
7665 This format has traditionally been used by Automake when producing
7666 Makefiles. This practice will change in the future, in the meantime,
7667 however this means that projects containing filenames more than 99
7668 characters long will not be able to use @GNUTAR{} @value{VERSION} and
7669 Automake prior to 1.9.
7670
7671 @item ustar
7672 Archive format defined by @acronym{POSIX.1-1988} specification. It stores
7673 symbolic ownership information. It is also able to store
7674 special files. However, it imposes several restrictions as well:
7675
7676 @enumerate
7677 @item The maximum length of a file name is limited to 256 characters,
7678 provided that the filename can be split at directory separator in
7679 two parts, first of them being at most 155 bytes long. So, in most
7680 cases the maximum file name length will be shorter than 256
7681 characters.
7682 @item The maximum length of a symbolic link name is limited to
7683 100 characters.
7684 @item Maximum size of a file the archive is able to accommodate
7685 is 8GB
7686 @item Maximum value of UID/GID is 2097151.
7687 @item Maximum number of bits in device major and minor numbers is 21.
7688 @end enumerate
7689
7690 @item star
7691 Format used by J@"org Schilling @command{star}
7692 implementation. @GNUTAR{} is able to read @samp{star} archives but
7693 currently does not produce them.
7694
7695 @item posix
7696 Archive format defined by @acronym{POSIX.1-2001} specification. This is the
7697 most flexible and feature-rich format. It does not impose any
7698 restrictions on file sizes or filename lengths. This format is quite
7699 recent, so not all tar implementations are able to handle it properly.
7700 However, this format is designed in such a way that any tar
7701 implementation able to read @samp{ustar} archives will be able to read
7702 most @samp{posix} archives as well, with the only exception that any
7703 additional information (such as long file names etc.) will in such
7704 case be extracted as plain text files along with the files it refers to.
7705
7706 This archive format will be the default format for future versions
7707 of @GNUTAR{}.
7708
7709 @end table
7710
7711 The following table summarizes the limitations of each of these
7712 formats:
7713
7714 @multitable @columnfractions .10 .20 .20 .20 .20
7715 @headitem Format @tab UID @tab File Size @tab Path Name @tab Devn
7716 @item gnu @tab 1.8e19 @tab Unlimited @tab Unlimited @tab 63
7717 @item oldgnu @tab 1.8e19 @tab Unlimited @tab Unlimited @tab 63
7718 @item v7 @tab 2097151 @tab 8GB @tab 99 @tab n/a
7719 @item ustar @tab 2097151 @tab 8GB @tab 256 @tab 21
7720 @item posix @tab Unlimited @tab Unlimited @tab Unlimited @tab Unlimited
7721 @end multitable
7722
7723 The default format for @GNUTAR{} is defined at compilation
7724 time. You may check it by running @command{tar --help}, and examining
7725 the last lines of its output. Usually, @GNUTAR{} is configured
7726 to create archives in @samp{gnu} format, however, future version will
7727 switch to @samp{posix}.
7728
7729 @menu
7730 * Compression:: Using Less Space through Compression
7731 * Attributes:: Handling File Attributes
7732 * Portability:: Making @command{tar} Archives More Portable
7733 * cpio:: Comparison of @command{tar} and @command{cpio}
7734 @end menu
7735
7736 @node Compression
7737 @section Using Less Space through Compression
7738
7739 @menu
7740 * gzip:: Creating and Reading Compressed Archives
7741 * sparse:: Archiving Sparse Files
7742 @end menu
7743
7744 @node gzip
7745 @subsection Creating and Reading Compressed Archives
7746 @cindex Compressed archives
7747 @cindex Storing archives in compressed format
7748
7749 @GNUTAR{} is able to create and read compressed archives. It supports
7750 @command{gzip} and @command{bzip2} compression programs. For backward
7751 compatibility, it also supports @command{compress} command, although
7752 we strongly recommend against using it, since there is a patent
7753 covering the algorithm it uses and you could be sued for patent
7754 infringement merely by running @command{compress}! Besides, it is less
7755 effective than @command{gzip} and @command{bzip2}.
7756
7757 Creating a compressed archive is simple: you just specify a
7758 @dfn{compression option} along with the usual archive creation
7759 commands. The compression option is @option{-z} (@option{--gzip}) to
7760 create a @command{gzip} compressed archive, @option{-j}
7761 (@option{--bzip2}) to create a @command{bzip2} compressed archive, and
7762 @option{-Z} (@option{--compress}) to use @command{compress} program.
7763 For example:
7764
7765 @smallexample
7766 $ @kbd{tar cfz archive.tar.gz .}
7767 @end smallexample
7768
7769 Reading compressed archive is even simpler: you don't need to specify
7770 any additional options as @GNUTAR{} recognizes its format
7771 automatically. Thus, the following commands will list and extract the
7772 archive created in previous example:
7773
7774 @smallexample
7775 # List the compressed archive
7776 $ @kbd{tar tf archive.tar.gz}
7777 # Extract the compressed archive
7778 $ @kbd{tar xf archive.tar.gz}
7779 @end smallexample
7780
7781 The only case when you have to specify a decompression option while
7782 reading the archive is when reading from a pipe or from a tape drive
7783 that does not support random access. However, in this case @GNUTAR{}
7784 will indicate which option you should use. For example:
7785
7786 @smallexample
7787 $ @kbd{cat archive.tar.gz | tar tf -}
7788 tar: Archive is compressed. Use -z option
7789 tar: Error is not recoverable: exiting now
7790 @end smallexample
7791
7792 If you see such diagnostics, just add the suggested option to the
7793 invocation of @GNUTAR{}:
7794
7795 @smallexample
7796 $ @kbd{cat archive.tar.gz | tar tfz -}
7797 @end smallexample
7798
7799 Notice also, that there are several restrictions on operations on
7800 compressed archives. First of all, compressed archives cannot be
7801 modified, i.e., you cannot update (@option{--update} (@option{-u})) them or delete
7802 (@option{--delete}) members from them. Likewise, you cannot append
7803 another @command{tar} archive to a compressed archive using
7804 @option{--append} (@option{-r})). Secondly, multi-volume archives cannot be
7805 compressed.
7806
7807 The following table summarizes compression options used by @GNUTAR{}.
7808
7809 @table @option
7810 @opindex gzip
7811 @opindex ungzip
7812 @item -z
7813 @itemx --gzip
7814 @itemx --ungzip
7815 Filter the archive through @command{gzip}.
7816
7817 You can use @option{--gzip} and @option{--gunzip} on physical devices
7818 (tape drives, etc.) and remote files as well as on normal files; data
7819 to or from such devices or remote files is reblocked by another copy
7820 of the @command{tar} program to enforce the specified (or default) record
7821 size. The default compression parameters are used; if you need to
7822 override them, set @env{GZIP} environment variable, e.g.:
7823
7824 @smallexample
7825 $ @kbd{GZIP=--best tar cfz archive.tar.gz subdir}
7826 @end smallexample
7827
7828 @noindent
7829 Another way would be to avoid the @option{--gzip} (@option{--gunzip}, @option{--ungzip}, @option{-z}) option and run
7830 @command{gzip} explicitly:
7831
7832 @smallexample
7833 $ @kbd{tar cf - subdir | gzip --best -c - > archive.tar.gz}
7834 @end smallexample
7835
7836 @cindex corrupted archives
7837 About corrupted compressed archives: @command{gzip}'ed files have no
7838 redundancy, for maximum compression. The adaptive nature of the
7839 compression scheme means that the compression tables are implicitly
7840 spread all over the archive. If you lose a few blocks, the dynamic
7841 construction of the compression tables becomes unsynchronized, and there
7842 is little chance that you could recover later in the archive.
7843
7844 There are pending suggestions for having a per-volume or per-file
7845 compression in @GNUTAR{}. This would allow for viewing the
7846 contents without decompression, and for resynchronizing decompression at
7847 every volume or file, in case of corrupted archives. Doing so, we might
7848 lose some compressibility. But this would have make recovering easier.
7849 So, there are pros and cons. We'll see!
7850
7851 @opindex bzip2
7852 @item -j
7853 @itemx --bzip2
7854 Filter the archive through @code{bzip2}. Otherwise like @option{--gzip}.
7855
7856 @opindex compress
7857 @opindex uncompress
7858 @item -Z
7859 @itemx --compress
7860 @itemx --uncompress
7861 Filter the archive through @command{compress}. Otherwise like @option{--gzip}.
7862
7863 The @acronym{GNU} Project recommends you not use
7864 @command{compress}, because there is a patent covering the algorithm it
7865 uses. You could be sued for patent infringement merely by running
7866 @command{compress}.
7867
7868 @opindex use-compress-program
7869 @item --use-compress-program=@var{prog}
7870 Use external compression program @var{prog}. Use this option if you
7871 have a compression program that @GNUTAR{} does not support. There
7872 are two requirements to which @var{prog} should comply:
7873
7874 First, when called without options, it should read data from standard
7875 input, compress it and output it on standard output.
7876
7877 Secondly, if called with @option{-d} argument, it should do exactly
7878 the opposite, i.e., read the compressed data from the standard input
7879 and produce uncompressed data on the standard output.
7880 @end table
7881
7882 @cindex gpg, using with tar
7883 @cindex gnupg, using with tar
7884 @cindex Using encrypted archives
7885 The @option{--use-compress-program} option, in particular, lets you
7886 implement your own filters, not necessarily dealing with
7887 compression/decompression. For example, suppose you wish to implement
7888 PGP encryption on top of compression, using @command{gpg} (@pxref{Top,
7889 gpg, gpg ---- encryption and signing tool, gpg, GNU Privacy Guard
7890 Manual}). The following script does that:
7891
7892 @smallexample
7893 @group
7894 #! /bin/sh
7895 case $1 in
7896 -d) gpg --decrypt - | gzip -d -c;;
7897 '') gzip -c | gpg -s ;;
7898 *) echo "Unknown option $1">&2; exit 1;;
7899 esac
7900 @end group
7901 @end smallexample
7902
7903 Suppose you name it @file{gpgz} and save it somewhere in your
7904 @env{PATH}. Then the following command will create a compressed
7905 archive signed with your private key:
7906
7907 @smallexample
7908 $ @kbd{tar -cf foo.tar.gpgz --use-compress=gpgz .}
7909 @end smallexample
7910
7911 @noindent
7912 Likewise, the following command will list its contents:
7913
7914 @smallexample
7915 $ @kbd{tar -tf foo.tar.gpgz --use-compress=gpgz .}
7916 @end smallexample
7917
7918 @ignore
7919 The above is based on the following discussion:
7920
7921 I have one question, or maybe it's a suggestion if there isn't a way
7922 to do it now. I would like to use @option{--gzip}, but I'd also like
7923 the output to be fed through a program like @acronym{GNU}
7924 @command{ecc} (actually, right now that's @samp{exactly} what I'd like
7925 to use :-)), basically adding ECC protection on top of compression.
7926 It seems as if this should be quite easy to do, but I can't work out
7927 exactly how to go about it. Of course, I can pipe the standard output
7928 of @command{tar} through @command{ecc}, but then I lose (though I
7929 haven't started using it yet, I confess) the ability to have
7930 @command{tar} use @command{rmt} for it's I/O (I think).
7931
7932 I think the most straightforward thing would be to let me specify a
7933 general set of filters outboard of compression (preferably ordered,
7934 so the order can be automatically reversed on input operations, and
7935 with the options they require specifiable), but beggars shouldn't be
7936 choosers and anything you decide on would be fine with me.
7937
7938 By the way, I like @command{ecc} but if (as the comments say) it can't
7939 deal with loss of block sync, I'm tempted to throw some time at adding
7940 that capability. Supposing I were to actually do such a thing and
7941 get it (apparently) working, do you accept contributed changes to
7942 utilities like that? (Leigh Clayton @file{loc@@soliton.com}, May 1995).
7943
7944 Isn't that exactly the role of the
7945 @option{--use-compress-prog=@var{program}} option?
7946 I never tried it myself, but I suspect you may want to write a
7947 @var{prog} script or program able to filter stdin to stdout to
7948 way you want. It should recognize the @option{-d} option, for when
7949 extraction is needed rather than creation.
7950
7951 It has been reported that if one writes compressed data (through the
7952 @option{--gzip} or @option{--compress} options) to a DLT and tries to use
7953 the DLT compression mode, the data will actually get bigger and one will
7954 end up with less space on the tape.
7955 @end ignore
7956
7957 @node sparse
7958 @subsection Archiving Sparse Files
7959 @cindex Sparse Files
7960
7961 Files in the file system occasionally have @dfn{holes}. A @dfn{hole}
7962 in a file is a section of the file's contents which was never written.
7963 The contents of a hole reads as all zeros. On many operating systems,
7964 actual disk storage is not allocated for holes, but they are counted
7965 in the length of the file. If you archive such a file, @command{tar}
7966 could create an archive longer than the original. To have @command{tar}
7967 attempt to recognize the holes in a file, use @option{--sparse}
7968 (@option{-S}). When you use this option, then, for any file using
7969 less disk space than would be expected from its length, @command{tar}
7970 searches the file for consecutive stretches of zeros. It then records
7971 in the archive for the file where the consecutive stretches of zeros
7972 are, and only archives the ``real contents'' of the file. On
7973 extraction (using @option{--sparse} is not needed on extraction) any
7974 such files have holes created wherever the continuous stretches of zeros
7975 were found. Thus, if you use @option{--sparse}, @command{tar} archives
7976 won't take more space than the original.
7977
7978 @table @option
7979 @opindex sparse
7980 @item -S
7981 @itemx --sparse
7982 This option instructs @command{tar} to test each file for sparseness
7983 before attempting to archive it. If the file is found to be sparse it
7984 is treated specially, thus allowing to decrease the amount of space
7985 used by its image in the archive.
7986
7987 This option is meaningful only when creating or updating archives. It
7988 has no effect on extraction.
7989 @end table
7990
7991 Consider using @option{--sparse} when performing file system backups,
7992 to avoid archiving the expanded forms of files stored sparsely in the
7993 system.
7994
7995 Even if your system has no sparse files currently, some may be
7996 created in the future. If you use @option{--sparse} while making file
7997 system backups as a matter of course, you can be assured the archive
7998 will never take more space on the media than the files take on disk
7999 (otherwise, archiving a disk filled with sparse files might take
8000 hundreds of tapes). @xref{Incremental Dumps}.
8001
8002 However, be aware that @option{--sparse} option presents a serious
8003 drawback. Namely, in order to determine if the file is sparse
8004 @command{tar} has to read it before trying to archive it, so in total
8005 the file is read @strong{twice}. So, always bear in mind that the
8006 time needed to process all files with this option is roughly twice
8007 the time needed to archive them without it.
8008 @FIXME{A technical note:
8009
8010 Programs like @command{dump} do not have to read the entire file; by
8011 examining the file system directly, they can determine in advance
8012 exactly where the holes are and thus avoid reading through them. The
8013 only data it need read are the actual allocated data blocks.
8014 @GNUTAR{} uses a more portable and straightforward
8015 archiving approach, it would be fairly difficult that it does
8016 otherwise. Elizabeth Zwicky writes to @file{comp.unix.internals}, on
8017 1990-12-10:
8018
8019 @quotation
8020 What I did say is that you cannot tell the difference between a hole and an
8021 equivalent number of nulls without reading raw blocks. @code{st_blocks} at
8022 best tells you how many holes there are; it doesn't tell you @emph{where}.
8023 Just as programs may, conceivably, care what @code{st_blocks} is (care
8024 to name one that does?), they may also care where the holes are (I have
8025 no examples of this one either, but it's equally imaginable).
8026
8027 I conclude from this that good archivers are not portable. One can
8028 arguably conclude that if you want a portable program, you can in good
8029 conscience restore files with as many holes as possible, since you can't
8030 get it right.
8031 @end quotation
8032 }
8033
8034 @cindex sparse formats, defined
8035 When using @samp{POSIX} archive format, @GNUTAR{} is able to store
8036 sparse files using in three distinct ways, called @dfn{sparse
8037 formats}. A sparse format is identified by its @dfn{number},
8038 consisting, as usual of two decimal numbers, delimited by a dot. By
8039 default, format @samp{1.0} is used. If, for some reason, you wish to
8040 use an earlier format, you can select it using
8041 @option{--sparse-version} option.
8042
8043 @table @option
8044 @opindex sparse-version
8045 @item --sparse-version=@var{version}
8046
8047 Select the format to store sparse files in. Valid @var{version} values
8048 are: @samp{0.0}, @samp{0.1} and @samp{1.0}. @xref{Sparse Formats},
8049 for a detailed description of each format.
8050 @end table
8051
8052 Using @option{--sparse-format} option implies @option{--sparse}.
8053
8054 @node Attributes
8055 @section Handling File Attributes
8056 @UNREVISED
8057
8058 When @command{tar} reads files, it updates their access times. To
8059 avoid this, use the @option{--atime-preserve[=METHOD]} option, which can either
8060 reset the access time retroactively or avoid changing it in the first
8061 place.
8062
8063 Handling of file attributes
8064
8065 @table @option
8066 @opindex atime-preserve
8067 @item --atime-preserve
8068 @itemx --atime-preserve=replace
8069 @itemx --atime-preserve=system
8070 Preserve the access times of files that are read. This works only for
8071 files that you own, unless you have superuser privileges.
8072
8073 @option{--atime-preserve=replace} works on most systems, but it also
8074 restores the data modification time and updates the status change
8075 time. Hence it doesn't interact with incremental dumps nicely
8076 (@pxref{Incremental Dumps}), and it can set access or data modification times
8077 incorrectly if other programs access the file while @command{tar} is
8078 running.
8079
8080 @option{--atime-preserve=system} avoids changing the access time in
8081 the first place, if the operating system supports this.
8082 Unfortunately, this may or may not work on any given operating system
8083 or file system. If @command{tar} knows for sure it won't work, it
8084 complains right away.
8085
8086 Currently @option{--atime-preserve} with no operand defaults to
8087 @option{--atime-preserve=replace}, but this is intended to change to
8088 @option{--atime-preserve=system} when the latter is better-supported.
8089
8090 @opindex touch
8091 @item -m
8092 @itemx --touch
8093 Do not extract data modification time.
8094
8095 When this option is used, @command{tar} leaves the data modification times
8096 of the files it extracts as the times when the files were extracted,
8097 instead of setting it to the times recorded in the archive.
8098
8099 This option is meaningless with @option{--list} (@option{-t}).
8100
8101 @opindex same-owner
8102 @item --same-owner
8103 Create extracted files with the same ownership they have in the
8104 archive.
8105
8106 This is the default behavior for the superuser,
8107 so this option is meaningful only for non-root users, when @command{tar}
8108 is executed on those systems able to give files away. This is
8109 considered as a security flaw by many people, at least because it
8110 makes quite difficult to correctly account users for the disk space
8111 they occupy. Also, the @code{suid} or @code{sgid} attributes of
8112 files are easily and silently lost when files are given away.
8113
8114 When writing an archive, @command{tar} writes the user id and user name
8115 separately. If it can't find a user name (because the user id is not
8116 in @file{/etc/passwd}), then it does not write one. When restoring,
8117 it tries to look the name (if one was written) up in
8118 @file{/etc/passwd}. If it fails, then it uses the user id stored in
8119 the archive instead.
8120
8121 @opindex no-same-owner
8122 @item --no-same-owner
8123 @itemx -o
8124 Do not attempt to restore ownership when extracting. This is the
8125 default behavior for ordinary users, so this option has an effect
8126 only for the superuser.
8127
8128 @opindex numeric-owner
8129 @item --numeric-owner
8130 The @option{--numeric-owner} option allows (ANSI) archives to be written
8131 without user/group name information or such information to be ignored
8132 when extracting. It effectively disables the generation and/or use
8133 of user/group name information. This option forces extraction using
8134 the numeric ids from the archive, ignoring the names.
8135
8136 This is useful in certain circumstances, when restoring a backup from
8137 an emergency floppy with different passwd/group files for example.
8138 It is otherwise impossible to extract files with the right ownerships
8139 if the password file in use during the extraction does not match the
8140 one belonging to the file system(s) being extracted. This occurs,
8141 for example, if you are restoring your files after a major crash and
8142 had booted from an emergency floppy with no password file or put your
8143 disk into another machine to do the restore.
8144
8145 The numeric ids are @emph{always} saved into @command{tar} archives.
8146 The identifying names are added at create time when provided by the
8147 system, unless @option{--old-archive} (@option{-o}) is used. Numeric ids could be
8148 used when moving archives between a collection of machines using
8149 a centralized management for attribution of numeric ids to users
8150 and groups. This is often made through using the NIS capabilities.
8151
8152 When making a @command{tar} file for distribution to other sites, it
8153 is sometimes cleaner to use a single owner for all files in the
8154 distribution, and nicer to specify the write permission bits of the
8155 files as stored in the archive independently of their actual value on
8156 the file system. The way to prepare a clean distribution is usually
8157 to have some Makefile rule creating a directory, copying all needed
8158 files in that directory, then setting ownership and permissions as
8159 wanted (there are a lot of possible schemes), and only then making a
8160 @command{tar} archive out of this directory, before cleaning
8161 everything out. Of course, we could add a lot of options to
8162 @GNUTAR{} for fine tuning permissions and ownership.
8163 This is not the good way, I think. @GNUTAR{} is
8164 already crowded with options and moreover, the approach just explained
8165 gives you a great deal of control already.
8166
8167 @xopindex{same-permissions, short description}
8168 @xopindex{preserve-permissions, short description}
8169 @item -p
8170 @itemx --same-permissions
8171 @itemx --preserve-permissions
8172 Extract all protection information.
8173
8174 This option causes @command{tar} to set the modes (access permissions) of
8175 extracted files exactly as recorded in the archive. If this option
8176 is not used, the current @code{umask} setting limits the permissions
8177 on extracted files. This option is by default enabled when
8178 @command{tar} is executed by a superuser.
8179
8180
8181 This option is meaningless with @option{--list} (@option{-t}).
8182
8183 @opindex preserve
8184 @item --preserve
8185 Same as both @option{--same-permissions} and @option{--same-order}.
8186
8187 The @option{--preserve} option has no equivalent short option name.
8188 It is equivalent to @option{--same-permissions} plus @option{--same-order}.
8189
8190 @FIXME{I do not see the purpose of such an option. (Neither I. FP.)
8191 Neither do I. --Sergey}
8192
8193 @end table
8194
8195 @node Portability
8196 @section Making @command{tar} Archives More Portable
8197
8198 Creating a @command{tar} archive on a particular system that is meant to be
8199 useful later on many other machines and with other versions of @command{tar}
8200 is more challenging than you might think. @command{tar} archive formats
8201 have been evolving since the first versions of Unix. Many such formats
8202 are around, and are not always compatible with each other. This section
8203 discusses a few problems, and gives some advice about making @command{tar}
8204 archives more portable.
8205
8206 One golden rule is simplicity. For example, limit your @command{tar}
8207 archives to contain only regular files and directories, avoiding
8208 other kind of special files. Do not attempt to save sparse files or
8209 contiguous files as such. Let's discuss a few more problems, in turn.
8210
8211 @FIXME{Discuss GNU extensions (incremental backups, multi-volume
8212 archives and archive labels) in GNU and PAX formats.}
8213
8214 @menu
8215 * Portable Names:: Portable Names
8216 * dereference:: Symbolic Links
8217 * old:: Old V7 Archives
8218 * ustar:: Ustar Archives
8219 * gnu:: GNU and old GNU format archives.
8220 * posix:: @acronym{POSIX} archives
8221 * Checksumming:: Checksumming Problems
8222 * Large or Negative Values:: Large files, negative time stamps, etc.
8223 * Other Tars:: How to Extract GNU-Specific Data Using
8224 Other @command{tar} Implementations
8225 @end menu
8226
8227 @node Portable Names
8228 @subsection Portable Names
8229
8230 Use portable file and member names. A name is portable if it contains
8231 only ASCII letters and digits, @samp{/}, @samp{.}, @samp{_}, and
8232 @samp{-}; it cannot be empty, start with @samp{-} or @samp{//}, or
8233 contain @samp{/-}. Avoid deep directory nesting. For portability to
8234 old Unix hosts, limit your file name components to 14 characters or
8235 less.
8236
8237 If you intend to have your @command{tar} archives to be read under
8238 MSDOS, you should not rely on case distinction for file names, and you
8239 might use the @acronym{GNU} @command{doschk} program for helping you
8240 further diagnosing illegal MSDOS names, which are even more limited
8241 than System V's.
8242
8243 @node dereference
8244 @subsection Symbolic Links
8245 @cindex File names, using symbolic links
8246 @cindex Symbolic link as file name
8247
8248 @opindex dereference
8249 Normally, when @command{tar} archives a symbolic link, it writes a
8250 block to the archive naming the target of the link. In that way, the
8251 @command{tar} archive is a faithful record of the file system contents.
8252 @option{--dereference} (@option{-h}) is used with @option{--create} (@option{-c}), and causes
8253 @command{tar} to archive the files symbolic links point to, instead of
8254 the links themselves. When this option is used, when @command{tar}
8255 encounters a symbolic link, it will archive the linked-to file,
8256 instead of simply recording the presence of a symbolic link.
8257
8258 The name under which the file is stored in the file system is not
8259 recorded in the archive. To record both the symbolic link name and
8260 the file name in the system, archive the file under both names. If
8261 all links were recorded automatically by @command{tar}, an extracted file
8262 might be linked to a file name that no longer exists in the file
8263 system.
8264
8265 If a linked-to file is encountered again by @command{tar} while creating
8266 the same archive, an entire second copy of it will be stored. (This
8267 @emph{might} be considered a bug.)
8268
8269 So, for portable archives, do not archive symbolic links as such,
8270 and use @option{--dereference} (@option{-h}): many systems do not support
8271 symbolic links, and moreover, your distribution might be unusable if
8272 it contains unresolved symbolic links.
8273
8274 @node old
8275 @subsection Old V7 Archives
8276 @cindex Format, old style
8277 @cindex Old style format
8278 @cindex Old style archives
8279 @cindex v7 archive format
8280
8281 Certain old versions of @command{tar} cannot handle additional
8282 information recorded by newer @command{tar} programs. To create an
8283 archive in V7 format (not ANSI), which can be read by these old
8284 versions, specify the @option{--format=v7} option in
8285 conjunction with the @option{--create} (@option{-c}) (@command{tar} also
8286 accepts @option{--portability} or @option{--old-archive} for this
8287 option). When you specify it,
8288 @command{tar} leaves out information about directories, pipes, fifos,
8289 contiguous files, and device files, and specifies file ownership by
8290 group and user IDs instead of group and user names.
8291
8292 When updating an archive, do not use @option{--format=v7}
8293 unless the archive was created using this option.
8294
8295 In most cases, a @emph{new} format archive can be read by an @emph{old}
8296 @command{tar} program without serious trouble, so this option should
8297 seldom be needed. On the other hand, most modern @command{tar}s are
8298 able to read old format archives, so it might be safer for you to
8299 always use @option{--format=v7} for your distributions. Notice,
8300 however, that @samp{ustar} format is a better alternative, as it is
8301 free from many of @samp{v7}'s drawbacks.
8302
8303 @node ustar
8304 @subsection Ustar Archive Format
8305
8306 @cindex ustar archive format
8307 Archive format defined by @acronym{POSIX}.1-1988 specification is called
8308 @code{ustar}. Although it is more flexible than the V7 format, it
8309 still has many restrictions (@xref{Formats,ustar}, for the detailed
8310 description of @code{ustar} format). Along with V7 format,
8311 @code{ustar} format is a good choice for archives intended to be read
8312 with other implementations of @command{tar}.
8313
8314 To create archive in @code{ustar} format, use @option{--format=ustar}
8315 option in conjunction with the @option{--create} (@option{-c}).
8316
8317 @node gnu
8318 @subsection @acronym{GNU} and old @GNUTAR{} format
8319
8320 @cindex GNU archive format
8321 @cindex Old GNU archive format
8322 @GNUTAR{} was based on an early draft of the
8323 @acronym{POSIX} 1003.1 @code{ustar} standard. @acronym{GNU} extensions to
8324 @command{tar}, such as the support for file names longer than 100
8325 characters, use portions of the @command{tar} header record which were
8326 specified in that @acronym{POSIX} draft as unused. Subsequent changes in
8327 @acronym{POSIX} have allocated the same parts of the header record for
8328 other purposes. As a result, @GNUTAR{} format is
8329 incompatible with the current @acronym{POSIX} specification, and with
8330 @command{tar} programs that follow it.
8331
8332 In the majority of cases, @command{tar} will be configured to create
8333 this format by default. This will change in the future releases, since
8334 we plan to make @samp{POSIX} format the default.
8335
8336 To force creation a @GNUTAR{} archive, use option
8337 @option{--format=gnu}.
8338
8339 @node posix
8340 @subsection @GNUTAR{} and @acronym{POSIX} @command{tar}
8341
8342 @cindex POSIX archive format
8343 @cindex PAX archive format
8344 Starting from version 1.14 @GNUTAR{} features full support for
8345 @acronym{POSIX.1-2001} archives.
8346
8347 A @acronym{POSIX} conformant archive will be created if @command{tar}
8348 was given @option{--format=posix} (@option{--format=pax}) option. No
8349 special option is required to read and extract from a @acronym{POSIX}
8350 archive.
8351
8352 @menu
8353 * PAX keywords:: Controlling Extended Header Keywords.
8354 @end menu
8355
8356 @node PAX keywords
8357 @subsubsection Controlling Extended Header Keywords
8358
8359 @table @option
8360 @opindex pax-option
8361 @item --pax-option=@var{keyword-list}
8362 Handle keywords in @acronym{PAX} extended headers. This option is
8363 equivalent to @option{-o} option of the @command{pax} utility.
8364 @end table
8365
8366 @var{Keyword-list} is a comma-separated
8367 list of keyword options, each keyword option taking one of
8368 the following forms:
8369
8370 @table @code
8371 @item delete=@var{pattern}
8372 When used with one of archive-creation commands,
8373 this option instructs @command{tar} to omit from extended header records
8374 that it produces any keywords matching the string @var{pattern}.
8375
8376 When used in extract or list mode, this option instructs tar
8377 to ignore any keywords matching the given @var{pattern} in the extended
8378 header records. In both cases, matching is performed using the pattern
8379 matching notation described in @acronym{POSIX 1003.2}, 3.13
8380 (@pxref{wildcards}). For example:
8381
8382 @smallexample
8383 --pax-option delete=security.*
8384 @end smallexample
8385
8386 would suppress security-related information.
8387
8388 @item exthdr.name=@var{string}
8389
8390 This keyword allows user control over the name that is written into the
8391 ustar header blocks for the extended headers. The name is obtained
8392 from @var{string} after making the following substitutions:
8393
8394 @multitable @columnfractions .25 .55
8395 @headitem Meta-character @tab Replaced By
8396 @item %d @tab The directory name of the file, equivalent to the
8397 result of the @command{dirname} utility on the translated pathname.
8398 @item %f @tab The filename of the file, equivalent to the result
8399 of the @command{basename} utility on the translated pathname.
8400 @item %p @tab The process ID of the @command{tar} process.
8401 @item %% @tab A @samp{%} character.
8402 @end multitable
8403
8404 Any other @samp{%} characters in @var{string} produce undefined
8405 results.
8406
8407 If no option @samp{exthdr.name=string} is specified, @command{tar}
8408 will use the following default value:
8409
8410 @smallexample
8411 %d/PaxHeaders.%p/%f
8412 @end smallexample
8413
8414 @item globexthdr.name=@var{string}
8415 This keyword allows user control over the name that is written into
8416 the ustar header blocks for global extended header records. The name
8417 is obtained from the contents of @var{string}, after making
8418 the following substitutions:
8419
8420 @multitable @columnfractions .25 .55
8421 @headitem Meta-character @tab Replaced By
8422 @item %n @tab An integer that represents the
8423 sequence number of the global extended header record in the archive,
8424 starting at 1.
8425 @item %p @tab The process ID of the @command{tar} process.
8426 @item %% @tab A @samp{%} character.
8427 @end multitable
8428
8429 Any other @samp{%} characters in @var{string} produce undefined results.
8430
8431 If no option @samp{globexthdr.name=string} is specified, @command{tar}
8432 will use the following default value:
8433
8434 @smallexample
8435 $TMPDIR/GlobalHead.%p.%n
8436 @end smallexample
8437
8438 @noindent
8439 where @samp{$TMPDIR} represents the value of the @var{TMPDIR}
8440 environment variable. If @var{TMPDIR} is not set, @command{tar}
8441 uses @samp{/tmp}.
8442
8443 @item @var{keyword}=@var{value}
8444 When used with one of archive-creation commands, these keyword/value pairs
8445 will be included at the beginning of the archive in a global extended
8446 header record. When used with one of archive-reading commands,
8447 @command{tar} will behave as if it has encountered these keyword/value
8448 pairs at the beginning of the archive in a global extended header
8449 record.
8450
8451 @item @var{keyword}:=@var{value}
8452 When used with one of archive-creation commands, these keyword/value pairs
8453 will be included as records at the beginning of an extended header for
8454 each file. This is effectively equivalent to @var{keyword}=@var{value}
8455 form except that it creates no global extended header records.
8456
8457 When used with one of archive-reading commands, @command{tar} will
8458 behave as if these keyword/value pairs were included as records at the
8459 end of each extended header; thus, they will override any global or
8460 file-specific extended header record keywords of the same names.
8461 For example, in the command:
8462
8463 @smallexample
8464 tar --format=posix --create \
8465 --file archive --pax-option gname:=user .
8466 @end smallexample
8467
8468 the group name will be forced to a new value for all files
8469 stored in the archive.
8470 @end table
8471
8472 @node Checksumming
8473 @subsection Checksumming Problems
8474
8475 SunOS and HP-UX @command{tar} fail to accept archives created using
8476 @GNUTAR{} and containing non-ASCII file names, that
8477 is, file names having characters with the eight bit set, because they
8478 use signed checksums, while @GNUTAR{} uses unsigned
8479 checksums while creating archives, as per @acronym{POSIX} standards. On
8480 reading, @GNUTAR{} computes both checksums and
8481 accept any. It is somewhat worrying that a lot of people may go
8482 around doing backup of their files using faulty (or at least
8483 non-standard) software, not learning about it until it's time to
8484 restore their missing files with an incompatible file extractor, or
8485 vice versa.
8486
8487 @GNUTAR{} compute checksums both ways, and accept
8488 any on read, so @acronym{GNU} tar can read Sun tapes even with their
8489 wrong checksums. @GNUTAR{} produces the standard
8490 checksum, however, raising incompatibilities with Sun. That is to
8491 say, @GNUTAR{} has not been modified to
8492 @emph{produce} incorrect archives to be read by buggy @command{tar}'s.
8493 I've been told that more recent Sun @command{tar} now read standard
8494 archives, so maybe Sun did a similar patch, after all?
8495
8496 The story seems to be that when Sun first imported @command{tar}
8497 sources on their system, they recompiled it without realizing that
8498 the checksums were computed differently, because of a change in
8499 the default signing of @code{char}'s in their compiler. So they
8500 started computing checksums wrongly. When they later realized their
8501 mistake, they merely decided to stay compatible with it, and with
8502 themselves afterwards. Presumably, but I do not really know, HP-UX
8503 has chosen that their @command{tar} archives to be compatible with Sun's.
8504 The current standards do not favor Sun @command{tar} format. In any
8505 case, it now falls on the shoulders of SunOS and HP-UX users to get
8506 a @command{tar} able to read the good archives they receive.
8507
8508 @node Large or Negative Values
8509 @subsection Large or Negative Values
8510 @cindex large values
8511 @cindex future time stamps
8512 @cindex negative time stamps
8513 @UNREVISED{}
8514
8515 The above sections suggest to use @samp{oldest possible} archive
8516 format if in doubt. However, sometimes it is not possible. If you
8517 attempt to archive a file whose metadata cannot be represented using
8518 required format, @GNUTAR{} will print error message and ignore such a
8519 file. You will than have to switch to a format that is able to
8520 handle such values. The format summary table (@pxref{Formats}) will
8521 help you to do so.
8522
8523 In particular, when trying to archive files larger than 8GB or with
8524 timestamps not in the range 1970-01-01 00:00:00 through 2242-03-16
8525 12:56:31 @sc{utc}, you will have to chose between @acronym{GNU} and
8526 @acronym{POSIX} archive formats. When considering which format to
8527 choose, bear in mind that the @acronym{GNU} format uses
8528 two's-complement base-256 notation to store values that do not fit
8529 into standard @acronym{ustar} range. Such archives can generally be
8530 read only by a @GNUTAR{} implementation. Moreover, they sometimes
8531 cannot be correctly restored on another hosts even by @GNUTAR{}. For
8532 example, using two's complement representation for negative time
8533 stamps that assumes a signed 32-bit @code{time_t} generates archives
8534 that are not portable to hosts with differing @code{time_t}
8535 representations.
8536
8537 On the other hand, @acronym{POSIX} archives, generally speaking, can
8538 be extracted by any tar implementation that understands older
8539 @acronym{ustar} format. The only exception are files larger than 8GB.
8540
8541 @FIXME{Describe how @acronym{POSIX} archives are extracted by non
8542 POSIX-aware tars.}
8543
8544 @node Other Tars
8545 @subsection How to Extract GNU-Specific Data Using Other @command{tar} Implementations
8546
8547 In previous sections you became acquainted with various quirks
8548 necessary to make your archives portable. Sometimes you may need to
8549 extract archives containing GNU-specific members using some
8550 third-party @command{tar} implementation or an older version of
8551 @GNUTAR{}. Of course your best bet is to have @GNUTAR{} installed,
8552 but if it is for some reason impossible, this section will explain
8553 how to cope without it.
8554
8555 When we speak about @dfn{GNU-specific} members we mean two classes of
8556 them: members split between the volumes of a multi-volume archive and
8557 sparse members. You will be able to always recover such members if
8558 the archive is in PAX format. In addition split members can be
8559 recovered from archives in old GNU format. The following subsections
8560 describe the required procedures in detail.
8561
8562 @menu
8563 * Split Recovery:: Members Split Between Volumes
8564 * Sparse Recovery:: Sparse Members
8565 @end menu
8566
8567 @node Split Recovery
8568 @subsubsection Extracting Members Split Between Volumes
8569
8570 @cindex Mutli-volume archives, extracting using non-GNU tars
8571 If a member is split between several volumes of an old GNU format archive
8572 most third party @command{tar} implementation will fail to extract
8573 it. To extract it, use @command{tarcat} program (@pxref{Tarcat}).
8574 This program is available from
8575 @uref{http://www.gnu.org/@/software/@/tar/@/utils/@/tarcat.html, @GNUTAR{}
8576 home page}. It concatenates several archive volumes into a single
8577 valid archive. For example, if you have three volumes named from
8578 @file{vol-1.tar} to @file{vol-3.tar}, you can do the following to
8579 extract them using a third-party @command{tar}:
8580
8581 @smallexample
8582 $ @kbd{tarcat vol-1.tar vol-2.tar vol-3.tar | tar xf -}
8583 @end smallexample
8584
8585 @cindex Mutli-volume archives in PAX format, extracting using non-GNU tars
8586 You could use this approach for most (although not all) PAX
8587 format archives as well. However, extracting split members from a PAX
8588 archive is a much easier task, because PAX volumes are constructed in
8589 such a way that each part of a split member is extracted to a
8590 different file by @command{tar} implementations that are not aware of
8591 GNU extensions. More specifically, the very first part retains its
8592 original name, and all subsequent parts are named using the pattern:
8593
8594 @smallexample
8595 %d/GNUFileParts.%p/%f.%n
8596 @end smallexample
8597
8598 @noindent
8599 where symbols preceeded by @samp{%} are @dfn{macro characters} that
8600 have the following meaning:
8601
8602 @multitable @columnfractions .25 .55
8603 @headitem Meta-character @tab Replaced By
8604 @item %d @tab The directory name of the file, equivalent to the
8605 result of the @command{dirname} utility on its full name.
8606 @item %f @tab The file name of the file, equivalent to the result
8607 of the @command{basename} utility on its full name.
8608 @item %p @tab The process ID of the @command{tar} process that
8609 created the archive.
8610 @item %n @tab Ordinal number of this particular part.
8611 @end multitable
8612
8613 For example, if the file @file{var/longfile} was split during archive
8614 creation between three volumes, and the creator @command{tar} process
8615 had process ID @samp{27962}, then the member names will be:
8616
8617 @smallexample
8618 var/longfile
8619 var/GNUFileParts.27962/longfile.1
8620 var/GNUFileParts.27962/longfile.2
8621 @end smallexample
8622
8623 When you extract your archive using a third-party @command{tar}, these
8624 files will be created on your disk, and the only thing you will need
8625 to do to restore your file in its original form is concatenate them in
8626 the proper order, for example:
8627
8628 @smallexample
8629 @group
8630 $ @kbd{cd var}
8631 $ @kbd{cat GNUFileParts.27962/longfile.1 \
8632 GNUFileParts.27962/longfile.2 >> longfile}
8633 $ rm -f GNUFileParts.27962
8634 @end group
8635 @end smallexample
8636
8637 Notice, that if the @command{tar} implementation you use supports PAX
8638 format archives, it will probably emit warnings about unknown keywords
8639 during extraction. They will look like this:
8640
8641 @smallexample
8642 @group
8643 Tar file too small
8644 Unknown extended header keyword 'GNU.volume.filename' ignored.
8645 Unknown extended header keyword 'GNU.volume.size' ignored.
8646 Unknown extended header keyword 'GNU.volume.offset' ignored.
8647 @end group
8648 @end smallexample
8649
8650 @noindent
8651 You can safely ignore these warnings.
8652
8653 If your @command{tar} implementation is not PAX-aware, you will get
8654 more warnings and more files generated on your disk, e.g.:
8655
8656 @smallexample
8657 @group
8658 $ @kbd{tar xf vol-1.tar}
8659 var/PaxHeaders.27962/longfile: Unknown file type 'x', extracted as
8660 normal file
8661 Unexpected EOF in archive
8662 $ @kbd{tar xf vol-2.tar}
8663 tmp/GlobalHead.27962.1: Unknown file type 'g', extracted as normal file
8664 GNUFileParts.27962/PaxHeaders.27962/sparsefile.1: Unknown file type
8665 'x', extracted as normal file
8666 @end group
8667 @end smallexample
8668
8669 Ignore these warnings. The @file{PaxHeaders.*} directories created
8670 will contain files with @dfn{extended header keywords} describing the
8671 extracted files. You can delete them, unless they describe sparse
8672 members. Read further to learn more about them.
8673
8674 @node Sparse Recovery
8675 @subsubsection Extracting Sparse Members
8676
8677 @cindex sparse files, extracting with non-GNU tars
8678 Any @command{tar} implementation will be able to extract sparse members from a
8679 PAX archive. However, the extracted files will be @dfn{condensed},
8680 i.e., any zero blocks will be removed from them. When we restore such
8681 a condensed file to its original form, by adding zero bloks (or
8682 @dfn{holes}) back to their original locations, we call this process
8683 @dfn{expanding} a compressed sparse file.
8684
8685 @pindex xsparse
8686 To expand a file, you will need a simple auxiliary program called
8687 @command{xsparse}. It is available in source form from
8688 @uref{http://www.gnu.org/@/software/@/tar/@/utils/@/xsparse.html, @GNUTAR{}
8689 home page}.
8690
8691 @cindex sparse files v.1.0, extracting with non-GNU tars
8692 Let's begin with archive members in @dfn{sparse format
8693 version 1.0}@footnote{@xref{PAX 1}.}, which are the easiest to expand.
8694 The condensed file will contain both file map and file data, so no
8695 additional data will be needed to restore it. If the original file
8696 name was @file{@var{dir}/@var{name}}, then the condensed file will be
8697 named @file{@var{dir}/@/GNUSparseFile.@var{n}/@/@var{name}}, where
8698 @var{n} is a decimal number@footnote{technically speaking, @var{n} is a
8699 @dfn{process ID} of the @command{tar} process which created the
8700 archive (@pxref{PAX keywords}).}.
8701
8702 To expand a version 1.0 file, run @command{xsparse} as follows:
8703
8704 @smallexample
8705 $ @kbd{xsparse @file{cond-file}}
8706 @end smallexample
8707
8708 @noindent
8709 where @file{cond-file} is the name of the condensed file. The utility
8710 will deduce the name for the resulting expanded file using the
8711 following algorithm:
8712
8713 @enumerate 1
8714 @item If @file{cond-file} does not contain any directories,
8715 @file{../cond-file} will be used;
8716
8717 @item If @file{cond-file} has the form
8718 @file{@var{dir}/@var{t}/@var{name}}, where both @var{t} and @var{name}
8719 are simple names, with no @samp{/} characters in them, the output file
8720 name will be @file{@var{dir}/@var{name}}.
8721
8722 @item Otherwise, if @file{cond-file} has the form
8723 @file{@var{dir}/@var{name}}, the output file name will be
8724 @file{@var{name}}.
8725 @end enumerate
8726
8727 In the unlikely case when this algorithm does not suite your needs,
8728 you can explicitly specify output file name as a second argument to
8729 the command:
8730
8731 @smallexample
8732 $ @kbd{xsparse @file{cond-file} @file{out-file}}
8733 @end smallexample
8734
8735 It is often a good idea to run @command{xsparse} in @dfn{dry run} mode
8736 first. In this mode, the command does not actually expand the file,
8737 but verbosely lists all actions it would be taking to do so. The dry
8738 run mode is enabled by @option{-n} command line argument:
8739
8740 @smallexample
8741 @group
8742 $ @kbd{xsparse -n /home/gray/GNUSparseFile.6058/sparsefile}
8743 Reading v.1.0 sparse map
8744 Expanding file `/home/gray/GNUSparseFile.6058/sparsefile' to
8745 `/home/gray/sparsefile'
8746 Finished dry run
8747 @end group
8748 @end smallexample
8749
8750 To actually expand the file, you would run:
8751
8752 @smallexample
8753 $ @kbd{xsparse /home/gray/GNUSparseFile.6058/sparsefile}
8754 @end smallexample
8755
8756 @noindent
8757 The program behaves the same way all UNIX utilities do: it will keep
8758 quiet unless it has simething important to tell you (e.g. an error
8759 condition or something). If you wish it to produce verbose output,
8760 similar to that from the dry run mode, use @option{-v} option:
8761
8762 @smallexample
8763 @group
8764 $ @kbd{xsparse -v /home/gray/GNUSparseFile.6058/sparsefile}
8765 Reading v.1.0 sparse map
8766 Expanding file `/home/gray/GNUSparseFile.6058/sparsefile' to
8767 `/home/gray/sparsefile'
8768 Done
8769 @end group
8770 @end smallexample
8771
8772 Additionally, if your @command{tar} implementation has extracted the
8773 @dfn{extended headers} for this file, you can instruct @command{xstar}
8774 to use them in order to verify the integrity of the expanded file.
8775 The option @option{-x} sets the name of the extended header file to
8776 use. Continuing our example:
8777
8778 @smallexample
8779 @group
8780 $ @kbd{xsparse -v -x /home/gray/PaxHeaders.6058/sparsefile \
8781 /home/gray/GNUSparseFile.6058/sparsefile}
8782 Reading extended header file
8783 Found variable GNU.sparse.major = 1
8784 Found variable GNU.sparse.minor = 0
8785 Found variable GNU.sparse.name = sparsefile
8786 Found variable GNU.sparse.realsize = 217481216
8787 Reading v.1.0 sparse map
8788 Expanding file `/home/gray/GNUSparseFile.6058/sparsefile' to
8789 `/home/gray/sparsefile'
8790 Done
8791 @end group
8792 @end smallexample
8793
8794 @anchor{extracting sparse v.0.x}
8795 @cindex sparse files v.0.1, extracting with non-GNU tars
8796 @cindex sparse files v.0.0, extracting with non-GNU tars
8797 An @dfn{extended header} is a special @command{tar} archive header
8798 that precedes an archive member and contains a set of
8799 @dfn{variables}, describing the member properties that cannot be
8800 stored in the standard @code{ustar} header. While optional for
8801 expanding sparse version 1.0 members, use of extended headers is
8802 mandatory when expanding sparse members in older sparse formats: v.0.0
8803 and v.0.1 (The sparse formats are described in detail in @ref{Sparse
8804 Formats}.) So, for this format, the question is: how to obtain
8805 extended headers from the archive?
8806
8807 If you use a @command{tar} implementation that does not support PAX
8808 format, extended headers for each member will be extracted as a
8809 separate file. If we represent the member name as
8810 @file{@var{dir}/@var{name}}, then the extended header file will be
8811 named @file{@var{dir}/@/PaxHeaders.@var{n}/@/@var{name}}, where
8812 @var{n} is an integer number.
8813
8814 Things become more difficult if your @command{tar} implementation
8815 does support PAX headers, because in this case you will have to
8816 manually extract the headers. We recommend the following algorithm:
8817
8818 @enumerate 1
8819 @item
8820 Consult the documentation of your @command{tar} implementation for an
8821 option that prints @dfn{block numbers} along with the archive
8822 listing (analogous to @GNUTAR{}'s @option{-R} option). For example,
8823 @command{star} has @option{-block-number}.
8824
8825 @item
8826 Obtain verbose listing using the @samp{block number} option, and
8827 find block numbers of the sparse member in question and the member
8828 immediately following it. For example, running @command{star} on our
8829 archive we obtain:
8830
8831 @smallexample
8832 @group
8833 $ @kbd{star -t -v -block-number -f arc.tar}
8834 @dots{}
8835 star: Unknown extended header keyword 'GNU.sparse.size' ignored.
8836 star: Unknown extended header keyword 'GNU.sparse.numblocks' ignored.
8837 star: Unknown extended header keyword 'GNU.sparse.name' ignored.
8838 star: Unknown extended header keyword 'GNU.sparse.map' ignored.
8839 block 56: 425984 -rw-r--r-- gray/users Jun 25 14:46 2006 GNUSparseFile.28124/sparsefile
8840 block 897: 65391 -rw-r--r-- gray/users Jun 24 20:06 2006 README
8841 @dots{}
8842 @end group
8843 @end smallexample
8844
8845 @noindent
8846 (as usual, ignore the warnings about unknown keywords.)
8847
8848 @item
8849 Let @var{size} be the size of the sparse member, @var{Bs} be its block number
8850 and @var{Bn} be the block number of the next member.
8851 Compute:
8852
8853 @smallexample
8854 @var{N} = @var{Bs} - @var{Bn} - @var{size}/512 - 2
8855 @end smallexample
8856
8857 @noindent
8858 This number gives the size of the extended header part in tar @dfn{blocks}.
8859 In our example, this formula gives: @code{897 - 56 - 425984 / 512 - 2
8860 = 7}.
8861
8862 @item
8863 Use @command{dd} to extract the headers:
8864
8865 @smallexample
8866 @kbd{dd if=@var{archive} of=@var{hname} bs=512 skip=@var{Bs} count=@var{N}}
8867 @end smallexample
8868
8869 @noindent
8870 where @var{archive} is the archive name, @var{hname} is a name of the
8871 file to store the extended header in, @var{Bs} and @var{N} are
8872 computed in previous steps.
8873
8874 In our example, this command will be
8875
8876 @smallexample
8877 $ @kbd{dd if=arc.tar of=xhdr bs=512 skip=56 count=7}
8878 @end smallexample
8879 @end enumerate
8880
8881 Finally, you can expand the condensed file, using the obtained header:
8882
8883 @smallexample
8884 @group
8885 $ @kbd{xsparse -v -x xhdr GNUSparseFile.6058/sparsefile}
8886 Reading extended header file
8887 Found variable GNU.sparse.size = 217481216
8888 Found variable GNU.sparse.numblocks = 208
8889 Found variable GNU.sparse.name = sparsefile
8890 Found variable GNU.sparse.map = 0,2048,1050624,2048,@dots{}
8891 Expanding file `GNUSparseFile.28124/sparsefile' to `sparsefile'
8892 Done
8893 @end group
8894 @end smallexample
8895
8896 @node cpio
8897 @section Comparison of @command{tar} and @command{cpio}
8898 @UNREVISED
8899
8900 @FIXME{Reorganize the following material}
8901
8902 The @command{cpio} archive formats, like @command{tar}, do have maximum
8903 pathname lengths. The binary and old ASCII formats have a max path
8904 length of 256, and the new ASCII and CRC ASCII formats have a max
8905 path length of 1024. @acronym{GNU} @command{cpio} can read and write archives
8906 with arbitrary pathname lengths, but other @command{cpio} implementations
8907 may crash unexplainedly trying to read them.
8908
8909 @command{tar} handles symbolic links in the form in which it comes in BSD;
8910 @command{cpio} doesn't handle symbolic links in the form in which it comes
8911 in System V prior to SVR4, and some vendors may have added symlinks
8912 to their system without enhancing @command{cpio} to know about them.
8913 Others may have enhanced it in a way other than the way I did it
8914 at Sun, and which was adopted by AT&T (and which is, I think, also
8915 present in the @command{cpio} that Berkeley picked up from AT&T and put
8916 into a later BSD release---I think I gave them my changes).
8917
8918 (SVR4 does some funny stuff with @command{tar}; basically, its @command{cpio}
8919 can handle @command{tar} format input, and write it on output, and it
8920 probably handles symbolic links. They may not have bothered doing
8921 anything to enhance @command{tar} as a result.)
8922
8923 @command{cpio} handles special files; traditional @command{tar} doesn't.
8924
8925 @command{tar} comes with V7, System III, System V, and BSD source;
8926 @command{cpio} comes only with System III, System V, and later BSD
8927 (4.3-tahoe and later).
8928
8929 @command{tar}'s way of handling multiple hard links to a file can handle
8930 file systems that support 32-bit inumbers (e.g., the BSD file system);
8931 @command{cpio}s way requires you to play some games (in its "binary"
8932 format, i-numbers are only 16 bits, and in its "portable ASCII" format,
8933 they're 18 bits---it would have to play games with the "file system ID"
8934 field of the header to make sure that the file system ID/i-number pairs
8935 of different files were always different), and I don't know which
8936 @command{cpio}s, if any, play those games. Those that don't might get
8937 confused and think two files are the same file when they're not, and
8938 make hard links between them.
8939
8940 @command{tar}s way of handling multiple hard links to a file places only
8941 one copy of the link on the tape, but the name attached to that copy
8942 is the @emph{only} one you can use to retrieve the file; @command{cpio}s
8943 way puts one copy for every link, but you can retrieve it using any
8944 of the names.
8945
8946 @quotation
8947 What type of check sum (if any) is used, and how is this calculated.
8948 @end quotation
8949
8950 See the attached manual pages for @command{tar} and @command{cpio} format.
8951 @command{tar} uses a checksum which is the sum of all the bytes in the
8952 @command{tar} header for a file; @command{cpio} uses no checksum.
8953
8954 @quotation
8955 If anyone knows why @command{cpio} was made when @command{tar} was present
8956 at the unix scene,
8957 @end quotation
8958
8959 It wasn't. @command{cpio} first showed up in PWB/UNIX 1.0; no
8960 generally-available version of UNIX had @command{tar} at the time. I don't
8961 know whether any version that was generally available @emph{within AT&T}
8962 had @command{tar}, or, if so, whether the people within AT&T who did
8963 @command{cpio} knew about it.
8964
8965 On restore, if there is a corruption on a tape @command{tar} will stop at
8966 that point, while @command{cpio} will skip over it and try to restore the
8967 rest of the files.
8968
8969 The main difference is just in the command syntax and header format.
8970
8971 @command{tar} is a little more tape-oriented in that everything is blocked
8972 to start on a record boundary.
8973
8974 @quotation
8975 Is there any differences between the ability to recover crashed
8976 archives between the two of them. (Is there any chance of recovering
8977 crashed archives at all.)
8978 @end quotation
8979
8980 Theoretically it should be easier under @command{tar} since the blocking
8981 lets you find a header with some variation of @samp{dd skip=@var{nn}}.
8982 However, modern @command{cpio}'s and variations have an option to just
8983 search for the next file header after an error with a reasonable chance
8984 of resyncing. However, lots of tape driver software won't allow you to
8985 continue past a media error which should be the only reason for getting
8986 out of sync unless a file changed sizes while you were writing the
8987 archive.
8988
8989 @quotation
8990 If anyone knows why @command{cpio} was made when @command{tar} was present
8991 at the unix scene, please tell me about this too.
8992 @end quotation
8993
8994 Probably because it is more media efficient (by not blocking everything
8995 and using only the space needed for the headers where @command{tar}
8996 always uses 512 bytes per file header) and it knows how to archive
8997 special files.
8998
8999 You might want to look at the freely available alternatives. The
9000 major ones are @command{afio}, @GNUTAR{}, and
9001 @command{pax}, each of which have their own extensions with some
9002 backwards compatibility.
9003
9004 Sparse files were @command{tar}red as sparse files (which you can
9005 easily test, because the resulting archive gets smaller, and
9006 @acronym{GNU} @command{cpio} can no longer read it).
9007
9008 @node Media
9009 @chapter Tapes and Other Archive Media
9010 @UNREVISED
9011
9012 A few special cases about tape handling warrant more detailed
9013 description. These special cases are discussed below.
9014
9015 Many complexities surround the use of @command{tar} on tape drives. Since
9016 the creation and manipulation of archives located on magnetic tape was
9017 the original purpose of @command{tar}, it contains many features making
9018 such manipulation easier.
9019
9020 Archives are usually written on dismountable media---tape cartridges,
9021 mag tapes, or floppy disks.
9022
9023 The amount of data a tape or disk holds depends not only on its size,
9024 but also on how it is formatted. A 2400 foot long reel of mag tape
9025 holds 40 megabytes of data when formatted at 1600 bits per inch. The
9026 physically smaller EXABYTE tape cartridge holds 2.3 gigabytes.
9027
9028 Magnetic media are re-usable---once the archive on a tape is no longer
9029 needed, the archive can be erased and the tape or disk used over.
9030 Media quality does deteriorate with use, however. Most tapes or disks
9031 should be discarded when they begin to produce data errors. EXABYTE
9032 tape cartridges should be discarded when they generate an @dfn{error
9033 count} (number of non-usable bits) of more than 10k.
9034
9035 Magnetic media are written and erased using magnetic fields, and
9036 should be protected from such fields to avoid damage to stored data.
9037 Sticking a floppy disk to a filing cabinet using a magnet is probably
9038 not a good idea.
9039
9040 @menu
9041 * Device:: Device selection and switching
9042 * Remote Tape Server::
9043 * Common Problems and Solutions::
9044 * Blocking:: Blocking
9045 * Many:: Many archives on one tape
9046 * Using Multiple Tapes:: Using Multiple Tapes
9047 * label:: Including a Label in the Archive
9048 * verify::
9049 * Write Protection::
9050 @end menu
9051
9052 @node Device
9053 @section Device Selection and Switching
9054 @UNREVISED
9055
9056 @table @option
9057 @item -f [@var{hostname}:]@var{file}
9058 @itemx --file=[@var{hostname}:]@var{file}
9059 Use archive file or device @var{file} on @var{hostname}.
9060 @end table
9061
9062 This option is used to specify the file name of the archive @command{tar}
9063 works on.
9064
9065 If the file name is @samp{-}, @command{tar} reads the archive from standard
9066 input (when listing or extracting), or writes it to standard output
9067 (when creating). If the @samp{-} file name is given when updating an
9068 archive, @command{tar} will read the original archive from its standard
9069 input, and will write the entire new archive to its standard output.
9070
9071 If the file name contains a @samp{:}, it is interpreted as
9072 @samp{hostname:file name}. If the @var{hostname} contains an @dfn{at}
9073 sign (@samp{@@}), it is treated as @samp{user@@hostname:file name}. In
9074 either case, @command{tar} will invoke the command @command{rsh} (or
9075 @command{remsh}) to start up an @command{/usr/libexec/rmt} on the remote
9076 machine. If you give an alternate login name, it will be given to the
9077 @command{rsh}.
9078 Naturally, the remote machine must have an executable
9079 @command{/usr/libexec/rmt}. This program is free software from the
9080 University of California, and a copy of the source code can be found
9081 with the sources for @command{tar}; it's compiled and installed by default.
9082 The exact path to this utility is determined when configuring the package.
9083 It is @file{@var{prefix}/libexec/rmt}, where @var{prefix} stands for
9084 your installation prefix. This location may also be overridden at
9085 runtime by using @option{rmt-command=@var{command}} option (@xref{Option Summary,
9086 ---rmt-command}, for detailed description of this option. @xref{Remote
9087 Tape Server}, for the description of @command{rmt} command).
9088
9089 If this option is not given, but the environment variable @env{TAPE}
9090 is set, its value is used; otherwise, old versions of @command{tar}
9091 used a default archive name (which was picked when @command{tar} was
9092 compiled). The default is normally set up to be the @dfn{first} tape
9093 drive or other transportable I/O medium on the system.
9094
9095 Starting with version 1.11.5, @GNUTAR{} uses
9096 standard input and standard output as the default device, and I will
9097 not try anymore supporting automatic device detection at installation
9098 time. This was failing really in too many cases, it was hopeless.
9099 This is now completely left to the installer to override standard
9100 input and standard output for default device, if this seems
9101 preferable. Further, I think @emph{most} actual usages of
9102 @command{tar} are done with pipes or disks, not really tapes,
9103 cartridges or diskettes.
9104
9105 Some users think that using standard input and output is running
9106 after trouble. This could lead to a nasty surprise on your screen if
9107 you forget to specify an output file name---especially if you are going
9108 through a network or terminal server capable of buffering large amounts
9109 of output. We had so many bug reports in that area of configuring
9110 default tapes automatically, and so many contradicting requests, that
9111 we finally consider the problem to be portably intractable. We could
9112 of course use something like @samp{/dev/tape} as a default, but this
9113 is @emph{also} running after various kind of trouble, going from hung
9114 processes to accidental destruction of real tapes. After having seen
9115 all this mess, using standard input and output as a default really
9116 sounds like the only clean choice left, and a very useful one too.
9117
9118 @GNUTAR{} reads and writes archive in records, I
9119 suspect this is the main reason why block devices are preferred over
9120 character devices. Most probably, block devices are more efficient
9121 too. The installer could also check for @samp{DEFTAPE} in
9122 @file{<sys/mtio.h>}.
9123
9124 @table @option
9125 @xopindex{force-local, short description}
9126 @item --force-local
9127 Archive file is local even if it contains a colon.
9128
9129 @opindex rsh-command
9130 @item --rsh-command=@var{command}
9131 Use remote @var{command} instead of @command{rsh}. This option exists
9132 so that people who use something other than the standard @command{rsh}
9133 (e.g., a Kerberized @command{rsh}) can access a remote device.
9134
9135 When this command is not used, the shell command found when
9136 the @command{tar} program was installed is used instead. This is
9137 the first found of @file{/usr/ucb/rsh}, @file{/usr/bin/remsh},
9138 @file{/usr/bin/rsh}, @file{/usr/bsd/rsh} or @file{/usr/bin/nsh}.
9139 The installer may have overridden this by defining the environment
9140 variable @env{RSH} @emph{at installation time}.
9141
9142 @item -[0-7][lmh]
9143 Specify drive and density.
9144
9145 @xopindex{multi-volume, short description}
9146 @item -M
9147 @itemx --multi-volume
9148 Create/list/extract multi-volume archive.
9149
9150 This option causes @command{tar} to write a @dfn{multi-volume} archive---one
9151 that may be larger than will fit on the medium used to hold it.
9152 @xref{Multi-Volume Archives}.
9153
9154 @xopindex{tape-length, short description}
9155 @item -L @var{num}
9156 @itemx --tape-length=@var{num}
9157 Change tape after writing @var{num} x 1024 bytes.
9158
9159 This option might be useful when your tape drivers do not properly
9160 detect end of physical tapes. By being slightly conservative on the
9161 maximum tape length, you might avoid the problem entirely.
9162
9163 @xopindex{info-script, short description}
9164 @xopindex{new-volume-script, short description}
9165 @item -F @var{file}
9166 @itemx --info-script=@var{file}
9167 @itemx --new-volume-script=@var{file}
9168 Execute @file{file} at end of each tape. This implies
9169 @option{--multi-volume} (@option{-M}). @xref{info-script}, for a detailed
9170 description of this option.
9171 @end table
9172
9173 @node Remote Tape Server
9174 @section The Remote Tape Server
9175
9176 @cindex remote tape drive
9177 @pindex rmt
9178 In order to access the tape drive on a remote machine, @command{tar}
9179 uses the remote tape server written at the University of California at
9180 Berkeley. The remote tape server must be installed as
9181 @file{@var{prefix}/libexec/rmt} on any machine whose tape drive you
9182 want to use. @command{tar} calls @command{rmt} by running an
9183 @command{rsh} or @command{remsh} to the remote machine, optionally
9184 using a different login name if one is supplied.
9185
9186 A copy of the source for the remote tape server is provided. It is
9187 Copyright @copyright{} 1983 by the Regents of the University of
9188 California, but can be freely distributed. It is compiled and
9189 installed by default.
9190
9191 @cindex absolute file names
9192 Unless you use the @option{--absolute-names} (@option{-P}) option,
9193 @GNUTAR{} will not allow you to create an archive that contains
9194 absolute file names (a file name beginning with @samp{/}.) If you try,
9195 @command{tar} will automatically remove the leading @samp{/} from the
9196 file names it stores in the archive. It will also type a warning
9197 message telling you what it is doing.
9198
9199 When reading an archive that was created with a different
9200 @command{tar} program, @GNUTAR{} automatically
9201 extracts entries in the archive which have absolute file names as if
9202 the file names were not absolute. This is an important feature. A
9203 visitor here once gave a @command{tar} tape to an operator to restore;
9204 the operator used Sun @command{tar} instead of @GNUTAR{},
9205 and the result was that it replaced large portions of
9206 our @file{/bin} and friends with versions from the tape; needless to
9207 say, we were unhappy about having to recover the file system from
9208 backup tapes.
9209
9210 For example, if the archive contained a file @file{/usr/bin/computoy},
9211 @GNUTAR{} would extract the file to @file{usr/bin/computoy},
9212 relative to the current directory. If you want to extract the files in
9213 an archive to the same absolute names that they had when the archive
9214 was created, you should do a @samp{cd /} before extracting the files
9215 from the archive, or you should either use the @option{--absolute-names}
9216 option, or use the command @samp{tar -C / @dots{}}.
9217
9218 @cindex Ultrix 3.1 and write failure
9219 Some versions of Unix (Ultrix 3.1 is known to have this problem),
9220 can claim that a short write near the end of a tape succeeded,
9221 when it actually failed. This will result in the -M option not
9222 working correctly. The best workaround at the moment is to use a
9223 significantly larger blocking factor than the default 20.
9224
9225 In order to update an archive, @command{tar} must be able to backspace the
9226 archive in order to reread or rewrite a record that was just read (or
9227 written). This is currently possible only on two kinds of files: normal
9228 disk files (or any other file that can be backspaced with @samp{lseek}),
9229 and industry-standard 9-track magnetic tape (or any other kind of tape
9230 that can be backspaced with the @code{MTIOCTOP} @code{ioctl}.
9231
9232 This means that the @option{--append}, @option{--concatenate}, and
9233 @option{--delete} commands will not work on any other kind of file.
9234 Some media simply cannot be backspaced, which means these commands and
9235 options will never be able to work on them. These non-backspacing
9236 media include pipes and cartridge tape drives.
9237
9238 Some other media can be backspaced, and @command{tar} will work on them
9239 once @command{tar} is modified to do so.
9240
9241 Archives created with the @option{--multi-volume}, @option{--label}, and
9242 @option{--incremental} (@option{-G}) options may not be readable by other version
9243 of @command{tar}. In particular, restoring a file that was split over
9244 a volume boundary will require some careful work with @command{dd}, if
9245 it can be done at all. Other versions of @command{tar} may also create
9246 an empty file whose name is that of the volume header. Some versions
9247 of @command{tar} may create normal files instead of directories archived
9248 with the @option{--incremental} (@option{-G}) option.
9249
9250 @node Common Problems and Solutions
9251 @section Some Common Problems and their Solutions
9252
9253 @ifclear PUBLISH
9254
9255 @format
9256 errors from system:
9257 permission denied
9258 no such file or directory
9259 not owner
9260
9261 errors from @command{tar}:
9262 directory checksum error
9263 header format error
9264
9265 errors from media/system:
9266 i/o error
9267 device busy
9268 @end format
9269
9270 @end ifclear
9271
9272 @node Blocking
9273 @section Blocking
9274 @UNREVISED
9275
9276 @dfn{Block} and @dfn{record} terminology is rather confused, and it
9277 is also confusing to the expert reader. On the other hand, readers
9278 who are new to the field have a fresh mind, and they may safely skip
9279 the next two paragraphs, as the remainder of this manual uses those
9280 two terms in a quite consistent way.
9281
9282 John Gilmore, the writer of the public domain @command{tar} from which
9283 @GNUTAR{} was originally derived, wrote (June 1995):
9284
9285 @quotation
9286 The nomenclature of tape drives comes from IBM, where I believe
9287 they were invented for the IBM 650 or so. On IBM mainframes, what
9288 is recorded on tape are tape blocks. The logical organization of
9289 data is into records. There are various ways of putting records into
9290 blocks, including @code{F} (fixed sized records), @code{V} (variable
9291 sized records), @code{FB} (fixed blocked: fixed size records, @var{n}
9292 to a block), @code{VB} (variable size records, @var{n} to a block),
9293 @code{VSB} (variable spanned blocked: variable sized records that can
9294 occupy more than one block), etc. The @code{JCL} @samp{DD RECFORM=}
9295 parameter specified this to the operating system.
9296
9297 The Unix man page on @command{tar} was totally confused about this.
9298 When I wrote @code{PD TAR}, I used the historically correct terminology
9299 (@command{tar} writes data records, which are grouped into blocks).
9300 It appears that the bogus terminology made it into @acronym{POSIX} (no surprise
9301 here), and now Fran@,{c}ois has migrated that terminology back
9302 into the source code too.
9303 @end quotation
9304
9305 The term @dfn{physical block} means the basic transfer chunk from or
9306 to a device, after which reading or writing may stop without anything
9307 being lost. In this manual, the term @dfn{block} usually refers to
9308 a disk physical block, @emph{assuming} that each disk block is 512
9309 bytes in length. It is true that some disk devices have different
9310 physical blocks, but @command{tar} ignore these differences in its own
9311 format, which is meant to be portable, so a @command{tar} block is always
9312 512 bytes in length, and @dfn{block} always mean a @command{tar} block.
9313 The term @dfn{logical block} often represents the basic chunk of
9314 allocation of many disk blocks as a single entity, which the operating
9315 system treats somewhat atomically; this concept is only barely used
9316 in @GNUTAR{}.
9317
9318 The term @dfn{physical record} is another way to speak of a physical
9319 block, those two terms are somewhat interchangeable. In this manual,
9320 the term @dfn{record} usually refers to a tape physical block,
9321 @emph{assuming} that the @command{tar} archive is kept on magnetic tape.
9322 It is true that archives may be put on disk or used with pipes,
9323 but nevertheless, @command{tar} tries to read and write the archive one
9324 @dfn{record} at a time, whatever the medium in use. One record is made
9325 up of an integral number of blocks, and this operation of putting many
9326 disk blocks into a single tape block is called @dfn{reblocking}, or
9327 more simply, @dfn{blocking}. The term @dfn{logical record} refers to
9328 the logical organization of many characters into something meaningful
9329 to the application. The term @dfn{unit record} describes a small set
9330 of characters which are transmitted whole to or by the application,
9331 and often refers to a line of text. Those two last terms are unrelated
9332 to what we call a @dfn{record} in @GNUTAR{}.
9333
9334 When writing to tapes, @command{tar} writes the contents of the archive
9335 in chunks known as @dfn{records}. To change the default blocking
9336 factor, use the @option{--blocking-factor=@var{512-size}} (@option{-b
9337 @var{512-size}}) option. Each record will then be composed of
9338 @var{512-size} blocks. (Each @command{tar} block is 512 bytes.
9339 @xref{Standard}.) Each file written to the archive uses at least one
9340 full record. As a result, using a larger record size can result in
9341 more wasted space for small files. On the other hand, a larger record
9342 size can often be read and written much more efficiently.
9343
9344 Further complicating the problem is that some tape drives ignore the
9345 blocking entirely. For these, a larger record size can still improve
9346 performance (because the software layers above the tape drive still
9347 honor the blocking), but not as dramatically as on tape drives that
9348 honor blocking.
9349
9350 When reading an archive, @command{tar} can usually figure out the
9351 record size on itself. When this is the case, and a non-standard
9352 record size was used when the archive was created, @command{tar} will
9353 print a message about a non-standard blocking factor, and then operate
9354 normally. On some tape devices, however, @command{tar} cannot figure
9355 out the record size itself. On most of those, you can specify a
9356 blocking factor (with @option{--blocking-factor}) larger than the
9357 actual blocking factor, and then use the @option{--read-full-records}
9358 (@option{-B}) option. (If you specify a blocking factor with
9359 @option{--blocking-factor} and don't use the
9360 @option{--read-full-records} option, then @command{tar} will not
9361 attempt to figure out the recording size itself.) On some devices,
9362 you must always specify the record size exactly with
9363 @option{--blocking-factor} when reading, because @command{tar} cannot
9364 figure it out. In any case, use @option{--list} (@option{-t}) before
9365 doing any extractions to see whether @command{tar} is reading the archive
9366 correctly.
9367
9368 @command{tar} blocks are all fixed size (512 bytes), and its scheme for
9369 putting them into records is to put a whole number of them (one or
9370 more) into each record. @command{tar} records are all the same size;
9371 at the end of the file there's a block containing all zeros, which
9372 is how you tell that the remainder of the last record(s) are garbage.
9373
9374 In a standard @command{tar} file (no options), the block size is 512
9375 and the record size is 10240, for a blocking factor of 20. What the
9376 @option{--blocking-factor} option does is sets the blocking factor,
9377 changing the record size while leaving the block size at 512 bytes.
9378 20 was fine for ancient 800 or 1600 bpi reel-to-reel tape drives;
9379 most tape drives these days prefer much bigger records in order to
9380 stream and not waste tape. When writing tapes for myself, some tend
9381 to use a factor of the order of 2048, say, giving a record size of
9382 around one megabyte.
9383
9384 If you use a blocking factor larger than 20, older @command{tar}
9385 programs might not be able to read the archive, so we recommend this
9386 as a limit to use in practice. @GNUTAR{}, however,
9387 will support arbitrarily large record sizes, limited only by the
9388 amount of virtual memory or the physical characteristics of the tape
9389 device.
9390
9391 @menu
9392 * Format Variations:: Format Variations
9393 * Blocking Factor:: The Blocking Factor of an Archive
9394 @end menu
9395
9396 @node Format Variations
9397 @subsection Format Variations
9398 @cindex Format Parameters
9399 @cindex Format Options
9400 @cindex Options, archive format specifying
9401 @cindex Options, format specifying
9402 @UNREVISED
9403
9404 Format parameters specify how an archive is written on the archive
9405 media. The best choice of format parameters will vary depending on
9406 the type and number of files being archived, and on the media used to
9407 store the archive.
9408
9409 To specify format parameters when accessing or creating an archive,
9410 you can use the options described in the following sections.
9411 If you do not specify any format parameters, @command{tar} uses
9412 default parameters. You cannot modify a compressed archive.
9413 If you create an archive with the @option{--blocking-factor} option
9414 specified (@pxref{Blocking Factor}), you must specify that
9415 blocking-factor when operating on the archive. @xref{Formats}, for other
9416 examples of format parameter considerations.
9417
9418 @node Blocking Factor
9419 @subsection The Blocking Factor of an Archive
9420 @cindex Blocking Factor
9421 @cindex Record Size
9422 @cindex Number of blocks per record
9423 @cindex Number of bytes per record
9424 @cindex Bytes per record
9425 @cindex Blocks per record
9426 @UNREVISED
9427
9428 @opindex blocking-factor
9429 The data in an archive is grouped into blocks, which are 512 bytes.
9430 Blocks are read and written in whole number multiples called
9431 @dfn{records}. The number of blocks in a record (i.e., the size of a
9432 record in units of 512 bytes) is called the @dfn{blocking factor}.
9433 The @option{--blocking-factor=@var{512-size}} (@option{-b
9434 @var{512-size}}) option specifies the blocking factor of an archive.
9435 The default blocking factor is typically 20 (i.e., 10240 bytes), but
9436 can be specified at installation. To find out the blocking factor of
9437 an existing archive, use @samp{tar --list --file=@var{archive-name}}.
9438 This may not work on some devices.
9439
9440 Records are separated by gaps, which waste space on the archive media.
9441 If you are archiving on magnetic tape, using a larger blocking factor
9442 (and therefore larger records) provides faster throughput and allows you
9443 to fit more data on a tape (because there are fewer gaps). If you are
9444 archiving on cartridge, a very large blocking factor (say 126 or more)
9445 greatly increases performance. A smaller blocking factor, on the other
9446 hand, may be useful when archiving small files, to avoid archiving lots
9447 of nulls as @command{tar} fills out the archive to the end of the record.
9448 In general, the ideal record size depends on the size of the
9449 inter-record gaps on the tape you are using, and the average size of the
9450 files you are archiving. @xref{create}, for information on
9451 writing archives.
9452
9453 @FIXME{Need example of using a cartridge with blocking factor=126 or more.}
9454
9455 Archives with blocking factors larger than 20 cannot be read
9456 by very old versions of @command{tar}, or by some newer versions
9457 of @command{tar} running on old machines with small address spaces.
9458 With @GNUTAR{}, the blocking factor of an archive is limited
9459 only by the maximum record size of the device containing the archive,
9460 or by the amount of available virtual memory.
9461
9462 Also, on some systems, not using adequate blocking factors, as sometimes
9463 imposed by the device drivers, may yield unexpected diagnostics. For
9464 example, this has been reported:
9465
9466 @smallexample
9467 Cannot write to /dev/dlt: Invalid argument
9468 @end smallexample
9469
9470 @noindent
9471 In such cases, it sometimes happen that the @command{tar} bundled by
9472 the system is aware of block size idiosyncrasies, while @GNUTAR{}
9473 requires an explicit specification for the block size,
9474 which it cannot guess. This yields some people to consider
9475 @GNUTAR{} is misbehaving, because by comparison,
9476 @cite{the bundle @command{tar} works OK}. Adding @w{@kbd{-b 256}},
9477 for example, might resolve the problem.
9478
9479 If you use a non-default blocking factor when you create an archive, you
9480 must specify the same blocking factor when you modify that archive. Some
9481 archive devices will also require you to specify the blocking factor when
9482 reading that archive, however this is not typically the case. Usually, you
9483 can use @option{--list} (@option{-t}) without specifying a blocking factor---@command{tar}
9484 reports a non-default record size and then lists the archive members as
9485 it would normally. To extract files from an archive with a non-standard
9486 blocking factor (particularly if you're not sure what the blocking factor
9487 is), you can usually use the @option{--read-full-records} (@option{-B}) option while
9488 specifying a blocking factor larger then the blocking factor of the archive
9489 (i.e., @samp{tar --extract --read-full-records --blocking-factor=300}.
9490 @xref{list}, for more information on the @option{--list} (@option{-t})
9491 operation. @xref{Reading}, for a more detailed explanation of that option.
9492
9493 @table @option
9494 @item --blocking-factor=@var{number}
9495 @itemx -b @var{number}
9496 Specifies the blocking factor of an archive. Can be used with any
9497 operation, but is usually not necessary with @option{--list} (@option{-t}).
9498 @end table
9499
9500 Device blocking
9501
9502 @table @option
9503 @item -b @var{blocks}
9504 @itemx --blocking-factor=@var{blocks}
9505 Set record size to @math{@var{blocks} * 512} bytes.
9506
9507 This option is used to specify a @dfn{blocking factor} for the archive.
9508 When reading or writing the archive, @command{tar}, will do reads and writes
9509 of the archive in records of @math{@var{block}*512} bytes. This is true
9510 even when the archive is compressed. Some devices requires that all
9511 write operations be a multiple of a certain size, and so, @command{tar}
9512 pads the archive out to the next record boundary.
9513
9514 The default blocking factor is set when @command{tar} is compiled, and is
9515 typically 20. Blocking factors larger than 20 cannot be read by very
9516 old versions of @command{tar}, or by some newer versions of @command{tar}
9517 running on old machines with small address spaces.
9518
9519 With a magnetic tape, larger records give faster throughput and fit
9520 more data on a tape (because there are fewer inter-record gaps).
9521 If the archive is in a disk file or a pipe, you may want to specify
9522 a smaller blocking factor, since a large one will result in a large
9523 number of null bytes at the end of the archive.
9524
9525 When writing cartridge or other streaming tapes, a much larger
9526 blocking factor (say 126 or more) will greatly increase performance.
9527 However, you must specify the same blocking factor when reading or
9528 updating the archive.
9529
9530 Apparently, Exabyte drives have a physical block size of 8K bytes.
9531 If we choose our blocksize as a multiple of 8k bytes, then the problem
9532 seems to disappear. Id est, we are using block size of 112 right
9533 now, and we haven't had the problem since we switched@dots{}
9534
9535 With @GNUTAR{} the blocking factor is limited only
9536 by the maximum record size of the device containing the archive, or by
9537 the amount of available virtual memory.
9538
9539 However, deblocking or reblocking is virtually avoided in a special
9540 case which often occurs in practice, but which requires all the
9541 following conditions to be simultaneously true:
9542 @itemize @bullet
9543 @item
9544 the archive is subject to a compression option,
9545 @item
9546 the archive is not handled through standard input or output, nor
9547 redirected nor piped,
9548 @item
9549 the archive is directly handled to a local disk, instead of any special
9550 device,
9551 @item
9552 @option{--blocking-factor} is not explicitly specified on the @command{tar}
9553 invocation.
9554 @end itemize
9555
9556 If the output goes directly to a local disk, and not through
9557 stdout, then the last write is not extended to a full record size.
9558 Otherwise, reblocking occurs. Here are a few other remarks on this
9559 topic:
9560
9561 @itemize @bullet
9562
9563 @item
9564 @command{gzip} will complain about trailing garbage if asked to
9565 uncompress a compressed archive on tape, there is an option to turn
9566 the message off, but it breaks the regularity of simply having to use
9567 @samp{@var{prog} -d} for decompression. It would be nice if gzip was
9568 silently ignoring any number of trailing zeros. I'll ask Jean-loup
9569 Gailly, by sending a copy of this message to him.
9570
9571 @item
9572 @command{compress} does not show this problem, but as Jean-loup pointed
9573 out to Michael, @samp{compress -d} silently adds garbage after
9574 the result of decompression, which tar ignores because it already
9575 recognized its end-of-file indicator. So this bug may be safely
9576 ignored.
9577
9578 @item
9579 @samp{gzip -d -q} will be silent about the trailing zeros indeed,
9580 but will still return an exit status of 2 which tar reports in turn.
9581 @command{tar} might ignore the exit status returned, but I hate doing
9582 that, as it weakens the protection @command{tar} offers users against
9583 other possible problems at decompression time. If @command{gzip} was
9584 silently skipping trailing zeros @emph{and} also avoiding setting the
9585 exit status in this innocuous case, that would solve this situation.
9586
9587 @item
9588 @command{tar} should become more solid at not stopping to read a pipe at
9589 the first null block encountered. This inelegantly breaks the pipe.
9590 @command{tar} should rather drain the pipe out before exiting itself.
9591 @end itemize
9592
9593 @xopindex{ignore-zeros, short description}
9594 @item -i
9595 @itemx --ignore-zeros
9596 Ignore blocks of zeros in archive (means EOF).
9597
9598 The @option{--ignore-zeros} (@option{-i}) option causes @command{tar} to ignore blocks
9599 of zeros in the archive. Normally a block of zeros indicates the
9600 end of the archive, but when reading a damaged archive, or one which
9601 was created by concatenating several archives together, this option
9602 allows @command{tar} to read the entire archive. This option is not on
9603 by default because many versions of @command{tar} write garbage after
9604 the zeroed blocks.
9605
9606 Note that this option causes @command{tar} to read to the end of the
9607 archive file, which may sometimes avoid problems when multiple files
9608 are stored on a single physical tape.
9609
9610 @xopindex{read-full-records, short description}
9611 @item -B
9612 @itemx --read-full-records
9613 Reblock as we read (for reading 4.2BSD pipes).
9614
9615 If @option{--read-full-records} is used, @command{tar}
9616 will not panic if an attempt to read a record from the archive does
9617 not return a full record. Instead, @command{tar} will keep reading
9618 until it has obtained a full
9619 record.
9620
9621 This option is turned on by default when @command{tar} is reading
9622 an archive from standard input, or from a remote machine. This is
9623 because on BSD Unix systems, a read of a pipe will return however
9624 much happens to be in the pipe, even if it is less than @command{tar}
9625 requested. If this option was not used, @command{tar} would fail as
9626 soon as it read an incomplete record from the pipe.
9627
9628 This option is also useful with the commands for updating an archive.
9629
9630 @end table
9631
9632 Tape blocking
9633
9634 @FIXME{Appropriate options should be moved here from elsewhere.}
9635
9636 @cindex blocking factor
9637 @cindex tape blocking
9638
9639 When handling various tapes or cartridges, you have to take care of
9640 selecting a proper blocking, that is, the number of disk blocks you
9641 put together as a single tape block on the tape, without intervening
9642 tape gaps. A @dfn{tape gap} is a small landing area on the tape
9643 with no information on it, used for decelerating the tape to a
9644 full stop, and for later regaining the reading or writing speed.
9645 When the tape driver starts reading a record, the record has to
9646 be read whole without stopping, as a tape gap is needed to stop the
9647 tape motion without loosing information.
9648
9649 @cindex Exabyte blocking
9650 @cindex DAT blocking
9651 Using higher blocking (putting more disk blocks per tape block) will use
9652 the tape more efficiently as there will be less tape gaps. But reading
9653 such tapes may be more difficult for the system, as more memory will be
9654 required to receive at once the whole record. Further, if there is a
9655 reading error on a huge record, this is less likely that the system will
9656 succeed in recovering the information. So, blocking should not be too
9657 low, nor it should be too high. @command{tar} uses by default a blocking of
9658 20 for historical reasons, and it does not really matter when reading or
9659 writing to disk. Current tape technology would easily accommodate higher
9660 blockings. Sun recommends a blocking of 126 for Exabytes and 96 for DATs.
9661 We were told that for some DLT drives, the blocking should be a multiple
9662 of 4Kb, preferably 64Kb (@w{@kbd{-b 128}}) or 256 for decent performance.
9663 Other manufacturers may use different recommendations for the same tapes.
9664 This might also depends of the buffering techniques used inside modern
9665 tape controllers. Some imposes a minimum blocking, or a maximum blocking.
9666 Others request blocking to be some exponent of two.
9667
9668 So, there is no fixed rule for blocking. But blocking at read time
9669 should ideally be the same as blocking used at write time. At one place
9670 I know, with a wide variety of equipment, they found it best to use a
9671 blocking of 32 to guarantee that their tapes are fully interchangeable.
9672
9673 I was also told that, for recycled tapes, prior erasure (by the same
9674 drive unit that will be used to create the archives) sometimes lowers
9675 the error rates observed at rewriting time.
9676
9677 I might also use @option{--number-blocks} instead of
9678 @option{--block-number}, so @option{--block} will then expand to
9679 @option{--blocking-factor} unambiguously.
9680
9681 @node Many
9682 @section Many Archives on One Tape
9683
9684 @FIXME{Appropriate options should be moved here from elsewhere.}
9685
9686 @findex ntape @r{device}
9687 Most tape devices have two entries in the @file{/dev} directory, or
9688 entries that come in pairs, which differ only in the minor number for
9689 this device. Let's take for example @file{/dev/tape}, which often
9690 points to the only or usual tape device of a given system. There might
9691 be a corresponding @file{/dev/nrtape} or @file{/dev/ntape}. The simpler
9692 name is the @emph{rewinding} version of the device, while the name
9693 having @samp{nr} in it is the @emph{no rewinding} version of the same
9694 device.
9695
9696 A rewinding tape device will bring back the tape to its beginning point
9697 automatically when this device is opened or closed. Since @command{tar}
9698 opens the archive file before using it and closes it afterwards, this
9699 means that a simple:
9700
9701 @smallexample
9702 $ @kbd{tar cf /dev/tape @var{directory}}
9703 @end smallexample
9704
9705 @noindent
9706 will reposition the tape to its beginning both prior and after saving
9707 @var{directory} contents to it, thus erasing prior tape contents and
9708 making it so that any subsequent write operation will destroy what has
9709 just been saved.
9710
9711 @cindex tape positioning
9712 So, a rewinding device is normally meant to hold one and only one file.
9713 If you want to put more than one @command{tar} archive on a given tape, you
9714 will need to avoid using the rewinding version of the tape device. You
9715 will also have to pay special attention to tape positioning. Errors in
9716 positioning may overwrite the valuable data already on your tape. Many
9717 people, burnt by past experiences, will only use rewinding devices and
9718 limit themselves to one file per tape, precisely to avoid the risk of
9719 such errors. Be fully aware that writing at the wrong position on a
9720 tape loses all information past this point and most probably until the
9721 end of the tape, and this destroyed information @emph{cannot} be
9722 recovered.
9723
9724 To save @var{directory-1} as a first archive at the beginning of a
9725 tape, and leave that tape ready for a second archive, you should use:
9726
9727 @smallexample
9728 $ @kbd{mt -f /dev/nrtape rewind}
9729 $ @kbd{tar cf /dev/nrtape @var{directory-1}}
9730 @end smallexample
9731
9732 @cindex tape marks
9733 @dfn{Tape marks} are special magnetic patterns written on the tape
9734 media, which are later recognizable by the reading hardware. These
9735 marks are used after each file, when there are many on a single tape.
9736 An empty file (that is to say, two tape marks in a row) signal the
9737 logical end of the tape, after which no file exist. Usually,
9738 non-rewinding tape device drivers will react to the close request issued
9739 by @command{tar} by first writing two tape marks after your archive, and by
9740 backspacing over one of these. So, if you remove the tape at that time
9741 from the tape drive, it is properly terminated. But if you write
9742 another file at the current position, the second tape mark will be
9743 erased by the new information, leaving only one tape mark between files.
9744
9745 So, you may now save @var{directory-2} as a second archive after the
9746 first on the same tape by issuing the command:
9747
9748 @smallexample
9749 $ @kbd{tar cf /dev/nrtape @var{directory-2}}
9750 @end smallexample
9751
9752 @noindent
9753 and so on for all the archives you want to put on the same tape.
9754
9755 Another usual case is that you do not write all the archives the same
9756 day, and you need to remove and store the tape between two archive
9757 sessions. In general, you must remember how many files are already
9758 saved on your tape. Suppose your tape already has 16 files on it, and
9759 that you are ready to write the 17th. You have to take care of skipping
9760 the first 16 tape marks before saving @var{directory-17}, say, by using
9761 these commands:
9762
9763 @smallexample
9764 $ @kbd{mt -f /dev/nrtape rewind}
9765 $ @kbd{mt -f /dev/nrtape fsf 16}
9766 $ @kbd{tar cf /dev/nrtape @var{directory-17}}
9767 @end smallexample
9768
9769 In all the previous examples, we put aside blocking considerations, but
9770 you should do the proper things for that as well. @xref{Blocking}.
9771
9772 @menu
9773 * Tape Positioning:: Tape Positions and Tape Marks
9774 * mt:: The @command{mt} Utility
9775 @end menu
9776
9777 @node Tape Positioning
9778 @subsection Tape Positions and Tape Marks
9779 @UNREVISED
9780
9781 Just as archives can store more than one file from the file system,
9782 tapes can store more than one archive file. To keep track of where
9783 archive files (or any other type of file stored on tape) begin and
9784 end, tape archive devices write magnetic @dfn{tape marks} on the
9785 archive media. Tape drives write one tape mark between files,
9786 two at the end of all the file entries.
9787
9788 If you think of data as a series of records "rrrr"'s, and tape marks as
9789 "*"'s, a tape might look like the following:
9790
9791 @smallexample
9792 rrrr*rrrrrr*rrrrr*rr*rrrrr**-------------------------
9793 @end smallexample
9794
9795 Tape devices read and write tapes using a read/write @dfn{tape
9796 head}---a physical part of the device which can only access one
9797 point on the tape at a time. When you use @command{tar} to read or
9798 write archive data from a tape device, the device will begin reading
9799 or writing from wherever on the tape the tape head happens to be,
9800 regardless of which archive or what part of the archive the tape
9801 head is on. Before writing an archive, you should make sure that no
9802 data on the tape will be overwritten (unless it is no longer needed).
9803 Before reading an archive, you should make sure the tape head is at
9804 the beginning of the archive you want to read. You can do it manually
9805 via @code{mt} utility (@pxref{mt}). The @code{restore} script does
9806 that automatically (@pxref{Scripted Restoration}).
9807
9808 If you want to add new archive file entries to a tape, you should
9809 advance the tape to the end of the existing file entries, backspace
9810 over the last tape mark, and write the new archive file. If you were
9811 to add two archives to the example above, the tape might look like the
9812 following:
9813
9814 @smallexample
9815 rrrr*rrrrrr*rrrrr*rr*rrrrr*rrr*rrrr**----------------
9816 @end smallexample
9817
9818 @node mt
9819 @subsection The @command{mt} Utility
9820 @UNREVISED
9821
9822 @FIXME{Is it true that this only works on non-block devices?
9823 should explain the difference, (fixed or variable).}
9824 @xref{Blocking Factor}.
9825
9826 You can use the @command{mt} utility to advance or rewind a tape past a
9827 specified number of archive files on the tape. This will allow you
9828 to move to the beginning of an archive before extracting or reading
9829 it, or to the end of all the archives before writing a new one.
9830 @FIXME{Why isn't there an "advance 'til you find two tape marks
9831 together"?}
9832
9833 The syntax of the @command{mt} command is:
9834
9835 @smallexample
9836 @kbd{mt [-f @var{tapename}] @var{operation} [@var{number}]}
9837 @end smallexample
9838
9839 where @var{tapename} is the name of the tape device, @var{number} is
9840 the number of times an operation is performed (with a default of one),
9841 and @var{operation} is one of the following:
9842
9843 @FIXME{is there any use for record operations?}
9844
9845 @table @option
9846 @item eof
9847 @itemx weof
9848 Writes @var{number} tape marks at the current position on the tape.
9849
9850 @item fsf
9851 Moves tape position forward @var{number} files.
9852
9853 @item bsf
9854 Moves tape position back @var{number} files.
9855
9856 @item rewind
9857 Rewinds the tape. (Ignores @var{number}).
9858
9859 @item offline
9860 @itemx rewoff1
9861 Rewinds the tape and takes the tape device off-line. (Ignores @var{number}).
9862
9863 @item status
9864 Prints status information about the tape unit.
9865
9866 @end table
9867
9868 @FIXME{Is there a better way to frob the spacing on the list?}
9869
9870 If you don't specify a @var{tapename}, @command{mt} uses the environment
9871 variable @env{TAPE}; if @env{TAPE} is not set, @command{mt} will use
9872 the default device specified in your @file{sys/mtio.h} file
9873 (@code{DEFTAPE} variable). If this is not defined, the program will
9874 display a descriptive error message and exit with code 1.
9875
9876 @command{mt} returns a 0 exit status when the operation(s) were
9877 successful, 1 if the command was unrecognized, and 2 if an operation
9878 failed.
9879
9880 @node Using Multiple Tapes
9881 @section Using Multiple Tapes
9882
9883 Often you might want to write a large archive, one larger than will fit
9884 on the actual tape you are using. In such a case, you can run multiple
9885 @command{tar} commands, but this can be inconvenient, particularly if you
9886 are using options like @option{--exclude=@var{pattern}} or dumping entire file systems.
9887 Therefore, @command{tar} provides a special mode for creating
9888 multi-volume archives.
9889
9890 @dfn{Multi-volume} archive is a single @command{tar} archive, stored
9891 on several media volumes of fixed size. Although in this section we will
9892 often call @samp{volume} a @dfn{tape}, there is absolutely no
9893 requirement for multi-volume archives to be stored on tapes. Instead,
9894 they can use whatever media type the user finds convenient, they can
9895 even be located on files.
9896
9897 When creating a multi-volume archive, @GNUTAR{} continues to fill
9898 current volume until it runs out of space, then it switches to
9899 next volume (usually the operator is queried to replace the tape on
9900 this point), and continues working on the new volume. This operation
9901 continues until all requested files are dumped. If @GNUTAR{} detects
9902 end of media while dumping a file, such a file is archived in split
9903 form. Some very big files can even be split across several volumes.
9904
9905 Each volume is itself a valid @GNUTAR{} archive, so it can be read
9906 without any special options. Consequently any file member residing
9907 entirely on one volume can be extracted or otherwise operated upon
9908 without needing the other volume. Sure enough, to extract a split
9909 member you would need all volumes its parts reside on.
9910
9911 Multi-volume archives suffer from several limitations. In particular,
9912 they cannot be compressed.
9913
9914 @GNUTAR{} is able to create multi-volume archives of two formats
9915 (@pxref{Formats}): @samp{GNU} and @samp{POSIX}.
9916
9917 @menu
9918 * Multi-Volume Archives:: Archives Longer than One Tape or Disk
9919 * Tape Files:: Tape Files
9920 * Tarcat:: Concatenate Volumes into a Single Archive
9921
9922 @end menu
9923
9924 @node Multi-Volume Archives
9925 @subsection Archives Longer than One Tape or Disk
9926 @cindex Multi-volume archives
9927
9928 @opindex multi-volume
9929 To create an archive that is larger than will fit on a single unit of
9930 the media, use the @option{--multi-volume} (@option{-M}) option in conjunction with
9931 the @option{--create} option (@pxref{create}). A @dfn{multi-volume}
9932 archive can be manipulated like any other archive (provided the
9933 @option{--multi-volume} option is specified), but is stored on more
9934 than one tape or disk.
9935
9936 When you specify @option{--multi-volume}, @command{tar} does not report an
9937 error when it comes to the end of an archive volume (when reading), or
9938 the end of the media (when writing). Instead, it prompts you to load
9939 a new storage volume. If the archive is on a magnetic tape, you
9940 should change tapes when you see the prompt; if the archive is on a
9941 floppy disk, you should change disks; etc.
9942
9943 @table @option
9944 @item --multi-volume
9945 @itemx -M
9946 Creates a multi-volume archive, when used in conjunction with
9947 @option{--create} (@option{-c}). To perform any other operation on a multi-volume
9948 archive, specify @option{--multi-volume} in conjunction with that
9949 operation.
9950 For example:
9951
9952 @smallexample
9953 $ @kbd{tar --create --multi-volume --file=/dev/tape @var{files}}
9954 @end smallexample
9955 @end table
9956
9957 The method @command{tar} uses to detect end of tape is not perfect, and
9958 fails on some operating systems or on some devices. If @command{tar}
9959 cannot detect the end of the tape itself, you can use
9960 @option{--tape-length} option to inform it about the capacity of the
9961 tape:
9962
9963 @anchor{tape-length}
9964 @table @option
9965 @opindex tape-length
9966 @item --tape-length=@var{size}
9967 @itemx -L @var{size}
9968 Set maximum length of a volume. The @var{size} argument should then
9969 be the usable size of the tape in units of 1024 bytes. This option
9970 selects @option{--multi-volume} automatically. For example:
9971
9972 @smallexample
9973 $ @kbd{tar --create --tape-length=41943040 --file=/dev/tape @var{files}}
9974 @end smallexample
9975 @end table
9976
9977 @anchor{change volume prompt}
9978 When @GNUTAR{} comes to the end of a storage media, it asks you to
9979 change the volume. The built-in prompt for POSIX locale
9980 is@footnote{If you run @GNUTAR{} under a different locale, the
9981 translation to the locale's language will be used.}:
9982
9983 @smallexample
9984 Prepare volume #@var{n} for `@var{archive}' and hit return:
9985 @end smallexample
9986
9987 @noindent
9988 where @var{n} is the ordinal number of the volume to be created and
9989 @var{archive} is archive file or device name.
9990
9991 When prompting for a new tape, @command{tar} accepts any of the following
9992 responses:
9993
9994 @table @kbd
9995 @item ?
9996 Request @command{tar} to explain possible responses
9997 @item q
9998 Request @command{tar} to exit immediately.
9999 @item n @var{file-name}
10000 Request @command{tar} to write the next volume on the file @var{file-name}.
10001 @item !
10002 Request @command{tar} to run a subshell. This option can be disabled
10003 by giving @option{--restrict} command line option to
10004 @command{tar}@footnote{@xref{--restrict}, for more information about
10005 this option}.
10006 @item y
10007 Request @command{tar} to begin writing the next volume.
10008 @end table
10009
10010 (You should only type @samp{y} after you have changed the tape;
10011 otherwise @command{tar} will write over the volume it just finished.)
10012
10013 @cindex Volume number file
10014 @cindex volno file
10015 @anchor{volno-file}
10016 @opindex volno-file
10017 The volume number used by @command{tar} in its tape-changing prompt
10018 can be changed; if you give the
10019 @option{--volno-file=@var{file-of-number}} option, then
10020 @var{file-of-number} should be an non-existing file to be created, or
10021 else, a file already containing a decimal number. That number will be
10022 used as the volume number of the first volume written. When
10023 @command{tar} is finished, it will rewrite the file with the
10024 now-current volume number. (This does not change the volume number
10025 written on a tape label, as per @ref{label}, it @emph{only} affects
10026 the number used in the prompt.)
10027
10028 @cindex End-of-archive info script
10029 @cindex Info script
10030 @anchor{info-script}
10031 @opindex info-script
10032 @opindex new-volume-script
10033 If you want more elaborate behavior than this, you can write a special
10034 @dfn{new volume script}, that will be responsible for changing the
10035 volume, and instruct @command{tar} to use it instead of its normal
10036 prompting procedure:
10037
10038 @table @option
10039 @item --info-script=@var{script-name}
10040 @itemx --new-volume-script=@var{script-name}
10041 @itemx -F @var{script-name}
10042 Specify the full name of the volume script to use. The script can be
10043 used to eject cassettes, or to broadcast messages such as
10044 @samp{Someone please come change my tape} when performing unattended
10045 backups.
10046 @end table
10047
10048 The @var{script-name} is executed without any command line
10049 arguments. It inherits @command{tar}'s shell environment.
10050 Additional data is passed to it via the following
10051 environment variables:
10052
10053 @table @env
10054 @vrindex TAR_VERSION, info script environment variable
10055 @item TAR_VERSION
10056 @GNUTAR{} version number.
10057
10058 @vrindex TAR_ARCHIVE, info script environment variable
10059 @item TAR_ARCHIVE
10060 The name of the archive @command{tar} is processing.
10061
10062 @vrindex TAR_VOLUME, info script environment variable
10063 @item TAR_VOLUME
10064 Ordinal number of the volume @command{tar} is about to start.
10065
10066 @vrindex TAR_SUBCOMMAND, info script environment variable
10067 @item TAR_SUBCOMMAND
10068 Short option describing the operation @command{tar} is executing
10069 @xref{Operations}, for a complete list of subcommand options.
10070
10071 @vrindex TAR_FORMAT, info script environment variable
10072 @item TAR_FORMAT
10073 Format of the archive being processed. @xref{Formats}, for a complete
10074 list of archive format names.
10075 @end table
10076
10077 The volume script can instruct @command{tar} to use new archive name,
10078 by writing in to file descriptor 3 (see below for an example).
10079
10080 If the info script fails, @command{tar} exits; otherwise, it begins
10081 writing the next volume.
10082
10083 If you want @command{tar} to cycle through a series of files or tape
10084 drives, there are three approaches to choose from. First of all, you
10085 can give @command{tar} multiple @option{--file} options. In this case
10086 the specified files will be used, in sequence, as the successive
10087 volumes of the archive. Only when the first one in the sequence needs
10088 to be used again will @command{tar} prompt for a tape change (or run
10089 the info script). For example, suppose someone has two tape drives on
10090 a system named @file{/dev/tape0} and @file{/dev/tape1}. For having
10091 @GNUTAR{} to switch to the second drive when it needs to write the
10092 second tape, and then back to the first tape, etc., just do either of:
10093
10094 @smallexample
10095 $ @kbd{tar --create --multi-volume --file=/dev/tape0 --file=/dev/tape1 @var{files}}
10096 $ @kbd{tar cMff /dev/tape0 /dev/tape1 @var{files}}
10097 @end smallexample
10098
10099 The second method is to use the @samp{n} response to the tape-change
10100 prompt.
10101
10102 Finally, the most flexible approach is to use a volume script, that
10103 writes new archive name to the file descriptor #3. For example, the
10104 following volume script will create a series of archive files, named
10105 @file{@var{archive}-@var{vol}}, where @var{archive} is the name of the
10106 archive being created (as given by @option{--file} option) and
10107 @var{vol} is the ordinal number of the archive being created:
10108
10109 @smallexample
10110 @group
10111 #! /bin/sh
10112 echo Preparing volume $TAR_VOLUME of $TAR_ARCHIVE.
10113
10114 name=`expr $TAR_ARCHIVE : '\(.*\)-.*'`
10115 case $TAR_SUBCOMMAND in
10116 -c) ;;
10117 -d|-x|-t) test -r $@{name:-$TAR_ARCHIVE@}-$TAR_VOLUME || exit 1
10118 ;;
10119 *) exit 1
10120 esac
10121
10122 echo $@{name:-$TAR_ARCHIVE@}-$TAR_VOLUME >&3
10123 @end group
10124 @end smallexample
10125
10126 The same script cant be used while listing, comparing or extracting
10127 from the created archive. For example:
10128
10129 @smallexample
10130 @group
10131 # @r{Create a multi-volume archive:}
10132 $ @kbd{tar -c -L1024 -f archive.tar -F new-volume .}
10133 # @r{Extract from the created archive:}
10134 $ @kbd{tar -x -f archive.tar -F new-volume .}
10135 @end group
10136 @end smallexample
10137
10138 @noindent
10139 Notice, that the first command had to use @option{-L} option, since
10140 otherwise @GNUTAR{} will end up writing everything to file
10141 @file{archive.tar}.
10142
10143 You can read each individual volume of a multi-volume archive as if it
10144 were an archive by itself. For example, to list the contents of one
10145 volume, use @option{--list}, without @option{--multi-volume} specified.
10146 To extract an archive member from one volume (assuming it is described
10147 that volume), use @option{--extract}, again without
10148 @option{--multi-volume}.
10149
10150 If an archive member is split across volumes (i.e., its entry begins on
10151 one volume of the media and ends on another), you need to specify
10152 @option{--multi-volume} to extract it successfully. In this case, you
10153 should load the volume where the archive member starts, and use
10154 @samp{tar --extract --multi-volume}---@command{tar} will prompt for later
10155 volumes as it needs them. @xref{extracting archives}, for more
10156 information about extracting archives.
10157
10158 Multi-volume archives can be modified like any other archive. To add
10159 files to a multi-volume archive, you need to only mount the last
10160 volume of the archive media (and new volumes, if needed). For all
10161 other operations, you need to use the entire archive.
10162
10163 If a multi-volume archive was labeled using
10164 @option{--label=@var{archive-label}} (@pxref{label}) when it was
10165 created, @command{tar} will not automatically label volumes which are
10166 added later. To label subsequent volumes, specify
10167 @option{--label=@var{archive-label}} again in conjunction with the
10168 @option{--append}, @option{--update} or @option{--concatenate} operation.
10169
10170 Notice that multi-volume support is a GNU extension and the archives
10171 created in this mode should be read only using @GNUTAR{}. If you
10172 absolutely have to process such archives using a third-party @command{tar}
10173 implementation, read @ref{Split Recovery}.
10174
10175 @node Tape Files
10176 @subsection Tape Files
10177 @UNREVISED
10178
10179 To give the archive a name which will be recorded in it, use the
10180 @option{--label=@var{volume-label}} (@option{-V @var{volume-label}})
10181 option. This will write a special block identifying
10182 @var{volume-label} as the name of the archive to the front of the
10183 archive which will be displayed when the archive is listed with
10184 @option{--list}. If you are creating a multi-volume archive with
10185 @option{--multi-volume} (@pxref{Using Multiple Tapes}), then the
10186 volume label will have @samp{Volume @var{nnn}} appended to the name
10187 you give, where @var{nnn} is the number of the volume of the archive.
10188 (If you use the @option{--label=@var{volume-label}}) option when
10189 reading an archive, it checks to make sure the label on the tape
10190 matches the one you give. @xref{label}.
10191
10192 When @command{tar} writes an archive to tape, it creates a single
10193 tape file. If multiple archives are written to the same tape, one
10194 after the other, they each get written as separate tape files. When
10195 extracting, it is necessary to position the tape at the right place
10196 before running @command{tar}. To do this, use the @command{mt} command.
10197 For more information on the @command{mt} command and on the organization
10198 of tapes into a sequence of tape files, see @ref{mt}.
10199
10200 People seem to often do:
10201
10202 @smallexample
10203 @kbd{--label="@var{some-prefix} `date +@var{some-format}`"}
10204 @end smallexample
10205
10206 or such, for pushing a common date in all volumes or an archive set.
10207
10208 @node Tarcat
10209 @subsection Concatenate Volumes into a Single Archive
10210
10211 @pindex tarcat
10212 Sometimes it is necessary to convert existing @GNUTAR{} multi-volume
10213 archive to a single @command{tar} archive. Simply concatenating all
10214 volumes into one will not work, since each volume carries an additional
10215 information at the beginning. @GNUTAR{} is shipped with the shell
10216 script @command{tarcat} designed for this purpose.
10217
10218 The script takes a list of files comprising a multi-volume archive
10219 and creates the resulting archive at the standard output. For example:
10220
10221 @smallexample
10222 @kbd{tarcat vol.1 vol.2 vol.3 | tar tf -}
10223 @end smallexample
10224
10225 The script implements a simple heuristics to determine the format of
10226 the first volume file and to decide how to process the rest of the
10227 files. However, it makes no attempt to verify whether the files are
10228 given in order or even if they are valid @command{tar} archives.
10229 It uses @command{dd} and does not filter its standard error, so you
10230 will usually see lots of spurious messages.
10231
10232 @FIXME{The script is not installed. Should we install it?}
10233
10234 @node label
10235 @section Including a Label in the Archive
10236 @cindex Labeling an archive
10237 @cindex Labels on the archive media
10238 @cindex Labeling multi-volume archives
10239 @UNREVISED
10240
10241 @opindex label
10242 To avoid problems caused by misplaced paper labels on the archive
10243 media, you can include a @dfn{label} entry---an archive member which
10244 contains the name of the archive---in the archive itself. Use the
10245 @option{--label=@var{archive-label}} (@option{-V @var{archive-label}})
10246 option in conjunction with the @option{--create} operation to include
10247 a label entry in the archive as it is being created.
10248
10249 @table @option
10250 @item --label=@var{archive-label}
10251 @itemx -V @var{archive-label}
10252 Includes an @dfn{archive-label} at the beginning of the archive when
10253 the archive is being created, when used in conjunction with the
10254 @option{--create} operation. Checks to make sure the archive label
10255 matches the one specified (when used in conjunction with any other
10256 operation.
10257 @end table
10258
10259 If you create an archive using both
10260 @option{--label=@var{archive-label}} (@option{-V @var{archive-label}})
10261 and @option{--multi-volume} (@option{-M}), each volume of the archive
10262 will have an archive label of the form @samp{@var{archive-label}
10263 Volume @var{n}}, where @var{n} is 1 for the first volume, 2 for the
10264 next, and so on. @xref{Using Multiple Tapes}, for information on
10265 creating multiple volume archives.
10266
10267 @cindex Volume label, listing
10268 @cindex Listing volume label
10269 The volume label will be displayed by @option{--list} along with
10270 the file contents. If verbose display is requested, it will also be
10271 explicitly marked as in the example below:
10272
10273 @smallexample
10274 @group
10275 $ @kbd{tar --verbose --list --file=iamanarchive}
10276 V--------- 0 0 0 1992-03-07 12:01 iamalabel--Volume Header--
10277 -rw-r--r-- ringo user 40 1990-05-21 13:30 iamafilename
10278 @end group
10279 @end smallexample
10280
10281 @opindex test-label
10282 @anchor{--test-label option}
10283 However, @option{--list} option will cause listing entire
10284 contents of the archive, which may be undesirable (for example, if the
10285 archive is stored on a tape). You can request checking only the volume
10286 by specifying @option{--test-label} option. This option reads only the
10287 first block of an archive, so it can be used with slow storage
10288 devices. For example:
10289
10290 @smallexample
10291 @group
10292 $ @kbd{tar --test-label --file=iamanarchive}
10293 iamalabel
10294 @end group
10295 @end smallexample
10296
10297 If @option{--test-label} is used with a single command line
10298 argument, @command{tar} compares the volume label with the
10299 argument. It exits with code 0 if the two strings match, and with code
10300 2 otherwise. In this case no output is displayed. For example:
10301
10302 @smallexample
10303 @group
10304 $ @kbd{tar --test-label --file=iamanarchive 'iamalable'}
10305 @result{} 0
10306 $ @kbd{tar --test-label --file=iamanarchive 'iamalable' alabel}
10307 @result{} 1
10308 @end group
10309 @end smallexample
10310
10311 If you request any operation, other than @option{--create}, along
10312 with using @option{--label} option, @command{tar} will first check if
10313 the archive label matches the one specified and will refuse to proceed
10314 if it does not. Use this as a safety precaution to avoid accidentally
10315 overwriting existing archives. For example, if you wish to add files
10316 to @file{archive}, presumably labeled with string @samp{My volume},
10317 you will get:
10318
10319 @smallexample
10320 @group
10321 $ @kbd{tar -rf archive --label 'My volume' .}
10322 tar: Archive not labeled to match `My volume'
10323 @end group
10324 @end smallexample
10325
10326 @noindent
10327 in case its label does not match. This will work even if
10328 @file{archive} is not labeled at all.
10329
10330 Similarly, @command{tar} will refuse to list or extract the
10331 archive if its label doesn't match the @var{archive-label}
10332 specified. In those cases, @var{archive-label} argument is interpreted
10333 as a globbing-style pattern which must match the actual magnetic
10334 volume label. @xref{exclude}, for a precise description of how match
10335 is attempted@footnote{Previous versions of @command{tar} used full
10336 regular expression matching, or before that, only exact string
10337 matching, instead of wildcard matchers. We decided for the sake of
10338 simplicity to use a uniform matching device through
10339 @command{tar}.}. If the switch @option{--multi-volume} (@option{-M}) is being used,
10340 the volume label matcher will also suffix @var{archive-label} by
10341 @w{@samp{ Volume [1-9]*}} if the initial match fails, before giving
10342 up. Since the volume numbering is automatically added in labels at
10343 creation time, it sounded logical to equally help the user taking care
10344 of it when the archive is being read.
10345
10346 The @option{--label} was once called @option{--volume}, but is not
10347 available under that name anymore.
10348
10349 You can also use @option{--label} to get a common information on
10350 all tapes of a series. For having this information different in each
10351 series created through a single script used on a regular basis, just
10352 manage to get some date string as part of the label. For example:
10353
10354 @smallexample
10355 @group
10356 $ @kbd{tar cfMV /dev/tape "Daily backup for `date +%Y-%m-%d`"}
10357 $ @kbd{tar --create --file=/dev/tape --multi-volume \
10358 --volume="Daily backup for `date +%Y-%m-%d`"}
10359 @end group
10360 @end smallexample
10361
10362 Also note that each label has its own date and time, which corresponds
10363 to when @GNUTAR{} initially attempted to write it,
10364 often soon after the operator launches @command{tar} or types the
10365 carriage return telling that the next tape is ready. Comparing date
10366 labels does give an idea of tape throughput only if the delays for
10367 rewinding tapes and the operator switching them were negligible, which
10368 is usually not the case.
10369
10370 @node verify
10371 @section Verifying Data as It is Stored
10372 @cindex Verifying a write operation
10373 @cindex Double-checking a write operation
10374
10375 @table @option
10376 @item -W
10377 @itemx --verify
10378 @opindex verify, short description
10379 Attempt to verify the archive after writing.
10380 @end table
10381
10382 This option causes @command{tar} to verify the archive after writing it.
10383 Each volume is checked after it is written, and any discrepancies
10384 are recorded on the standard error output.
10385
10386 Verification requires that the archive be on a back-space-able medium.
10387 This means pipes, some cartridge tape drives, and some other devices
10388 cannot be verified.
10389
10390 You can insure the accuracy of an archive by comparing files in the
10391 system with archive members. @command{tar} can compare an archive to the
10392 file system as the archive is being written, to verify a write
10393 operation, or can compare a previously written archive, to insure that
10394 it is up to date.
10395
10396 @xopindex{verify, using with @option{--create}}
10397 @xopindex{create, using with @option{--verify}}
10398 To check for discrepancies in an archive immediately after it is
10399 written, use the @option{--verify} (@option{-W}) option in conjunction with
10400 the @option{--create} operation. When this option is
10401 specified, @command{tar} checks archive members against their counterparts
10402 in the file system, and reports discrepancies on the standard error.
10403
10404 To verify an archive, you must be able to read it from before the end
10405 of the last written entry. This option is useful for detecting data
10406 errors on some tapes. Archives written to pipes, some cartridge tape
10407 drives, and some other devices cannot be verified.
10408
10409 One can explicitly compare an already made archive with the file
10410 system by using the @option{--compare} (@option{--diff}, @option{-d})
10411 option, instead of using the more automatic @option{--verify} option.
10412 @xref{compare}.
10413
10414 Note that these two options have a slightly different intent. The
10415 @option{--compare} option checks how identical are the logical contents of some
10416 archive with what is on your disks, while the @option{--verify} option is
10417 really for checking if the physical contents agree and if the recording
10418 media itself is of dependable quality. So, for the @option{--verify}
10419 operation, @command{tar} tries to defeat all in-memory cache pertaining to
10420 the archive, while it lets the speed optimization undisturbed for the
10421 @option{--compare} option. If you nevertheless use @option{--compare} for
10422 media verification, you may have to defeat the in-memory cache yourself,
10423 maybe by opening and reclosing the door latch of your recording unit,
10424 forcing some doubt in your operating system about the fact this is really
10425 the same volume as the one just written or read.
10426
10427 The @option{--verify} option would not be necessary if drivers were indeed
10428 able to detect dependably all write failures. This sometimes require many
10429 magnetic heads, some able to read after the writes occurred. One would
10430 not say that drivers unable to detect all cases are necessarily flawed,
10431 as long as programming is concerned.
10432
10433 The @option{--verify} (@option{-W}) option will not work in
10434 conjunction with the @option{--multi-volume} (@option{-M}) option or
10435 the @option{--append} (@option{-r}), @option{--update} (@option{-u})
10436 and @option{--delete} operations. @xref{Operations}, for more
10437 information on these operations.
10438
10439 Also, since @command{tar} normally strips leading @samp{/} from file
10440 names (@pxref{absolute}), a command like @samp{tar --verify -cf
10441 /tmp/foo.tar /etc} will work as desired only if the working directory is
10442 @file{/}, as @command{tar} uses the archive's relative member names
10443 (e.g., @file{etc/motd}) when verifying the archive.
10444
10445 @node Write Protection
10446 @section Write Protection
10447
10448 Almost all tapes and diskettes, and in a few rare cases, even disks can
10449 be @dfn{write protected}, to protect data on them from being changed.
10450 Once an archive is written, you should write protect the media to prevent
10451 the archive from being accidentally overwritten or deleted. (This will
10452 protect the archive from being changed with a tape or floppy drive---it
10453 will not protect it from magnet fields or other physical hazards).
10454
10455 The write protection device itself is usually an integral part of the
10456 physical media, and can be a two position (write enabled/write
10457 disabled) switch, a notch which can be popped out or covered, a ring
10458 which can be removed from the center of a tape reel, or some other
10459 changeable feature.
10460
10461 @node Changes
10462 @appendix Changes
10463
10464 This appendix lists some important user-visible changes between
10465 version @GNUTAR{} @value{VERSION} and previous versions. An up-to-date
10466 version of this document is available at
10467 @uref{http://www.gnu.org/@/software/@/tar/manual/changes.html,the
10468 @GNUTAR{} documentation page}.
10469
10470 @table @asis
10471 @item Use of globbing patterns when listing and extracting.
10472
10473 Previous versions of GNU tar assumed shell-style globbing when
10474 extracting from or listing an archive. For example:
10475
10476 @smallexample
10477 $ @kbd{tar xf foo.tar '*.c'}
10478 @end smallexample
10479
10480 would extract all files whose names end in @samp{.c}. This behavior
10481 was not documented and was incompatible with traditional tar
10482 implementations. Therefore, starting from version 1.15.91, GNU tar
10483 no longer uses globbing by default. For example, the above invocation
10484 is now interpreted as a request to extract from the archive the file
10485 named @file{*.c}.
10486
10487 To facilitate transition to the new behavior for those users who got
10488 used to the previous incorrect one, @command{tar} will print a warning
10489 if it finds out that a requested member was not found in the archive
10490 and its name looks like a globbing pattern. For example:
10491
10492 @smallexample
10493 $ @kbd{tar xf foo.tar '*.c'}
10494 tar: Pattern matching characters used in file names. Please,
10495 tar: use --wildcards to enable pattern matching, or --no-wildcards to
10496 tar: suppress this warning.
10497 tar: *.c: Not found in archive
10498 tar: Error exit delayed from previous errors
10499 @end smallexample
10500
10501 To treat member names as globbing patterns, use --wildcards option.
10502 If you want to tar to mimic the behavior of versions prior to 1.15.91,
10503 add this option to your @env{TAR_OPTIONS} variable.
10504
10505 @xref{wildcards}, for the detailed discussion of the use of globbing
10506 patterns by @GNUTAR{}.
10507
10508 @item Use of short option @option{-o}.
10509
10510 Earlier versions of @GNUTAR{} understood @option{-o} command line
10511 option as a synonym for @option{--old-archive}.
10512
10513 @GNUTAR{} starting from version 1.13.90 understands this option as
10514 a synonym for @option{--no-same-owner}. This is compatible with
10515 UNIX98 @command{tar} implementations.
10516
10517 However, to facilitate transition, @option{-o} option retains its
10518 old semantics when it is used with one of archive-creation commands.
10519 Users are encouraged to use @option{--format=oldgnu} instead.
10520
10521 It is especially important, since versions of @acronym{GNU} Automake
10522 up to and including 1.8.4 invoke tar with this option to produce
10523 distribution tarballs. @xref{Formats,v7}, for the detailed discussion
10524 of this issue and its implications.
10525
10526 @FIXME{Change the first argument to tar-formats when the new Automake is
10527 out. The proposition to add @anchor{} to the appropriate place of its
10528 docs was accepted by Automake people --Sergey 2006-05-25}.
10529 @xref{Options, tar-v7, Changing Automake's Behavior,
10530 automake, GNU Automake}, for a description on how to use various
10531 archive formats with @command{automake}.
10532
10533 Future versions of @GNUTAR{} will understand @option{-o} only as a
10534 synonym for @option{--no-same-owner}.
10535
10536 @item Use of short option @option{-l}
10537
10538 Earlier versions of @GNUTAR{} understood @option{-l} option as a
10539 synonym for @option{--one-file-system}. Since such usage contradicted
10540 to UNIX98 specification and harmed compatibility with other
10541 implementation, it was declared deprecated in version 1.14. However,
10542 to facilitate transition to its new semantics, it was supported by
10543 versions 1.15 and 1.15.90. The present use of @option{-l} as a short
10544 variant of @option{--check-links} was introduced in version 1.15.91.
10545
10546 @item Use of options @option{--portability} and @option{--old-archive}
10547
10548 These options are deprecated. Please use @option{--format=v7} instead.
10549
10550 @item Use of option @option{--posix}
10551
10552 This option is deprecated. Please use @option{--format=posix} instead.
10553 @end table
10554
10555 @node Configuring Help Summary
10556 @appendix Configuring Help Summary
10557
10558 Running @kbd{tar --help} displays the short @command{tar} option
10559 summary (@pxref{help}). This summary is organized by @dfn{groups} of
10560 semantically close options. The options within each group are printed
10561 in the following order: a short option, eventually followed by a list
10562 of corresponding long option names, followed by a short description of
10563 the option. For example, here is an excerpt from the actual @kbd{tar
10564 --help} output:
10565
10566 @verbatim
10567 Main operation mode:
10568
10569 -A, --catenate, --concatenate append tar files to an archive
10570 -c, --create create a new archive
10571 -d, --diff, --compare find differences between archive and
10572 file system
10573 --delete delete from the archive
10574 @end verbatim
10575
10576 @vrindex ARGP_HELP_FMT, environment variable
10577 The exact visual representation of the help output is configurable via
10578 @env{ARGP_HELP_FMT} environment variable. The value of this variable
10579 is a comma-separated list of @dfn{format variable} assignments. There
10580 are two kinds of format variables. An @dfn{offset variable} keeps the
10581 offset of some part of help output text from the leftmost column on
10582 the screen. A @dfn{boolean} variable is a flag that toggles some
10583 output feature on or off. Depending on the type of the corresponding
10584 variable, there are two kinds of assignments:
10585
10586 @table @asis
10587 @item Offset assignment
10588
10589 The assignment to an offset variable has the following syntax:
10590
10591 @smallexample
10592 @var{variable}=@var{value}
10593 @end smallexample
10594
10595 @noindent
10596 where @var{variable} is the variable name, and @var{value} is a
10597 numeric value to be assigned to the variable.
10598
10599 @item Boolean assignment
10600
10601 To assign @code{true} value to a variable, simply put this variable name. To
10602 assign @code{false} value, prefix the variable name with @samp{no-}. For
10603 example:
10604
10605 @smallexample
10606 @group
10607 # Assign @code{true} value:
10608 dup-args
10609 # Assign @code{false} value:
10610 no-dup-args
10611 @end group
10612 @end smallexample
10613 @end table
10614
10615 Following variables are declared:
10616
10617 @deftypevr {Help Output} boolean dup-args
10618 If true, arguments for an option are shown with both short and long
10619 options, even when a given option has both forms, for example:
10620
10621 @smallexample
10622 -f ARCHIVE, --file=ARCHIVE use archive file or device ARCHIVE
10623 @end smallexample
10624
10625 If false, then if an option has both short and long forms, the
10626 argument is only shown with the long one, for example:
10627
10628 @smallexample
10629 -f, --file=ARCHIVE use archive file or device ARCHIVE
10630 @end smallexample
10631
10632 @noindent
10633 and a message indicating that the argument is applicable to both
10634 forms is printed below the options. This message can be disabled
10635 using @code{dup-args-note} (see below).
10636
10637 The default is false.
10638 @end deftypevr
10639
10640 @deftypevr {Help Output} boolean dup-args-note
10641 If this variable is true, which is the default, the following notice
10642 is displayed at the end of the help output:
10643
10644 @quotation
10645 Mandatory or optional arguments to long options are also mandatory or
10646 optional for any corresponding short options.
10647 @end quotation
10648
10649 Setting @code{no-dup-args-note} inhibits this message. Normally, only one of
10650 variables @code{dup-args} or @code{dup-args-note} should be set.
10651 @end deftypevr
10652
10653 @deftypevr {Help Output} offset short-opt-col
10654 Column in which short options start. Default is 2.
10655
10656 @smallexample
10657 @group
10658 $ @kbd{tar --help|grep ARCHIVE}
10659 -f, --file=ARCHIVE use archive file or device ARCHIVE
10660 $ @kbd{ARGP_HELP_FMT=short-opt-col=6 tar --help|grep ARCHIVE}
10661 -f, --file=ARCHIVE use archive file or device ARCHIVE
10662 @end group
10663 @end smallexample
10664 @end deftypevr
10665
10666 @deftypevr {Help Output} offset long-opt-col
10667 Column in which long options start. Default is 6. For example:
10668
10669 @smallexample
10670 @group
10671 $ @kbd{tar --help|grep ARCHIVE}
10672 -f, --file=ARCHIVE use archive file or device ARCHIVE
10673 $ @kbd{ARGP_HELP_FMT=long-opt-col=16 tar --help|grep ARCHIVE}
10674 -f, --file=ARCHIVE use archive file or device ARCHIVE
10675 @end group
10676 @end smallexample
10677 @end deftypevr
10678
10679 @deftypevr {Help Output} offset doc-opt-col
10680 Column in which @dfn{doc options} start. A doc option isn't actually
10681 an option, but rather an arbitrary piece of documentation that is
10682 displayed in much the same manner as the options. For example, in
10683 the description of @option{--format} option:
10684
10685 @smallexample
10686 @group
10687 -H, --format=FORMAT create archive of the given format.
10688
10689 FORMAT is one of the following:
10690
10691 gnu GNU tar 1.13.x format
10692 oldgnu GNU format as per tar <= 1.12
10693 pax POSIX 1003.1-2001 (pax) format
10694 posix same as pax
10695 ustar POSIX 1003.1-1988 (ustar) format
10696 v7 old V7 tar format
10697 @end group
10698 @end smallexample
10699
10700 @noindent
10701 the format names are doc options. Thus, if you set
10702 @kbd{ARGP_HELP_FMT=doc-opt-col=6} the above part of the help output
10703 will look as follows:
10704
10705 @smallexample
10706 @group
10707 -H, --format=FORMAT create archive of the given format.
10708
10709 FORMAT is one of the following:
10710
10711 gnu GNU tar 1.13.x format
10712 oldgnu GNU format as per tar <= 1.12
10713 pax POSIX 1003.1-2001 (pax) format
10714 posix same as pax
10715 ustar POSIX 1003.1-1988 (ustar) format
10716 v7 old V7 tar format
10717 @end group
10718 @end smallexample
10719 @end deftypevr
10720
10721 @deftypevr {Help Output} offset opt-doc-col
10722 Column in which option description starts. Default is 29.
10723
10724 @smallexample
10725 @group
10726 $ @kbd{tar --help|grep ARCHIVE}
10727 -f, --file=ARCHIVE use archive file or device ARCHIVE
10728 $ @kbd{ARGP_HELP_FMT=opt-doc-col=19 tar --help|grep ARCHIVE}
10729 -f, --file=ARCHIVE use archive file or device ARCHIVE
10730 $ @kbd{ARGP_HELP_FMT=opt-doc-col=9 tar --help|grep ARCHIVE}
10731 -f, --file=ARCHIVE
10732 use archive file or device ARCHIVE
10733 @end group
10734 @end smallexample
10735
10736 @noindent
10737 Notice, that the description starts on a separate line if
10738 @code{opt-doc-col} value is too small.
10739 @end deftypevr
10740
10741 @deftypevr {Help Output} offset header-col
10742 Column in which @dfn{group headers} are printed. A group header is a
10743 descriptive text preceding an option group. For example, in the
10744 following text:
10745
10746 @verbatim
10747 Main operation mode:
10748
10749 -A, --catenate, --concatenate append tar files to
10750 an archive
10751 -c, --create create a new archive
10752 @end verbatim
10753 @noindent
10754 @samp{Main operation mode:} is the group header.
10755
10756 The default value is 1.
10757 @end deftypevr
10758
10759 @deftypevr {Help Output} offset usage-indent
10760 Indentation of wrapped usage lines. Affects @option{--usage}
10761 output. Default is 12.
10762 @end deftypevr
10763
10764 @deftypevr {Help Output} offset rmargin
10765 Right margin of the text output. Used for wrapping.
10766 @end deftypevr
10767
10768 @node Tar Internals
10769 @appendix Tar Internals
10770 @include intern.texi
10771
10772 @node Genfile
10773 @appendix Genfile
10774 @include genfile.texi
10775
10776 @node Free Software Needs Free Documentation
10777 @appendix Free Software Needs Free Documentation
10778 @include freemanuals.texi
10779
10780 @node Copying This Manual
10781 @appendix Copying This Manual
10782
10783 @menu
10784 * GNU Free Documentation License:: License for copying this manual
10785 @end menu
10786
10787 @include fdl.texi
10788
10789 @node Index of Command Line Options
10790 @appendix Index of Command Line Options
10791
10792 This appendix contains an index of all @GNUTAR{} long command line
10793 options. The options are listed without the preceding double-dash.
10794 For a cross-reference of short command line options, @ref{Short Option Summary}.
10795
10796 @printindex op
10797
10798 @node Index
10799 @appendix Index
10800
10801 @printindex cp
10802
10803 @summarycontents
10804 @contents
10805 @bye
10806
10807 @c Local variables:
10808 @c texinfo-column-for-description: 32
10809 @c End:
This page took 0.524344 seconds and 5 git commands to generate.