]> Dogcows Code - chaz/tar/blob - doc/tar.texi
New option --full-time.
[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 @defcodeindex kw
25
26 @c Put everything in one index (arbitrarily chosen to be the concept index).
27 @syncodeindex fn cp
28 @syncodeindex ky cp
29 @syncodeindex pg cp
30 @syncodeindex vr cp
31 @syncodeindex kw cp
32
33 @copying
34
35 This manual is for @acronym{GNU} @command{tar} (version
36 @value{VERSION}, @value{UPDATED}), which creates and extracts files
37 from archives.
38
39 Copyright @copyright{} 1992, 1994, 1995, 1996, 1997, 1999, 2000, 2001,
40 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
41
42 @quotation
43 Permission is granted to copy, distribute and/or modify this document
44 under the terms of the GNU Free Documentation License, Version 1.1 or
45 any later version published by the Free Software Foundation; with no
46 Invariant Sections, with the Front-Cover Texts being ``A GNU Manual,''
47 and with the Back-Cover Texts as in (a) below. A copy of the license
48 is included in the section entitled "GNU Free Documentation License".
49
50 (a) The FSF's Back-Cover Text is: ``You have the freedom to
51 copy and modify this GNU manual. Buying copies from the FSF
52 supports it in developing GNU and promoting software freedom.''
53 @end quotation
54 @end copying
55
56 @dircategory Archiving
57 @direntry
58 * Tar: (tar). Making tape (or disk) archives.
59 @end direntry
60
61 @dircategory Individual utilities
62 @direntry
63 * tar: (tar)tar invocation. Invoking @GNUTAR{}.
64 @end direntry
65
66 @shorttitlepage @acronym{GNU} @command{tar}
67
68 @titlepage
69 @title @acronym{GNU} tar: an archiver tool
70 @subtitle @value{RENDITION} @value{VERSION}, @value{UPDATED}
71 @author John Gilmore, Jay Fenlason et al.
72
73 @page
74 @vskip 0pt plus 1filll
75 @insertcopying
76 @end titlepage
77
78 @ifnottex
79 @node Top
80 @top @acronym{GNU} tar: an archiver tool
81
82 @insertcopying
83
84 @cindex file archival
85 @cindex archiving files
86
87 The first part of this master menu lists the major nodes in this Info
88 document. The rest of the menu lists all the lower level nodes.
89 @end ifnottex
90
91 @c The master menu goes here.
92 @c
93 @c NOTE: To update it from within Emacs, make sure mastermenu.el is
94 @c loaded and run texinfo-master-menu.
95 @c To update it from the command line, run
96 @c
97 @c make master-menu
98
99 @menu
100 * Introduction::
101 * Tutorial::
102 * tar invocation::
103 * operations::
104 * Backups::
105 * Choosing::
106 * Date input formats::
107 * Formats::
108 * Media::
109
110 Appendices
111
112 * Changes::
113 * Configuring Help Summary::
114 * Fixing Snapshot Files::
115 * Tar Internals::
116 * Genfile::
117 * Free Software Needs Free Documentation::
118 * Copying This Manual::
119 * Index of Command Line Options::
120 * Index::
121
122 @detailmenu
123 --- The Detailed Node Listing ---
124
125 Introduction
126
127 * Book Contents:: What this Book Contains
128 * Definitions:: Some Definitions
129 * What tar Does:: What @command{tar} Does
130 * Naming tar Archives:: How @command{tar} Archives are Named
131 * Authors:: @GNUTAR{} Authors
132 * Reports:: Reporting bugs or suggestions
133
134 Tutorial Introduction to @command{tar}
135
136 * assumptions::
137 * stylistic conventions::
138 * basic tar options:: Basic @command{tar} Operations and Options
139 * frequent operations::
140 * Two Frequent Options::
141 * create:: How to Create Archives
142 * list:: How to List Archives
143 * extract:: How to Extract Members from an Archive
144 * going further::
145
146 Two Frequently Used Options
147
148 * file tutorial::
149 * verbose tutorial::
150 * help tutorial::
151
152 How to Create Archives
153
154 * prepare for examples::
155 * Creating the archive::
156 * create verbose::
157 * short create::
158 * create dir::
159
160 How to List Archives
161
162 * list dir::
163
164 How to Extract Members from an Archive
165
166 * extracting archives::
167 * extracting files::
168 * extract dir::
169 * extracting untrusted archives::
170 * failing commands::
171
172 Invoking @GNUTAR{}
173
174 * Synopsis::
175 * using tar options::
176 * Styles::
177 * All Options::
178 * help::
179 * defaults::
180 * verbose::
181 * checkpoints::
182 * warnings::
183 * interactive::
184
185 The Three Option Styles
186
187 * Long Options:: Long Option Style
188 * Short Options:: Short Option Style
189 * Old Options:: Old Option Style
190 * Mixing:: Mixing Option Styles
191
192 All @command{tar} Options
193
194 * Operation Summary::
195 * Option Summary::
196 * Short Option Summary::
197
198 @GNUTAR{} Operations
199
200 * Basic tar::
201 * Advanced tar::
202 * create options::
203 * extract options::
204 * backup::
205 * Applications::
206 * looking ahead::
207
208 Advanced @GNUTAR{} Operations
209
210 * Operations::
211 * append::
212 * update::
213 * concatenate::
214 * delete::
215 * compare::
216
217 How to Add Files to Existing Archives: @option{--append}
218
219 * appending files:: Appending Files to an Archive
220 * multiple::
221
222 Updating an Archive
223
224 * how to update::
225
226 Options Used by @option{--create}
227
228 * override:: Overriding File Metadata.
229 * Ignore Failed Read::
230
231 Options Used by @option{--extract}
232
233 * Reading:: Options to Help Read Archives
234 * Writing:: Changing How @command{tar} Writes Files
235 * Scarce:: Coping with Scarce Resources
236
237 Options to Help Read Archives
238
239 * read full records::
240 * Ignore Zeros::
241
242 Changing How @command{tar} Writes Files
243
244 * Dealing with Old Files::
245 * Overwrite Old Files::
246 * Keep Old Files::
247 * Keep Newer Files::
248 * Unlink First::
249 * Recursive Unlink::
250 * Data Modification Times::
251 * Setting Access Permissions::
252 * Directory Modification Times and Permissions::
253 * Writing to Standard Output::
254 * Writing to an External Program::
255 * remove files::
256
257 Coping with Scarce Resources
258
259 * Starting File::
260 * Same Order::
261
262 Performing Backups and Restoring Files
263
264 * Full Dumps:: Using @command{tar} to Perform Full Dumps
265 * Incremental Dumps:: Using @command{tar} to Perform Incremental Dumps
266 * Backup Levels:: Levels of Backups
267 * Backup Parameters:: Setting Parameters for Backups and Restoration
268 * Scripted Backups:: Using the Backup Scripts
269 * Scripted Restoration:: Using the Restore Script
270
271 Setting Parameters for Backups and Restoration
272
273 * General-Purpose Variables::
274 * Magnetic Tape Control::
275 * User Hooks::
276 * backup-specs example:: An Example Text of @file{Backup-specs}
277
278 Choosing Files and Names for @command{tar}
279
280 * file:: Choosing the Archive's Name
281 * Selecting Archive Members::
282 * files:: Reading Names from a File
283 * exclude:: Excluding Some Files
284 * wildcards:: Wildcards Patterns and Matching
285 * quoting styles:: Ways of Quoting Special Characters in Names
286 * transform:: Modifying File and Member Names
287 * after:: Operating Only on New Files
288 * recurse:: Descending into Directories
289 * one:: Crossing File System Boundaries
290
291 Reading Names from a File
292
293 * nul::
294
295 Excluding Some Files
296
297 * problems with exclude::
298
299 Wildcards Patterns and Matching
300
301 * controlling pattern-matching::
302
303 Crossing File System Boundaries
304
305 * directory:: Changing Directory
306 * absolute:: Absolute File Names
307
308 Date input formats
309
310 * General date syntax:: Common rules.
311 * Calendar date items:: 19 Dec 1994.
312 * Time of day items:: 9:20pm.
313 * Time zone items:: @sc{est}, @sc{pdt}, @sc{gmt}.
314 * Day of week items:: Monday and others.
315 * Relative items in date strings:: next tuesday, 2 years ago.
316 * Pure numbers in date strings:: 19931219, 1440.
317 * Seconds since the Epoch:: @@1078100502.
318 * Specifying time zone rules:: TZ="America/New_York", TZ="UTC0".
319 * Authors of get_date:: Bellovin, Eggert, Salz, Berets, et al.
320
321 Controlling the Archive Format
322
323 * Compression:: Using Less Space through Compression
324 * Attributes:: Handling File Attributes
325 * Portability:: Making @command{tar} Archives More Portable
326 * cpio:: Comparison of @command{tar} and @command{cpio}
327
328 Using Less Space through Compression
329
330 * gzip:: Creating and Reading Compressed Archives
331 * sparse:: Archiving Sparse Files
332
333 Making @command{tar} Archives More Portable
334
335 * Portable Names:: Portable Names
336 * dereference:: Symbolic Links
337 * hard links:: Hard Links
338 * old:: Old V7 Archives
339 * ustar:: Ustar Archives
340 * gnu:: GNU and old GNU format archives.
341 * posix:: @acronym{POSIX} archives
342 * Checksumming:: Checksumming Problems
343 * Large or Negative Values:: Large files, negative time stamps, etc.
344 * Other Tars:: How to Extract GNU-Specific Data Using
345 Other @command{tar} Implementations
346
347 @GNUTAR{} and @acronym{POSIX} @command{tar}
348
349 * PAX keywords:: Controlling Extended Header Keywords.
350
351 How to Extract GNU-Specific Data Using Other @command{tar} Implementations
352
353 * Split Recovery:: Members Split Between Volumes
354 * Sparse Recovery:: Sparse Members
355
356 Tapes and Other Archive Media
357
358 * Device:: Device selection and switching
359 * Remote Tape Server::
360 * Common Problems and Solutions::
361 * Blocking:: Blocking
362 * Many:: Many archives on one tape
363 * Using Multiple Tapes:: Using Multiple Tapes
364 * label:: Including a Label in the Archive
365 * verify::
366 * Write Protection::
367
368 Blocking
369
370 * Format Variations:: Format Variations
371 * Blocking Factor:: The Blocking Factor of an Archive
372
373 Many Archives on One Tape
374
375 * Tape Positioning:: Tape Positions and Tape Marks
376 * mt:: The @command{mt} Utility
377
378 Using Multiple Tapes
379
380 * Multi-Volume Archives:: Archives Longer than One Tape or Disk
381 * Tape Files:: Tape Files
382 * Tarcat:: Concatenate Volumes into a Single Archive
383
384
385 Tar Internals
386
387 * Standard:: Basic Tar Format
388 * Extensions:: @acronym{GNU} Extensions to the Archive Format
389 * Sparse Formats:: Storing Sparse Files
390 * Snapshot Files::
391 * Dumpdir::
392
393 Storing Sparse Files
394
395 * Old GNU Format::
396 * PAX 0:: PAX Format, Versions 0.0 and 0.1
397 * PAX 1:: PAX Format, Version 1.0
398
399 Genfile
400
401 * Generate Mode:: File Generation Mode.
402 * Status Mode:: File Status Mode.
403 * Exec Mode:: Synchronous Execution mode.
404
405 Copying This Manual
406
407 * GNU Free Documentation License:: License for copying this manual
408
409 @end detailmenu
410 @end menu
411
412 @node Introduction
413 @chapter Introduction
414
415 @GNUTAR{} creates
416 and manipulates @dfn{archives} which are actually collections of
417 many other files; the program provides users with an organized and
418 systematic method for controlling a large amount of data.
419 The name ``tar'' originally came from the phrase ``Tape ARchive'', but
420 archives need not (and these days, typically do not) reside on tapes.
421
422 @menu
423 * Book Contents:: What this Book Contains
424 * Definitions:: Some Definitions
425 * What tar Does:: What @command{tar} Does
426 * Naming tar Archives:: How @command{tar} Archives are Named
427 * Authors:: @GNUTAR{} Authors
428 * Reports:: Reporting bugs or suggestions
429 @end menu
430
431 @node Book Contents
432 @section What this Book Contains
433
434 The first part of this chapter introduces you to various terms that will
435 recur throughout the book. It also tells you who has worked on @GNUTAR{}
436 and its documentation, and where you should send bug reports
437 or comments.
438
439 The second chapter is a tutorial (@pxref{Tutorial}) which provides a
440 gentle introduction for people who are new to using @command{tar}. It is
441 meant to be self-contained, not requiring any reading from subsequent
442 chapters to make sense. It moves from topic to topic in a logical,
443 progressive order, building on information already explained.
444
445 Although the tutorial is paced and structured to allow beginners to
446 learn how to use @command{tar}, it is not intended solely for beginners.
447 The tutorial explains how to use the three most frequently used
448 operations (@samp{create}, @samp{list}, and @samp{extract}) as well as
449 two frequently used options (@samp{file} and @samp{verbose}). The other
450 chapters do not refer to the tutorial frequently; however, if a section
451 discusses something which is a complex variant of a basic concept, there
452 may be a cross-reference to that basic concept. (The entire book,
453 including the tutorial, assumes that the reader understands some basic
454 concepts of using a Unix-type operating system; @pxref{Tutorial}.)
455
456 The third chapter presents the remaining five operations, and
457 information about using @command{tar} options and option syntax.
458
459 The other chapters are meant to be used as a reference. Each chapter
460 presents everything that needs to be said about a specific topic.
461
462 One of the chapters (@pxref{Date input formats}) exists in its
463 entirety in other @acronym{GNU} manuals, and is mostly self-contained.
464 In addition, one section of this manual (@pxref{Standard}) contains a
465 big quote which is taken directly from @command{tar} sources.
466
467 In general, we give both long and short (abbreviated) option names
468 at least once in each section where the relevant option is covered, so
469 that novice readers will become familiar with both styles. (A few
470 options have no short versions, and the relevant sections will
471 indicate this.)
472
473 @node Definitions
474 @section Some Definitions
475
476 @cindex archive
477 @cindex tar archive
478 The @command{tar} program is used to create and manipulate @command{tar}
479 archives. An @dfn{archive} is a single file which contains the contents
480 of many files, while still identifying the names of the files, their
481 owner(s), and so forth. (In addition, archives record access
482 permissions, user and group, size in bytes, and data modification time.
483 Some archives also record the file names in each archived directory, as
484 well as other file and directory information.) You can use @command{tar}
485 to @dfn{create} a new archive in a specified directory.
486
487 @cindex member
488 @cindex archive member
489 @cindex file name
490 @cindex member name
491 The files inside an archive are called @dfn{members}. Within this
492 manual, we use the term @dfn{file} to refer only to files accessible in
493 the normal ways (by @command{ls}, @command{cat}, and so forth), and the term
494 @dfn{member} to refer only to the members of an archive. Similarly, a
495 @dfn{file name} is the name of a file, as it resides in the file system,
496 and a @dfn{member name} is the name of an archive member within the
497 archive.
498
499 @cindex extraction
500 @cindex unpacking
501 The term @dfn{extraction} refers to the process of copying an archive
502 member (or multiple members) into a file in the file system. Extracting
503 all the members of an archive is often called @dfn{extracting the
504 archive}. The term @dfn{unpack} can also be used to refer to the
505 extraction of many or all the members of an archive. Extracting an
506 archive does not destroy the archive's structure, just as creating an
507 archive does not destroy the copies of the files that exist outside of
508 the archive. You may also @dfn{list} the members in a given archive
509 (this is often thought of as ``printing'' them to the standard output,
510 or the command line), or @dfn{append} members to a pre-existing archive.
511 All of these operations can be performed using @command{tar}.
512
513 @node What tar Does
514 @section What @command{tar} Does
515
516 @cindex tar
517 The @command{tar} program provides the ability to create @command{tar}
518 archives, as well as various other kinds of manipulation. For example,
519 you can use @command{tar} on previously created archives to extract files,
520 to store additional files, or to update or list files which were already
521 stored.
522
523 Initially, @command{tar} archives were used to store files conveniently on
524 magnetic tape. The name @command{tar} comes from this use; it stands for
525 @code{t}ape @code{ar}chiver. Despite the utility's name, @command{tar} can
526 direct its output to available devices, files, or other programs (using
527 pipes). @command{tar} may even access remote devices or files (as archives).
528
529 You can use @command{tar} archives in many ways. We want to stress a few
530 of them: storage, backup, and transportation.
531
532 @FIXME{the following table entries need a bit of work.}
533 @table @asis
534 @item Storage
535 Often, @command{tar} archives are used to store related files for
536 convenient file transfer over a network. For example, the
537 @acronym{GNU} Project distributes its software bundled into
538 @command{tar} archives, so that all the files relating to a particular
539 program (or set of related programs) can be transferred as a single
540 unit.
541
542 A magnetic tape can store several files in sequence. However, the tape
543 has no names for these files; it only knows their relative position on
544 the tape. One way to store several files on one tape and retain their
545 names is by creating a @command{tar} archive. Even when the basic transfer
546 mechanism can keep track of names, as FTP can, the nuisance of handling
547 multiple files, directories, and multiple links makes @command{tar}
548 archives useful.
549
550 Archive files are also used for long-term storage. You can think of
551 this as transportation from the present into the future. (It is a
552 science-fiction idiom that you can move through time as well as in
553 space; the idea here is that @command{tar} can be used to move archives in
554 all dimensions, even time!)
555
556 @item Backup
557 Because the archive created by @command{tar} is capable of preserving
558 file information and directory structure, @command{tar} is commonly
559 used for performing full and incremental backups of disks. A backup
560 puts a collection of files (possibly pertaining to many users and
561 projects) together on a disk or a tape. This guards against
562 accidental destruction of the information in those files.
563 @GNUTAR{} has special features that allow it to be
564 used to make incremental and full dumps of all the files in a
565 file system.
566
567 @item Transportation
568 You can create an archive on one system, transfer it to another system,
569 and extract the contents there. This allows you to transport a group of
570 files from one system to another.
571 @end table
572
573 @node Naming tar Archives
574 @section How @command{tar} Archives are Named
575
576 Conventionally, @command{tar} archives are given names ending with
577 @samp{.tar}. This is not necessary for @command{tar} to operate properly,
578 but this manual follows that convention in order to accustom readers to
579 it and to make examples more clear.
580
581 @cindex tar file
582 @cindex entry
583 @cindex tar entry
584 Often, people refer to @command{tar} archives as ``@command{tar} files,'' and
585 archive members as ``files'' or ``entries''. For people familiar with
586 the operation of @command{tar}, this causes no difficulty. However, in
587 this manual, we consistently refer to ``archives'' and ``archive
588 members'' to make learning to use @command{tar} easier for novice users.
589
590 @node Authors
591 @section @GNUTAR{} Authors
592
593 @GNUTAR{} was originally written by John Gilmore,
594 and modified by many people. The @acronym{GNU} enhancements were
595 written by Jay Fenlason, then Joy Kendall, and the whole package has
596 been further maintained by Thomas Bushnell, n/BSG, Fran@,{c}ois
597 Pinard, Paul Eggert, and finally Sergey Poznyakoff with the help of
598 numerous and kind users.
599
600 We wish to stress that @command{tar} is a collective work, and owes much to
601 all those people who reported problems, offered solutions and other
602 insights, or shared their thoughts and suggestions. An impressive, yet
603 partial list of those contributors can be found in the @file{THANKS}
604 file from the @GNUTAR{} distribution.
605
606 @FIXME{i want all of these names mentioned, Absolutely. BUT, i'm not
607 sure i want to spell out the history in this detail, at least not for
608 the printed book. i'm just not sure it needs to be said this way.
609 i'll think about it.}
610
611 @FIXME{History is more important, and surely more interesting, than
612 actual names. Quoting names without history would be meaningless. FP}
613
614 Jay Fenlason put together a draft of a @GNUTAR{}
615 manual, borrowing notes from the original man page from John Gilmore.
616 This was withdrawn in version 1.11. Thomas Bushnell, n/BSG and Amy
617 Gorin worked on a tutorial and manual for @GNUTAR{}.
618 Fran@,{c}ois Pinard put version 1.11.8 of the manual together by
619 taking information from all these sources and merging them. Melissa
620 Weisshaus finally edited and redesigned the book to create version
621 1.12. The book for versions from 1.14 up to @value{VERSION} were edited
622 by the current maintainer, Sergey Poznyakoff.
623
624 For version 1.12, Daniel Hagerty contributed a great deal of technical
625 consulting. In particular, he is the primary author of @ref{Backups}.
626
627 In July, 2003 @GNUTAR{} was put on CVS at savannah.gnu.org
628 (see @url{http://savannah.gnu.org/projects/tar}), and
629 active development and maintenance work has started
630 again. Currently @GNUTAR{} is being maintained by Paul Eggert, Sergey
631 Poznyakoff and Jeff Bailey.
632
633 Support for @acronym{POSIX} archives was added by Sergey Poznyakoff.
634
635 @node Reports
636 @section Reporting bugs or suggestions
637
638 @cindex bug reports
639 @cindex reporting bugs
640 If you find problems or have suggestions about this program or manual,
641 please report them to @file{bug-tar@@gnu.org}.
642
643 When reporting a bug, please be sure to include as much detail as
644 possible, in order to reproduce it. @FIXME{Be more specific, I'd
645 like to make this node as detailed as 'Bug reporting' node in Emacs
646 manual.}
647
648 @node Tutorial
649 @chapter Tutorial Introduction to @command{tar}
650
651 This chapter guides you through some basic examples of three @command{tar}
652 operations: @option{--create}, @option{--list}, and @option{--extract}. If
653 you already know how to use some other version of @command{tar}, then you
654 may not need to read this chapter. This chapter omits most complicated
655 details about how @command{tar} works.
656
657 @menu
658 * assumptions::
659 * stylistic conventions::
660 * basic tar options:: Basic @command{tar} Operations and Options
661 * frequent operations::
662 * Two Frequent Options::
663 * create:: How to Create Archives
664 * list:: How to List Archives
665 * extract:: How to Extract Members from an Archive
666 * going further::
667 @end menu
668
669 @node assumptions
670 @section Assumptions this Tutorial Makes
671
672 This chapter is paced to allow beginners to learn about @command{tar}
673 slowly. At the same time, we will try to cover all the basic aspects of
674 these three operations. In order to accomplish both of these tasks, we
675 have made certain assumptions about your knowledge before reading this
676 manual, and the hardware you will be using:
677
678 @itemize @bullet
679 @item
680 Before you start to work through this tutorial, you should understand
681 what the terms ``archive'' and ``archive member'' mean
682 (@pxref{Definitions}). In addition, you should understand something
683 about how Unix-type operating systems work, and you should know how to
684 use some basic utilities. For example, you should know how to create,
685 list, copy, rename, edit, and delete files and directories; how to
686 change between directories; and how to figure out where you are in the
687 file system. You should have some basic understanding of directory
688 structure and how files are named according to which directory they are
689 in. You should understand concepts such as standard output and standard
690 input, what various definitions of the term @samp{argument} mean, and the
691 differences between relative and absolute file names. @FIXME{and what
692 else?}
693
694 @item
695 This manual assumes that you are working from your own home directory
696 (unless we state otherwise). In this tutorial, you will create a
697 directory to practice @command{tar} commands in. When we show file names,
698 we will assume that those names are relative to your home directory.
699 For example, my home directory is @file{/home/fsf/melissa}. All of
700 my examples are in a subdirectory of the directory named by that file
701 name; the subdirectory is called @file{practice}.
702
703 @item
704 In general, we show examples of archives which exist on (or can be
705 written to, or worked with from) a directory on a hard disk. In most
706 cases, you could write those archives to, or work with them on any other
707 device, such as a tape drive. However, some of the later examples in
708 the tutorial and next chapter will not work on tape drives.
709 Additionally, working with tapes is much more complicated than working
710 with hard disks. For these reasons, the tutorial does not cover working
711 with tape drives. @xref{Media}, for complete information on using
712 @command{tar} archives with tape drives.
713
714 @FIXME{this is a cop out. need to add some simple tape drive info.}
715 @end itemize
716
717 @node stylistic conventions
718 @section Stylistic Conventions
719
720 In the examples, @samp{$} represents a typical shell prompt. It
721 precedes lines you should type; to make this more clear, those lines are
722 shown in @kbd{this font}, as opposed to lines which represent the
723 computer's response; those lines are shown in @code{this font}, or
724 sometimes @samp{like this}.
725
726 @c When we have lines which are too long to be
727 @c displayed in any other way, we will show them like this:
728
729 @node basic tar options
730 @section Basic @command{tar} Operations and Options
731
732 @command{tar} can take a wide variety of arguments which specify and define
733 the actions it will have on the particular set of files or the archive.
734 The main types of arguments to @command{tar} fall into one of two classes:
735 operations, and options.
736
737 Some arguments fall into a class called @dfn{operations}; exactly one of
738 these is both allowed and required for any instance of using @command{tar};
739 you may @emph{not} specify more than one. People sometimes speak of
740 @dfn{operating modes}. You are in a particular operating mode when you
741 have specified the operation which specifies it; there are eight
742 operations in total, and thus there are eight operating modes.
743
744 The other arguments fall into the class known as @dfn{options}. You are
745 not required to specify any options, and you are allowed to specify more
746 than one at a time (depending on the way you are using @command{tar} at
747 that time). Some options are used so frequently, and are so useful for
748 helping you type commands more carefully that they are effectively
749 ``required''. We will discuss them in this chapter.
750
751 You can write most of the @command{tar} operations and options in any
752 of three forms: long (mnemonic) form, short form, and old style. Some
753 of the operations and options have no short or ``old'' forms; however,
754 the operations and options which we will cover in this tutorial have
755 corresponding abbreviations. We will indicate those abbreviations
756 appropriately to get you used to seeing them. Note, that the ``old
757 style'' option forms exist in @GNUTAR{} for compatibility with Unix
758 @command{tar}. In this book we present a full discussion of this way
759 of writing options and operations (@pxref{Old Options}), and we discuss
760 the other two styles of writing options (@xref{Long Options}, and
761 @pxref{Short Options}).
762
763 In the examples and in the text of this tutorial, we usually use the
764 long forms of operations and options; but the ``short'' forms produce
765 the same result and can make typing long @command{tar} commands easier.
766 For example, instead of typing
767
768 @smallexample
769 @kbd{tar --create --verbose --file=afiles.tar apple angst aspic}
770 @end smallexample
771
772 @noindent
773 you can type
774 @smallexample
775 @kbd{tar -c -v -f afiles.tar apple angst aspic}
776 @end smallexample
777
778 @noindent
779 or even
780 @smallexample
781 @kbd{tar -cvf afiles.tar apple angst aspic}
782 @end smallexample
783
784 @noindent
785 For more information on option syntax, see @ref{Advanced tar}. In
786 discussions in the text, when we name an option by its long form, we
787 also give the corresponding short option in parentheses.
788
789 The term, ``option'', can be confusing at times, since ``operations''
790 are often lumped in with the actual, @emph{optional} ``options'' in certain
791 general class statements. For example, we just talked about ``short and
792 long forms of options and operations''. However, experienced @command{tar}
793 users often refer to these by shorthand terms such as, ``short and long
794 options''. This term assumes that the ``operations'' are included, also.
795 Context will help you determine which definition of ``options'' to use.
796
797 Similarly, the term ``command'' can be confusing, as it is often used in
798 two different ways. People sometimes refer to @command{tar} ``commands''.
799 A @command{tar} @dfn{command} is the entire command line of user input
800 which tells @command{tar} what to do --- including the operation, options,
801 and any arguments (file names, pipes, other commands, etc.). However,
802 you will also sometimes hear the term ``the @command{tar} command''. When
803 the word ``command'' is used specifically like this, a person is usually
804 referring to the @command{tar} @emph{operation}, not the whole line.
805 Again, use context to figure out which of the meanings the speaker
806 intends.
807
808 @node frequent operations
809 @section The Three Most Frequently Used Operations
810
811 Here are the three most frequently used operations (both short and long
812 forms), as well as a brief description of their meanings. The rest of
813 this chapter will cover how to use these operations in detail. We will
814 present the rest of the operations in the next chapter.
815
816 @table @option
817 @item --create
818 @itemx -c
819 Create a new @command{tar} archive.
820 @item --list
821 @itemx -t
822 List the contents of an archive.
823 @item --extract
824 @itemx -x
825 Extract one or more members from an archive.
826 @end table
827
828 @node Two Frequent Options
829 @section Two Frequently Used Options
830
831 To understand how to run @command{tar} in the three operating modes listed
832 previously, you also need to understand how to use two of the options to
833 @command{tar}: @option{--file} (which takes an archive file as an argument)
834 and @option{--verbose}. (You are usually not @emph{required} to specify
835 either of these options when you run @command{tar}, but they can be very
836 useful in making things more clear and helping you avoid errors.)
837
838 @menu
839 * file tutorial::
840 * verbose tutorial::
841 * help tutorial::
842 @end menu
843
844 @node file tutorial
845 @unnumberedsubsec The @option{--file} Option
846
847 @table @option
848 @xopindex{file, tutorial}
849 @item --file=@var{archive-name}
850 @itemx -f @var{archive-name}
851 Specify the name of an archive file.
852 @end table
853
854 You can specify an argument for the @option{--file=@var{archive-name}} (@option{-f @var{archive-name}}) option whenever you
855 use @command{tar}; this option determines the name of the archive file
856 that @command{tar} will work on.
857
858 @vrindex TAPE
859 If you don't specify this argument, then @command{tar} will examine
860 the environment variable @env{TAPE}. If it is set, its value will be
861 used as the archive name. Otherwise, @command{tar} will use the
862 default archive, determined at compile time. Usually it is
863 standard output or some physical tape drive attached to your machine
864 (you can verify what the default is by running @kbd{tar
865 --show-defaults}, @pxref{defaults}). If there is no tape drive
866 attached, or the default is not meaningful, then @command{tar} will
867 print an error message. The error message might look roughly like one
868 of the following:
869
870 @smallexample
871 tar: can't open /dev/rmt8 : No such device or address
872 tar: can't open /dev/rsmt0 : I/O error
873 @end smallexample
874
875 @noindent
876 To avoid confusion, we recommend that you always specify an archive file
877 name by using @option{--file=@var{archive-name}} (@option{-f @var{archive-name}}) when writing your @command{tar} commands.
878 For more information on using the @option{--file=@var{archive-name}} (@option{-f @var{archive-name}}) option, see
879 @ref{file}.
880
881 @node verbose tutorial
882 @unnumberedsubsec The @option{--verbose} Option
883
884 @table @option
885 @xopindex{verbose, introduced}
886 @item --verbose
887 @itemx -v
888 Show the files being worked on as @command{tar} is running.
889 @end table
890
891 @option{--verbose} (@option{-v}) shows details about the results of running
892 @command{tar}. This can be especially useful when the results might not be
893 obvious. For example, if you want to see the progress of @command{tar} as
894 it writes files into the archive, you can use the @option{--verbose}
895 option. In the beginning, you may find it useful to use
896 @option{--verbose} at all times; when you are more accustomed to
897 @command{tar}, you will likely want to use it at certain times but not at
898 others. We will use @option{--verbose} at times to help make something
899 clear, and we will give many examples both using and not using
900 @option{--verbose} to show the differences.
901
902 Each instance of @option{--verbose} on the command line increases the
903 verbosity level by one, so if you need more details on the output,
904 specify it twice.
905
906 When reading archives (@option{--list}, @option{--extract},
907 @option{--diff}), @command{tar} by default prints only the names of
908 the members being extracted. Using @option{--verbose} will show a full,
909 @command{ls} style member listing.
910
911 In contrast, when writing archives (@option{--create}, @option{--append},
912 @option{--update}), @command{tar} does not print file names by
913 default. So, a single @option{--verbose} option shows the file names
914 being added to the archive, while two @option{--verbose} options
915 enable the full listing.
916
917 For example, to create an archive in verbose mode:
918
919 @smallexample
920 $ @kbd{tar -cvf afiles.tar apple angst aspic}
921 apple
922 angst
923 aspic
924 @end smallexample
925
926 @noindent
927 Creating the same archive with the verbosity level 2 could give:
928
929 @smallexample
930 $ @kbd{tar -cvvf afiles.tar apple angst aspic}
931 -rw-r--r-- gray/staff 62373 2006-06-09 12:06 apple
932 -rw-r--r-- gray/staff 11481 2006-06-09 12:06 angst
933 -rw-r--r-- gray/staff 23152 2006-06-09 12:06 aspic
934 @end smallexample
935
936 @noindent
937 This works equally well using short or long forms of options. Using
938 long forms, you would simply write out the mnemonic form of the option
939 twice, like this:
940
941 @smallexample
942 $ @kbd{tar --create --verbose --verbose @dots{}}
943 @end smallexample
944
945 @noindent
946 Note that you must double the hyphens properly each time.
947
948 Later in the tutorial, we will give examples using @w{@option{--verbose
949 --verbose}}.
950
951 @anchor{verbose member listing}
952 The full output consists of six fields:
953
954 @itemize @bullet
955 @item File type and permissions in symbolic form.
956 These are displayed in the same format as the first column of
957 @command{ls -l} output (@pxref{What information is listed,
958 format=verbose, Verbose listing, fileutils, GNU file utilities}).
959
960 @item Owner name and group separated by a slash character.
961 If these data are not available (for example, when listing a @samp{v7} format
962 archive), numeric @acronym{ID} values are printed instead.
963
964 @item Size of the file, in bytes.
965
966 @item File modification date in ISO 8601 format.
967
968 @item File modification time.
969
970 @item File name.
971 If the name contains any special characters (white space, newlines,
972 etc.) these are displayed in an unambiguous form using so called
973 @dfn{quoting style}. For the detailed discussion of available styles
974 and on how to use them, see @ref{quoting styles}.
975
976 Depending on the file type, the name can be followed by some
977 additional information, described in the following table:
978
979 @table @samp
980 @item -> @var{link-name}
981 The file or archive member is a @dfn{symbolic link} and
982 @var{link-name} is the name of file it links to.
983
984 @item link to @var{link-name}
985 The file or archive member is a @dfn{hard link} and @var{link-name} is
986 the name of file it links to.
987
988 @item --Long Link--
989 The archive member is an old GNU format long link. You will normally
990 not encounter this.
991
992 @item --Long Name--
993 The archive member is an old GNU format long name. You will normally
994 not encounter this.
995
996 @item --Volume Header--
997 The archive member is a GNU @dfn{volume header} (@pxref{Tape Files}).
998
999 @item --Continued at byte @var{n}--
1000 Encountered only at the beginning of a multi-volume archive
1001 (@pxref{Using Multiple Tapes}). This archive member is a continuation
1002 from the previous volume. The number @var{n} gives the offset where
1003 the original file was split.
1004
1005 @item unknown file type @var{c}
1006 An archive member of unknown type. @var{c} is the type character from
1007 the archive header. If you encounter such a message, it means that
1008 either your archive contains proprietary member types @GNUTAR{} is not
1009 able to handle, or the archive is corrupted.
1010 @end table
1011
1012 @end itemize
1013
1014 For example, here is an archive listing containing most of the special
1015 suffixes explained above:
1016
1017 @smallexample
1018 @group
1019 V--------- 0/0 1536 2006-06-09 13:07 MyVolume--Volume Header--
1020 -rw-r--r-- gray/staff 456783 2006-06-09 12:06 aspic--Continued at
1021 byte 32456--
1022 -rw-r--r-- gray/staff 62373 2006-06-09 12:06 apple
1023 lrwxrwxrwx gray/staff 0 2006-06-09 13:01 angst -> apple
1024 -rw-r--r-- gray/staff 35793 2006-06-09 12:06 blues
1025 hrw-r--r-- gray/staff 0 2006-06-09 12:06 music link to blues
1026 @end group
1027 @end smallexample
1028
1029 @smallexample
1030 @end smallexample
1031
1032 @node help tutorial
1033 @unnumberedsubsec Getting Help: Using the @option{--help} Option
1034
1035 @table @option
1036 @opindex help
1037 @item --help
1038
1039 The @option{--help} option to @command{tar} prints out a very brief list of
1040 all operations and option available for the current version of
1041 @command{tar} available on your system.
1042 @end table
1043
1044 @node create
1045 @section How to Create Archives
1046 @UNREVISED
1047
1048 @cindex Creation of the archive
1049 @cindex Archive, creation of
1050 One of the basic operations of @command{tar} is @option{--create} (@option{-c}), which
1051 you use to create a @command{tar} archive. We will explain
1052 @option{--create} first because, in order to learn about the other
1053 operations, you will find it useful to have an archive available to
1054 practice on.
1055
1056 To make this easier, in this section you will first create a directory
1057 containing three files. Then, we will show you how to create an
1058 @emph{archive} (inside the new directory). Both the directory, and
1059 the archive are specifically for you to practice on. The rest of this
1060 chapter and the next chapter will show many examples using this
1061 directory and the files you will create: some of those files may be
1062 other directories and other archives.
1063
1064 The three files you will archive in this example are called
1065 @file{blues}, @file{folk}, and @file{jazz}. The archive is called
1066 @file{collection.tar}.
1067
1068 This section will proceed slowly, detailing how to use @option{--create}
1069 in @code{verbose} mode, and showing examples using both short and long
1070 forms. In the rest of the tutorial, and in the examples in the next
1071 chapter, we will proceed at a slightly quicker pace. This section
1072 moves more slowly to allow beginning users to understand how
1073 @command{tar} works.
1074
1075 @menu
1076 * prepare for examples::
1077 * Creating the archive::
1078 * create verbose::
1079 * short create::
1080 * create dir::
1081 @end menu
1082
1083 @node prepare for examples
1084 @subsection Preparing a Practice Directory for Examples
1085
1086 To follow along with this and future examples, create a new directory
1087 called @file{practice} containing files called @file{blues}, @file{folk}
1088 and @file{jazz}. The files can contain any information you like:
1089 ideally, they should contain information which relates to their names,
1090 and be of different lengths. Our examples assume that @file{practice}
1091 is a subdirectory of your home directory.
1092
1093 Now @command{cd} to the directory named @file{practice}; @file{practice}
1094 is now your @dfn{working directory}. (@emph{Please note}: Although
1095 the full file name of this directory is
1096 @file{/@var{homedir}/practice}, in our examples we will refer to
1097 this directory as @file{practice}; the @var{homedir} is presumed.)
1098
1099 In general, you should check that the files to be archived exist where
1100 you think they do (in the working directory) by running @command{ls}.
1101 Because you just created the directory and the files and have changed to
1102 that directory, you probably don't need to do that this time.
1103
1104 It is very important to make sure there isn't already a file in the
1105 working directory with the archive name you intend to use (in this case,
1106 @samp{collection.tar}), or that you don't care about its contents.
1107 Whenever you use @samp{create}, @command{tar} will erase the current
1108 contents of the file named by @option{--file=@var{archive-name}} (@option{-f @var{archive-name}}) if it exists. @command{tar}
1109 will not tell you if you are about to overwrite an archive unless you
1110 specify an option which does this (@pxref{backup}, for the
1111 information on how to do so). To add files to an existing archive,
1112 you need to use a different option, such as @option{--append} (@option{-r}); see
1113 @ref{append} for information on how to do this.
1114
1115 @node Creating the archive
1116 @subsection Creating the Archive
1117
1118 @xopindex{create, introduced}
1119 To place the files @file{blues}, @file{folk}, and @file{jazz} into an
1120 archive named @file{collection.tar}, use the following command:
1121
1122 @smallexample
1123 $ @kbd{tar --create --file=collection.tar blues folk jazz}
1124 @end smallexample
1125
1126 The order of the arguments is not very important, @emph{when using long
1127 option forms}. You could also say:
1128
1129 @smallexample
1130 $ @kbd{tar blues --create folk --file=collection.tar jazz}
1131 @end smallexample
1132
1133 @noindent
1134 However, you can see that this order is harder to understand; this is
1135 why we will list the arguments in the order that makes the commands
1136 easiest to understand (and we encourage you to do the same when you use
1137 @command{tar}, to avoid errors).
1138
1139 Note that the sequence
1140 @option{--file=@-collection.tar} is considered to be @emph{one} argument.
1141 If you substituted any other string of characters for
1142 @kbd{collection.tar}, then that string would become the name of the
1143 archive file you create.
1144
1145 The order of the options becomes more important when you begin to use
1146 short forms. With short forms, if you type commands in the wrong order
1147 (even if you type them correctly in all other ways), you may end up with
1148 results you don't expect. For this reason, it is a good idea to get
1149 into the habit of typing options in the order that makes inherent sense.
1150 @xref{short create}, for more information on this.
1151
1152 In this example, you type the command as shown above: @option{--create}
1153 is the operation which creates the new archive
1154 (@file{collection.tar}), and @option{--file} is the option which lets
1155 you give it the name you chose. The files, @file{blues}, @file{folk},
1156 and @file{jazz}, are now members of the archive, @file{collection.tar}
1157 (they are @dfn{file name arguments} to the @option{--create} operation.
1158 @xref{Choosing}, for the detailed discussion on these.) Now that they are
1159 in the archive, they are called @emph{archive members}, not files.
1160 (@pxref{Definitions,members}).
1161
1162 When you create an archive, you @emph{must} specify which files you
1163 want placed in the archive. If you do not specify any archive
1164 members, @GNUTAR{} will complain.
1165
1166 If you now list the contents of the working directory (@command{ls}), you will
1167 find the archive file listed as well as the files you saw previously:
1168
1169 @smallexample
1170 blues folk jazz collection.tar
1171 @end smallexample
1172
1173 @noindent
1174 Creating the archive @samp{collection.tar} did not destroy the copies of
1175 the files in the directory.
1176
1177 Keep in mind that if you don't indicate an operation, @command{tar} will not
1178 run and will prompt you for one. If you don't name any files, @command{tar}
1179 will complain. You must have write access to the working directory,
1180 or else you will not be able to create an archive in that directory.
1181
1182 @emph{Caution}: Do not attempt to use @option{--create} (@option{-c}) to add files to
1183 an existing archive; it will delete the archive and write a new one.
1184 Use @option{--append} (@option{-r}) instead. @xref{append}.
1185
1186 @node create verbose
1187 @subsection Running @option{--create} with @option{--verbose}
1188
1189 @xopindex{create, using with @option{--verbose}}
1190 @xopindex{verbose, using with @option{--create}}
1191 If you include the @option{--verbose} (@option{-v}) option on the command line,
1192 @command{tar} will list the files it is acting on as it is working. In
1193 verbose mode, the @code{create} example above would appear as:
1194
1195 @smallexample
1196 $ @kbd{tar --create --verbose --file=collection.tar blues folk jazz}
1197 blues
1198 folk
1199 jazz
1200 @end smallexample
1201
1202 This example is just like the example we showed which did not use
1203 @option{--verbose}, except that @command{tar} generated the remaining
1204 @iftex
1205 lines (note the different font styles).
1206 @end iftex
1207 @ifinfo
1208 lines.
1209 @end ifinfo
1210
1211 In the rest of the examples in this chapter, we will frequently use
1212 @code{verbose} mode so we can show actions or @command{tar} responses that
1213 you would otherwise not see, and which are important for you to
1214 understand.
1215
1216 @node short create
1217 @subsection Short Forms with @samp{create}
1218
1219 As we said before, the @option{--create} (@option{-c}) operation is one of the most
1220 basic uses of @command{tar}, and you will use it countless times.
1221 Eventually, you will probably want to use abbreviated (or ``short'')
1222 forms of options. A full discussion of the three different forms that
1223 options can take appears in @ref{Styles}; for now, here is what the
1224 previous example (including the @option{--verbose} (@option{-v}) option) looks like
1225 using short option forms:
1226
1227 @smallexample
1228 $ @kbd{tar -cvf collection.tar blues folk jazz}
1229 blues
1230 folk
1231 jazz
1232 @end smallexample
1233
1234 @noindent
1235 As you can see, the system responds the same no matter whether you use
1236 long or short option forms.
1237
1238 @FIXME{i don't like how this is worded:} One difference between using
1239 short and long option forms is that, although the exact placement of
1240 arguments following options is no more specific when using short forms,
1241 it is easier to become confused and make a mistake when using short
1242 forms. For example, suppose you attempted the above example in the
1243 following way:
1244
1245 @smallexample
1246 $ @kbd{tar -cfv collection.tar blues folk jazz}
1247 @end smallexample
1248
1249 @noindent
1250 In this case, @command{tar} will make an archive file called @file{v},
1251 containing the files @file{blues}, @file{folk}, and @file{jazz}, because
1252 the @samp{v} is the closest ``file name'' to the @option{-f} option, and
1253 is thus taken to be the chosen archive file name. @command{tar} will try
1254 to add a file called @file{collection.tar} to the @file{v} archive file;
1255 if the file @file{collection.tar} did not already exist, @command{tar} will
1256 report an error indicating that this file does not exist. If the file
1257 @file{collection.tar} does already exist (e.g., from a previous command
1258 you may have run), then @command{tar} will add this file to the archive.
1259 Because the @option{-v} option did not get registered, @command{tar} will not
1260 run under @samp{verbose} mode, and will not report its progress.
1261
1262 The end result is that you may be quite confused about what happened,
1263 and possibly overwrite a file. To illustrate this further, we will show
1264 you how an example we showed previously would look using short forms.
1265
1266 This example,
1267
1268 @smallexample
1269 $ @kbd{tar blues --create folk --file=collection.tar jazz}
1270 @end smallexample
1271
1272 @noindent
1273 is confusing as it is. When shown using short forms, however, it
1274 becomes much more so:
1275
1276 @smallexample
1277 $ @kbd{tar blues -c folk -f collection.tar jazz}
1278 @end smallexample
1279
1280 @noindent
1281 It would be very easy to put the wrong string of characters
1282 immediately following the @option{-f}, but doing that could sacrifice
1283 valuable data.
1284
1285 For this reason, we recommend that you pay very careful attention to
1286 the order of options and placement of file and archive names,
1287 especially when using short option forms. Not having the option name
1288 written out mnemonically can affect how well you remember which option
1289 does what, and therefore where different names have to be placed.
1290
1291 @node create dir
1292 @subsection Archiving Directories
1293
1294 @cindex Archiving Directories
1295 @cindex Directories, Archiving
1296 You can archive a directory by specifying its directory name as a
1297 file name argument to @command{tar}. The files in the directory will be
1298 archived relative to the working directory, and the directory will be
1299 re-created along with its contents when the archive is extracted.
1300
1301 To archive a directory, first move to its superior directory. If you
1302 have followed the previous instructions in this tutorial, you should
1303 type:
1304
1305 @smallexample
1306 $ @kbd{cd ..}
1307 $
1308 @end smallexample
1309
1310 @noindent
1311 This will put you into the directory which contains @file{practice},
1312 i.e., your home directory. Once in the superior directory, you can
1313 specify the subdirectory, @file{practice}, as a file name argument. To
1314 store @file{practice} in the new archive file @file{music.tar}, type:
1315
1316 @smallexample
1317 $ @kbd{tar --create --verbose --file=music.tar practice}
1318 @end smallexample
1319
1320 @noindent
1321 @command{tar} should output:
1322
1323 @smallexample
1324 practice/
1325 practice/blues
1326 practice/folk
1327 practice/jazz
1328 practice/collection.tar
1329 @end smallexample
1330
1331 Note that the archive thus created is not in the subdirectory
1332 @file{practice}, but rather in the current working directory---the
1333 directory from which @command{tar} was invoked. Before trying to archive a
1334 directory from its superior directory, you should make sure you have
1335 write access to the superior directory itself, not only the directory
1336 you are trying archive with @command{tar}. For example, you will probably
1337 not be able to store your home directory in an archive by invoking
1338 @command{tar} from the root directory; @xref{absolute}. (Note
1339 also that @file{collection.tar}, the original archive file, has itself
1340 been archived. @command{tar} will accept any file as a file to be
1341 archived, regardless of its content. When @file{music.tar} is
1342 extracted, the archive file @file{collection.tar} will be re-written
1343 into the file system).
1344
1345 If you give @command{tar} a command such as
1346
1347 @smallexample
1348 $ @kbd{tar --create --file=foo.tar .}
1349 @end smallexample
1350
1351 @noindent
1352 @command{tar} will report @samp{tar: ./foo.tar is the archive; not
1353 dumped}. This happens because @command{tar} creates the archive
1354 @file{foo.tar} in the current directory before putting any files into
1355 it. Then, when @command{tar} attempts to add all the files in the
1356 directory @file{.} to the archive, it notices that the file
1357 @file{./foo.tar} is the same as the archive @file{foo.tar}, and skips
1358 it. (It makes no sense to put an archive into itself.) @GNUTAR{}
1359 will continue in this case, and create the archive
1360 normally, except for the exclusion of that one file. (@emph{Please
1361 note:} Other implementations of @command{tar} may not be so clever;
1362 they will enter an infinite loop when this happens, so you should not
1363 depend on this behavior unless you are certain you are running
1364 @GNUTAR{}. In general, it is wise to always place the archive outside
1365 of the directory being dumped.)
1366
1367 @node list
1368 @section How to List Archives
1369
1370 @opindex list
1371 Frequently, you will find yourself wanting to determine exactly what a
1372 particular archive contains. You can use the @option{--list}
1373 (@option{-t}) operation to get the member names as they currently
1374 appear in the archive, as well as various attributes of the files at
1375 the time they were archived. For example, you can examine the archive
1376 @file{collection.tar} that you created in the last section with the
1377 command,
1378
1379 @smallexample
1380 $ @kbd{tar --list --file=collection.tar}
1381 @end smallexample
1382
1383 @noindent
1384 The output of @command{tar} would then be:
1385
1386 @smallexample
1387 blues
1388 folk
1389 jazz
1390 @end smallexample
1391
1392 @noindent
1393 The archive @file{bfiles.tar} would list as follows:
1394
1395 @smallexample
1396 ./birds
1397 baboon
1398 ./box
1399 @end smallexample
1400
1401 @noindent
1402 Be sure to use a @option{--file=@var{archive-name}} (@option{-f
1403 @var{archive-name}}) option just as with @option{--create}
1404 (@option{-c}) to specify the name of the archive.
1405
1406 @xopindex{list, using with @option{--verbose}}
1407 @xopindex{verbose, using with @option{--list}}
1408 If you use the @option{--verbose} (@option{-v}) option with
1409 @option{--list}, then @command{tar} will print out a listing
1410 reminiscent of @w{@samp{ls -l}}, showing owner, file size, and so
1411 forth. This output is described in detail in @ref{verbose member listing}.
1412
1413 If you had used @option{--verbose} (@option{-v}) mode, the example
1414 above would look like:
1415
1416 @smallexample
1417 $ @kbd{tar --list --verbose --file=collection.tar folk}
1418 -rw-r--r-- myself user 62 1990-05-23 10:55 folk
1419 @end smallexample
1420
1421 @cindex listing member and file names
1422 @anchor{listing member and file names}
1423 It is important to notice that the output of @kbd{tar --list
1424 --verbose} does not necessarily match that produced by @kbd{tar
1425 --create --verbose} while creating the archive. It is because
1426 @GNUTAR{}, unless told explicitly not to do so, removes some directory
1427 prefixes from file names before storing them in the archive
1428 (@xref{absolute}, for more information). In other
1429 words, in verbose mode @GNUTAR{} shows @dfn{file names} when creating
1430 an archive and @dfn{member names} when listing it. Consider this
1431 example:
1432
1433 @smallexample
1434 @group
1435 $ @kbd{tar --create --verbose --file archive /etc/mail}
1436 tar: Removing leading `/' from member names
1437 /etc/mail/
1438 /etc/mail/sendmail.cf
1439 /etc/mail/aliases
1440 $ @kbd{tar --test --file archive}
1441 etc/mail/
1442 etc/mail/sendmail.cf
1443 etc/mail/aliases
1444 @end group
1445 @end smallexample
1446
1447 @opindex show-stored-names
1448 This default behavior can sometimes be inconvenient. You can force
1449 @GNUTAR{} show member names when creating archive by supplying
1450 @option{--show-stored-names} option.
1451
1452 @table @option
1453 @item --show-stored-names
1454 Print member (as opposed to @emph{file}) names when creating the archive.
1455 @end table
1456
1457 @cindex File name arguments, using @option{--list} with
1458 @xopindex{list, using with file name arguments}
1459 You can specify one or more individual member names as arguments when
1460 using @samp{list}. In this case, @command{tar} will only list the
1461 names of members you identify. For example, @w{@kbd{tar --list
1462 --file=afiles.tar apple}} would only print @file{apple}.
1463
1464 Because @command{tar} preserves file names, these must be specified as
1465 they appear in the archive (i.e., relative to the directory from which
1466 the archive was created). Therefore, it is essential when specifying
1467 member names to @command{tar} that you give the exact member names.
1468 For example, @w{@kbd{tar --list --file=bfiles.tar birds}} would produce an
1469 error message something like @samp{tar: birds: Not found in archive},
1470 because there is no member named @file{birds}, only one named
1471 @file{./birds}. While the names @file{birds} and @file{./birds} name
1472 the same file, @emph{member} names by default are compared verbatim.
1473
1474 However, @w{@kbd{tar --list --file=bfiles.tar baboon}} would respond
1475 with @file{baboon}, because this exact member name is in the archive file
1476 @file{bfiles.tar}. If you are not sure of the exact file name,
1477 use @dfn{globbing patterns}, for example:
1478
1479 @smallexample
1480 $ @kbd{tar --list --file=bfiles.tar --wildcards '*b*'}
1481 @end smallexample
1482
1483 @noindent
1484 will list all members whose name contains @samp{b}. @xref{wildcards},
1485 for a detailed discussion of globbing patterns and related
1486 @command{tar} command line options.
1487
1488 @menu
1489 * list dir::
1490 @end menu
1491
1492 @node list dir
1493 @unnumberedsubsec Listing the Contents of a Stored Directory
1494
1495 To get information about the contents of an archived directory,
1496 use the directory name as a file name argument in conjunction with
1497 @option{--list} (@option{-t}). To find out file attributes, include the
1498 @option{--verbose} (@option{-v}) option.
1499
1500 For example, to find out about files in the directory @file{practice}, in
1501 the archive file @file{music.tar}, type:
1502
1503 @smallexample
1504 $ @kbd{tar --list --verbose --file=music.tar practice}
1505 @end smallexample
1506
1507 @command{tar} responds:
1508
1509 @smallexample
1510 drwxrwxrwx myself user 0 1990-05-31 21:49 practice/
1511 -rw-r--r-- myself user 42 1990-05-21 13:29 practice/blues
1512 -rw-r--r-- myself user 62 1990-05-23 10:55 practice/folk
1513 -rw-r--r-- myself user 40 1990-05-21 13:30 practice/jazz
1514 -rw-r--r-- myself user 10240 1990-05-31 21:49 practice/collection.tar
1515 @end smallexample
1516
1517 When you use a directory name as a file name argument, @command{tar} acts on
1518 all the files (including sub-directories) in that directory.
1519
1520 @node extract
1521 @section How to Extract Members from an Archive
1522 @cindex Extraction
1523 @cindex Retrieving files from an archive
1524 @cindex Resurrecting files from an archive
1525
1526 @opindex extract
1527 Creating an archive is only half the job---there is no point in storing
1528 files in an archive if you can't retrieve them. The act of retrieving
1529 members from an archive so they can be used and manipulated as
1530 unarchived files again is called @dfn{extraction}. To extract files
1531 from an archive, use the @option{--extract} (@option{--get} or
1532 @option{-x}) operation. As with @option{--create}, specify the name
1533 of the archive with @option{--file} (@option{-f}) option. Extracting
1534 an archive does not modify the archive in any way; you can extract it
1535 multiple times if you want or need to.
1536
1537 Using @option{--extract}, you can extract an entire archive, or specific
1538 files. The files can be directories containing other files, or not. As
1539 with @option{--create} (@option{-c}) and @option{--list} (@option{-t}), you may use the short or the
1540 long form of the operation without affecting the performance.
1541
1542 @menu
1543 * extracting archives::
1544 * extracting files::
1545 * extract dir::
1546 * extracting untrusted archives::
1547 * failing commands::
1548 @end menu
1549
1550 @node extracting archives
1551 @subsection Extracting an Entire Archive
1552
1553 To extract an entire archive, specify the archive file name only, with
1554 no individual file names as arguments. For example,
1555
1556 @smallexample
1557 $ @kbd{tar -xvf collection.tar}
1558 @end smallexample
1559
1560 @noindent
1561 produces this:
1562
1563 @smallexample
1564 -rw-r--r-- me user 28 1996-10-18 16:31 jazz
1565 -rw-r--r-- me user 21 1996-09-23 16:44 blues
1566 -rw-r--r-- me user 20 1996-09-23 16:44 folk
1567 @end smallexample
1568
1569 @node extracting files
1570 @subsection Extracting Specific Files
1571
1572 To extract specific archive members, give their exact member names as
1573 arguments, as printed by @option{--list} (@option{-t}). If you had
1574 mistakenly deleted one of the files you had placed in the archive
1575 @file{collection.tar} earlier (say, @file{blues}), you can extract it
1576 from the archive without changing the archive's structure. Its
1577 contents will be identical to the original file @file{blues} that you
1578 deleted.
1579
1580 First, make sure you are in the @file{practice} directory, and list the
1581 files in the directory. Now, delete the file, @samp{blues}, and list
1582 the files in the directory again.
1583
1584 You can now extract the member @file{blues} from the archive file
1585 @file{collection.tar} like this:
1586
1587 @smallexample
1588 $ @kbd{tar --extract --file=collection.tar blues}
1589 @end smallexample
1590
1591 @noindent
1592 If you list the files in the directory again, you will see that the file
1593 @file{blues} has been restored, with its original permissions, data
1594 modification times, and owner.@footnote{This is only accidentally
1595 true, but not in general. Whereas modification times are always
1596 restored, in most cases, one has to be root for restoring the owner,
1597 and use a special option for restoring permissions. Here, it just
1598 happens that the restoring user is also the owner of the archived
1599 members, and that the current @code{umask} is compatible with original
1600 permissions.} (These parameters will be identical to those which
1601 the file had when you originally placed it in the archive; any changes
1602 you may have made before deleting the file from the file system,
1603 however, will @emph{not} have been made to the archive member.) The
1604 archive file, @samp{collection.tar}, is the same as it was before you
1605 extracted @samp{blues}. You can confirm this by running @command{tar} with
1606 @option{--list} (@option{-t}).
1607
1608 Remember that as with other operations, specifying the exact member
1609 name is important. @w{@kbd{tar --extract --file=bfiles.tar birds}}
1610 will fail, because there is no member named @file{birds}. To extract
1611 the member named @file{./birds}, you must specify @w{@kbd{tar
1612 --extract --file=bfiles.tar ./birds}}. If you don't remember the
1613 exact member names, use @option{--list} (@option{-t}) option
1614 (@pxref{list}). You can also extract those members that match a
1615 specific @dfn{globbing pattern}. For example, to extract from
1616 @file{bfiles.tar} all files that begin with @samp{b}, no matter their
1617 directory prefix, you could type:
1618
1619 @smallexample
1620 $ @kbd{tar -x -f bfiles.tar --wildcards --no-anchored 'b*'}
1621 @end smallexample
1622
1623 @noindent
1624 Here, @option{--wildcards} instructs @command{tar} to treat
1625 command line arguments as globbing patterns and @option{--no-anchored}
1626 informs it that the patterns apply to member names after any @samp{/}
1627 delimiter. The use of globbing patterns is discussed in detail in
1628 @xref{wildcards}.
1629
1630 You can extract a file to standard output by combining the above options
1631 with the @option{--to-stdout} (@option{-O}) option (@pxref{Writing to Standard
1632 Output}).
1633
1634 If you give the @option{--verbose} option, then @option{--extract}
1635 will print the names of the archive members as it extracts them.
1636
1637 @node extract dir
1638 @subsection Extracting Files that are Directories
1639
1640 Extracting directories which are members of an archive is similar to
1641 extracting other files. The main difference to be aware of is that if
1642 the extracted directory has the same name as any directory already in
1643 the working directory, then files in the extracted directory will be
1644 placed into the directory of the same name. Likewise, if there are
1645 files in the pre-existing directory with the same names as the members
1646 which you extract, the files from the extracted archive will replace
1647 the files already in the working directory (and possible
1648 subdirectories). This will happen regardless of whether or not the
1649 files in the working directory were more recent than those extracted
1650 (there exist, however, special options that alter this behavior
1651 @pxref{Writing}).
1652
1653 However, if a file was stored with a directory name as part of its file
1654 name, and that directory does not exist under the working directory when
1655 the file is extracted, @command{tar} will create the directory.
1656
1657 We can demonstrate how to use @option{--extract} to extract a directory
1658 file with an example. Change to the @file{practice} directory if you
1659 weren't there, and remove the files @file{folk} and @file{jazz}. Then,
1660 go back to the parent directory and extract the archive
1661 @file{music.tar}. You may either extract the entire archive, or you may
1662 extract only the files you just deleted. To extract the entire archive,
1663 don't give any file names as arguments after the archive name
1664 @file{music.tar}. To extract only the files you deleted, use the
1665 following command:
1666
1667 @smallexample
1668 $ @kbd{tar -xvf music.tar practice/folk practice/jazz}
1669 practice/folk
1670 practice/jazz
1671 @end smallexample
1672
1673 @noindent
1674 If you were to specify two @option{--verbose} (@option{-v}) options, @command{tar}
1675 would have displayed more detail about the extracted files, as shown
1676 in the example below:
1677
1678 @smallexample
1679 $ @kbd{tar -xvvf music.tar practice/folk practice/jazz}
1680 -rw-r--r-- me user 28 1996-10-18 16:31 practice/jazz
1681 -rw-r--r-- me user 20 1996-09-23 16:44 practice/folk
1682 @end smallexample
1683
1684 @noindent
1685 Because you created the directory with @file{practice} as part of the
1686 file names of each of the files by archiving the @file{practice}
1687 directory as @file{practice}, you must give @file{practice} as part
1688 of the file names when you extract those files from the archive.
1689
1690 @node extracting untrusted archives
1691 @subsection Extracting Archives from Untrusted Sources
1692
1693 Extracting files from archives can overwrite files that already exist.
1694 If you receive an archive from an untrusted source, you should make a
1695 new directory and extract into that directory, so that you don't have
1696 to worry about the extraction overwriting one of your existing files.
1697 For example, if @file{untrusted.tar} came from somewhere else on the
1698 Internet, and you don't necessarily trust its contents, you can
1699 extract it as follows:
1700
1701 @smallexample
1702 $ @kbd{mkdir newdir}
1703 $ @kbd{cd newdir}
1704 $ @kbd{tar -xvf ../untrusted.tar}
1705 @end smallexample
1706
1707 It is also a good practice to examine contents of the archive
1708 before extracting it, using @option{--list} (@option{-t}) option, possibly combined
1709 with @option{--verbose} (@option{-v}).
1710
1711 @node failing commands
1712 @subsection Commands That Will Fail
1713
1714 Here are some sample commands you might try which will not work, and why
1715 they won't work.
1716
1717 If you try to use this command,
1718
1719 @smallexample
1720 $ @kbd{tar -xvf music.tar folk jazz}
1721 @end smallexample
1722
1723 @noindent
1724 you will get the following response:
1725
1726 @smallexample
1727 tar: folk: Not found in archive
1728 tar: jazz: Not found in archive
1729 @end smallexample
1730
1731 @noindent
1732 This is because these files were not originally @emph{in} the parent
1733 directory @file{..}, where the archive is located; they were in the
1734 @file{practice} directory, and their file names reflect this:
1735
1736 @smallexample
1737 $ @kbd{tar -tvf music.tar}
1738 practice/blues
1739 practice/folk
1740 practice/jazz
1741 @end smallexample
1742
1743 @FIXME{make sure the above works when going through the examples in
1744 order...}
1745
1746 @noindent
1747 Likewise, if you try to use this command,
1748
1749 @smallexample
1750 $ @kbd{tar -tvf music.tar folk jazz}
1751 @end smallexample
1752
1753 @noindent
1754 you would get a similar response. Members with those names are not in the
1755 archive. You must use the correct member names, or wildcards, in order
1756 to extract the files from the archive.
1757
1758 If you have forgotten the correct names of the files in the archive,
1759 use @w{@kbd{tar --list --verbose}} to list them correctly.
1760
1761 @FIXME{more examples, here? hag thinks it's a good idea.}
1762
1763 @node going further
1764 @section Going Further Ahead in this Manual
1765 @UNREVISED
1766
1767 @FIXME{need to write up a node here about the things that are going to
1768 be in the rest of the manual.}
1769
1770 @node tar invocation
1771 @chapter Invoking @GNUTAR{}
1772
1773 This chapter is about how one invokes the @GNUTAR{}
1774 command, from the command synopsis (@pxref{Synopsis}). There are
1775 numerous options, and many styles for writing them. One mandatory
1776 option specifies the operation @command{tar} should perform
1777 (@pxref{Operation Summary}), other options are meant to detail how
1778 this operation should be performed (@pxref{Option Summary}).
1779 Non-option arguments are not always interpreted the same way,
1780 depending on what the operation is.
1781
1782 You will find in this chapter everything about option styles and rules for
1783 writing them (@pxref{Styles}). On the other hand, operations and options
1784 are fully described elsewhere, in other chapters. Here, you will find
1785 only synthetic descriptions for operations and options, together with
1786 pointers to other parts of the @command{tar} manual.
1787
1788 Some options are so special they are fully described right in this
1789 chapter. They have the effect of inhibiting the normal operation of
1790 @command{tar} or else, they globally alter the amount of feedback the user
1791 receives about what is going on. These are the @option{--help} and
1792 @option{--version} (@pxref{help}), @option{--verbose} (@pxref{verbose})
1793 and @option{--interactive} options (@pxref{interactive}).
1794
1795 @menu
1796 * Synopsis::
1797 * using tar options::
1798 * Styles::
1799 * All Options::
1800 * help::
1801 * defaults::
1802 * verbose::
1803 * checkpoints::
1804 * warnings::
1805 * interactive::
1806 @end menu
1807
1808 @node Synopsis
1809 @section General Synopsis of @command{tar}
1810
1811 The @GNUTAR{} program is invoked as either one of:
1812
1813 @smallexample
1814 @kbd{tar @var{option}@dots{} [@var{name}]@dots{}}
1815 @kbd{tar @var{letter}@dots{} [@var{argument}]@dots{} [@var{option}]@dots{} [@var{name}]@dots{}}
1816 @end smallexample
1817
1818 The second form is for when old options are being used.
1819
1820 You can use @command{tar} to store files in an archive, to extract them from
1821 an archive, and to do other types of archive manipulation. The primary
1822 argument to @command{tar}, which is called the @dfn{operation}, specifies
1823 which action to take. The other arguments to @command{tar} are either
1824 @dfn{options}, which change the way @command{tar} performs an operation,
1825 or file names or archive members, which specify the files or members
1826 @command{tar} is to act on.
1827
1828 You can actually type in arguments in any order, even if in this manual
1829 the options always precede the other arguments, to make examples easier
1830 to understand. Further, the option stating the main operation mode
1831 (the @command{tar} main command) is usually given first.
1832
1833 Each @var{name} in the synopsis above is interpreted as an archive member
1834 name when the main command is one of @option{--compare}
1835 (@option{--diff}, @option{-d}), @option{--delete}, @option{--extract}
1836 (@option{--get}, @option{-x}), @option{--list} (@option{-t}) or
1837 @option{--update} (@option{-u}). When naming archive members, you
1838 must give the exact name of the member in the archive, as it is
1839 printed by @option{--list}. For @option{--append} (@option{-r}) and
1840 @option{--create} (@option{-c}), these @var{name} arguments specify
1841 the names of either files or directory hierarchies to place in the archive.
1842 These files or hierarchies should already exist in the file system,
1843 prior to the execution of the @command{tar} command.
1844
1845 @command{tar} interprets relative file names as being relative to the
1846 working directory. @command{tar} will make all file names relative
1847 (by removing leading slashes when archiving or restoring files),
1848 unless you specify otherwise (using the @option{--absolute-names}
1849 option). @xref{absolute}, for more information about
1850 @option{--absolute-names}.
1851
1852 If you give the name of a directory as either a file name or a member
1853 name, then @command{tar} acts recursively on all the files and directories
1854 beneath that directory. For example, the name @file{/} identifies all
1855 the files in the file system to @command{tar}.
1856
1857 The distinction between file names and archive member names is especially
1858 important when shell globbing is used, and sometimes a source of confusion
1859 for newcomers. @xref{wildcards}, for more information about globbing.
1860 The problem is that shells may only glob using existing files in the
1861 file system. Only @command{tar} itself may glob on archive members, so when
1862 needed, you must ensure that wildcard characters reach @command{tar} without
1863 being interpreted by the shell first. Using a backslash before @samp{*}
1864 or @samp{?}, or putting the whole argument between quotes, is usually
1865 sufficient for this.
1866
1867 Even if @var{name}s are often specified on the command line, they
1868 can also be read from a text file in the file system, using the
1869 @option{--files-from=@var{file-of-names}} (@option{-T @var{file-of-names}}) option.
1870
1871 If you don't use any file name arguments, @option{--append} (@option{-r}),
1872 @option{--delete} and @option{--concatenate} (@option{--catenate},
1873 @option{-A}) will do nothing, while @option{--create} (@option{-c})
1874 will usually yield a diagnostic and inhibit @command{tar} execution.
1875 The other operations of @command{tar} (@option{--list},
1876 @option{--extract}, @option{--compare}, and @option{--update})
1877 will act on the entire contents of the archive.
1878
1879 @cindex exit status
1880 @cindex return status
1881 Besides successful exits, @GNUTAR{} may fail for
1882 many reasons. Some reasons correspond to bad usage, that is, when the
1883 @command{tar} command line is improperly written. Errors may be
1884 encountered later, while processing the archive or the files. Some
1885 errors are recoverable, in which case the failure is delayed until
1886 @command{tar} has completed all its work. Some errors are such that
1887 it would be not meaningful, or at least risky, to continue processing:
1888 @command{tar} then aborts processing immediately. All abnormal exits,
1889 whether immediate or delayed, should always be clearly diagnosed on
1890 @code{stderr}, after a line stating the nature of the error.
1891
1892 Possible exit codes of @GNUTAR{} are summarized in the following
1893 table:
1894
1895 @table @asis
1896 @item 0
1897 @samp{Successful termination}.
1898
1899 @item 1
1900 @samp{Some files differ}. If tar was invoked with @option{--compare}
1901 (@option{--diff}, @option{-d}) command line option, this means that
1902 some files in the archive differ from their disk counterparts
1903 (@pxref{compare}). If tar was given @option{--create},
1904 @option{--append} or @option{--update} option, this exit code means
1905 that some files were changed while being archived and so the resulting
1906 archive does not contain the exact copy of the file set.
1907
1908 @item 2
1909 @samp{Fatal error}. This means that some fatal, unrecoverable error
1910 occurred.
1911 @end table
1912
1913 If @command{tar} has invoked a subprocess and that subprocess exited with a
1914 nonzero exit code, @command{tar} exits with that code as well.
1915 This can happen, for example, if @command{tar} was given some
1916 compression option (@pxref{gzip}) and the external compressor program
1917 failed. Another example is @command{rmt} failure during backup to the
1918 remote device (@pxref{Remote Tape Server}).
1919
1920 @node using tar options
1921 @section Using @command{tar} Options
1922
1923 @GNUTAR{} has a total of eight operating modes which
1924 allow you to perform a variety of tasks. You are required to choose
1925 one operating mode each time you employ the @command{tar} program by
1926 specifying one, and only one operation as an argument to the
1927 @command{tar} command (the corresponding options may be found
1928 at @ref{frequent operations} and @ref{Operations}). Depending on
1929 circumstances, you may also wish to customize how the chosen operating
1930 mode behaves. For example, you may wish to change the way the output
1931 looks, or the format of the files that you wish to archive may require
1932 you to do something special in order to make the archive look right.
1933
1934 You can customize and control @command{tar}'s performance by running
1935 @command{tar} with one or more options (such as @option{--verbose}
1936 (@option{-v}), which we used in the tutorial). As we said in the
1937 tutorial, @dfn{options} are arguments to @command{tar} which are (as
1938 their name suggests) optional. Depending on the operating mode, you
1939 may specify one or more options. Different options will have different
1940 effects, but in general they all change details of the operation, such
1941 as archive format, archive name, or level of user interaction. Some
1942 options make sense with all operating modes, while others are
1943 meaningful only with particular modes. You will likely use some
1944 options frequently, while you will only use others infrequently, or
1945 not at all. (A full list of options is available in @pxref{All Options}.)
1946
1947 @vrindex TAR_OPTIONS, environment variable
1948 @anchor{TAR_OPTIONS}
1949 The @env{TAR_OPTIONS} environment variable specifies default options to
1950 be placed in front of any explicit options. For example, if
1951 @code{TAR_OPTIONS} is @samp{-v --unlink-first}, @command{tar} behaves as
1952 if the two options @option{-v} and @option{--unlink-first} had been
1953 specified before any explicit options. Option specifications are
1954 separated by whitespace. A backslash escapes the next character, so it
1955 can be used to specify an option containing whitespace or a backslash.
1956
1957 Note that @command{tar} options are case sensitive. For example, the
1958 options @option{-T} and @option{-t} are different; the first requires an
1959 argument for stating the name of a file providing a list of @var{name}s,
1960 while the second does not require an argument and is another way to
1961 write @option{--list} (@option{-t}).
1962
1963 In addition to the eight operations, there are many options to
1964 @command{tar}, and three different styles for writing both: long (mnemonic)
1965 form, short form, and old style. These styles are discussed below.
1966 Both the options and the operations can be written in any of these three
1967 styles.
1968
1969 @FIXME{menu at end of this node. need to think of an actual outline
1970 for this chapter; probably do that after stuff from chapter 4 is
1971 incorporated.}
1972
1973 @node Styles
1974 @section The Three Option Styles
1975
1976 There are three styles for writing operations and options to the command
1977 line invoking @command{tar}. The different styles were developed at
1978 different times during the history of @command{tar}. These styles will be
1979 presented below, from the most recent to the oldest.
1980
1981 Some options must take an argument@footnote{For example, @option{--file}
1982 (@option{-f}) takes the name of an archive file as an argument. If
1983 you do not supply an archive file name, @command{tar} will use a
1984 default, but this can be confusing; thus, we recommend that you always
1985 supply a specific archive file name.}. Where you @emph{place} the
1986 arguments generally depends on which style of options you choose. We
1987 will detail specific information relevant to each option style in the
1988 sections on the different option styles, below. The differences are
1989 subtle, yet can often be very important; incorrect option placement
1990 can cause you to overwrite a number of important files. We urge you
1991 to note these differences, and only use the option style(s) which
1992 makes the most sense to you until you feel comfortable with the others.
1993
1994 Some options @emph{may} take an argument. Such options may have at
1995 most long and short forms, they do not have old style equivalent. The
1996 rules for specifying an argument for such options are stricter than
1997 those for specifying mandatory arguments. Please, pay special
1998 attention to them.
1999
2000 @menu
2001 * Long Options:: Long Option Style
2002 * Short Options:: Short Option Style
2003 * Old Options:: Old Option Style
2004 * Mixing:: Mixing Option Styles
2005 @end menu
2006
2007 @node Long Options
2008 @subsection Long Option Style
2009
2010 @cindex long options
2011 @cindex options, long style
2012 @cindex options, GNU style
2013 @cindex options, mnemonic names
2014 Each option has at least one @dfn{long} (or @dfn{mnemonic}) name starting with two
2015 dashes in a row, e.g., @option{--list}. The long names are more clear than
2016 their corresponding short or old names. It sometimes happens that a
2017 single long option has many different names which are
2018 synonymous, such as @option{--compare} and @option{--diff}. In addition,
2019 long option names can be given unique abbreviations. For example,
2020 @option{--cre} can be used in place of @option{--create} because there is no
2021 other long option which begins with @samp{cre}. (One way to find
2022 this out is by trying it and seeing what happens; if a particular
2023 abbreviation could represent more than one option, @command{tar} will tell
2024 you that that abbreviation is ambiguous and you'll know that that
2025 abbreviation won't work. You may also choose to run @samp{tar --help}
2026 to see a list of options. Be aware that if you run @command{tar} with a
2027 unique abbreviation for the long name of an option you didn't want to
2028 use, you are stuck; @command{tar} will perform the command as ordered.)
2029
2030 Long options are meant to be obvious and easy to remember, and their
2031 meanings are generally easier to discern than those of their
2032 corresponding short options (see below). For example:
2033
2034 @smallexample
2035 $ @kbd{tar --create --verbose --blocking-factor=20 --file=/dev/rmt0}
2036 @end smallexample
2037
2038 @noindent
2039 gives a fairly good set of hints about what the command does, even
2040 for those not fully acquainted with @command{tar}.
2041
2042 @cindex arguments to long options
2043 @cindex long options with mandatory arguments
2044 Long options which require arguments take those arguments
2045 immediately following the option name. There are two ways of
2046 specifying a mandatory argument. It can be separated from the
2047 option name either by an equal sign, or by any amount of
2048 white space characters. For example, the @option{--file} option (which
2049 tells the name of the @command{tar} archive) is given a file such as
2050 @file{archive.tar} as argument by using any of the following notations:
2051 @option{--file=archive.tar} or @option{--file archive.tar}.
2052
2053 @cindex optional arguments to long options
2054 @cindex long options with optional arguments
2055 In contrast, optional arguments must always be introduced using
2056 an equal sign. For example, the @option{--backup} option takes
2057 an optional argument specifying backup type. It must be used
2058 as @option{--backup=@var{backup-type}}.
2059
2060 @node Short Options
2061 @subsection Short Option Style
2062
2063 @cindex short options
2064 @cindex options, short style
2065 @cindex options, traditional
2066 Most options also have a @dfn{short option} name. Short options start with
2067 a single dash, and are followed by a single character, e.g., @option{-t}
2068 (which is equivalent to @option{--list}). The forms are absolutely
2069 identical in function; they are interchangeable.
2070
2071 The short option names are faster to type than long option names.
2072
2073 @cindex arguments to short options
2074 @cindex short options with mandatory arguments
2075 Short options which require arguments take their arguments immediately
2076 following the option, usually separated by white space. It is also
2077 possible to stick the argument right after the short option name, using
2078 no intervening space. For example, you might write @w{@option{-f
2079 archive.tar}} or @option{-farchive.tar} instead of using
2080 @option{--file=archive.tar}. Both @option{--file=@var{archive-name}} and
2081 @w{@option{-f @var{archive-name}}} denote the option which indicates a
2082 specific archive, here named @file{archive.tar}.
2083
2084 @cindex optional arguments to short options
2085 @cindex short options with optional arguments
2086 Short options which take optional arguments take their arguments
2087 immediately following the option letter, @emph{without any intervening
2088 white space characters}.
2089
2090 Short options' letters may be clumped together, but you are not
2091 required to do this (as compared to old options; see below). When
2092 short options are clumped as a set, use one (single) dash for them
2093 all, e.g., @w{@samp{@command{tar} -cvf}}. Only the last option in
2094 such a set is allowed to have an argument@footnote{Clustering many
2095 options, the last of which has an argument, is a rather opaque way to
2096 write options. Some wonder if @acronym{GNU} @code{getopt} should not
2097 even be made helpful enough for considering such usages as invalid.}.
2098
2099 When the options are separated, the argument for each option which requires
2100 an argument directly follows that option, as is usual for Unix programs.
2101 For example:
2102
2103 @smallexample
2104 $ @kbd{tar -c -v -b 20 -f /dev/rmt0}
2105 @end smallexample
2106
2107 If you reorder short options' locations, be sure to move any arguments
2108 that belong to them. If you do not move the arguments properly, you may
2109 end up overwriting files.
2110
2111 @node Old Options
2112 @subsection Old Option Style
2113 @cindex options, old style
2114 @cindex old option style
2115
2116 Like short options, @dfn{old options} are single letters. However, old options
2117 must be written together as a single clumped set, without spaces separating
2118 them or dashes preceding them@footnote{Beware that if you precede options
2119 with a dash, you are announcing the short option style instead of the
2120 old option style; short options are decoded differently.}. This set
2121 of letters must be the first to appear on the command line, after the
2122 @command{tar} program name and some white space; old options cannot appear
2123 anywhere else. The letter of an old option is exactly the same letter as
2124 the corresponding short option. For example, the old option @samp{t} is
2125 the same as the short option @option{-t}, and consequently, the same as the
2126 long option @option{--list}. So for example, the command @w{@samp{tar
2127 cv}} specifies the option @option{-v} in addition to the operation @option{-c}.
2128
2129 @cindex arguments to old options
2130 @cindex old options with mandatory arguments
2131 When options that need arguments are given together with the command,
2132 all the associated arguments follow, in the same order as the options.
2133 Thus, the example given previously could also be written in the old
2134 style as follows:
2135
2136 @smallexample
2137 $ @kbd{tar cvbf 20 /dev/rmt0}
2138 @end smallexample
2139
2140 @noindent
2141 Here, @samp{20} is the argument of @option{-b} and @samp{/dev/rmt0} is
2142 the argument of @option{-f}.
2143
2144 On the other hand, this old style syntax makes it difficult to match
2145 option letters with their corresponding arguments, and is often
2146 confusing. In the command @w{@samp{tar cvbf 20 /dev/rmt0}}, for example,
2147 @samp{20} is the argument for @option{-b}, @samp{/dev/rmt0} is the
2148 argument for @option{-f}, and @option{-v} does not have a corresponding
2149 argument. Even using short options like in @w{@samp{tar -c -v -b 20 -f
2150 /dev/rmt0}} is clearer, putting all arguments next to the option they
2151 pertain to.
2152
2153 If you want to reorder the letters in the old option argument, be
2154 sure to reorder any corresponding argument appropriately.
2155
2156 This old way of writing @command{tar} options can surprise even experienced
2157 users. For example, the two commands:
2158
2159 @smallexample
2160 @kbd{tar cfz archive.tar.gz file}
2161 @kbd{tar -cfz archive.tar.gz file}
2162 @end smallexample
2163
2164 @noindent
2165 are quite different. The first example uses @file{archive.tar.gz} as
2166 the value for option @samp{f} and recognizes the option @samp{z}. The
2167 second example, however, uses @file{z} as the value for option
2168 @samp{f} --- probably not what was intended.
2169
2170 Old options are kept for compatibility with old versions of @command{tar}.
2171
2172 This second example could be corrected in many ways, among which the
2173 following are equivalent:
2174
2175 @smallexample
2176 @kbd{tar -czf archive.tar.gz file}
2177 @kbd{tar -cf archive.tar.gz -z file}
2178 @kbd{tar cf archive.tar.gz -z file}
2179 @end smallexample
2180
2181 @cindex option syntax, traditional
2182 As far as we know, all @command{tar} programs, @acronym{GNU} and
2183 non-@acronym{GNU}, support old options. @GNUTAR{}
2184 supports them not only for historical reasons, but also because many
2185 people are used to them. For compatibility with Unix @command{tar},
2186 the first argument is always treated as containing command and option
2187 letters even if it doesn't start with @samp{-}. Thus, @samp{tar c} is
2188 equivalent to @w{@samp{tar -c}:} both of them specify the
2189 @option{--create} (@option{-c}) command to create an archive.
2190
2191 @node Mixing
2192 @subsection Mixing Option Styles
2193
2194 @cindex options, mixing different styles
2195 All three styles may be intermixed in a single @command{tar} command,
2196 so long as the rules for each style are fully
2197 respected@footnote{Before @GNUTAR{} version 1.11.6,
2198 a bug prevented intermixing old style options with long options in
2199 some cases.}. Old style options and either of the modern styles of
2200 options may be mixed within a single @command{tar} command. However,
2201 old style options must be introduced as the first arguments only,
2202 following the rule for old options (old options must appear directly
2203 after the @command{tar} command and some white space). Modern options
2204 may be given only after all arguments to the old options have been
2205 collected. If this rule is not respected, a modern option might be
2206 falsely interpreted as the value of the argument to one of the old
2207 style options.
2208
2209 For example, all the following commands are wholly equivalent, and
2210 illustrate the many combinations and orderings of option styles.
2211
2212 @smallexample
2213 @kbd{tar --create --file=archive.tar}
2214 @kbd{tar --create -f archive.tar}
2215 @kbd{tar --create -farchive.tar}
2216 @kbd{tar --file=archive.tar --create}
2217 @kbd{tar --file=archive.tar -c}
2218 @kbd{tar -c --file=archive.tar}
2219 @kbd{tar -c -f archive.tar}
2220 @kbd{tar -c -farchive.tar}
2221 @kbd{tar -cf archive.tar}
2222 @kbd{tar -cfarchive.tar}
2223 @kbd{tar -f archive.tar --create}
2224 @kbd{tar -f archive.tar -c}
2225 @kbd{tar -farchive.tar --create}
2226 @kbd{tar -farchive.tar -c}
2227 @kbd{tar c --file=archive.tar}
2228 @kbd{tar c -f archive.tar}
2229 @kbd{tar c -farchive.tar}
2230 @kbd{tar cf archive.tar}
2231 @kbd{tar f archive.tar --create}
2232 @kbd{tar f archive.tar -c}
2233 @kbd{tar fc archive.tar}
2234 @end smallexample
2235
2236 On the other hand, the following commands are @emph{not} equivalent to
2237 the previous set:
2238
2239 @smallexample
2240 @kbd{tar -f -c archive.tar}
2241 @kbd{tar -fc archive.tar}
2242 @kbd{tar -fcarchive.tar}
2243 @kbd{tar -farchive.tarc}
2244 @kbd{tar cfarchive.tar}
2245 @end smallexample
2246
2247 @noindent
2248 These last examples mean something completely different from what the
2249 user intended (judging based on the example in the previous set which
2250 uses long options, whose intent is therefore very clear). The first
2251 four specify that the @command{tar} archive would be a file named
2252 @option{-c}, @samp{c}, @samp{carchive.tar} or @samp{archive.tarc},
2253 respectively. The first two examples also specify a single non-option,
2254 @var{name} argument having the value @samp{archive.tar}. The last
2255 example contains only old style option letters (repeating option
2256 @samp{c} twice), not all of which are meaningful (eg., @samp{.},
2257 @samp{h}, or @samp{i}), with no argument value. @FIXME{not sure i liked
2258 the first sentence of this paragraph..}
2259
2260 @node All Options
2261 @section All @command{tar} Options
2262
2263 The coming manual sections contain an alphabetical listing of all
2264 @command{tar} operations and options, with brief descriptions and
2265 cross-references to more in-depth explanations in the body of the manual.
2266 They also contain an alphabetically arranged table of the short option
2267 forms with their corresponding long option. You can use this table as
2268 a reference for deciphering @command{tar} commands in scripts.
2269
2270 @menu
2271 * Operation Summary::
2272 * Option Summary::
2273 * Short Option Summary::
2274 @end menu
2275
2276 @node Operation Summary
2277 @subsection Operations
2278
2279 @table @option
2280
2281 @opsummary{append}
2282 @item --append
2283 @itemx -r
2284
2285 Appends files to the end of the archive. @xref{append}.
2286
2287 @opsummary{catenate}
2288 @item --catenate
2289 @itemx -A
2290
2291 Same as @option{--concatenate}. @xref{concatenate}.
2292
2293 @opsummary{compare}
2294 @item --compare
2295 @itemx -d
2296
2297 Compares archive members with their counterparts in the file
2298 system, and reports differences in file size, mode, owner,
2299 modification date and contents. @xref{compare}.
2300
2301 @opsummary{concatenate}
2302 @item --concatenate
2303 @itemx -A
2304
2305 Appends other @command{tar} archives to the end of the archive.
2306 @xref{concatenate}.
2307
2308 @opsummary{create}
2309 @item --create
2310 @itemx -c
2311
2312 Creates a new @command{tar} archive. @xref{create}.
2313
2314 @opsummary{delete}
2315 @item --delete
2316
2317 Deletes members from the archive. Don't try this on an archive on a
2318 tape! @xref{delete}.
2319
2320 @opsummary{diff}
2321 @item --diff
2322 @itemx -d
2323
2324 Same @option{--compare}. @xref{compare}.
2325
2326 @opsummary{extract}
2327 @item --extract
2328 @itemx -x
2329
2330 Extracts members from the archive into the file system. @xref{extract}.
2331
2332 @opsummary{get}
2333 @item --get
2334 @itemx -x
2335
2336 Same as @option{--extract}. @xref{extract}.
2337
2338 @opsummary{list}
2339 @item --list
2340 @itemx -t
2341
2342 Lists the members in an archive. @xref{list}.
2343
2344 @opsummary{update}
2345 @item --update
2346 @itemx -u
2347
2348 Adds files to the end of the archive, but only if they are newer than
2349 their counterparts already in the archive, or if they do not already
2350 exist in the archive. @xref{update}.
2351
2352 @end table
2353
2354 @node Option Summary
2355 @subsection @command{tar} Options
2356
2357 @table @option
2358
2359 @opsummary{absolute-names}
2360 @item --absolute-names
2361 @itemx -P
2362
2363 Normally when creating an archive, @command{tar} strips an initial
2364 @samp{/} from member names. This option disables that behavior.
2365 @xref{absolute}.
2366
2367 @opsummary{after-date}
2368 @item --after-date
2369
2370 (See @option{--newer}, @pxref{after})
2371
2372 @opsummary{anchored}
2373 @item --anchored
2374 A pattern must match an initial subsequence of the name's components.
2375 @xref{controlling pattern-matching}.
2376
2377 @opsummary{atime-preserve}
2378 @item --atime-preserve
2379 @itemx --atime-preserve=replace
2380 @itemx --atime-preserve=system
2381
2382 Attempt to preserve the access time of files when reading them. This
2383 option currently is effective only on files that you own, unless you
2384 have superuser privileges.
2385
2386 @option{--atime-preserve=replace} remembers the access time of a file
2387 before reading it, and then restores the access time afterwards. This
2388 may cause problems if other programs are reading the file at the same
2389 time, as the times of their accesses will be lost. On most platforms
2390 restoring the access time also requires @command{tar} to restore the
2391 data modification time too, so this option may also cause problems if
2392 other programs are writing the file at the same time (@command{tar} attempts
2393 to detect this situation, but cannot do so reliably due to race
2394 conditions). Worse, on most platforms restoring the access time also
2395 updates the status change time, which means that this option is
2396 incompatible with incremental backups.
2397
2398 @option{--atime-preserve=system} avoids changing time stamps on files,
2399 without interfering with time stamp updates
2400 caused by other programs, so it works better with incremental backups.
2401 However, it requires a special @code{O_NOATIME} option from the
2402 underlying operating and file system implementation, and it also requires
2403 that searching directories does not update their access times. As of
2404 this writing (November 2005) this works only with Linux, and only with
2405 Linux kernels 2.6.8 and later. Worse, there is currently no reliable
2406 way to know whether this feature actually works. Sometimes
2407 @command{tar} knows that it does not work, and if you use
2408 @option{--atime-preserve=system} then @command{tar} complains and
2409 exits right away. But other times @command{tar} might think that the
2410 option works when it actually does not.
2411
2412 Currently @option{--atime-preserve} with no operand defaults to
2413 @option{--atime-preserve=replace}, but this may change in the future
2414 as support for @option{--atime-preserve=system} improves.
2415
2416 If your operating or file system does not support
2417 @option{--atime-preserve=@-system}, you might be able to preserve access
2418 times reliably by using the @command{mount} command. For example,
2419 you can mount the file system read-only, or access the file system via
2420 a read-only loopback mount, or use the @samp{noatime} mount option
2421 available on some systems. However, mounting typically requires
2422 superuser privileges and can be a pain to manage.
2423
2424 @opsummary{auto-compress}
2425 @item --auto-compress
2426 @itemx -a
2427
2428 During a @option{--create} operation, enables automatic compressed
2429 format recognition based on the archive suffix. The effect of this
2430 option is cancelled by @option{--no-auto-compress}. @xref{gzip}.
2431
2432 @opsummary{backup}
2433 @item --backup=@var{backup-type}
2434
2435 Rather than deleting files from the file system, @command{tar} will
2436 back them up using simple or numbered backups, depending upon
2437 @var{backup-type}. @xref{backup}.
2438
2439 @opsummary{block-number}
2440 @item --block-number
2441 @itemx -R
2442
2443 With this option present, @command{tar} prints error messages for read errors
2444 with the block number in the archive file. @xref{block-number}.
2445
2446 @opsummary{blocking-factor}
2447 @item --blocking-factor=@var{blocking}
2448 @itemx -b @var{blocking}
2449
2450 Sets the blocking factor @command{tar} uses to @var{blocking} x 512 bytes per
2451 record. @xref{Blocking Factor}.
2452
2453 @opsummary{bzip2}
2454 @item --bzip2
2455 @itemx -j
2456
2457 This option tells @command{tar} to read or write archives through
2458 @code{bzip2}. @xref{gzip}.
2459
2460 @opsummary{check-device}
2461 @item --check-device
2462 Check device numbers when creating a list of modified files for
2463 incremental archiving. This is the default. @xref{device numbers},
2464 for a detailed description.
2465
2466 @opsummary{checkpoint}
2467 @item --checkpoint[=@var{number}]
2468
2469 This option directs @command{tar} to print periodic checkpoint
2470 messages as it reads through the archive. It is intended for when you
2471 want a visual indication that @command{tar} is still running, but
2472 don't want to see @option{--verbose} output. You can also instruct
2473 @command{tar} to execute a list of actions on each checkpoint, see
2474 @option{--checkpoint-action} below. For a detailed description, see
2475 @ref{checkpoints}.
2476
2477 @opsummary{checkpoint-action}
2478 @item --checkpoint-action=@var{action}
2479 Instruct @command{tar} to execute an action upon hitting a
2480 breakpoint. Here we give only a brief outline. @xref{checkpoints},
2481 for a complete description.
2482
2483 The @var{action} argument can be one of the following:
2484
2485 @table @asis
2486 @item bell
2487 Produce an audible bell on the console.
2488
2489 @item dot
2490 @itemx .
2491 Print a single dot on the standard listing stream.
2492
2493 @item echo
2494 Display a textual message on the standard error, with the status and
2495 number of the checkpoint. This is the default.
2496
2497 @item echo=@var{string}
2498 Display @var{string} on the standard error. Before output, the string
2499 is subject to meta-character expansion.
2500
2501 @item exec=@var{command}
2502 Execute the given @var{command}.
2503
2504 @item sleep=@var{time}
2505 Wait for @var{time} seconds.
2506
2507 @item ttyout=@var{string}
2508 Output @var{string} on the current console (@file{/dev/tty}).
2509 @end table
2510
2511 Several @option{--checkpoint-action} options can be specified. The
2512 supplied actions will be executed in order of their appearance in the
2513 command line.
2514
2515 Using @option{--checkpoint-action} without @option{--checkpoint}
2516 assumes default checkpoint frequency of one checkpoint per 10 records.
2517
2518 @opsummary{check-links}
2519 @item --check-links
2520 @itemx -l
2521 If this option was given, @command{tar} will check the number of links
2522 dumped for each processed file. If this number does not match the
2523 total number of hard links for the file, a warning message will be
2524 output @footnote{Earlier versions of @GNUTAR{} understood @option{-l} as a
2525 synonym for @option{--one-file-system}. The current semantics, which
2526 complies to UNIX98, was introduced with version
2527 1.15.91. @xref{Changes}, for more information.}.
2528
2529 @xref{hard links}.
2530
2531 @opsummary{compress}
2532 @opsummary{uncompress}
2533 @item --compress
2534 @itemx --uncompress
2535 @itemx -Z
2536
2537 @command{tar} will use the @command{compress} program when reading or
2538 writing the archive. This allows you to directly act on archives
2539 while saving space. @xref{gzip}.
2540
2541 @opsummary{confirmation}
2542 @item --confirmation
2543
2544 (See @option{--interactive}.) @xref{interactive}.
2545
2546 @opsummary{delay-directory-restore}
2547 @item --delay-directory-restore
2548
2549 Delay setting modification times and permissions of extracted
2550 directories until the end of extraction. @xref{Directory Modification Times and Permissions}.
2551
2552 @opsummary{dereference}
2553 @item --dereference
2554 @itemx -h
2555
2556 When creating a @command{tar} archive, @command{tar} will archive the
2557 file that a symbolic link points to, rather than archiving the
2558 symlink. @xref{dereference}.
2559
2560 @opsummary{directory}
2561 @item --directory=@var{dir}
2562 @itemx -C @var{dir}
2563
2564 When this option is specified, @command{tar} will change its current directory
2565 to @var{dir} before performing any operations. When this option is used
2566 during archive creation, it is order sensitive. @xref{directory}.
2567
2568 @opsummary{exclude}
2569 @item --exclude=@var{pattern}
2570
2571 When performing operations, @command{tar} will skip files that match
2572 @var{pattern}. @xref{exclude}.
2573
2574 @opsummary{exclude-backups}
2575 @item --exclude-backups
2576 Exclude backup and lock files. @xref{exclude,, exclude-backups}.
2577
2578 @opsummary{exclude-from}
2579 @item --exclude-from=@var{file}
2580 @itemx -X @var{file}
2581
2582 Similar to @option{--exclude}, except @command{tar} will use the list of
2583 patterns in the file @var{file}. @xref{exclude}.
2584
2585 @opsummary{exclude-caches}
2586 @item --exclude-caches
2587
2588 Exclude from dump any directory containing a valid cache directory
2589 tag file, but still dump the directory node and the tag file itself.
2590
2591 @xref{exclude,, exclude-caches}.
2592
2593 @opsummary{exclude-caches-under}
2594 @item --exclude-caches-under
2595
2596 Exclude from dump any directory containing a valid cache directory
2597 tag file, but still dump the directory node itself.
2598
2599 @xref{exclude}.
2600
2601 @opsummary{exclude-caches-all}
2602 @item --exclude-caches-all
2603
2604 Exclude from dump any directory containing a valid cache directory
2605 tag file. @xref{exclude}.
2606
2607 @opsummary{exclude-tag}
2608 @item --exclude-tag=@var{file}
2609
2610 Exclude from dump any directory containing file named @var{file}, but
2611 dump the directory node and @var{file} itself. @xref{exclude,, exclude-tag}.
2612
2613 @opsummary{exclude-tag-under}
2614 @item --exclude-tag-under=@var{file}
2615
2616 Exclude from dump the contents of any directory containing file
2617 named @var{file}, but dump the directory node itself. @xref{exclude,,
2618 exclude-tag-under}.
2619
2620 @opsummary{exclude-tag-all}
2621 @item --exclude-tag-all=@var{file}
2622
2623 Exclude from dump any directory containing file named @var{file}.
2624 @xref{exclude,,exclude-tag-all}.
2625
2626 @opsummary{exclude-vcs}
2627 @item --exclude-vcs
2628
2629 Exclude from dump directories and files, that are internal for some
2630 widely used version control systems.
2631
2632 @xref{exclude,,exclude-vcs}.
2633
2634 @opsummary{file}
2635 @item --file=@var{archive}
2636 @itemx -f @var{archive}
2637
2638 @command{tar} will use the file @var{archive} as the @command{tar} archive it
2639 performs operations on, rather than @command{tar}'s compilation dependent
2640 default. @xref{file tutorial}.
2641
2642 @opsummary{files-from}
2643 @item --files-from=@var{file}
2644 @itemx -T @var{file}
2645
2646 @command{tar} will use the contents of @var{file} as a list of archive members
2647 or files to operate on, in addition to those specified on the
2648 command-line. @xref{files}.
2649
2650 @opsummary{force-local}
2651 @item --force-local
2652
2653 Forces @command{tar} to interpret the file name given to @option{--file}
2654 as a local file, even if it looks like a remote tape drive name.
2655 @xref{local and remote archives}.
2656
2657 @opsummary{format}
2658 @item --format=@var{format}
2659 @itemx -H @var{format}
2660
2661 Selects output archive format. @var{Format} may be one of the
2662 following:
2663
2664 @table @samp
2665 @item v7
2666 Creates an archive that is compatible with Unix V7 @command{tar}.
2667
2668 @item oldgnu
2669 Creates an archive that is compatible with GNU @command{tar} version
2670 1.12 or earlier.
2671
2672 @item gnu
2673 Creates archive in GNU tar 1.13 format. Basically it is the same as
2674 @samp{oldgnu} with the only difference in the way it handles long
2675 numeric fields.
2676
2677 @item ustar
2678 Creates a @acronym{POSIX.1-1988} compatible archive.
2679
2680 @item posix
2681 Creates a @acronym{POSIX.1-2001 archive}.
2682
2683 @end table
2684
2685 @xref{Formats}, for a detailed discussion of these formats.
2686
2687 @opsummary{full-time}
2688 @item --full-time
2689 This option instructs @command{tar} to print file times to their full
2690 resolution. Usually this means 1-second resolution, but that depends
2691 on the underlying file system. The @option{--full-time} option takes
2692 effect only when detailed output (verbosity level 2 or higher) has
2693 been requested using the @option{--verbose} option, e.g., when listing
2694 or extracting archives:
2695
2696 @smallexample
2697 $ @kbd{tar -t -v --full-time -f archive.tar}
2698 @end smallexample
2699
2700 @noindent
2701 or, when creating an archive:
2702
2703 @smallexample
2704 $ @kbd{tar -c -vv --full-time -f archive.tar .}
2705 @end smallexample
2706
2707 Notice, thar when creating the archive you need to specify
2708 @option{--verbose} twice to get a detailed output (@pxref{verbose
2709 tutorial}).
2710
2711 @opsummary{group}
2712 @item --group=@var{group}
2713
2714 Files added to the @command{tar} archive will have a group @acronym{ID} of @var{group},
2715 rather than the group from the source file. @var{group} is first decoded
2716 as a group symbolic name, but if this interpretation fails, it has to be
2717 a decimal numeric group @acronym{ID}. @xref{override}.
2718
2719 Also see the comments for the @option{--owner=@var{user}} option.
2720
2721 @opsummary{gzip}
2722 @opsummary{gunzip}
2723 @opsummary{ungzip}
2724 @item --gzip
2725 @itemx --gunzip
2726 @itemx --ungzip
2727 @itemx -z
2728
2729 This option tells @command{tar} to read or write archives through
2730 @command{gzip}, allowing @command{tar} to directly operate on several
2731 kinds of compressed archives transparently. @xref{gzip}.
2732
2733 @opsummary{hard-dereference}
2734 @item --hard-dereference
2735 When creating an archive, dereference hard links and store the files
2736 they refer to, instead of creating usual hard link members.
2737
2738 @xref{hard links}.
2739
2740 @opsummary{help}
2741 @item --help
2742 @itemx -?
2743
2744 @command{tar} will print out a short message summarizing the operations and
2745 options to @command{tar} and exit. @xref{help}.
2746
2747 @opsummary{ignore-case}
2748 @item --ignore-case
2749 Ignore case when matching member or file names with
2750 patterns. @xref{controlling pattern-matching}.
2751
2752 @opsummary{ignore-command-error}
2753 @item --ignore-command-error
2754 Ignore exit codes of subprocesses. @xref{Writing to an External Program}.
2755
2756 @opsummary{ignore-failed-read}
2757 @item --ignore-failed-read
2758
2759 Do not exit unsuccessfully merely because an unreadable file was encountered.
2760 @xref{Reading}.
2761
2762 @opsummary{ignore-zeros}
2763 @item --ignore-zeros
2764 @itemx -i
2765
2766 With this option, @command{tar} will ignore zeroed blocks in the
2767 archive, which normally signals EOF. @xref{Reading}.
2768
2769 @opsummary{incremental}
2770 @item --incremental
2771 @itemx -G
2772
2773 Informs @command{tar} that it is working with an old
2774 @acronym{GNU}-format incremental backup archive. It is intended
2775 primarily for backwards compatibility only. @xref{Incremental Dumps},
2776 for a detailed discussion of incremental archives.
2777
2778 @opsummary{index-file}
2779 @item --index-file=@var{file}
2780
2781 Send verbose output to @var{file} instead of to standard output.
2782
2783 @opsummary{info-script}
2784 @opsummary{new-volume-script}
2785 @item --info-script=@var{script-file}
2786 @itemx --new-volume-script=@var{script-file}
2787 @itemx -F @var{script-file}
2788
2789 When @command{tar} is performing multi-tape backups, @var{script-file} is run
2790 at the end of each tape. If @var{script-file} exits with nonzero status,
2791 @command{tar} fails immediately. @xref{info-script}, for a detailed
2792 discussion of @var{script-file}.
2793
2794 @opsummary{interactive}
2795 @item --interactive
2796 @itemx --confirmation
2797 @itemx -w
2798
2799 Specifies that @command{tar} should ask the user for confirmation before
2800 performing potentially destructive options, such as overwriting files.
2801 @xref{interactive}.
2802
2803 @opsummary{keep-newer-files}
2804 @item --keep-newer-files
2805
2806 Do not replace existing files that are newer than their archive copies
2807 when extracting files from an archive.
2808
2809 @opsummary{keep-old-files}
2810 @item --keep-old-files
2811 @itemx -k
2812
2813 Do not overwrite existing files when extracting files from an archive.
2814 @xref{Keep Old Files}.
2815
2816 @opsummary{label}
2817 @item --label=@var{name}
2818 @itemx -V @var{name}
2819
2820 When creating an archive, instructs @command{tar} to write @var{name}
2821 as a name record in the archive. When extracting or listing archives,
2822 @command{tar} will only operate on archives that have a label matching
2823 the pattern specified in @var{name}. @xref{Tape Files}.
2824
2825 @opsummary{level}
2826 @item --level=@var{n}
2827 Force incremental backup of level @var{n}. As of @GNUTAR version
2828 @value{VERSION}, the option @option{--level=0} truncates the snapshot
2829 file, thereby forcing the level 0 dump. Other values of @var{n} are
2830 effectively ignored. @xref{--level=0}, for details and examples.
2831
2832 The use of this option is valid only in conjunction with the
2833 @option{--listed-incremental} option. @xref{Incremental Dumps},
2834 for a detailed description.
2835
2836 @opsummary{listed-incremental}
2837 @item --listed-incremental=@var{snapshot-file}
2838 @itemx -g @var{snapshot-file}
2839
2840 During a @option{--create} operation, specifies that the archive that
2841 @command{tar} creates is a new @acronym{GNU}-format incremental
2842 backup, using @var{snapshot-file} to determine which files to backup.
2843 With other operations, informs @command{tar} that the archive is in
2844 incremental format. @xref{Incremental Dumps}.
2845
2846 @opsummary{lzip}
2847 @item --lzip
2848
2849 This option tells @command{tar} to read or write archives through
2850 @command{lzip}. @xref{gzip}.
2851
2852 @opsummary{lzma}
2853 @item --lzma
2854
2855 This option tells @command{tar} to read or write archives through
2856 @command{lzma}. @xref{gzip}.
2857
2858 @item --lzop
2859
2860 This option tells @command{tar} to read or write archives through
2861 @command{lzop}. @xref{gzip}.
2862
2863 @opsummary{mode}
2864 @item --mode=@var{permissions}
2865
2866 When adding files to an archive, @command{tar} will use
2867 @var{permissions} for the archive members, rather than the permissions
2868 from the files. @var{permissions} can be specified either as an octal
2869 number or as symbolic permissions, like with
2870 @command{chmod}. @xref{override}.
2871
2872 @opsummary{mtime}
2873 @item --mtime=@var{date}
2874
2875 When adding files to an archive, @command{tar} will use @var{date} as
2876 the modification time of members when creating archives, instead of
2877 their actual modification times. The value of @var{date} can be
2878 either a textual date representation (@pxref{Date input formats}) or a
2879 name of the existing file, starting with @samp{/} or @samp{.}. In the
2880 latter case, the modification time of that file is used. @xref{override}.
2881
2882 @opsummary{multi-volume}
2883 @item --multi-volume
2884 @itemx -M
2885
2886 Informs @command{tar} that it should create or otherwise operate on a
2887 multi-volume @command{tar} archive. @xref{Using Multiple Tapes}.
2888
2889 @opsummary{new-volume-script}
2890 @item --new-volume-script
2891
2892 (see @option{--info-script})
2893
2894 @opsummary{newer}
2895 @item --newer=@var{date}
2896 @itemx --after-date=@var{date}
2897 @itemx -N
2898
2899 When creating an archive, @command{tar} will only add files that have changed
2900 since @var{date}. If @var{date} begins with @samp{/} or @samp{.}, it
2901 is taken to be the name of a file whose data modification time specifies
2902 the date. @xref{after}.
2903
2904 @opsummary{newer-mtime}
2905 @item --newer-mtime=@var{date}
2906
2907 Like @option{--newer}, but add only files whose
2908 contents have changed (as opposed to just @option{--newer}, which will
2909 also back up files for which any status information has
2910 changed). @xref{after}.
2911
2912 @opsummary{no-anchored}
2913 @item --no-anchored
2914 An exclude pattern can match any subsequence of the name's components.
2915 @xref{controlling pattern-matching}.
2916
2917 @opsummary{no-auto-compress}
2918 @item --no-auto-compress
2919
2920 Disables automatic compressed format recognition based on the archive
2921 suffix. @xref{--auto-compress}. @xref{gzip}.
2922
2923 @opsummary{no-check-device}
2924 @item --no-check-device
2925 Do not check device numbers when creating a list of modified files
2926 for incremental archiving. @xref{device numbers}, for
2927 a detailed description.
2928
2929 @opsummary{no-delay-directory-restore}
2930 @item --no-delay-directory-restore
2931
2932 Modification times and permissions of extracted
2933 directories are set when all files from this directory have been
2934 extracted. This is the default.
2935 @xref{Directory Modification Times and Permissions}.
2936
2937 @opsummary{no-ignore-case}
2938 @item --no-ignore-case
2939 Use case-sensitive matching.
2940 @xref{controlling pattern-matching}.
2941
2942 @opsummary{no-ignore-command-error}
2943 @item --no-ignore-command-error
2944 Print warnings about subprocesses that terminated with a nonzero exit
2945 code. @xref{Writing to an External Program}.
2946
2947 @opsummary{no-null}
2948 @item --no-null
2949
2950 If the @option{--null} option was given previously, this option
2951 cancels its effect, so that any following @option{--files-from}
2952 options will expect their file lists to be newline-terminated.
2953
2954 @opsummary{no-overwrite-dir}
2955 @item --no-overwrite-dir
2956
2957 Preserve metadata of existing directories when extracting files
2958 from an archive. @xref{Overwrite Old Files}.
2959
2960 @opsummary{no-quote-chars}
2961 @item --no-quote-chars=@var{string}
2962 Remove characters listed in @var{string} from the list of quoted
2963 characters set by the previous @option{--quote-chars} option
2964 (@pxref{quoting styles}).
2965
2966 @opsummary{no-recursion}
2967 @item --no-recursion
2968
2969 With this option, @command{tar} will not recurse into directories.
2970 @xref{recurse}.
2971
2972 @opsummary{no-same-owner}
2973 @item --no-same-owner
2974 @itemx -o
2975
2976 When extracting an archive, do not attempt to preserve the owner
2977 specified in the @command{tar} archive. This the default behavior
2978 for ordinary users.
2979
2980 @opsummary{no-same-permissions}
2981 @item --no-same-permissions
2982
2983 When extracting an archive, subtract the user's umask from files from
2984 the permissions specified in the archive. This is the default behavior
2985 for ordinary users.
2986
2987 @opsummary{no-seek}
2988 @item --no-seek
2989
2990 The archive media does not support seeks to arbitrary
2991 locations. Usually @command{tar} determines automatically whether
2992 the archive can be seeked or not. Use this option to disable this
2993 mechanism.
2994
2995 @opsummary{no-unquote}
2996 @item --no-unquote
2997 Treat all input file or member names literally, do not interpret
2998 escape sequences. @xref{input name quoting}.
2999
3000 @opsummary{no-wildcards}
3001 @item --no-wildcards
3002 Do not use wildcards.
3003 @xref{controlling pattern-matching}.
3004
3005 @opsummary{no-wildcards-match-slash}
3006 @item --no-wildcards-match-slash
3007 Wildcards do not match @samp{/}.
3008 @xref{controlling pattern-matching}.
3009
3010 @opsummary{null}
3011 @item --null
3012
3013 When @command{tar} is using the @option{--files-from} option, this option
3014 instructs @command{tar} to expect file names terminated with @acronym{NUL}, so
3015 @command{tar} can correctly work with file names that contain newlines.
3016 @xref{nul}.
3017
3018 @opsummary{numeric-owner}
3019 @item --numeric-owner
3020
3021 This option will notify @command{tar} that it should use numeric user
3022 and group IDs when creating a @command{tar} file, rather than names.
3023 @xref{Attributes}.
3024
3025 @item -o
3026 The function of this option depends on the action @command{tar} is
3027 performing. When extracting files, @option{-o} is a synonym for
3028 @option{--no-same-owner}, i.e., it prevents @command{tar} from
3029 restoring ownership of files being extracted.
3030
3031 When creating an archive, it is a synonym for
3032 @option{--old-archive}. This behavior is for compatibility
3033 with previous versions of @GNUTAR{}, and will be
3034 removed in future releases.
3035
3036 @xref{Changes}, for more information.
3037
3038 @opsummary{occurrence}
3039 @item --occurrence[=@var{number}]
3040
3041 This option can be used in conjunction with one of the subcommands
3042 @option{--delete}, @option{--diff}, @option{--extract} or
3043 @option{--list} when a list of files is given either on the command
3044 line or via @option{-T} option.
3045
3046 This option instructs @command{tar} to process only the @var{number}th
3047 occurrence of each named file. @var{Number} defaults to 1, so
3048
3049 @smallexample
3050 tar -x -f archive.tar --occurrence filename
3051 @end smallexample
3052
3053 @noindent
3054 will extract the first occurrence of the member @file{filename} from @file{archive.tar}
3055 and will terminate without scanning to the end of the archive.
3056
3057 @opsummary{old-archive}
3058 @item --old-archive
3059 Synonym for @option{--format=v7}.
3060
3061 @opsummary{one-file-system}
3062 @item --one-file-system
3063 Used when creating an archive. Prevents @command{tar} from recursing into
3064 directories that are on different file systems from the current
3065 directory.
3066
3067 @opsummary{overwrite}
3068 @item --overwrite
3069
3070 Overwrite existing files and directory metadata when extracting files
3071 from an archive. @xref{Overwrite Old Files}.
3072
3073 @opsummary{overwrite-dir}
3074 @item --overwrite-dir
3075
3076 Overwrite the metadata of existing directories when extracting files
3077 from an archive. @xref{Overwrite Old Files}.
3078
3079 @opsummary{owner}
3080 @item --owner=@var{user}
3081
3082 Specifies that @command{tar} should use @var{user} as the owner of members
3083 when creating archives, instead of the user associated with the source
3084 file. @var{user} is first decoded as a user symbolic name, but if
3085 this interpretation fails, it has to be a decimal numeric user @acronym{ID}.
3086 @xref{override}.
3087
3088 This option does not affect extraction from archives.
3089
3090 @opsummary{pax-option}
3091 @item --pax-option=@var{keyword-list}
3092 This option enables creation of the archive in @acronym{POSIX.1-2001}
3093 format (@pxref{posix}) and modifies the way @command{tar} handles the
3094 extended header keywords. @var{Keyword-list} is a comma-separated
3095 list of keyword options. @xref{PAX keywords}, for a detailed
3096 discussion.
3097
3098 @opsummary{portability}
3099 @item --portability
3100 @itemx --old-archive
3101 Synonym for @option{--format=v7}.
3102
3103 @opsummary{posix}
3104 @item --posix
3105 Same as @option{--format=posix}.
3106
3107 @opsummary{preserve}
3108 @item --preserve
3109
3110 Synonymous with specifying both @option{--preserve-permissions} and
3111 @option{--same-order}. @xref{Setting Access Permissions}.
3112
3113 @opsummary{preserve-order}
3114 @item --preserve-order
3115
3116 (See @option{--same-order}; @pxref{Reading}.)
3117
3118 @opsummary{preserve-permissions}
3119 @opsummary{same-permissions}
3120 @item --preserve-permissions
3121 @itemx --same-permissions
3122 @itemx -p
3123
3124 When @command{tar} is extracting an archive, it normally subtracts the
3125 users' umask from the permissions specified in the archive and uses
3126 that number as the permissions to create the destination file.
3127 Specifying this option instructs @command{tar} that it should use the
3128 permissions directly from the archive. @xref{Setting Access Permissions}.
3129
3130 @opsummary{quote-chars}
3131 @item --quote-chars=@var{string}
3132 Always quote characters from @var{string}, even if the selected
3133 quoting style would not quote them (@pxref{quoting styles}).
3134
3135 @opsummary{quoting-style}
3136 @item --quoting-style=@var{style}
3137 Set quoting style to use when printing member and file names
3138 (@pxref{quoting styles}). Valid @var{style} values are:
3139 @code{literal}, @code{shell}, @code{shell-always}, @code{c},
3140 @code{escape}, @code{locale}, and @code{clocale}. Default quoting
3141 style is @code{escape}, unless overridden while configuring the
3142 package.
3143
3144 @opsummary{read-full-records}
3145 @item --read-full-records
3146 @itemx -B
3147
3148 Specifies that @command{tar} should reblock its input, for reading
3149 from pipes on systems with buggy implementations. @xref{Reading}.
3150
3151 @opsummary{record-size}
3152 @item --record-size=@var{size}
3153
3154 Instructs @command{tar} to use @var{size} bytes per record when accessing the
3155 archive. @xref{Blocking Factor}.
3156
3157 @opsummary{recursion}
3158 @item --recursion
3159
3160 With this option, @command{tar} recurses into directories (default).
3161 @xref{recurse}.
3162
3163 @opsummary{recursive-unlink}
3164 @item --recursive-unlink
3165
3166 Remove existing
3167 directory hierarchies before extracting directories of the same name
3168 from the archive. @xref{Recursive Unlink}.
3169
3170 @opsummary{remove-files}
3171 @item --remove-files
3172
3173 Directs @command{tar} to remove the source file from the file system after
3174 appending it to an archive. @xref{remove files}.
3175
3176 @opsummary{restrict}
3177 @item --restrict
3178
3179 Disable use of some potentially harmful @command{tar} options.
3180 Currently this option disables shell invocation from multi-volume menu
3181 (@pxref{Using Multiple Tapes}).
3182
3183 @opsummary{rmt-command}
3184 @item --rmt-command=@var{cmd}
3185
3186 Notifies @command{tar} that it should use @var{cmd} instead of
3187 the default @file{/usr/libexec/rmt} (@pxref{Remote Tape Server}).
3188
3189 @opsummary{rsh-command}
3190 @item --rsh-command=@var{cmd}
3191
3192 Notifies @command{tar} that is should use @var{cmd} to communicate with remote
3193 devices. @xref{Device}.
3194
3195 @opsummary{same-order}
3196 @item --same-order
3197 @itemx --preserve-order
3198 @itemx -s
3199
3200 This option is an optimization for @command{tar} when running on machines with
3201 small amounts of memory. It informs @command{tar} that the list of file
3202 arguments has already been sorted to match the order of files in the
3203 archive. @xref{Reading}.
3204
3205 @opsummary{same-owner}
3206 @item --same-owner
3207
3208 When extracting an archive, @command{tar} will attempt to preserve the owner
3209 specified in the @command{tar} archive with this option present.
3210 This is the default behavior for the superuser; this option has an
3211 effect only for ordinary users. @xref{Attributes}.
3212
3213 @opsummary{same-permissions}
3214 @item --same-permissions
3215
3216 (See @option{--preserve-permissions}; @pxref{Setting Access Permissions}.)
3217
3218 @opsummary{seek}
3219 @item --seek
3220 @itemx -n
3221
3222 Assume that the archive media supports seeks to arbitrary
3223 locations. Usually @command{tar} determines automatically whether
3224 the archive can be seeked or not. This option is intended for use
3225 in cases when such recognition fails. It takes effect only if the
3226 archive is open for reading (e.g. with @option{--list} or
3227 @option{--extract} options).
3228
3229 @opsummary{show-defaults}
3230 @item --show-defaults
3231
3232 Displays the default options used by @command{tar} and exits
3233 successfully. This option is intended for use in shell scripts.
3234 Here is an example of what you can see using this option:
3235
3236 @smallexample
3237 $ @kbd{tar --show-defaults}
3238 --format=gnu -f- -b20 --quoting-style=escape
3239 --rmt-command=/usr/libexec/rmt --rsh-command=/usr/bin/rsh
3240 @end smallexample
3241
3242 @noindent
3243 Notice, that this option outputs only one line. The example output
3244 above has been split to fit page boundaries.
3245
3246 @opsummary{show-omitted-dirs}
3247 @item --show-omitted-dirs
3248
3249 Instructs @command{tar} to mention the directories it is skipping when
3250 operating on a @command{tar} archive. @xref{show-omitted-dirs}.
3251
3252 @opsummary{show-transformed-names}
3253 @opsummary{show-stored-names}
3254 @item --show-transformed-names
3255 @itemx --show-stored-names
3256
3257 Display file or member names after applying any transformations
3258 (@pxref{transform}). In particular, when used in conjunction with one of
3259 the archive creation operations it instructs @command{tar} to list the
3260 member names stored in the archive, as opposed to the actual file
3261 names. @xref{listing member and file names}.
3262
3263 @opsummary{sparse}
3264 @item --sparse
3265 @itemx -S
3266
3267 Invokes a @acronym{GNU} extension when adding files to an archive that handles
3268 sparse files efficiently. @xref{sparse}.
3269
3270 @opsummary{sparse-version}
3271 @item --sparse-version=@var{version}
3272
3273 Specifies the @dfn{format version} to use when archiving sparse
3274 files. Implies @option{--sparse}. @xref{sparse}. For the description
3275 of the supported sparse formats, @xref{Sparse Formats}.
3276
3277 @opsummary{starting-file}
3278 @item --starting-file=@var{name}
3279 @itemx -K @var{name}
3280
3281 This option affects extraction only; @command{tar} will skip extracting
3282 files in the archive until it finds one that matches @var{name}.
3283 @xref{Scarce}.
3284
3285 @opsummary{strip-components}
3286 @item --strip-components=@var{number}
3287 Strip given @var{number} of leading components from file names before
3288 extraction. For example, if archive @file{archive.tar} contained
3289 @file{/some/file/name}, then running
3290
3291 @smallexample
3292 tar --extract --file archive.tar --strip-components=2
3293 @end smallexample
3294
3295 @noindent
3296 would extract this file to file @file{name}.
3297
3298 @opsummary{suffix}
3299 @item --suffix=@var{suffix}
3300
3301 Alters the suffix @command{tar} uses when backing up files from the default
3302 @samp{~}. @xref{backup}.
3303
3304 @opsummary{tape-length}
3305 @item --tape-length=@var{num}
3306 @itemx -L @var{num}
3307
3308 Specifies the length of tapes that @command{tar} is writing as being
3309 @w{@var{num} x 1024} bytes long. @xref{Using Multiple Tapes}.
3310
3311 @opsummary{test-label}
3312 @item --test-label
3313
3314 Reads the volume label. If an argument is specified, test whether it
3315 matches the volume label. @xref{--test-label option}.
3316
3317 @opsummary{to-command}
3318 @item --to-command=@var{command}
3319
3320 During extraction @command{tar} will pipe extracted files to the
3321 standard input of @var{command}. @xref{Writing to an External Program}.
3322
3323 @opsummary{to-stdout}
3324 @item --to-stdout
3325 @itemx -O
3326
3327 During extraction, @command{tar} will extract files to stdout rather
3328 than to the file system. @xref{Writing to Standard Output}.
3329
3330 @opsummary{totals}
3331 @item --totals[=@var{signo}]
3332
3333 Displays the total number of bytes transferred when processing an
3334 archive. If an argument is given, these data are displayed on
3335 request, when signal @var{signo} is delivered to @command{tar}.
3336 @xref{totals}.
3337
3338 @opsummary{touch}
3339 @item --touch
3340 @itemx -m
3341
3342 Sets the data modification time of extracted files to the extraction time,
3343 rather than the data modification time stored in the archive.
3344 @xref{Data Modification Times}.
3345
3346 @opsummary{transform}
3347 @opsummary{xform}
3348 @item --transform=@var{sed-expr}
3349 @itemx --xform=@var{sed-expr}
3350 Transform file or member names using @command{sed} replacement expression
3351 @var{sed-expr}. For example,
3352
3353 @smallexample
3354 $ @kbd{tar cf archive.tar --transform 's,^\./,usr/,' .}
3355 @end smallexample
3356
3357 @noindent
3358 will add to @file{archive} files from the current working directory,
3359 replacing initial @samp{./} prefix with @samp{usr/}. For the detailed
3360 discussion, @xref{transform}.
3361
3362 To see transformed member names in verbose listings, use
3363 @option{--show-transformed-names} option
3364 (@pxref{show-transformed-names}).
3365
3366 @opsummary{uncompress}
3367 @item --uncompress
3368
3369 (See @option{--compress}, @pxref{gzip})
3370
3371 @opsummary{ungzip}
3372 @item --ungzip
3373
3374 (See @option{--gzip}, @pxref{gzip})
3375
3376 @opsummary{unlink-first}
3377 @item --unlink-first
3378 @itemx -U
3379
3380 Directs @command{tar} to remove the corresponding file from the file
3381 system before extracting it from the archive. @xref{Unlink First}.
3382
3383 @opsummary{unquote}
3384 @item --unquote
3385 Enable unquoting input file or member names (default). @xref{input
3386 name quoting}.
3387
3388 @opsummary{use-compress-program}
3389 @item --use-compress-program=@var{prog}
3390 @itemx -I=@var{prog}
3391
3392 Instructs @command{tar} to access the archive through @var{prog}, which is
3393 presumed to be a compression program of some sort. @xref{gzip}.
3394
3395 @opsummary{utc}
3396 @item --utc
3397
3398 Display file modification dates in @acronym{UTC}. This option implies
3399 @option{--verbose}.
3400
3401 @opsummary{verbose}
3402 @item --verbose
3403 @itemx -v
3404
3405 Specifies that @command{tar} should be more verbose about the
3406 operations it is performing. This option can be specified multiple
3407 times for some operations to increase the amount of information displayed.
3408 @xref{verbose}.
3409
3410 @opsummary{verify}
3411 @item --verify
3412 @itemx -W
3413
3414 Verifies that the archive was correctly written when creating an
3415 archive. @xref{verify}.
3416
3417 @opsummary{version}
3418 @item --version
3419
3420 Print information about the program's name, version, origin and legal
3421 status, all on standard output, and then exit successfully.
3422 @xref{help}.
3423
3424 @opsummary{volno-file}
3425 @item --volno-file=@var{file}
3426
3427 Used in conjunction with @option{--multi-volume}. @command{tar} will
3428 keep track of which volume of a multi-volume archive it is working in
3429 @var{file}. @xref{volno-file}.
3430
3431 @opsummary{warning}
3432 @item --warning=@var{keyword}
3433
3434 Enable or disable warning messages identified by @var{keyword}. The
3435 messages are suppressed if @var{keyword} is prefixed with @samp{no-}.
3436 @xref{warnings}.
3437
3438 @opsummary{wildcards}
3439 @item --wildcards
3440 Use wildcards when matching member names with patterns.
3441 @xref{controlling pattern-matching}.
3442
3443 @opsummary{wildcards-match-slash}
3444 @item --wildcards-match-slash
3445 Wildcards match @samp{/}.
3446 @xref{controlling pattern-matching}.
3447
3448 @opsummary{xz}
3449 @item --xz
3450 @itemx -J
3451 Use @command{xz} for compressing or decompressing the archives. @xref{gzip}.
3452
3453 @end table
3454
3455 @node Short Option Summary
3456 @subsection Short Options Cross Reference
3457
3458 Here is an alphabetized list of all of the short option forms, matching
3459 them with the equivalent long option.
3460
3461 @multitable @columnfractions 0.20 0.80
3462 @headitem Short Option @tab Reference
3463
3464 @item -A @tab @ref{--concatenate}.
3465
3466 @item -B @tab @ref{--read-full-records}.
3467
3468 @item -C @tab @ref{--directory}.
3469
3470 @item -F @tab @ref{--info-script}.
3471
3472 @item -G @tab @ref{--incremental}.
3473
3474 @item -J @tab @ref{--xz}.
3475
3476 @item -K @tab @ref{--starting-file}.
3477
3478 @item -L @tab @ref{--tape-length}.
3479
3480 @item -M @tab @ref{--multi-volume}.
3481
3482 @item -N @tab @ref{--newer}.
3483
3484 @item -O @tab @ref{--to-stdout}.
3485
3486 @item -P @tab @ref{--absolute-names}.
3487
3488 @item -R @tab @ref{--block-number}.
3489
3490 @item -S @tab @ref{--sparse}.
3491
3492 @item -T @tab @ref{--files-from}.
3493
3494 @item -U @tab @ref{--unlink-first}.
3495
3496 @item -V @tab @ref{--label}.
3497
3498 @item -W @tab @ref{--verify}.
3499
3500 @item -X @tab @ref{--exclude-from}.
3501
3502 @item -Z @tab @ref{--compress}.
3503
3504 @item -b @tab @ref{--blocking-factor}.
3505
3506 @item -c @tab @ref{--create}.
3507
3508 @item -d @tab @ref{--compare}.
3509
3510 @item -f @tab @ref{--file}.
3511
3512 @item -g @tab @ref{--listed-incremental}.
3513
3514 @item -h @tab @ref{--dereference}.
3515
3516 @item -i @tab @ref{--ignore-zeros}.
3517
3518 @item -j @tab @ref{--bzip2}.
3519
3520 @item -k @tab @ref{--keep-old-files}.
3521
3522 @item -l @tab @ref{--check-links}.
3523
3524 @item -m @tab @ref{--touch}.
3525
3526 @item -o @tab When creating, @ref{--no-same-owner}, when extracting ---
3527 @ref{--portability}.
3528
3529 The latter usage is deprecated. It is retained for compatibility with
3530 the earlier versions of @GNUTAR{}. In future releases
3531 @option{-o} will be equivalent to @option{--no-same-owner} only.
3532
3533 @item -p @tab @ref{--preserve-permissions}.
3534
3535 @item -r @tab @ref{--append}.
3536
3537 @item -s @tab @ref{--same-order}.
3538
3539 @item -t @tab @ref{--list}.
3540
3541 @item -u @tab @ref{--update}.
3542
3543 @item -v @tab @ref{--verbose}.
3544
3545 @item -w @tab @ref{--interactive}.
3546
3547 @item -x @tab @ref{--extract}.
3548
3549 @item -z @tab @ref{--gzip}.
3550
3551 @end multitable
3552
3553 @node help
3554 @section @GNUTAR{} documentation
3555
3556 @cindex Getting program version number
3557 @opindex version
3558 @cindex Version of the @command{tar} program
3559 Being careful, the first thing is really checking that you are using
3560 @GNUTAR{}, indeed. The @option{--version} option
3561 causes @command{tar} to print information about its name, version,
3562 origin and legal status, all on standard output, and then exit
3563 successfully. For example, @w{@samp{tar --version}} might print:
3564
3565 @smallexample
3566 tar (GNU tar) @value{VERSION}
3567 Copyright (C) 2010 Free Software Foundation, Inc.
3568 Copyright (C) 2010 Free Software Foundation, Inc.
3569 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
3570 This is free software: you are free to change and redistribute it.
3571 There is NO WARRANTY, to the extent permitted by law.
3572
3573 Written by John Gilmore and Jay Fenlason.
3574 @end smallexample
3575
3576 @noindent
3577 The first occurrence of @samp{tar} in the result above is the program
3578 name in the package (for example, @command{rmt} is another program),
3579 while the second occurrence of @samp{tar} is the name of the package
3580 itself, containing possibly many programs. The package is currently
3581 named @samp{tar}, after the name of the main program it
3582 contains@footnote{There are plans to merge the @command{cpio} and
3583 @command{tar} packages into a single one which would be called
3584 @code{paxutils}. So, who knows if, one of this days, the
3585 @option{--version} would not output @w{@samp{tar (@acronym{GNU}
3586 paxutils) 3.2}}.}.
3587
3588 @cindex Obtaining help
3589 @cindex Listing all @command{tar} options
3590 @xopindex{help, introduction}
3591 Another thing you might want to do is checking the spelling or meaning
3592 of some particular @command{tar} option, without resorting to this
3593 manual, for once you have carefully read it. @GNUTAR{}
3594 has a short help feature, triggerable through the
3595 @option{--help} option. By using this option, @command{tar} will
3596 print a usage message listing all available options on standard
3597 output, then exit successfully, without doing anything else and
3598 ignoring all other options. Even if this is only a brief summary, it
3599 may be several screens long. So, if you are not using some kind of
3600 scrollable window, you might prefer to use something like:
3601
3602 @smallexample
3603 $ @kbd{tar --help | less}
3604 @end smallexample
3605
3606 @noindent
3607 presuming, here, that you like using @command{less} for a pager. Other
3608 popular pagers are @command{more} and @command{pg}. If you know about some
3609 @var{keyword} which interests you and do not want to read all the
3610 @option{--help} output, another common idiom is doing:
3611
3612 @smallexample
3613 tar --help | grep @var{keyword}
3614 @end smallexample
3615
3616 @noindent
3617 for getting only the pertinent lines. Notice, however, that some
3618 @command{tar} options have long description lines and the above
3619 command will list only the first of them.
3620
3621 The exact look of the option summary displayed by @kbd{tar --help} is
3622 configurable. @xref{Configuring Help Summary}, for a detailed description.
3623
3624 @opindex usage
3625 If you only wish to check the spelling of an option, running @kbd{tar
3626 --usage} may be a better choice. This will display a terse list of
3627 @command{tar} options without accompanying explanations.
3628
3629 The short help output is quite succinct, and you might have to get
3630 back to the full documentation for precise points. If you are reading
3631 this paragraph, you already have the @command{tar} manual in some
3632 form. This manual is available in a variety of forms from
3633 @url{http://www.gnu.org/software/tar/manual}. It may be printed out of the @GNUTAR{}
3634 distribution, provided you have @TeX{} already installed somewhere,
3635 and a laser printer around. Just configure the distribution, execute
3636 the command @w{@samp{make dvi}}, then print @file{doc/tar.dvi} the
3637 usual way (contact your local guru to know how). If @GNUTAR{}
3638 has been conveniently installed at your place, this
3639 manual is also available in interactive, hypertextual form as an Info
3640 file. Just call @w{@samp{info tar}} or, if you do not have the
3641 @command{info} program handy, use the Info reader provided within
3642 @acronym{GNU} Emacs, calling @samp{tar} from the main Info menu.
3643
3644 There is currently no @code{man} page for @GNUTAR{}.
3645 If you observe such a @code{man} page on the system you are running,
3646 either it does not belong to @GNUTAR{}, or it has not
3647 been produced by @acronym{GNU}. Some package maintainers convert
3648 @kbd{tar --help} output to a man page, using @command{help2man}. In
3649 any case, please bear in mind that the authoritative source of
3650 information about @GNUTAR{} is this Texinfo documentation.
3651
3652 @node defaults
3653 @section Obtaining @GNUTAR{} default values
3654
3655 @opindex show-defaults
3656 @GNUTAR{} has some predefined defaults that are used when you do not
3657 explicitly specify another values. To obtain a list of such
3658 defaults, use @option{--show-defaults} option. This will output the
3659 values in the form of @command{tar} command line options:
3660
3661 @smallexample
3662 @group
3663 $ @kbd{tar --show-defaults}
3664 --format=gnu -f- -b20 --quoting-style=escape
3665 --rmt-command=/etc/rmt --rsh-command=/usr/bin/rsh
3666 @end group
3667 @end smallexample
3668
3669 @noindent
3670 Notice, that this option outputs only one line. The example output above
3671 has been split to fit page boundaries.
3672
3673 @noindent
3674 The above output shows that this version of @GNUTAR{} defaults to
3675 using @samp{gnu} archive format (@pxref{Formats}), it uses standard
3676 output as the archive, if no @option{--file} option has been given
3677 (@pxref{file tutorial}), the default blocking factor is 20
3678 (@pxref{Blocking Factor}). It also shows the default locations where
3679 @command{tar} will look for @command{rmt} and @command{rsh} binaries.
3680
3681 @node verbose
3682 @section Checking @command{tar} progress
3683
3684 Typically, @command{tar} performs most operations without reporting any
3685 information to the user except error messages. When using @command{tar}
3686 with many options, particularly ones with complicated or
3687 difficult-to-predict behavior, it is possible to make serious mistakes.
3688 @command{tar} provides several options that make observing @command{tar}
3689 easier. These options cause @command{tar} to print information as it
3690 progresses in its job, and you might want to use them just for being
3691 more careful about what is going on, or merely for entertaining
3692 yourself. If you have encountered a problem when operating on an
3693 archive, however, you may need more information than just an error
3694 message in order to solve the problem. The following options can be
3695 helpful diagnostic tools.
3696
3697 @cindex Verbose operation
3698 @opindex verbose
3699 Normally, the @option{--list} (@option{-t}) command to list an archive
3700 prints just the file names (one per line) and the other commands are
3701 silent. When used with most operations, the @option{--verbose}
3702 (@option{-v}) option causes @command{tar} to print the name of each
3703 file or archive member as it is processed. This and the other options
3704 which make @command{tar} print status information can be useful in
3705 monitoring @command{tar}.
3706
3707 With @option{--create} or @option{--extract}, @option{--verbose} used
3708 once just prints the names of the files or members as they are processed.
3709 Using it twice causes @command{tar} to print a longer listing
3710 (@xref{verbose member listing}, for the description) for each member.
3711 Since @option{--list} already prints the names of the members,
3712 @option{--verbose} used once with @option{--list} causes @command{tar}
3713 to print an @samp{ls -l} type listing of the files in the archive.
3714 The following examples both extract members with long list output:
3715
3716 @smallexample
3717 $ @kbd{tar --extract --file=archive.tar --verbose --verbose}
3718 $ @kbd{tar xvvf archive.tar}
3719 @end smallexample
3720
3721 Verbose output appears on the standard output except when an archive is
3722 being written to the standard output, as with @samp{tar --create
3723 --file=- --verbose} (@samp{tar cfv -}, or even @samp{tar cv}---if the
3724 installer let standard output be the default archive). In that case
3725 @command{tar} writes verbose output to the standard error stream.
3726
3727 If @option{--index-file=@var{file}} is specified, @command{tar} sends
3728 verbose output to @var{file} rather than to standard output or standard
3729 error.
3730
3731 @anchor{totals}
3732 @cindex Obtaining total status information
3733 @opindex totals
3734 The @option{--totals} option causes @command{tar} to print on the
3735 standard error the total amount of bytes transferred when processing
3736 an archive. When creating or appending to an archive, this option
3737 prints the number of bytes written to the archive and the average
3738 speed at which they have been written, e.g.:
3739
3740 @smallexample
3741 @group
3742 $ @kbd{tar -c -f archive.tar --totals /home}
3743 Total bytes written: 7924664320 (7.4GiB, 85MiB/s)
3744 @end group
3745 @end smallexample
3746
3747 When reading an archive, this option displays the number of bytes
3748 read:
3749
3750 @smallexample
3751 @group
3752 $ @kbd{tar -x -f archive.tar --totals}
3753 Total bytes read: 7924664320 (7.4GiB, 95MiB/s)
3754 @end group
3755 @end smallexample
3756
3757 Finally, when deleting from an archive, the @option{--totals} option
3758 displays both numbers plus number of bytes removed from the archive:
3759
3760 @smallexample
3761 @group
3762 $ @kbd{tar --delete -f foo.tar --totals --wildcards '*~'}
3763 Total bytes read: 9543680 (9.2MiB, 201MiB/s)
3764 Total bytes written: 3829760 (3.7MiB, 81MiB/s)
3765 Total bytes deleted: 1474048
3766 @end group
3767 @end smallexample
3768
3769 You can also obtain this information on request. When
3770 @option{--totals} is used with an argument, this argument is
3771 interpreted as a symbolic name of a signal, upon delivery of which the
3772 statistics is to be printed:
3773
3774 @table @option
3775 @item --totals=@var{signo}
3776 Print statistics upon delivery of signal @var{signo}. Valid arguments
3777 are: @code{SIGHUP}, @code{SIGQUIT}, @code{SIGINT}, @code{SIGUSR1} and
3778 @code{SIGUSR2}. Shortened names without @samp{SIG} prefix are also
3779 accepted.
3780 @end table
3781
3782 Both forms of @option{--totals} option can be used simultaneously.
3783 Thus, @kbd{tar -x --totals --totals=USR1} instructs @command{tar} to
3784 extract all members from its default archive and print statistics
3785 after finishing the extraction, as well as when receiving signal
3786 @code{SIGUSR1}.
3787
3788 @anchor{Progress information}
3789 @cindex Progress information
3790 The @option{--checkpoint} option prints an occasional message
3791 as @command{tar} reads or writes the archive. It is designed for
3792 those who don't need the more detailed (and voluminous) output of
3793 @option{--block-number} (@option{-R}), but do want visual confirmation
3794 that @command{tar} is actually making forward progress. By default it
3795 prints a message each 10 records read or written. This can be changed
3796 by giving it a numeric argument after an equal sign:
3797
3798 @smallexample
3799 $ @kbd{tar -c --checkpoint=1000} /var
3800 tar: Write checkpoint 1000
3801 tar: Write checkpoint 2000
3802 tar: Write checkpoint 3000
3803 @end smallexample
3804
3805 This example shows the default checkpoint message used by
3806 @command{tar}. If you place a dot immediately after the equal
3807 sign, it will print a @samp{.} at each checkpoint@footnote{This is
3808 actually a shortcut for @option{--checkpoint=@var{n}
3809 --checkpoint-action=dot}. @xref{checkpoints, dot}.}. For example:
3810
3811 @smallexample
3812 $ @kbd{tar -c --checkpoint=.1000} /var
3813 ...
3814 @end smallexample
3815
3816 The @option{--checkpoint} option provides a flexible mechanism for
3817 executing arbitrary actions upon hitting checkpoints, see the next
3818 section (@pxref{checkpoints}), for more information on it.
3819
3820 @opindex show-omitted-dirs
3821 @anchor{show-omitted-dirs}
3822 The @option{--show-omitted-dirs} option, when reading an archive---with
3823 @option{--list} or @option{--extract}, for example---causes a message
3824 to be printed for each directory in the archive which is skipped.
3825 This happens regardless of the reason for skipping: the directory might
3826 not have been named on the command line (implicitly or explicitly),
3827 it might be excluded by the use of the
3828 @option{--exclude=@var{pattern}} option, or some other reason.
3829
3830 @opindex block-number
3831 @cindex Block number where error occurred
3832 @anchor{block-number}
3833 If @option{--block-number} (@option{-R}) is used, @command{tar} prints, along with
3834 every message it would normally produce, the block number within the
3835 archive where the message was triggered. Also, supplementary messages
3836 are triggered when reading blocks full of NULs, or when hitting end of
3837 file on the archive. As of now, if the archive is properly terminated
3838 with a NUL block, the reading of the file may stop before end of file
3839 is met, so the position of end of file will not usually show when
3840 @option{--block-number} (@option{-R}) is used. Note that @GNUTAR{}
3841 drains the archive before exiting when reading the
3842 archive from a pipe.
3843
3844 @cindex Error message, block number of
3845 This option is especially useful when reading damaged archives, since
3846 it helps pinpoint the damaged sections. It can also be used with
3847 @option{--list} (@option{-t}) when listing a file-system backup tape, allowing you to
3848 choose among several backup tapes when retrieving a file later, in
3849 favor of the tape where the file appears earliest (closest to the
3850 front of the tape). @xref{backup}.
3851
3852 @node checkpoints
3853 @section Checkpoints
3854 @cindex checkpoints, defined
3855 @opindex checkpoint
3856 @opindex checkpoint-action
3857
3858 A @dfn{checkpoint} is a moment of time before writing @var{n}th record to
3859 the archive (a @dfn{write checkpoint}), or before reading @var{n}th record
3860 from the archive (a @dfn{read checkpoint}). Checkpoints allow to
3861 periodically execute arbitrary actions.
3862
3863 The checkpoint facility is enabled using the following option:
3864
3865 @table @option
3866 @xopindex{checkpoint, defined}
3867 @item --checkpoint[=@var{n}]
3868 Schedule checkpoints before writing or reading each @var{n}th record.
3869 The default value for @var{n} is 10.
3870 @end table
3871
3872 A list of arbitrary @dfn{actions} can be executed at each checkpoint.
3873 These actions include: pausing, displaying textual messages, and
3874 executing arbitrary external programs. Actions are defined using
3875 the @option{--checkpoint-action} option.
3876
3877 @table @option
3878 @xopindex{checkpoint-action, defined}
3879 @item --checkpoint-action=@var{action}
3880 Execute an @var{action} at each checkpoint.
3881 @end table
3882
3883 @cindex @code{echo}, checkpoint action
3884 The simplest value of @var{action} is @samp{echo}. It instructs
3885 @command{tar} to display the default message on the standard error
3886 stream upon arriving at each checkpoint. The default message is (in
3887 @acronym{POSIX} locale) @samp{Write checkpoint @var{n}}, for write
3888 checkpoints, and @samp{Read checkpoint @var{n}}, for read checkpoints.
3889 Here, @var{n} represents ordinal number of the checkpoint.
3890
3891 In another locales, translated versions of this message are used.
3892
3893 This is the default action, so running:
3894
3895 @smallexample
3896 $ @kbd{tar -c --checkpoint=1000 --checkpoint-action=echo} /var
3897 @end smallexample
3898
3899 @noindent
3900 is equivalent to:
3901
3902 @smallexample
3903 $ @kbd{tar -c --checkpoint=1000} /var
3904 @end smallexample
3905
3906 The @samp{echo} action also allows to supply a customized message.
3907 You do so by placing an equals sign and the message right after it,
3908 e.g.:
3909
3910 @smallexample
3911 --checkpoint-action="echo=Hit %s checkpoint #%u"
3912 @end smallexample
3913
3914 The @samp{%s} and @samp{%u} in the above example are
3915 @dfn{meta-characters}. The @samp{%s} meta-character is replaced with
3916 the @dfn{type} of the checkpoint: @samp{write} or
3917 @samp{read} (or a corresponding translated version in locales other
3918 than @acronym{POSIX}). The @samp{%u} meta-character is replaced with
3919 the ordinal number of the checkpoint. Thus, the above example could
3920 produce the following output when used with the @option{--create}
3921 option:
3922
3923 @smallexample
3924 tar: Hit write checkpoint #10
3925 tar: Hit write checkpoint #20
3926 tar: Hit write checkpoint #30
3927 @end smallexample
3928
3929 Aside from meta-character expansion, the message string is subject to
3930 @dfn{unquoting}, during which the backslash @dfn{escape sequences} are
3931 replaced with their corresponding @acronym{ASCII} characters
3932 (@pxref{escape sequences}). E.g. the following action will produce an
3933 audible bell and the message described above at each checkpoint:
3934
3935 @smallexample
3936 --checkpoint-action='echo=\aHit %s checkpoint #%u'
3937 @end smallexample
3938
3939 @cindex @code{bell}, checkpoint action
3940 There is also a special action which produces an audible signal:
3941 @samp{bell}. It is not equivalent to @samp{echo='\a'}, because
3942 @samp{bell} sends the bell directly to the console (@file{/dev/tty}),
3943 whereas @samp{echo='\a'} sends it to the standard error.
3944
3945 @cindex @code{ttyout}, checkpoint action
3946 The @samp{ttyout=@var{string}} action outputs @var{string} to
3947 @file{/dev/tty}, so it can be used even if the standard output is
3948 redirected elsewhere. The @var{string} is subject to the same
3949 modifications as with @samp{echo} action. In contrast to the latter,
3950 @samp{ttyout} does not prepend @command{tar} executable name to the
3951 string, nor does it output a newline after it. For example, the
3952 following action will print the checkpoint message at the same screen
3953 line, overwriting any previous message:
3954
3955 @smallexample
3956 --checkpoint-action="ttyout=\rHit %s checkpoint #%u"
3957 @end smallexample
3958
3959 @cindex @code{dot}, checkpoint action
3960 Another available checkpoint action is @samp{dot} (or @samp{.}). It
3961 instructs @command{tar} to print a single dot on the standard listing
3962 stream, e.g.:
3963
3964 @smallexample
3965 $ @kbd{tar -c --checkpoint=1000 --checkpoint-action=dot} /var
3966 ...
3967 @end smallexample
3968
3969 For compatibility with previous @GNUTAR{} versions, this action can
3970 be abbreviated by placing a dot in front of the checkpoint frequency,
3971 as shown in the previous section.
3972
3973 @cindex @code{sleep}, checkpoint action
3974 Yet another action, @samp{sleep}, pauses @command{tar} for a specified
3975 amount of seconds. The following example will stop for 30 seconds at each
3976 checkpoint:
3977
3978 @smallexample
3979 $ @kbd{tar -c --checkpoint=1000 --checkpoint-action=sleep=30}
3980 @end smallexample
3981
3982 @cindex @code{exec}, checkpoint action
3983 Finally, the @code{exec} action executes a given external program.
3984 For example:
3985
3986 @smallexample
3987 $ @kbd{tar -c --checkpoint=1000 --checkpoint-action=exec=/sbin/cpoint}
3988 @end smallexample
3989
3990 This program is executed using @command{/bin/sh -c}, with no
3991 additional arguments. Its exit code is ignored. It gets a copy of
3992 @command{tar}'s environment plus the following variables:
3993
3994 @table @env
3995 @vrindex TAR_VERSION, checkpoint script environment
3996 @item TAR_VERSION
3997 @GNUTAR{} version number.
3998
3999 @vrindex TAR_ARCHIVE, checkpoint script environment
4000 @item TAR_ARCHIVE
4001 The name of the archive @command{tar} is processing.
4002
4003 @vrindex TAR_BLOCKING_FACTOR, checkpoint script environment
4004 @item TAR_BLOCKING_FACTOR
4005 Current blocking factor (@pxref{Blocking}).
4006
4007 @vrindex TAR_CHECKPOINT, checkpoint script environment
4008 @item TAR_CHECKPOINT
4009 Number of the checkpoint.
4010
4011 @vrindex TAR_SUBCOMMAND, checkpoint script environment
4012 @item TAR_SUBCOMMAND
4013 A short option describing the operation @command{tar} is executing.
4014 @xref{Operations}, for a complete list of subcommand options.
4015
4016 @vrindex TAR_FORMAT, checkpoint script environment
4017 @item TAR_FORMAT
4018 Format of the archive being processed. @xref{Formats}, for a complete
4019 list of archive format names.
4020 @end table
4021
4022 Any number of actions can be defined, by supplying several
4023 @option{--checkpoint-action} options in the command line. For
4024 example, the command below displays two messages, pauses
4025 execution for 30 seconds and executes the @file{/sbin/cpoint} script:
4026
4027 @example
4028 @group
4029 $ @kbd{tar -c -f arc.tar \
4030 --checkpoint-action='\aecho=Hit %s checkpoint #%u' \
4031 --checkpoint-action='echo=Sleeping for 30 seconds' \
4032 --checkpoint-action='sleep=30' \
4033 --checkpoint-action='exec=/sbin/cpoint'}
4034 @end group
4035 @end example
4036
4037 This example also illustrates the fact that
4038 @option{--checkpoint-action} can be used without
4039 @option{--checkpoint}. In this case, the default checkpoint frequency
4040 (at each 10th record) is assumed.
4041
4042 @node warnings
4043 @section Controlling Warning Messages
4044
4045 Sometimes, while performing the requested task, @GNUTAR{} notices
4046 some conditions that are not exactly errors, but which the user
4047 should be aware of. When this happens, @command{tar} issues a
4048 @dfn{warning message} describing the condition. Warning messages
4049 are output to the standard error and they do not affect the exit
4050 code of @command{tar} command.
4051
4052 @xopindex{warning, explained}
4053 @GNUTAR{} allows the user to suppress some or all of its warning
4054 messages:
4055
4056 @table @option
4057 @item --warning=@var{keyword}
4058 Control display of the warning messages identified by @var{keyword}.
4059 If @var{keyword} starts with the prefix @samp{no-}, such messages are
4060 suppressed. Otherwise, they are enabled.
4061
4062 Multiple @option{--warning} messages accumulate.
4063
4064 The tables below list allowed values for @var{keyword} along with the
4065 warning messages they control.
4066 @end table
4067
4068 @subheading Keywords controlling @command{tar} operation
4069 @table @asis
4070 @kwindex all
4071 @item all
4072 Enable all warning messages. This is the default.
4073 @kwindex none
4074 @item none
4075 Disable all warning messages.
4076 @kwindex filename-with-nuls
4077 @cindex @samp{file name read contains nul character}, warning message
4078 @item filename-with-nuls
4079 @samp{%s: file name read contains nul character}
4080 @kwindex alone-zero-block
4081 @cindex @samp{A lone zero block at}, warning message
4082 @item alone-zero-block
4083 @samp{A lone zero block at %s}
4084 @end table
4085
4086 @subheading Keywords applicable for @command{tar --create}
4087 @table @asis
4088 @kwindex cachedir
4089 @cindex @samp{contains a cache directory tag}, warning message
4090 @item cachedir
4091 @samp{%s: contains a cache directory tag %s; %s}
4092 @kwindex file-shrank
4093 @cindex @samp{File shrank by %s bytes}, warning message
4094 @item file-shrank
4095 @samp{%s: File shrank by %s bytes; padding with zeros}
4096 @kwindex xdev
4097 @cindex @samp{file is on a different filesystem}, warning message
4098 @item xdev
4099 @samp{%s: file is on a different filesystem; not dumped}
4100 @kwindex file-ignored
4101 @cindex @samp{Unknown file type; file ignored}, warning message
4102 @cindex @samp{socket ignored}, warning message
4103 @cindex @samp{door ignored}, warning message
4104 @item file-ignored
4105 @samp{%s: Unknown file type; file ignored}
4106 @*@samp{%s: socket ignored}
4107 @*@samp{%s: door ignored}
4108 @kwindex file-unchanged
4109 @cindex @samp{file is unchanged; not dumped}, warning message
4110 @item file-unchanged
4111 @samp{%s: file is unchanged; not dumped}
4112 @kwindex ignore-archive
4113 @cindex @samp{file is the archive; not dumped}, warning message
4114 @kwindex ignore-archive
4115 @cindex @samp{file is the archive; not dumped}, warning message
4116 @item ignore-archive
4117 @samp{%s: file is the archive; not dumped}
4118 @kwindex file-removed
4119 @cindex @samp{File removed before we read it}, warning message
4120 @item file-removed
4121 @samp{%s: File removed before we read it}
4122 @kwindex file-changed
4123 @cindex @samp{file changed as we read it}, warning message
4124 @item file-changed
4125 @samp{%s: file changed as we read it}
4126 @end table
4127
4128 @subheading Keywords applicable for @command{tar --extract}
4129 @table @asis
4130 @kwindex timestamp
4131 @cindex @samp{implausibly old time stamp %s}, warning message
4132 @cindex @samp{time stamp %s is %s s in the future}, warning message
4133 @item timestamp
4134 @samp{%s: implausibly old time stamp %s}
4135 @*@samp{%s: time stamp %s is %s s in the future}
4136 @kwindex contiguous-cast
4137 @cindex @samp{Extracting contiguous files as regular files}, warning message
4138 @item contiguous-cast
4139 @samp{Extracting contiguous files as regular files}
4140 @kwindex symlink-cast
4141 @cindex @samp{Attempting extraction of symbolic links as hard links}, warning message
4142 @item symlink-cast
4143 @samp{Attempting extraction of symbolic links as hard links}
4144 @kwindex unknown-cast
4145 @cindex @samp{Unknown file type `%c', extracted as normal file}, warning message
4146 @item unknown-cast
4147 @samp{%s: Unknown file type `%c', extracted as normal file}
4148 @kwindex ignore-newer
4149 @cindex @samp{Current %s is newer or same age}, warning message
4150 @item ignore-newer
4151 @samp{Current %s is newer or same age}
4152 @kwindex unknown-keyword
4153 @cindex @samp{Ignoring unknown extended header keyword `%s'}, warning message
4154 @item unknown-keyword
4155 @samp{Ignoring unknown extended header keyword `%s'}
4156 @end table
4157
4158 @subheading Keywords controlling incremental extraction:
4159 @table @asis
4160 @kwindex rename-directory
4161 @cindex @samp{%s: Directory has been renamed from %s}, warning message
4162 @cindex @samp{%s: Directory has been renamed}, warning message
4163 @item rename-directory
4164 @samp{%s: Directory has been renamed from %s}
4165 @*@samp{%s: Directory has been renamed}
4166 @kwindex new-directory
4167 @cindex @samp{%s: Directory is new}, warning message
4168 @item new-directory
4169 @samp{%s: Directory is new}
4170 @kwindex xdev
4171 @cindex @samp{%s: directory is on a different device: not purging}, warning message
4172 @item xdev
4173 @samp{%s: directory is on a different device: not purging}
4174 @kwindex bad-dumpdir
4175 @cindex @samp{Malformed dumpdir: 'X' never used}, warning message
4176 @item bad-dumpdir
4177 @samp{Malformed dumpdir: 'X' never used}
4178 @end table
4179
4180 @node interactive
4181 @section Asking for Confirmation During Operations
4182 @cindex Interactive operation
4183
4184 Typically, @command{tar} carries out a command without stopping for
4185 further instructions. In some situations however, you may want to
4186 exclude some files and archive members from the operation (for instance
4187 if disk or storage space is tight). You can do this by excluding
4188 certain files automatically (@pxref{Choosing}), or by performing
4189 an operation interactively, using the @option{--interactive} (@option{-w}) option.
4190 @command{tar} also accepts @option{--confirmation} for this option.
4191
4192 @opindex interactive
4193 When the @option{--interactive} (@option{-w}) option is specified, before
4194 reading, writing, or deleting files, @command{tar} first prints a message
4195 for each such file, telling what operation it intends to take, then asks
4196 for confirmation on the terminal. The actions which require
4197 confirmation include adding a file to the archive, extracting a file
4198 from the archive, deleting a file from the archive, and deleting a file
4199 from disk. To confirm the action, you must type a line of input
4200 beginning with @samp{y}. If your input line begins with anything other
4201 than @samp{y}, @command{tar} skips that file.
4202
4203 If @command{tar} is reading the archive from the standard input,
4204 @command{tar} opens the file @file{/dev/tty} to support the interactive
4205 communications.
4206
4207 Verbose output is normally sent to standard output, separate from
4208 other error messages. However, if the archive is produced directly
4209 on standard output, then verbose output is mixed with errors on
4210 @code{stderr}. Producing the archive on standard output may be used
4211 as a way to avoid using disk space, when the archive is soon to be
4212 consumed by another process reading it, say. Some people felt the need
4213 of producing an archive on stdout, still willing to segregate between
4214 verbose output and error output. A possible approach would be using a
4215 named pipe to receive the archive, and having the consumer process to
4216 read from that named pipe. This has the advantage of letting standard
4217 output free to receive verbose output, all separate from errors.
4218
4219 @node operations
4220 @chapter @GNUTAR{} Operations
4221
4222 @menu
4223 * Basic tar::
4224 * Advanced tar::
4225 * create options::
4226 * extract options::
4227 * backup::
4228 * Applications::
4229 * looking ahead::
4230 @end menu
4231
4232 @node Basic tar
4233 @section Basic @GNUTAR{} Operations
4234
4235 The basic @command{tar} operations, @option{--create} (@option{-c}),
4236 @option{--list} (@option{-t}) and @option{--extract} (@option{--get},
4237 @option{-x}), are currently presented and described in the tutorial
4238 chapter of this manual. This section provides some complementary notes
4239 for these operations.
4240
4241 @table @option
4242 @xopindex{create, complementary notes}
4243 @item --create
4244 @itemx -c
4245
4246 Creating an empty archive would have some kind of elegance. One can
4247 initialize an empty archive and later use @option{--append}
4248 (@option{-r}) for adding all members. Some applications would not
4249 welcome making an exception in the way of adding the first archive
4250 member. On the other hand, many people reported that it is
4251 dangerously too easy for @command{tar} to destroy a magnetic tape with
4252 an empty archive@footnote{This is well described in @cite{Unix-haters
4253 Handbook}, by Simson Garfinkel, Daniel Weise & Steven Strassmann, IDG
4254 Books, ISBN 1-56884-203-1.}. The two most common errors are:
4255
4256 @enumerate
4257 @item
4258 Mistakingly using @code{create} instead of @code{extract}, when the
4259 intent was to extract the full contents of an archive. This error
4260 is likely: keys @kbd{c} and @kbd{x} are right next to each other on
4261 the QWERTY keyboard. Instead of being unpacked, the archive then
4262 gets wholly destroyed. When users speak about @dfn{exploding} an
4263 archive, they usually mean something else :-).
4264
4265 @item
4266 Forgetting the argument to @code{file}, when the intent was to create
4267 an archive with a single file in it. This error is likely because a
4268 tired user can easily add the @kbd{f} key to the cluster of option
4269 letters, by the mere force of habit, without realizing the full
4270 consequence of doing so. The usual consequence is that the single
4271 file, which was meant to be saved, is rather destroyed.
4272 @end enumerate
4273
4274 So, recognizing the likelihood and the catastrophic nature of these
4275 errors, @GNUTAR{} now takes some distance from elegance, and
4276 cowardly refuses to create an archive when @option{--create} option is
4277 given, there are no arguments besides options, and
4278 @option{--files-from} (@option{-T}) option is @emph{not} used. To get
4279 around the cautiousness of @GNUTAR{} and nevertheless create an
4280 archive with nothing in it, one may still use, as the value for the
4281 @option{--files-from} option, a file with no names in it, as shown in
4282 the following commands:
4283
4284 @smallexample
4285 @kbd{tar --create --file=empty-archive.tar --files-from=/dev/null}
4286 @kbd{tar cfT empty-archive.tar /dev/null}
4287 @end smallexample
4288
4289 @xopindex{extract, complementary notes}
4290 @item --extract
4291 @itemx --get
4292 @itemx -x
4293
4294 A socket is stored, within a @GNUTAR{} archive, as a pipe.
4295
4296 @item @option{--list} (@option{-t})
4297
4298 @GNUTAR{} now shows dates as @samp{1996-08-30},
4299 while it used to show them as @samp{Aug 30 1996}. Preferably,
4300 people should get used to ISO 8601 dates. Local American dates should
4301 be made available again with full date localization support, once
4302 ready. In the meantime, programs not being localizable for dates
4303 should prefer international dates, that's really the way to go.
4304
4305 Look up @url{http://www.cl.cam.ac.uk/@/~mgk25/@/iso-time.html} if you
4306 are curious, it contains a detailed explanation of the ISO 8601 standard.
4307
4308 @end table
4309
4310 @node Advanced tar
4311 @section Advanced @GNUTAR{} Operations
4312
4313 Now that you have learned the basics of using @GNUTAR{}, you may want
4314 to learn about further ways in which @command{tar} can help you.
4315
4316 This chapter presents five, more advanced operations which you probably
4317 won't use on a daily basis, but which serve more specialized functions.
4318 We also explain the different styles of options and why you might want
4319 to use one or another, or a combination of them in your @command{tar}
4320 commands. Additionally, this chapter includes options which allow you to
4321 define the output from @command{tar} more carefully, and provide help and
4322 error correction in special circumstances.
4323
4324 @FIXME{check this after the chapter is actually revised to make sure
4325 it still introduces the info in the chapter correctly : ).}
4326
4327 @menu
4328 * Operations::
4329 * append::
4330 * update::
4331 * concatenate::
4332 * delete::
4333 * compare::
4334 @end menu
4335
4336 @node Operations
4337 @subsection The Five Advanced @command{tar} Operations
4338
4339 @cindex basic operations
4340 In the last chapter, you learned about the first three operations to
4341 @command{tar}. This chapter presents the remaining five operations to
4342 @command{tar}: @option{--append}, @option{--update}, @option{--concatenate},
4343 @option{--delete}, and @option{--compare}.
4344
4345 You are not likely to use these operations as frequently as those
4346 covered in the last chapter; however, since they perform specialized
4347 functions, they are quite useful when you do need to use them. We
4348 will give examples using the same directory and files that you created
4349 in the last chapter. As you may recall, the directory is called
4350 @file{practice}, the files are @samp{jazz}, @samp{blues}, @samp{folk},
4351 and the two archive files you created are
4352 @samp{collection.tar} and @samp{music.tar}.
4353
4354 We will also use the archive files @samp{afiles.tar} and
4355 @samp{bfiles.tar}. The archive @samp{afiles.tar} contains the members @samp{apple},
4356 @samp{angst}, and @samp{aspic}; @samp{bfiles.tar} contains the members
4357 @samp{./birds}, @samp{baboon}, and @samp{./box}.
4358
4359 Unless we state otherwise, all practicing you do and examples you follow
4360 in this chapter will take place in the @file{practice} directory that
4361 you created in the previous chapter; see @ref{prepare for examples}.
4362 (Below in this section, we will remind you of the state of the examples
4363 where the last chapter left them.)
4364
4365 The five operations that we will cover in this chapter are:
4366
4367 @table @option
4368 @item --append
4369 @itemx -r
4370 Add new entries to an archive that already exists.
4371 @item --update
4372 @itemx -u
4373 Add more recent copies of archive members to the end of an archive, if
4374 they exist.
4375 @item --concatenate
4376 @itemx --catenate
4377 @itemx -A
4378 Add one or more pre-existing archives to the end of another archive.
4379 @item --delete
4380 Delete items from an archive (does not work on tapes).
4381 @item --compare
4382 @itemx --diff
4383 @itemx -d
4384 Compare archive members to their counterparts in the file system.
4385 @end table
4386
4387 @node append
4388 @subsection How to Add Files to Existing Archives: @option{--append}
4389
4390 @cindex appending files to existing archive
4391 @opindex append
4392 If you want to add files to an existing archive, you don't need to
4393 create a new archive; you can use @option{--append} (@option{-r}).
4394 The archive must already exist in order to use @option{--append}. (A
4395 related operation is the @option{--update} operation; you can use this
4396 to add newer versions of archive members to an existing archive. To learn how to
4397 do this with @option{--update}, @pxref{update}.)
4398
4399 If you use @option{--append} to add a file that has the same name as an
4400 archive member to an archive containing that archive member, then the
4401 old member is not deleted. What does happen, however, is somewhat
4402 complex. @command{tar} @emph{allows} you to have infinite number of files
4403 with the same name. Some operations treat these same-named members no
4404 differently than any other set of archive members: for example, if you
4405 view an archive with @option{--list} (@option{-t}), you will see all
4406 of those members listed, with their data modification times, owners, etc.
4407
4408 Other operations don't deal with these members as perfectly as you might
4409 prefer; if you were to use @option{--extract} to extract the archive,
4410 only the most recently added copy of a member with the same name as
4411 other members would end up in the working directory. This is because
4412 @option{--extract} extracts an archive in the order the members appeared
4413 in the archive; the most recently archived members will be extracted
4414 last. Additionally, an extracted member will @emph{replace} a file of
4415 the same name which existed in the directory already, and @command{tar}
4416 will not prompt you about this@footnote{Unless you give it
4417 @option{--keep-old-files} option, or the disk copy is newer than
4418 the one in the archive and you invoke @command{tar} with
4419 @option{--keep-newer-files} option.}. Thus, only the most recently archived
4420 member will end up being extracted, as it will replace the one
4421 extracted before it, and so on.
4422
4423 @cindex extracting @var{n}th copy of the file
4424 @xopindex{occurrence, described}
4425 There exists a special option that allows you to get around this
4426 behavior and extract (or list) only a particular copy of the file.
4427 This is @option{--occurrence} option. If you run @command{tar} with
4428 this option, it will extract only the first copy of the file. You
4429 may also give this option an argument specifying the number of
4430 copy to be extracted. Thus, for example if the archive
4431 @file{archive.tar} contained three copies of file @file{myfile}, then
4432 the command
4433
4434 @smallexample
4435 tar --extract --file archive.tar --occurrence=2 myfile
4436 @end smallexample
4437
4438 @noindent
4439 would extract only the second copy. @xref{Option
4440 Summary,---occurrence}, for the description of @option{--occurrence}
4441 option.
4442
4443 @FIXME{ hag -- you might want to incorporate some of the above into the
4444 MMwtSN node; not sure. i didn't know how to make it simpler...
4445
4446 There are a few ways to get around this. Xref to Multiple Members
4447 with the Same Name, maybe.}
4448
4449 @cindex Members, replacing with other members
4450 @cindex Replacing members with other members
4451 @xopindex{delete, using before --append}
4452 If you want to replace an archive member, use @option{--delete} to
4453 delete the member you want to remove from the archive, and then use
4454 @option{--append} to add the member you want to be in the archive. Note
4455 that you can not change the order of the archive; the most recently
4456 added member will still appear last. In this sense, you cannot truly
4457 ``replace'' one member with another. (Replacing one member with another
4458 will not work on certain types of media, such as tapes; see @ref{delete}
4459 and @ref{Media}, for more information.)
4460
4461 @menu
4462 * appending files:: Appending Files to an Archive
4463 * multiple::
4464 @end menu
4465
4466 @node appending files
4467 @subsubsection Appending Files to an Archive
4468 @cindex Adding files to an Archive
4469 @cindex Appending files to an Archive
4470 @cindex Archives, Appending files to
4471 @opindex append
4472
4473 The simplest way to add a file to an already existing archive is the
4474 @option{--append} (@option{-r}) operation, which writes specified
4475 files into the archive whether or not they are already among the
4476 archived files.
4477
4478 When you use @option{--append}, you @emph{must} specify file name
4479 arguments, as there is no default. If you specify a file that already
4480 exists in the archive, another copy of the file will be added to the
4481 end of the archive. As with other operations, the member names of the
4482 newly added files will be exactly the same as their names given on the
4483 command line. The @option{--verbose} (@option{-v}) option will print
4484 out the names of the files as they are written into the archive.
4485
4486 @option{--append} cannot be performed on some tape drives, unfortunately,
4487 due to deficiencies in the formats those tape drives use. The archive
4488 must be a valid @command{tar} archive, or else the results of using this
4489 operation will be unpredictable. @xref{Media}.
4490
4491 To demonstrate using @option{--append} to add a file to an archive,
4492 create a file called @file{rock} in the @file{practice} directory.
4493 Make sure you are in the @file{practice} directory. Then, run the
4494 following @command{tar} command to add @file{rock} to
4495 @file{collection.tar}:
4496
4497 @smallexample
4498 $ @kbd{tar --append --file=collection.tar rock}
4499 @end smallexample
4500
4501 @noindent
4502 If you now use the @option{--list} (@option{-t}) operation, you will see that
4503 @file{rock} has been added to the archive:
4504
4505 @smallexample
4506 $ @kbd{tar --list --file=collection.tar}
4507 -rw-r--r-- me user 28 1996-10-18 16:31 jazz
4508 -rw-r--r-- me user 21 1996-09-23 16:44 blues
4509 -rw-r--r-- me user 20 1996-09-23 16:44 folk
4510 -rw-r--r-- me user 20 1996-09-23 16:44 rock
4511 @end smallexample
4512
4513 @node multiple
4514 @subsubsection Multiple Members with the Same Name
4515 @cindex members, multiple
4516 @cindex multiple members
4517
4518 You can use @option{--append} (@option{-r}) to add copies of files
4519 which have been updated since the archive was created. (However, we
4520 do not recommend doing this since there is another @command{tar}
4521 option called @option{--update}; @xref{update}, for more information.
4522 We describe this use of @option{--append} here for the sake of
4523 completeness.) When you extract the archive, the older version will
4524 be effectively lost. This works because files are extracted from an
4525 archive in the order in which they were archived. Thus, when the
4526 archive is extracted, a file archived later in time will replace a
4527 file of the same name which was archived earlier, even though the
4528 older version of the file will remain in the archive unless you delete
4529 all versions of the file.
4530
4531 Supposing you change the file @file{blues} and then append the changed
4532 version to @file{collection.tar}. As you saw above, the original
4533 @file{blues} is in the archive @file{collection.tar}. If you change the
4534 file and append the new version of the file to the archive, there will
4535 be two copies in the archive. When you extract the archive, the older
4536 version of the file will be extracted first, and then replaced by the
4537 newer version when it is extracted.
4538
4539 You can append the new, changed copy of the file @file{blues} to the
4540 archive in this way:
4541
4542 @smallexample
4543 $ @kbd{tar --append --verbose --file=collection.tar blues}
4544 blues
4545 @end smallexample
4546
4547 @noindent
4548 Because you specified the @option{--verbose} option, @command{tar} has
4549 printed the name of the file being appended as it was acted on. Now
4550 list the contents of the archive:
4551
4552 @smallexample
4553 $ @kbd{tar --list --verbose --file=collection.tar}
4554 -rw-r--r-- me user 28 1996-10-18 16:31 jazz
4555 -rw-r--r-- me user 21 1996-09-23 16:44 blues
4556 -rw-r--r-- me user 20 1996-09-23 16:44 folk
4557 -rw-r--r-- me user 20 1996-09-23 16:44 rock
4558 -rw-r--r-- me user 58 1996-10-24 18:30 blues
4559 @end smallexample
4560
4561 @noindent
4562 The newest version of @file{blues} is now at the end of the archive
4563 (note the different creation dates and file sizes). If you extract
4564 the archive, the older version of the file @file{blues} will be
4565 replaced by the newer version. You can confirm this by extracting
4566 the archive and running @samp{ls} on the directory.
4567
4568 If you wish to extract the first occurrence of the file @file{blues}
4569 from the archive, use @option{--occurrence} option, as shown in
4570 the following example:
4571
4572 @smallexample
4573 $ @kbd{tar --extract -vv --occurrence --file=collection.tar blues}
4574 -rw-r--r-- me user 21 1996-09-23 16:44 blues
4575 @end smallexample
4576
4577 @xref{Writing}, for more information on @option{--extract} and
4578 see @ref{Option Summary, --occurrence}, for a description of
4579 @option{--occurrence} option.
4580
4581 @node update
4582 @subsection Updating an Archive
4583 @cindex Updating an archive
4584 @opindex update
4585
4586 In the previous section, you learned how to use @option{--append} to
4587 add a file to an existing archive. A related operation is
4588 @option{--update} (@option{-u}). The @option{--update} operation
4589 updates a @command{tar} archive by comparing the date of the specified
4590 archive members against the date of the file with the same name. If
4591 the file has been modified more recently than the archive member, then
4592 the newer version of the file is added to the archive (as with
4593 @option{--append}).
4594
4595 Unfortunately, you cannot use @option{--update} with magnetic tape drives.
4596 The operation will fail.
4597
4598 @FIXME{other examples of media on which --update will fail? need to ask
4599 charles and/or mib/thomas/dave shevett..}
4600
4601 Both @option{--update} and @option{--append} work by adding to the end
4602 of the archive. When you extract a file from the archive, only the
4603 version stored last will wind up in the file system, unless you use
4604 the @option{--backup} option. @xref{multiple}, for a detailed discussion.
4605
4606 @menu
4607 * how to update::
4608 @end menu
4609
4610 @node how to update
4611 @subsubsection How to Update an Archive Using @option{--update}
4612 @opindex update
4613
4614 You must use file name arguments with the @option{--update}
4615 (@option{-u}) operation. If you don't specify any files,
4616 @command{tar} won't act on any files and won't tell you that it didn't
4617 do anything (which may end up confusing you).
4618
4619 @c note: the above parenthetical added because in fact, this
4620 @c behavior just confused the author. :-)
4621
4622 To see the @option{--update} option at work, create a new file,
4623 @file{classical}, in your practice directory, and some extra text to the
4624 file @file{blues}, using any text editor. Then invoke @command{tar} with
4625 the @samp{update} operation and the @option{--verbose} (@option{-v})
4626 option specified, using the names of all the files in the @file{practice}
4627 directory as file name arguments:
4628
4629 @smallexample
4630 $ @kbd{tar --update -v -f collection.tar blues folk rock classical}
4631 blues
4632 classical
4633 $
4634 @end smallexample
4635
4636 @noindent
4637 Because we have specified verbose mode, @command{tar} prints out the names
4638 of the files it is working on, which in this case are the names of the
4639 files that needed to be updated. If you run @samp{tar --list} and look
4640 at the archive, you will see @file{blues} and @file{classical} at its
4641 end. There will be a total of two versions of the member @samp{blues};
4642 the one at the end will be newer and larger, since you added text before
4643 updating it.
4644
4645 The reason @command{tar} does not overwrite the older file when updating
4646 it is because writing to the middle of a section of tape is a difficult
4647 process. Tapes are not designed to go backward. @xref{Media}, for more
4648 information about tapes.
4649
4650 @option{--update} (@option{-u}) is not suitable for performing backups for two
4651 reasons: it does not change directory content entries, and it
4652 lengthens the archive every time it is used. The @GNUTAR{}
4653 options intended specifically for backups are more
4654 efficient. If you need to run backups, please consult @ref{Backups}.
4655
4656 @node concatenate
4657 @subsection Combining Archives with @option{--concatenate}
4658
4659 @cindex Adding archives to an archive
4660 @cindex Concatenating Archives
4661 @opindex concatenate
4662 @opindex catenate
4663 @c @cindex @option{-A} described
4664 Sometimes it may be convenient to add a second archive onto the end of
4665 an archive rather than adding individual files to the archive. To add
4666 one or more archives to the end of another archive, you should use the
4667 @option{--concatenate} (@option{--catenate}, @option{-A}) operation.
4668
4669 To use @option{--concatenate}, give the first archive with
4670 @option{--file} option and name the rest of archives to be
4671 concatenated on the command line. The members, and their member
4672 names, will be copied verbatim from those archives to the first
4673 one@footnote{This can cause multiple members to have the same name. For
4674 information on how this affects reading the archive, see @ref{multiple}.}.
4675 The new, concatenated archive will be called by the same name as the
4676 one given with the @option{--file} option. As usual, if you omit
4677 @option{--file}, @command{tar} will use the value of the environment
4678 variable @env{TAPE}, or, if this has not been set, the default archive name.
4679
4680 @FIXME{There is no way to specify a new name...}
4681
4682 To demonstrate how @option{--concatenate} works, create two small archives
4683 called @file{bluesrock.tar} and @file{folkjazz.tar}, using the relevant
4684 files from @file{practice}:
4685
4686 @smallexample
4687 $ @kbd{tar -cvf bluesrock.tar blues rock}
4688 blues
4689 rock
4690 $ @kbd{tar -cvf folkjazz.tar folk jazz}
4691 folk
4692 jazz
4693 @end smallexample
4694
4695 @noindent
4696 If you like, You can run @samp{tar --list} to make sure the archives
4697 contain what they are supposed to:
4698
4699 @smallexample
4700 $ @kbd{tar -tvf bluesrock.tar}
4701 -rw-r--r-- melissa user 105 1997-01-21 19:42 blues
4702 -rw-r--r-- melissa user 33 1997-01-20 15:34 rock
4703 $ @kbd{tar -tvf jazzfolk.tar}
4704 -rw-r--r-- melissa user 20 1996-09-23 16:44 folk
4705 -rw-r--r-- melissa user 65 1997-01-30 14:15 jazz
4706 @end smallexample
4707
4708 We can concatenate these two archives with @command{tar}:
4709
4710 @smallexample
4711 $ @kbd{cd ..}
4712 $ @kbd{tar --concatenate --file=bluesrock.tar jazzfolk.tar}
4713 @end smallexample
4714
4715 If you now list the contents of the @file{bluesrock.tar}, you will see
4716 that now it also contains the archive members of @file{jazzfolk.tar}:
4717
4718 @smallexample
4719 $ @kbd{tar --list --file=bluesrock.tar}
4720 blues
4721 rock
4722 folk
4723 jazz
4724 @end smallexample
4725
4726 When you use @option{--concatenate}, the source and target archives must
4727 already exist and must have been created using compatible format
4728 parameters. Notice, that @command{tar} does not check whether the
4729 archives it concatenates have compatible formats, it does not
4730 even check if the files are really tar archives.
4731
4732 Like @option{--append} (@option{-r}), this operation cannot be performed on some
4733 tape drives, due to deficiencies in the formats those tape drives use.
4734
4735 @cindex @code{concatenate} vs @command{cat}
4736 @cindex @command{cat} vs @code{concatenate}
4737 It may seem more intuitive to you to want or try to use @command{cat} to
4738 concatenate two archives instead of using the @option{--concatenate}
4739 operation; after all, @command{cat} is the utility for combining files.
4740
4741 However, @command{tar} archives incorporate an end-of-file marker which
4742 must be removed if the concatenated archives are to be read properly as
4743 one archive. @option{--concatenate} removes the end-of-archive marker
4744 from the target archive before each new archive is appended. If you use
4745 @command{cat} to combine the archives, the result will not be a valid
4746 @command{tar} format archive. If you need to retrieve files from an
4747 archive that was added to using the @command{cat} utility, use the
4748 @option{--ignore-zeros} (@option{-i}) option. @xref{Ignore Zeros}, for further
4749 information on dealing with archives improperly combined using the
4750 @command{cat} shell utility.
4751
4752 @node delete
4753 @subsection Removing Archive Members Using @option{--delete}
4754 @cindex Deleting files from an archive
4755 @cindex Removing files from an archive
4756
4757 @opindex delete
4758 You can remove members from an archive by using the @option{--delete}
4759 option. Specify the name of the archive with @option{--file}
4760 (@option{-f}) and then specify the names of the members to be deleted;
4761 if you list no member names, nothing will be deleted. The
4762 @option{--verbose} option will cause @command{tar} to print the names
4763 of the members as they are deleted. As with @option{--extract}, you
4764 must give the exact member names when using @samp{tar --delete}.
4765 @option{--delete} will remove all versions of the named file from the
4766 archive. The @option{--delete} operation can run very slowly.
4767
4768 Unlike other operations, @option{--delete} has no short form.
4769
4770 @cindex Tapes, using @option{--delete} and
4771 @cindex Deleting from tape archives
4772 This operation will rewrite the archive. You can only use
4773 @option{--delete} on an archive if the archive device allows you to
4774 write to any point on the media, such as a disk; because of this, it
4775 does not work on magnetic tapes. Do not try to delete an archive member
4776 from a magnetic tape; the action will not succeed, and you will be
4777 likely to scramble the archive and damage your tape. There is no safe
4778 way (except by completely re-writing the archive) to delete files from
4779 most kinds of magnetic tape. @xref{Media}.
4780
4781 To delete all versions of the file @file{blues} from the archive
4782 @file{collection.tar} in the @file{practice} directory, make sure you
4783 are in that directory, and then,
4784
4785 @smallexample
4786 $ @kbd{tar --list --file=collection.tar}
4787 blues
4788 folk
4789 jazz
4790 rock
4791 $ @kbd{tar --delete --file=collection.tar blues}
4792 $ @kbd{tar --list --file=collection.tar}
4793 folk
4794 jazz
4795 rock
4796 @end smallexample
4797
4798 @FIXME{Check if the above listing is actually produced after running
4799 all the examples on collection.tar.}
4800
4801 The @option{--delete} option has been reported to work properly when
4802 @command{tar} acts as a filter from @code{stdin} to @code{stdout}.
4803
4804 @node compare
4805 @subsection Comparing Archive Members with the File System
4806 @cindex Verifying the currency of an archive
4807
4808 @opindex compare
4809 The @option{--compare} (@option{-d}), or @option{--diff} operation compares
4810 specified archive members against files with the same names, and then
4811 reports differences in file size, mode, owner, modification date and
4812 contents. You should @emph{only} specify archive member names, not file
4813 names. If you do not name any members, then @command{tar} will compare the
4814 entire archive. If a file is represented in the archive but does not
4815 exist in the file system, @command{tar} reports a difference.
4816
4817 You have to specify the record size of the archive when modifying an
4818 archive with a non-default record size.
4819
4820 @command{tar} ignores files in the file system that do not have
4821 corresponding members in the archive.
4822
4823 The following example compares the archive members @file{rock},
4824 @file{blues} and @file{funk} in the archive @file{bluesrock.tar} with
4825 files of the same name in the file system. (Note that there is no file,
4826 @file{funk}; @command{tar} will report an error message.)
4827
4828 @smallexample
4829 $ @kbd{tar --compare --file=bluesrock.tar rock blues funk}
4830 rock
4831 blues
4832 tar: funk not found in archive
4833 @end smallexample
4834
4835 The spirit behind the @option{--compare} (@option{--diff},
4836 @option{-d}) option is to check whether the archive represents the
4837 current state of files on disk, more than validating the integrity of
4838 the archive media. For this latter goal, see @ref{verify}.
4839
4840 @node create options
4841 @section Options Used by @option{--create}
4842
4843 @xopindex{create, additional options}
4844 The previous chapter described the basics of how to use
4845 @option{--create} (@option{-c}) to create an archive from a set of files.
4846 @xref{create}. This section described advanced options to be used with
4847 @option{--create}.
4848
4849 @menu
4850 * override:: Overriding File Metadata.
4851 * Ignore Failed Read::
4852 @end menu
4853
4854 @node override
4855 @subsection Overriding File Metadata
4856
4857 As described above, a @command{tar} archive keeps, for each member it contains,
4858 its @dfn{metadata}, such as modification time, mode and ownership of
4859 the file. @GNUTAR{} allows to replace these data with other values
4860 when adding files to the archive. The options described in this
4861 section affect creation of archives of any type. For POSIX archives,
4862 see also @ref{PAX keywords}, for additional ways of controlling
4863 metadata, stored in the archive.
4864
4865 @table @option
4866 @opindex mode
4867 @item --mode=@var{permissions}
4868
4869 When adding files to an archive, @command{tar} will use
4870 @var{permissions} for the archive members, rather than the permissions
4871 from the files. @var{permissions} can be specified either as an octal
4872 number or as symbolic permissions, like with
4873 @command{chmod} (@xref{File permissions, Permissions, File
4874 permissions, fileutils, @acronym{GNU} file utilities}. This reference
4875 also has useful information for those not being overly familiar with
4876 the UNIX permission system). Using latter syntax allows for
4877 more flexibility. For example, the value @samp{a+rw} adds read and write
4878 permissions for everybody, while retaining executable bits on directories
4879 or on any other file already marked as executable:
4880
4881 @smallexample
4882 $ @kbd{tar -c -f archive.tar --mode='a+rw' .}
4883 @end smallexample
4884
4885 @item --mtime=@var{date}
4886 @opindex mtime
4887
4888 When adding files to an archive, @command{tar} will use @var{date} as
4889 the modification time of members when creating archives, instead of
4890 their actual modification times. The argument @var{date} can be
4891 either a textual date representation in almost arbitrary format
4892 (@pxref{Date input formats}) or a name of an existing file, starting
4893 with @samp{/} or @samp{.}. In the latter case, the modification time
4894 of that file will be used.
4895
4896 The following example will set the modification date to 00:00:00,
4897 January 1, 1970:
4898
4899 @smallexample
4900 $ @kbd{tar -c -f archive.tar --mtime='1970-01-01' .}
4901 @end smallexample
4902
4903 @noindent
4904 When used with @option{--verbose} (@pxref{verbose tutorial}) @GNUTAR{}
4905 will try to convert the specified date back to its textual
4906 representation and compare it with the one given with
4907 @option{--mtime} options. If the two dates differ, @command{tar} will
4908 print a warning saying what date it will use. This is to help user
4909 ensure he is using the right date.
4910
4911 For example:
4912
4913 @smallexample
4914 $ @kbd{tar -c -f archive.tar -v --mtime=yesterday .}
4915 tar: Option --mtime: Treating date `yesterday' as 2006-06-20
4916 13:06:29.152478
4917 @dots{}
4918 @end smallexample
4919
4920 @item --owner=@var{user}
4921 @opindex owner
4922
4923 Specifies that @command{tar} should use @var{user} as the owner of members
4924 when creating archives, instead of the user associated with the source
4925 file. The argument @var{user} can be either an existing user symbolic
4926 name, or a decimal numeric user @acronym{ID}.
4927
4928 There is no value indicating a missing number, and @samp{0} usually means
4929 @code{root}. Some people like to force @samp{0} as the value to offer in
4930 their distributions for the owner of files, because the @code{root} user is
4931 anonymous anyway, so that might as well be the owner of anonymous
4932 archives. For example:
4933
4934 @smallexample
4935 $ @kbd{tar -c -f archive.tar --owner=0 .}
4936 @end smallexample
4937
4938 @noindent
4939 or:
4940
4941 @smallexample
4942 $ @kbd{tar -c -f archive.tar --owner=root .}
4943 @end smallexample
4944
4945 @item --group=@var{group}
4946 @opindex group
4947
4948 Files added to the @command{tar} archive will have a group @acronym{ID} of @var{group},
4949 rather than the group from the source file. The argument @var{group}
4950 can be either an existing group symbolic name, or a decimal numeric group @acronym{ID}.
4951 @end table
4952
4953 @node Ignore Failed Read
4954 @subsection Ignore Fail Read
4955
4956 @table @option
4957 @item --ignore-failed-read
4958 @opindex ignore-failed-read
4959 Do not exit with nonzero on unreadable files or directories.
4960 @end table
4961
4962 @node extract options
4963 @section Options Used by @option{--extract}
4964 @cindex options for use with @option{--extract}
4965
4966 @xopindex{extract, additional options}
4967 The previous chapter showed how to use @option{--extract} to extract
4968 an archive into the file system. Various options cause @command{tar} to
4969 extract more information than just file contents, such as the owner,
4970 the permissions, the modification date, and so forth. This section
4971 presents options to be used with @option{--extract} when certain special
4972 considerations arise. You may review the information presented in
4973 @ref{extract} for more basic information about the
4974 @option{--extract} operation.
4975
4976 @menu
4977 * Reading:: Options to Help Read Archives
4978 * Writing:: Changing How @command{tar} Writes Files
4979 * Scarce:: Coping with Scarce Resources
4980 @end menu
4981
4982 @node Reading
4983 @subsection Options to Help Read Archives
4984 @cindex Options when reading archives
4985
4986 @cindex Reading incomplete records
4987 @cindex Records, incomplete
4988 @opindex read-full-records
4989 Normally, @command{tar} will request data in full record increments from
4990 an archive storage device. If the device cannot return a full record,
4991 @command{tar} will report an error. However, some devices do not always
4992 return full records, or do not require the last record of an archive to
4993 be padded out to the next record boundary. To keep reading until you
4994 obtain a full record, or to accept an incomplete record if it contains
4995 an end-of-archive marker, specify the @option{--read-full-records} (@option{-B}) option
4996 in conjunction with the @option{--extract} or @option{--list} operations.
4997 @xref{Blocking}.
4998
4999 The @option{--read-full-records} (@option{-B}) option is turned on by default when
5000 @command{tar} reads an archive from standard input, or from a remote
5001 machine. This is because on @acronym{BSD} Unix systems, attempting to read a
5002 pipe returns however much happens to be in the pipe, even if it is
5003 less than was requested. If this option were not enabled, @command{tar}
5004 would fail as soon as it read an incomplete record from the pipe.
5005
5006 If you're not sure of the blocking factor of an archive, you can
5007 read the archive by specifying @option{--read-full-records} (@option{-B}) and
5008 @option{--blocking-factor=@var{512-size}} (@option{-b
5009 @var{512-size}}), using a blocking factor larger than what the archive
5010 uses. This lets you avoid having to determine the blocking factor
5011 of an archive. @xref{Blocking Factor}.
5012
5013 @menu
5014 * read full records::
5015 * Ignore Zeros::
5016 @end menu
5017
5018 @node read full records
5019 @unnumberedsubsubsec Reading Full Records
5020
5021 @FIXME{need sentence or so of intro here}
5022
5023 @table @option
5024 @opindex read-full-records
5025 @item --read-full-records
5026 @item -B
5027 Use in conjunction with @option{--extract} (@option{--get},
5028 @option{-x}) to read an archive which contains incomplete records, or
5029 one which has a blocking factor less than the one specified.
5030 @end table
5031
5032 @node Ignore Zeros
5033 @unnumberedsubsubsec Ignoring Blocks of Zeros
5034
5035 @cindex End-of-archive blocks, ignoring
5036 @cindex Ignoring end-of-archive blocks
5037 @opindex ignore-zeros
5038 Normally, @command{tar} stops reading when it encounters a block of zeros
5039 between file entries (which usually indicates the end of the archive).
5040 @option{--ignore-zeros} (@option{-i}) allows @command{tar} to
5041 completely read an archive which contains a block of zeros before the
5042 end (i.e., a damaged archive, or one that was created by concatenating
5043 several archives together).
5044
5045 The @option{--ignore-zeros} (@option{-i}) option is turned off by default because many
5046 versions of @command{tar} write garbage after the end-of-archive entry,
5047 since that part of the media is never supposed to be read. @GNUTAR{}
5048 does not write after the end of an archive, but seeks to
5049 maintain compatibility among archiving utilities.
5050
5051 @table @option
5052 @item --ignore-zeros
5053 @itemx -i
5054 To ignore blocks of zeros (i.e., end-of-archive entries) which may be
5055 encountered while reading an archive. Use in conjunction with
5056 @option{--extract} or @option{--list}.
5057 @end table
5058
5059 @node Writing
5060 @subsection Changing How @command{tar} Writes Files
5061 @UNREVISED
5062
5063 @FIXME{Introductory paragraph}
5064
5065 @menu
5066 * Dealing with Old Files::
5067 * Overwrite Old Files::
5068 * Keep Old Files::
5069 * Keep Newer Files::
5070 * Unlink First::
5071 * Recursive Unlink::
5072 * Data Modification Times::
5073 * Setting Access Permissions::
5074 * Directory Modification Times and Permissions::
5075 * Writing to Standard Output::
5076 * Writing to an External Program::
5077 * remove files::
5078 @end menu
5079
5080 @node Dealing with Old Files
5081 @unnumberedsubsubsec Options Controlling the Overwriting of Existing Files
5082
5083 @xopindex{overwrite-dir, introduced}
5084 When extracting files, if @command{tar} discovers that the extracted
5085 file already exists, it normally replaces the file by removing it before
5086 extracting it, to prevent confusion in the presence of hard or symbolic
5087 links. (If the existing file is a symbolic link, it is removed, not
5088 followed.) However, if a directory cannot be removed because it is
5089 nonempty, @command{tar} normally overwrites its metadata (ownership,
5090 permission, etc.). The @option{--overwrite-dir} option enables this
5091 default behavior. To be more cautious and preserve the metadata of
5092 such a directory, use the @option{--no-overwrite-dir} option.
5093
5094 @cindex Overwriting old files, prevention
5095 @xopindex{keep-old-files, introduced}
5096 To be even more cautious and prevent existing files from being replaced, use
5097 the @option{--keep-old-files} (@option{-k}) option. It causes @command{tar} to refuse
5098 to replace or update a file that already exists, i.e., a file with the
5099 same name as an archive member prevents extraction of that archive
5100 member. Instead, it reports an error.
5101
5102 @xopindex{overwrite, introduced}
5103 To be more aggressive about altering existing files, use the
5104 @option{--overwrite} option. It causes @command{tar} to overwrite
5105 existing files and to follow existing symbolic links when extracting.
5106
5107 @cindex Protecting old files
5108 Some people argue that @GNUTAR{} should not hesitate
5109 to overwrite files with other files when extracting. When extracting
5110 a @command{tar} archive, they expect to see a faithful copy of the
5111 state of the file system when the archive was created. It is debatable
5112 that this would always be a proper behavior. For example, suppose one
5113 has an archive in which @file{usr/local} is a link to
5114 @file{usr/local2}. Since then, maybe the site removed the link and
5115 renamed the whole hierarchy from @file{/usr/local2} to
5116 @file{/usr/local}. Such things happen all the time. I guess it would
5117 not be welcome at all that @GNUTAR{} removes the
5118 whole hierarchy just to make room for the link to be reinstated
5119 (unless it @emph{also} simultaneously restores the full
5120 @file{/usr/local2}, of course!) @GNUTAR{} is indeed
5121 able to remove a whole hierarchy to reestablish a symbolic link, for
5122 example, but @emph{only if} @option{--recursive-unlink} is specified
5123 to allow this behavior. In any case, single files are silently
5124 removed.
5125
5126 @xopindex{unlink-first, introduced}
5127 Finally, the @option{--unlink-first} (@option{-U}) option can improve performance in
5128 some cases by causing @command{tar} to remove files unconditionally
5129 before extracting them.
5130
5131 @node Overwrite Old Files
5132 @unnumberedsubsubsec Overwrite Old Files
5133
5134 @table @option
5135 @opindex overwrite
5136 @item --overwrite
5137 Overwrite existing files and directory metadata when extracting files
5138 from an archive.
5139
5140 This causes @command{tar} to write extracted files into the file system without
5141 regard to the files already on the system; i.e., files with the same
5142 names as archive members are overwritten when the archive is extracted.
5143 It also causes @command{tar} to extract the ownership, permissions,
5144 and time stamps onto any preexisting files or directories.
5145 If the name of a corresponding file name is a symbolic link, the file
5146 pointed to by the symbolic link will be overwritten instead of the
5147 symbolic link itself (if this is possible). Moreover, special devices,
5148 empty directories and even symbolic links are automatically removed if
5149 they are in the way of extraction.
5150
5151 Be careful when using the @option{--overwrite} option, particularly when
5152 combined with the @option{--absolute-names} (@option{-P}) option, as this combination
5153 can change the contents, ownership or permissions of any file on your
5154 system. Also, many systems do not take kindly to overwriting files that
5155 are currently being executed.
5156
5157 @opindex overwrite-dir
5158 @item --overwrite-dir
5159 Overwrite the metadata of directories when extracting files from an
5160 archive, but remove other files before extracting.
5161 @end table
5162
5163 @node Keep Old Files
5164 @unnumberedsubsubsec Keep Old Files
5165
5166 @table @option
5167 @opindex keep-old-files
5168 @item --keep-old-files
5169 @itemx -k
5170 Do not replace existing files from archive. The
5171 @option{--keep-old-files} (@option{-k}) option prevents @command{tar}
5172 from replacing existing files with files with the same name from the
5173 archive. The @option{--keep-old-files} option is meaningless with
5174 @option{--list} (@option{-t}). Prevents @command{tar} from replacing
5175 files in the file system during extraction.
5176 @end table
5177
5178 @node Keep Newer Files
5179 @unnumberedsubsubsec Keep Newer Files
5180
5181 @table @option
5182 @opindex keep-newer-files
5183 @item --keep-newer-files
5184 Do not replace existing files that are newer than their archive
5185 copies. This option is meaningless with @option{--list} (@option{-t}).
5186 @end table
5187
5188 @node Unlink First
5189 @unnumberedsubsubsec Unlink First
5190
5191 @table @option
5192 @opindex unlink-first
5193 @item --unlink-first
5194 @itemx -U
5195 Remove files before extracting over them.
5196 This can make @command{tar} run a bit faster if you know in advance
5197 that the extracted files all need to be removed. Normally this option
5198 slows @command{tar} down slightly, so it is disabled by default.
5199 @end table
5200
5201 @node Recursive Unlink
5202 @unnumberedsubsubsec Recursive Unlink
5203
5204 @table @option
5205 @opindex recursive-unlink
5206 @item --recursive-unlink
5207 When this option is specified, try removing files and directory hierarchies
5208 before extracting over them. @emph{This is a dangerous option!}
5209 @end table
5210
5211 If you specify the @option{--recursive-unlink} option,
5212 @command{tar} removes @emph{anything} that keeps you from extracting a file
5213 as far as current permissions will allow it. This could include removal
5214 of the contents of a full directory hierarchy.
5215
5216 @node Data Modification Times
5217 @unnumberedsubsubsec Setting Data Modification Times
5218
5219 @cindex Data modification times of extracted files
5220 @cindex Modification times of extracted files
5221 Normally, @command{tar} sets the data modification times of extracted
5222 files to the corresponding times recorded for the files in the archive, but
5223 limits the permissions of extracted files by the current @code{umask}
5224 setting.
5225
5226 To set the data modification times of extracted files to the time when
5227 the files were extracted, use the @option{--touch} (@option{-m}) option in
5228 conjunction with @option{--extract} (@option{--get}, @option{-x}).
5229
5230 @table @option
5231 @opindex touch
5232 @item --touch
5233 @itemx -m
5234 Sets the data modification time of extracted archive members to the time
5235 they were extracted, not the time recorded for them in the archive.
5236 Use in conjunction with @option{--extract} (@option{--get}, @option{-x}).
5237 @end table
5238
5239 @node Setting Access Permissions
5240 @unnumberedsubsubsec Setting Access Permissions
5241
5242 @cindex Permissions of extracted files
5243 @cindex Modes of extracted files
5244 To set the modes (access permissions) of extracted files to those
5245 recorded for those files in the archive, use @option{--same-permissions}
5246 in conjunction with the @option{--extract} (@option{--get},
5247 @option{-x}) operation.
5248
5249 @table @option
5250 @opindex preserve-permissions
5251 @opindex same-permissions
5252 @item --preserve-permissions
5253 @itemx --same-permissions
5254 @c @itemx --ignore-umask
5255 @itemx -p
5256 Set modes of extracted archive members to those recorded in the
5257 archive, instead of current umask settings. Use in conjunction with
5258 @option{--extract} (@option{--get}, @option{-x}).
5259 @end table
5260
5261 @node Directory Modification Times and Permissions
5262 @unnumberedsubsubsec Directory Modification Times and Permissions
5263
5264 After successfully extracting a file member, @GNUTAR{} normally
5265 restores its permissions and modification times, as described in the
5266 previous sections. This cannot be done for directories, because
5267 after extracting a directory @command{tar} will almost certainly
5268 extract files into that directory and this will cause the directory
5269 modification time to be updated. Moreover, restoring that directory
5270 permissions may not permit file creation within it. Thus, restoring
5271 directory permissions and modification times must be delayed at least
5272 until all files have been extracted into that directory. @GNUTAR{}
5273 restores directories using the following approach.
5274
5275 The extracted directories are created with the mode specified in the
5276 archive, as modified by the umask of the user, which gives sufficient
5277 permissions to allow file creation. The meta-information about the
5278 directory is recorded in the temporary list of directories. When
5279 preparing to extract next archive member, @GNUTAR{} checks if the
5280 directory prefix of this file contains the remembered directory. If
5281 it does not, the program assumes that all files have been extracted
5282 into that directory, restores its modification time and permissions
5283 and removes its entry from the internal list. This approach allows
5284 to correctly restore directory meta-information in the majority of
5285 cases, while keeping memory requirements sufficiently small. It is
5286 based on the fact, that most @command{tar} archives use the predefined
5287 order of members: first the directory, then all the files and
5288 subdirectories in that directory.
5289
5290 However, this is not always true. The most important exception are
5291 incremental archives (@pxref{Incremental Dumps}). The member order in
5292 an incremental archive is reversed: first all directory members are
5293 stored, followed by other (non-directory) members. So, when extracting
5294 from incremental archives, @GNUTAR{} alters the above procedure. It
5295 remembers all restored directories, and restores their meta-data
5296 only after the entire archive has been processed. Notice, that you do
5297 not need to specify any special options for that, as @GNUTAR{}
5298 automatically detects archives in incremental format.
5299
5300 There may be cases, when such processing is required for normal archives
5301 too. Consider the following example:
5302
5303 @smallexample
5304 @group
5305 $ @kbd{tar --no-recursion -cvf archive \
5306 foo foo/file1 bar bar/file foo/file2}
5307 foo/
5308 foo/file1
5309 bar/
5310 bar/file
5311 foo/file2
5312 @end group
5313 @end smallexample
5314
5315 During the normal operation, after encountering @file{bar}
5316 @GNUTAR{} will assume that all files from the directory @file{foo}
5317 were already extracted and will therefore restore its timestamp and
5318 permission bits. However, after extracting @file{foo/file2} the
5319 directory timestamp will be offset again.
5320
5321 To correctly restore directory meta-information in such cases, use
5322 the @option{--delay-directory-restore} command line option:
5323
5324 @table @option
5325 @opindex delay-directory-restore
5326 @item --delay-directory-restore
5327 Delays restoring of the modification times and permissions of extracted
5328 directories until the end of extraction. This way, correct
5329 meta-information is restored even if the archive has unusual member
5330 ordering.
5331
5332 @opindex no-delay-directory-restore
5333 @item --no-delay-directory-restore
5334 Cancel the effect of the previous @option{--delay-directory-restore}.
5335 Use this option if you have used @option{--delay-directory-restore} in
5336 @env{TAR_OPTIONS} variable (@pxref{TAR_OPTIONS}) and wish to
5337 temporarily disable it.
5338 @end table
5339
5340 @node Writing to Standard Output
5341 @unnumberedsubsubsec Writing to Standard Output
5342
5343 @cindex Writing extracted files to standard output
5344 @cindex Standard output, writing extracted files to
5345 To write the extracted files to the standard output, instead of
5346 creating the files on the file system, use @option{--to-stdout} (@option{-O}) in
5347 conjunction with @option{--extract} (@option{--get}, @option{-x}). This option is useful if you are
5348 extracting files to send them through a pipe, and do not need to
5349 preserve them in the file system. If you extract multiple members,
5350 they appear on standard output concatenated, in the order they are
5351 found in the archive.
5352
5353 @table @option
5354 @opindex to-stdout
5355 @item --to-stdout
5356 @itemx -O
5357 Writes files to the standard output. Use only in conjunction with
5358 @option{--extract} (@option{--get}, @option{-x}). When this option is
5359 used, instead of creating the files specified, @command{tar} writes
5360 the contents of the files extracted to its standard output. This may
5361 be useful if you are only extracting the files in order to send them
5362 through a pipe. This option is meaningless with @option{--list}
5363 (@option{-t}).
5364 @end table
5365
5366 This can be useful, for example, if you have a tar archive containing
5367 a big file and don't want to store the file on disk before processing
5368 it. You can use a command like this:
5369
5370 @smallexample
5371 tar -xOzf foo.tgz bigfile | process
5372 @end smallexample
5373
5374 or even like this if you want to process the concatenation of the files:
5375
5376 @smallexample
5377 tar -xOzf foo.tgz bigfile1 bigfile2 | process
5378 @end smallexample
5379
5380 However, @option{--to-command} may be more convenient for use with
5381 multiple files. See the next section.
5382
5383 @node Writing to an External Program
5384 @unnumberedsubsubsec Writing to an External Program
5385
5386 You can instruct @command{tar} to send the contents of each extracted
5387 file to the standard input of an external program:
5388
5389 @table @option
5390 @opindex to-command
5391 @item --to-command=@var{command}
5392 Extract files and pipe their contents to the standard input of
5393 @var{command}. When this option is used, instead of creating the
5394 files specified, @command{tar} invokes @var{command} and pipes the
5395 contents of the files to its standard output. The @var{command} may
5396 contain command line arguments. The program is executed via
5397 @code{sh -c}. Notice, that @var{command} is executed once for each regular file
5398 extracted. Non-regular files (directories, etc.) are ignored when this
5399 option is used.
5400 @end table
5401
5402 The command can obtain the information about the file it processes
5403 from the following environment variables:
5404
5405 @table @env
5406 @vrindex TAR_FILETYPE, to-command environment
5407 @item TAR_FILETYPE
5408 Type of the file. It is a single letter with the following meaning:
5409
5410 @multitable @columnfractions 0.10 0.90
5411 @item f @tab Regular file
5412 @item d @tab Directory
5413 @item l @tab Symbolic link
5414 @item h @tab Hard link
5415 @item b @tab Block device
5416 @item c @tab Character device
5417 @end multitable
5418
5419 Currently only regular files are supported.
5420
5421 @vrindex TAR_MODE, to-command environment
5422 @item TAR_MODE
5423 File mode, an octal number.
5424
5425 @vrindex TAR_FILENAME, to-command environment
5426 @item TAR_FILENAME
5427 The name of the file.
5428
5429 @vrindex TAR_REALNAME, to-command environment
5430 @item TAR_REALNAME
5431 Name of the file as stored in the archive.
5432
5433 @vrindex TAR_UNAME, to-command environment
5434 @item TAR_UNAME
5435 Name of the file owner.
5436
5437 @vrindex TAR_GNAME, to-command environment
5438 @item TAR_GNAME
5439 Name of the file owner group.
5440
5441 @vrindex TAR_ATIME, to-command environment
5442 @item TAR_ATIME
5443 Time of last access. It is a decimal number, representing seconds
5444 since the Epoch. If the archive provides times with nanosecond
5445 precision, the nanoseconds are appended to the timestamp after a
5446 decimal point.
5447
5448 @vrindex TAR_MTIME, to-command environment
5449 @item TAR_MTIME
5450 Time of last modification.
5451
5452 @vrindex TAR_CTIME, to-command environment
5453 @item TAR_CTIME
5454 Time of last status change.
5455
5456 @vrindex TAR_SIZE, to-command environment
5457 @item TAR_SIZE
5458 Size of the file.
5459
5460 @vrindex TAR_UID, to-command environment
5461 @item TAR_UID
5462 UID of the file owner.
5463
5464 @vrindex TAR_GID, to-command environment
5465 @item TAR_GID
5466 GID of the file owner.
5467 @end table
5468
5469 Additionally, the following variables contain information about
5470 tar mode and the archive being processed:
5471
5472 @table @env
5473 @vrindex TAR_VERSION, to-command environment
5474 @item TAR_VERSION
5475 @GNUTAR{} version number.
5476
5477 @vrindex TAR_ARCHIVE, to-command environment
5478 @item TAR_ARCHIVE
5479 The name of the archive @command{tar} is processing.
5480
5481 @vrindex TAR_BLOCKING_FACTOR, to-command environment
5482 @item TAR_BLOCKING_FACTOR
5483 Current blocking factor (@pxref{Blocking}).
5484
5485 @vrindex TAR_VOLUME, to-command environment
5486 @item TAR_VOLUME
5487 Ordinal number of the volume @command{tar} is processing.
5488
5489 @vrindex TAR_FORMAT, to-command environment
5490 @item TAR_FORMAT
5491 Format of the archive being processed. @xref{Formats}, for a complete
5492 list of archive format names.
5493 @end table
5494
5495 If @var{command} exits with a non-0 status, @command{tar} will print
5496 an error message similar to the following:
5497
5498 @smallexample
5499 tar: 2345: Child returned status 1
5500 @end smallexample
5501
5502 Here, @samp{2345} is the PID of the finished process.
5503
5504 If this behavior is not wanted, use @option{--ignore-command-error}:
5505
5506 @table @option
5507 @opindex ignore-command-error
5508 @item --ignore-command-error
5509 Ignore exit codes of subprocesses. Notice that if the program
5510 exits on signal or otherwise terminates abnormally, the error message
5511 will be printed even if this option is used.
5512
5513 @opindex no-ignore-command-error
5514 @item --no-ignore-command-error
5515 Cancel the effect of any previous @option{--ignore-command-error}
5516 option. This option is useful if you have set
5517 @option{--ignore-command-error} in @env{TAR_OPTIONS}
5518 (@pxref{TAR_OPTIONS}) and wish to temporarily cancel it.
5519 @end table
5520
5521 @node remove files
5522 @unnumberedsubsubsec Removing Files
5523
5524 @FIXME{The section is too terse. Something more to add? An example,
5525 maybe?}
5526
5527 @table @option
5528 @opindex remove-files
5529 @item --remove-files
5530 Remove files after adding them to the archive.
5531 @end table
5532
5533 @node Scarce
5534 @subsection Coping with Scarce Resources
5535 @UNREVISED
5536
5537 @cindex Small memory
5538 @cindex Running out of space
5539
5540 @menu
5541 * Starting File::
5542 * Same Order::
5543 @end menu
5544
5545 @node Starting File
5546 @unnumberedsubsubsec Starting File
5547
5548 @table @option
5549 @opindex starting-file
5550 @item --starting-file=@var{name}
5551 @itemx -K @var{name}
5552 Starts an operation in the middle of an archive. Use in conjunction
5553 with @option{--extract} (@option{--get}, @option{-x}) or @option{--list} (@option{-t}).
5554 @end table
5555
5556 @cindex Middle of the archive, starting in the
5557 If a previous attempt to extract files failed due to lack of disk
5558 space, you can use @option{--starting-file=@var{name}} (@option{-K
5559 @var{name}}) to start extracting only after member @var{name} of the
5560 archive. This assumes, of course, that there is now free space, or
5561 that you are now extracting into a different file system. (You could
5562 also choose to suspend @command{tar}, remove unnecessary files from
5563 the file system, and then resume the same @command{tar} operation.
5564 In this case, @option{--starting-file} is not necessary.) See also
5565 @ref{interactive}, and @ref{exclude}.
5566
5567 @node Same Order
5568 @unnumberedsubsubsec Same Order
5569
5570 @table @option
5571 @cindex Large lists of file names on small machines
5572 @opindex same-order
5573 @opindex preserve-order
5574 @item --same-order
5575 @itemx --preserve-order
5576 @itemx -s
5577 To process large lists of file names on machines with small amounts of
5578 memory. Use in conjunction with @option{--compare} (@option{--diff},
5579 @option{-d}), @option{--list} (@option{-t}) or @option{--extract}
5580 (@option{--get}, @option{-x}).
5581 @end table
5582
5583 The @option{--same-order} (@option{--preserve-order}, @option{-s}) option tells @command{tar} that the list of file
5584 names to be listed or extracted is sorted in the same order as the
5585 files in the archive. This allows a large list of names to be used,
5586 even on a small machine that would not otherwise be able to hold all
5587 the names in memory at the same time. Such a sorted list can easily be
5588 created by running @samp{tar -t} on the archive and editing its output.
5589
5590 This option is probably never needed on modern computer systems.
5591
5592 @node backup
5593 @section Backup options
5594
5595 @cindex backup options
5596
5597 @GNUTAR{} offers options for making backups of files
5598 before writing new versions. These options control the details of
5599 these backups. They may apply to the archive itself before it is
5600 created or rewritten, as well as individual extracted members. Other
5601 @acronym{GNU} programs (@command{cp}, @command{install}, @command{ln},
5602 and @command{mv}, for example) offer similar options.
5603
5604 Backup options may prove unexpectedly useful when extracting archives
5605 containing many members having identical name, or when extracting archives
5606 on systems having file name limitations, making different members appear
5607 as having similar names through the side-effect of name truncation.
5608 @FIXME{This is true only if we have a good scheme for truncated backup names,
5609 which I'm not sure at all: I suspect work is needed in this area.}
5610 When any existing file is backed up before being overwritten by extraction,
5611 then clashing files are automatically be renamed to be unique, and the
5612 true name is kept for only the last file of a series of clashing files.
5613 By using verbose mode, users may track exactly what happens.
5614
5615 At the detail level, some decisions are still experimental, and may
5616 change in the future, we are waiting comments from our users. So, please
5617 do not learn to depend blindly on the details of the backup features.
5618 For example, currently, directories themselves are never renamed through
5619 using these options, so, extracting a file over a directory still has
5620 good chances to fail. Also, backup options apply to created archives,
5621 not only to extracted members. For created archives, backups will not
5622 be attempted when the archive is a block or character device, or when it
5623 refers to a remote file.
5624
5625 For the sake of simplicity and efficiency, backups are made by renaming old
5626 files prior to creation or extraction, and not by copying. The original
5627 name is restored if the file creation fails. If a failure occurs after a
5628 partial extraction of a file, both the backup and the partially extracted
5629 file are kept.
5630
5631 @table @samp
5632 @item --backup[=@var{method}]
5633 @opindex backup
5634 @vindex VERSION_CONTROL
5635 @cindex backups
5636 Back up files that are about to be overwritten or removed.
5637 Without this option, the original versions are destroyed.
5638
5639 Use @var{method} to determine the type of backups made.
5640 If @var{method} is not specified, use the value of the @env{VERSION_CONTROL}
5641 environment variable. And if @env{VERSION_CONTROL} is not set,
5642 use the @samp{existing} method.
5643
5644 @vindex version-control @r{Emacs variable}
5645 This option corresponds to the Emacs variable @samp{version-control};
5646 the same values for @var{method} are accepted as in Emacs. This option
5647 also allows more descriptive names. The valid @var{method}s are:
5648
5649 @table @samp
5650 @item t
5651 @itemx numbered
5652 @cindex numbered @r{backup method}
5653 Always make numbered backups.
5654
5655 @item nil
5656 @itemx existing
5657 @cindex existing @r{backup method}
5658 Make numbered backups of files that already have them, simple backups
5659 of the others.
5660
5661 @item never
5662 @itemx simple
5663 @cindex simple @r{backup method}
5664 Always make simple backups.
5665
5666 @end table
5667
5668 @item --suffix=@var{suffix}
5669 @opindex suffix
5670 @cindex backup suffix
5671 @vindex SIMPLE_BACKUP_SUFFIX
5672 Append @var{suffix} to each backup file made with @option{--backup}. If this
5673 option is not specified, the value of the @env{SIMPLE_BACKUP_SUFFIX}
5674 environment variable is used. And if @env{SIMPLE_BACKUP_SUFFIX} is not
5675 set, the default is @samp{~}, just as in Emacs.
5676
5677 @end table
5678
5679 @node Applications
5680 @section Notable @command{tar} Usages
5681 @UNREVISED
5682
5683 @FIXME{Using Unix file linking capability to recreate directory
5684 structures---linking files into one subdirectory and then
5685 @command{tar}ring that directory.}
5686
5687 @FIXME{Nice hairy example using absolute-names, newer, etc.}
5688
5689 @findex uuencode
5690 You can easily use archive files to transport a group of files from
5691 one system to another: put all relevant files into an archive on one
5692 computer system, transfer the archive to another system, and extract
5693 the contents there. The basic transfer medium might be magnetic tape,
5694 Internet FTP, or even electronic mail (though you must encode the
5695 archive with @command{uuencode} in order to transport it properly by
5696 mail). Both machines do not have to use the same operating system, as
5697 long as they both support the @command{tar} program.
5698
5699 For example, here is how you might copy a directory's contents from
5700 one disk to another, while preserving the dates, modes, owners and
5701 link-structure of all the files therein. In this case, the transfer
5702 medium is a @dfn{pipe}:
5703
5704 @smallexample
5705 $ @kbd{(cd sourcedir; tar -cf - .) | (cd targetdir; tar -xf -)}
5706 @end smallexample
5707
5708 @noindent
5709 You can avoid subshells by using @option{-C} option:
5710
5711 @smallexample
5712 $ @kbd{tar -C sourcedir -cf - . | tar -C targetdir -xf -}
5713 @end smallexample
5714
5715 @noindent
5716 The command also works using long option forms:
5717
5718 @smallexample
5719 @group
5720 $ @kbd{(cd sourcedir; tar --create --file=- . ) \
5721 | (cd targetdir; tar --extract --file=-)}
5722 @end group
5723 @end smallexample
5724
5725 @noindent
5726 or
5727
5728 @smallexample
5729 @group
5730 $ @kbd{tar --directory sourcedir --create --file=- . \
5731 | tar --directory targetdir --extract --file=-}
5732 @end group
5733 @end smallexample
5734
5735 @noindent
5736 This is one of the easiest methods to transfer a @command{tar} archive.
5737
5738 @node looking ahead
5739 @section Looking Ahead: The Rest of this Manual
5740
5741 You have now seen how to use all eight of the operations available to
5742 @command{tar}, and a number of the possible options. The next chapter
5743 explains how to choose and change file and archive names, how to use
5744 files to store names of other files which you can then call as
5745 arguments to @command{tar} (this can help you save time if you expect to
5746 archive the same list of files a number of times), and so forth.
5747 @FIXME{in case it's not obvious, i'm making this up in some sense
5748 based on my limited memory of what the next chapter *really* does. i
5749 just wanted to flesh out this final section a little bit so i'd
5750 remember to stick it in here. :-)}
5751
5752 If there are too many files to conveniently list on the command line,
5753 you can list the names in a file, and @command{tar} will read that file.
5754 @xref{files}.
5755
5756 There are various ways of causing @command{tar} to skip over some files,
5757 and not archive them. @xref{Choosing}.
5758
5759 @node Backups
5760 @chapter Performing Backups and Restoring Files
5761 @cindex backups
5762
5763 @GNUTAR{} is distributed along with the scripts for performing backups
5764 and restores. Even if there is a good chance those scripts may be
5765 satisfying to you, they are not the only scripts or methods available for doing
5766 backups and restore. You may well create your own, or use more
5767 sophisticated packages dedicated to that purpose.
5768
5769 Some users are enthusiastic about @code{Amanda} (The Advanced Maryland
5770 Automatic Network Disk Archiver), a backup system developed by James
5771 da Silva @file{jds@@cs.umd.edu} and available on many Unix systems.
5772 This is free software, and it is available from @uref{http://www.amanda.org}.
5773
5774 @FIXME{
5775
5776 Here is a possible plan for a future documentation about the backuping
5777 scripts which are provided within the @GNUTAR{}
5778 distribution.
5779
5780 @itemize @bullet
5781 @item dumps
5782 @itemize @minus
5783 @item what are dumps
5784 @item different levels of dumps
5785 @itemize +
5786 @item full dump = dump everything
5787 @item level 1, level 2 dumps etc
5788 A level @var{n} dump dumps everything changed since the last level
5789 @var{n}-1 dump (?)
5790 @end itemize
5791 @item how to use scripts for dumps (ie, the concept)
5792 @itemize +
5793 @item scripts to run after editing backup specs (details)
5794 @end itemize
5795 @item Backup Specs, what is it.
5796 @itemize +
5797 @item how to customize
5798 @item actual text of script [/sp/dump/backup-specs]
5799 @end itemize
5800 @item Problems
5801 @itemize +
5802 @item rsh doesn't work
5803 @item rtape isn't installed
5804 @item (others?)
5805 @end itemize
5806 @item the @option{--incremental} option of tar
5807 @item tapes
5808 @itemize +
5809 @item write protection
5810 @item types of media, different sizes and types, useful for different things
5811 @item files and tape marks
5812 one tape mark between files, two at end.
5813 @item positioning the tape
5814 MT writes two at end of write,
5815 backspaces over one when writing again.
5816 @end itemize
5817 @end itemize
5818 @end itemize
5819 }
5820
5821 This chapter documents both the provided shell scripts and @command{tar}
5822 options which are more specific to usage as a backup tool.
5823
5824 To @dfn{back up} a file system means to create archives that contain
5825 all the files in that file system. Those archives can then be used to
5826 restore any or all of those files (for instance if a disk crashes or a
5827 file is accidentally deleted). File system @dfn{backups} are also
5828 called @dfn{dumps}.
5829
5830 @menu
5831 * Full Dumps:: Using @command{tar} to Perform Full Dumps
5832 * Incremental Dumps:: Using @command{tar} to Perform Incremental Dumps
5833 * Backup Levels:: Levels of Backups
5834 * Backup Parameters:: Setting Parameters for Backups and Restoration
5835 * Scripted Backups:: Using the Backup Scripts
5836 * Scripted Restoration:: Using the Restore Script
5837 @end menu
5838
5839 @node Full Dumps
5840 @section Using @command{tar} to Perform Full Dumps
5841 @UNREVISED
5842
5843 @cindex full dumps
5844 @cindex dumps, full
5845
5846 @cindex corrupted archives
5847 Full dumps should only be made when no other people or programs
5848 are modifying files in the file system. If files are modified while
5849 @command{tar} is making the backup, they may not be stored properly in
5850 the archive, in which case you won't be able to restore them if you
5851 have to. (Files not being modified are written with no trouble, and do
5852 not corrupt the entire archive.)
5853
5854 You will want to use the @option{--label=@var{archive-label}}
5855 (@option{-V @var{archive-label}}) option to give the archive a
5856 volume label, so you can tell what this archive is even if the label
5857 falls off the tape, or anything like that.
5858
5859 Unless the file system you are dumping is guaranteed to fit on
5860 one volume, you will need to use the @option{--multi-volume} (@option{-M}) option.
5861 Make sure you have enough tapes on hand to complete the backup.
5862
5863 If you want to dump each file system separately you will need to use
5864 the @option{--one-file-system} option to prevent
5865 @command{tar} from crossing file system boundaries when storing
5866 (sub)directories.
5867
5868 The @option{--incremental} (@option{-G}) (@pxref{Incremental Dumps})
5869 option is not needed, since this is a complete copy of everything in
5870 the file system, and a full restore from this backup would only be
5871 done onto a completely
5872 empty disk.
5873
5874 Unless you are in a hurry, and trust the @command{tar} program (and your
5875 tapes), it is a good idea to use the @option{--verify} (@option{-W})
5876 option, to make sure your files really made it onto the dump properly.
5877 This will also detect cases where the file was modified while (or just
5878 after) it was being archived. Not all media (notably cartridge tapes)
5879 are capable of being verified, unfortunately.
5880
5881 @node Incremental Dumps
5882 @section Using @command{tar} to Perform Incremental Dumps
5883
5884 @dfn{Incremental backup} is a special form of @GNUTAR{} archive that
5885 stores additional metadata so that exact state of the file system
5886 can be restored when extracting the archive.
5887
5888 @GNUTAR{} currently offers two options for handling incremental
5889 backups: @option{--listed-incremental=@var{snapshot-file}} (@option{-g
5890 @var{snapshot-file}}) and @option{--incremental} (@option{-G}).
5891
5892 @xopindex{listed-incremental, described}
5893 The option @option{--listed-incremental} instructs tar to operate on
5894 an incremental archive with additional metadata stored in a standalone
5895 file, called a @dfn{snapshot file}. The purpose of this file is to help
5896 determine which files have been changed, added or deleted since the
5897 last backup, so that the next incremental backup will contain only
5898 modified files. The name of the snapshot file is given as an argument
5899 to the option:
5900
5901 @table @option
5902 @item --listed-incremental=@var{file}
5903 @itemx -g @var{file}
5904 Handle incremental backups with snapshot data in @var{file}.
5905 @end table
5906
5907 To create an incremental backup, you would use
5908 @option{--listed-incremental} together with @option{--create}
5909 (@pxref{create}). For example:
5910
5911 @smallexample
5912 $ @kbd{tar --create \
5913 --file=archive.1.tar \
5914 --listed-incremental=/var/log/usr.snar \
5915 /usr}
5916 @end smallexample
5917
5918 This will create in @file{archive.1.tar} an incremental backup of
5919 the @file{/usr} file system, storing additional metadata in the file
5920 @file{/var/log/usr.snar}. If this file does not exist, it will be
5921 created. The created archive will then be a @dfn{level 0 backup};
5922 please see the next section for more on backup levels.
5923
5924 Otherwise, if the file @file{/var/log/usr.snar} exists, it
5925 determines which files are modified. In this case only these files will be
5926 stored in the archive. Suppose, for example, that after running the
5927 above command, you delete file @file{/usr/doc/old} and create
5928 directory @file{/usr/local/db} with the following contents:
5929
5930 @smallexample
5931 $ @kbd{ls /usr/local/db}
5932 /usr/local/db/data
5933 /usr/local/db/index
5934 @end smallexample
5935
5936 Some time later you create another incremental backup. You will
5937 then see:
5938
5939 @smallexample
5940 $ @kbd{tar --create \
5941 --file=archive.2.tar \
5942 --listed-incremental=/var/log/usr.snar \
5943 /usr}
5944 tar: usr/local/db: Directory is new
5945 usr/local/db/
5946 usr/local/db/data
5947 usr/local/db/index
5948 @end smallexample
5949
5950 @noindent
5951 The created archive @file{archive.2.tar} will contain only these
5952 three members. This archive is called a @dfn{level 1 backup}. Notice
5953 that @file{/var/log/usr.snar} will be updated with the new data, so if
5954 you plan to create more @samp{level 1} backups, it is necessary to
5955 create a working copy of the snapshot file before running
5956 @command{tar}. The above example will then be modified as follows:
5957
5958 @smallexample
5959 $ @kbd{cp /var/log/usr.snar /var/log/usr.snar-1}
5960 $ @kbd{tar --create \
5961 --file=archive.2.tar \
5962 --listed-incremental=/var/log/usr.snar-1 \
5963 /usr}
5964 @end smallexample
5965
5966 @anchor{--level=0}
5967 @xopindex{level, described}
5968 You can force @samp{level 0} backups either by removing the snapshot
5969 file before running @command{tar}, or by supplying the
5970 @option{--level=0} option, e.g.:
5971
5972 @smallexample
5973 $ @kbd{tar --create \
5974 --file=archive.2.tar \
5975 --listed-incremental=/var/log/usr.snar-0 \
5976 --level=0 \
5977 /usr}
5978 @end smallexample
5979
5980 Incremental dumps depend crucially on time stamps, so the results are
5981 unreliable if you modify a file's time stamps during dumping (e.g.,
5982 with the @option{--atime-preserve=replace} option), or if you set the clock
5983 backwards.
5984
5985 @anchor{device numbers}
5986 @cindex Device numbers, using in incremental backups
5987 Metadata stored in snapshot files include device numbers, which,
5988 obviously are supposed to be non-volatile values. However, it turns
5989 out that @acronym{NFS} devices have undependable values when an automounter
5990 gets in the picture. This can lead to a great deal of spurious
5991 redumping in incremental dumps, so it is somewhat useless to compare
5992 two @acronym{NFS} devices numbers over time. The solution implemented
5993 currently is to consider all @acronym{NFS} devices as being equal
5994 when it comes to comparing directories; this is fairly gross, but
5995 there does not seem to be a better way to go.
5996
5997 Apart from using @acronym{NFS}, there are a number of cases where
5998 relying on device numbers can cause spurious redumping of unmodified
5999 files. For example, this occurs when archiving @acronym{LVM} snapshot
6000 volumes. To avoid this, use @option{--no-check-device} option:
6001
6002 @table @option
6003 @xopindex{no-check-device, described}
6004 @item --no-check-device
6005 Do not rely on device numbers when preparing a list of changed files
6006 for an incremental dump.
6007
6008 @xopindex{check-device, described}
6009 @item --check-device
6010 Use device numbers when preparing a list of changed files
6011 for an incremental dump. This is the default behavior. The purpose
6012 of this option is to undo the effect of the @option{--no-check-device}
6013 if it was given in @env{TAR_OPTIONS} environment variable
6014 (@pxref{TAR_OPTIONS}).
6015 @end table
6016
6017 There is also another way to cope with changing device numbers. It is
6018 described in detail in @ref{Fixing Snapshot Files}.
6019
6020 Note that incremental archives use @command{tar} extensions and may
6021 not be readable by non-@acronym{GNU} versions of the @command{tar} program.
6022
6023 @xopindex{listed-incremental, using with @option{--extract}}
6024 @xopindex{extract, using with @option{--listed-incremental}}
6025 To extract from the incremental dumps, use
6026 @option{--listed-incremental} together with @option{--extract}
6027 option (@pxref{extracting files}). In this case, @command{tar} does
6028 not need to access snapshot file, since all the data necessary for
6029 extraction are stored in the archive itself. So, when extracting, you
6030 can give whatever argument to @option{--listed-incremental}, the usual
6031 practice is to use @option{--listed-incremental=/dev/null}.
6032 Alternatively, you can use @option{--incremental}, which needs no
6033 arguments. In general, @option{--incremental} (@option{-G}) can be
6034 used as a shortcut for @option{--listed-incremental} when listing or
6035 extracting incremental backups (for more information regarding this
6036 option, @pxref{incremental-op}).
6037
6038 When extracting from the incremental backup @GNUTAR{} attempts to
6039 restore the exact state the file system had when the archive was
6040 created. In particular, it will @emph{delete} those files in the file
6041 system that did not exist in their directories when the archive was
6042 created. If you have created several levels of incremental files,
6043 then in order to restore the exact contents the file system had when
6044 the last level was created, you will need to restore from all backups
6045 in turn. Continuing our example, to restore the state of @file{/usr}
6046 file system, one would do@footnote{Notice, that since both archives
6047 were created without @option{-P} option (@pxref{absolute}), these
6048 commands should be run from the root file system.}:
6049
6050 @smallexample
6051 $ @kbd{tar --extract \
6052 --listed-incremental=/dev/null \
6053 --file archive.1.tar}
6054 $ @kbd{tar --extract \
6055 --listed-incremental=/dev/null \
6056 --file archive.2.tar}
6057 @end smallexample
6058
6059 To list the contents of an incremental archive, use @option{--list}
6060 (@pxref{list}), as usual. To obtain more information about the
6061 archive, use @option{--listed-incremental} or @option{--incremental}
6062 combined with two @option{--verbose} options@footnote{Two
6063 @option{--verbose} options were selected to avoid breaking usual
6064 verbose listing output (@option{--list --verbose}) when using in
6065 scripts.
6066
6067 @xopindex{incremental, using with @option{--list}}
6068 @xopindex{listed-incremental, using with @option{--list}}
6069 @xopindex{list, using with @option{--incremental}}
6070 @xopindex{list, using with @option{--listed-incremental}}
6071 Versions of @GNUTAR{} up to 1.15.1 used to dump verbatim binary
6072 contents of the DUMPDIR header (with terminating nulls) when
6073 @option{--incremental} or @option{--listed-incremental} option was
6074 given, no matter what the verbosity level. This behavior, and,
6075 especially, the binary output it produced were considered inconvenient
6076 and were changed in version 1.16.}:
6077
6078 @smallexample
6079 @kbd{tar --list --incremental --verbose --verbose archive.tar}
6080 @end smallexample
6081
6082 This command will print, for each directory in the archive, the list
6083 of files in that directory at the time the archive was created. This
6084 information is put out in a format which is both human-readable and
6085 unambiguous for a program: each file name is printed as
6086
6087 @smallexample
6088 @var{x} @var{file}
6089 @end smallexample
6090
6091 @noindent
6092 where @var{x} is a letter describing the status of the file: @samp{Y}
6093 if the file is present in the archive, @samp{N} if the file is not
6094 included in the archive, or a @samp{D} if the file is a directory (and
6095 is included in the archive). @xref{Dumpdir}, for the detailed
6096 description of dumpdirs and status codes. Each such
6097 line is terminated by a newline character. The last line is followed
6098 by an additional newline to indicate the end of the data.
6099
6100 @anchor{incremental-op}The option @option{--incremental} (@option{-G})
6101 gives the same behavior as @option{--listed-incremental} when used
6102 with @option{--list} and @option{--extract} options. When used with
6103 @option{--create} option, it creates an incremental archive without
6104 creating snapshot file. Thus, it is impossible to create several
6105 levels of incremental backups with @option{--incremental} option.
6106
6107 @node Backup Levels
6108 @section Levels of Backups
6109
6110 An archive containing all the files in the file system is called a
6111 @dfn{full backup} or @dfn{full dump}. You could insure your data by
6112 creating a full dump every day. This strategy, however, would waste a
6113 substantial amount of archive media and user time, as unchanged files
6114 are daily re-archived.
6115
6116 It is more efficient to do a full dump only occasionally. To back up
6117 files between full dumps, you can use @dfn{incremental dumps}. A @dfn{level
6118 one} dump archives all the files that have changed since the last full
6119 dump.
6120
6121 A typical dump strategy would be to perform a full dump once a week,
6122 and a level one dump once a day. This means some versions of files
6123 will in fact be archived more than once, but this dump strategy makes
6124 it possible to restore a file system to within one day of accuracy by
6125 only extracting two archives---the last weekly (full) dump and the
6126 last daily (level one) dump. The only information lost would be in
6127 files changed or created since the last daily backup. (Doing dumps
6128 more than once a day is usually not worth the trouble.)
6129
6130 @GNUTAR{} comes with scripts you can use to do full
6131 and level-one (actually, even level-two and so on) dumps. Using
6132 scripts (shell programs) to perform backups and restoration is a
6133 convenient and reliable alternative to typing out file name lists
6134 and @command{tar} commands by hand.
6135
6136 Before you use these scripts, you need to edit the file
6137 @file{backup-specs}, which specifies parameters used by the backup
6138 scripts and by the restore script. This file is usually located
6139 in @file{/etc/backup} directory. @xref{Backup Parameters}, for its
6140 detailed description. Once the backup parameters are set, you can
6141 perform backups or restoration by running the appropriate script.
6142
6143 The name of the backup script is @code{backup}. The name of the
6144 restore script is @code{restore}. The following sections describe
6145 their use in detail.
6146
6147 @emph{Please Note:} The backup and restoration scripts are
6148 designed to be used together. While it is possible to restore files by
6149 hand from an archive which was created using a backup script, and to create
6150 an archive by hand which could then be extracted using the restore script,
6151 it is easier to use the scripts. @xref{Incremental Dumps}, before
6152 making such an attempt.
6153
6154 @node Backup Parameters
6155 @section Setting Parameters for Backups and Restoration
6156
6157 The file @file{backup-specs} specifies backup parameters for the
6158 backup and restoration scripts provided with @command{tar}. You must
6159 edit @file{backup-specs} to fit your system configuration and schedule
6160 before using these scripts.
6161
6162 Syntactically, @file{backup-specs} is a shell script, containing
6163 mainly variable assignments. However, any valid shell construct
6164 is allowed in this file. Particularly, you may wish to define
6165 functions within that script (e.g., see @code{RESTORE_BEGIN} below).
6166 For more information about shell script syntax, please refer to
6167 @url{http://www.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html#ta
6168 g_02, the definition of the Shell Command Language}. See also
6169 @ref{Top,,Bash Features,bashref,Bash Reference Manual}.
6170
6171 The shell variables controlling behavior of @code{backup} and
6172 @code{restore} are described in the following subsections.
6173
6174 @menu
6175 * General-Purpose Variables::
6176 * Magnetic Tape Control::
6177 * User Hooks::
6178 * backup-specs example:: An Example Text of @file{Backup-specs}
6179 @end menu
6180
6181 @node General-Purpose Variables
6182 @subsection General-Purpose Variables
6183
6184 @defvr {Backup variable} ADMINISTRATOR
6185 The user name of the backup administrator. @code{Backup} scripts
6186 sends a backup report to this address.
6187 @end defvr
6188
6189 @defvr {Backup variable} BACKUP_HOUR
6190 The hour at which the backups are done. This can be a number from 0
6191 to 23, or the time specification in form @var{hours}:@var{minutes},
6192 or the string @samp{now}.
6193
6194 This variable is used by @code{backup}. Its value may be overridden
6195 using @option{--time} option (@pxref{Scripted Backups}).
6196 @end defvr
6197
6198 @defvr {Backup variable} TAPE_FILE
6199
6200 The device @command{tar} writes the archive to. If @var{TAPE_FILE}
6201 is a remote archive (@pxref{remote-dev}), backup script will suppose
6202 that your @command{mt} is able to access remote devices. If @var{RSH}
6203 (@pxref{RSH}) is set, @option{--rsh-command} option will be added to
6204 invocations of @command{mt}.
6205 @end defvr
6206
6207 @defvr {Backup variable} BLOCKING
6208
6209 The blocking factor @command{tar} will use when writing the dump archive.
6210 @xref{Blocking Factor}.
6211 @end defvr
6212
6213 @defvr {Backup variable} BACKUP_DIRS
6214
6215 A list of file systems to be dumped (for @code{backup}), or restored
6216 (for @code{restore}). You can include any directory
6217 name in the list --- subdirectories on that file system will be
6218 included, regardless of how they may look to other networked machines.
6219 Subdirectories on other file systems will be ignored.
6220
6221 The host name specifies which host to run @command{tar} on, and should
6222 normally be the host that actually contains the file system. However,
6223 the host machine must have @GNUTAR{} installed, and
6224 must be able to access the directory containing the backup scripts and
6225 their support files using the same file name that is used on the
6226 machine where the scripts are run (i.e., what @command{pwd} will print
6227 when in that directory on that machine). If the host that contains
6228 the file system does not have this capability, you can specify another
6229 host as long as it can access the file system through @acronym{NFS}.
6230
6231 If the list of file systems is very long you may wish to put it
6232 in a separate file. This file is usually named
6233 @file{/etc/backup/dirs}, but this name may be overridden in
6234 @file{backup-specs} using @code{DIRLIST} variable.
6235 @end defvr
6236
6237 @defvr {Backup variable} DIRLIST
6238
6239 The name of the file that contains a list of file systems to backup
6240 or restore. By default it is @file{/etc/backup/dirs}.
6241 @end defvr
6242
6243 @defvr {Backup variable} BACKUP_FILES
6244
6245 A list of individual files to be dumped (for @code{backup}), or restored
6246 (for @code{restore}). These should be accessible from the machine on
6247 which the backup script is run.
6248
6249 If the list of individual files is very long you may wish to store it
6250 in a separate file. This file is usually named
6251 @file{/etc/backup/files}, but this name may be overridden in
6252 @file{backup-specs} using @code{FILELIST} variable.
6253 @end defvr
6254
6255 @defvr {Backup variable} FILELIST
6256
6257 The name of the file that contains a list of individual files to backup
6258 or restore. By default it is @file{/etc/backup/files}.
6259 @end defvr
6260
6261 @defvr {Backup variable} MT
6262
6263 Full file name of @command{mt} binary.
6264 @end defvr
6265
6266 @defvr {Backup variable} RSH
6267 @anchor{RSH}
6268 Full file name of @command{rsh} binary or its equivalent. You may wish to
6269 set it to @code{ssh}, to improve security. In this case you will have
6270 to use public key authentication.
6271 @end defvr
6272
6273 @defvr {Backup variable} RSH_COMMAND
6274
6275 Full file name of @command{rsh} binary on remote machines. This will
6276 be passed via @option{--rsh-command} option to the remote invocation
6277 of @GNUTAR{}.
6278 @end defvr
6279
6280 @defvr {Backup variable} VOLNO_FILE
6281
6282 Name of temporary file to hold volume numbers. This needs to be accessible
6283 by all the machines which have file systems to be dumped.
6284 @end defvr
6285
6286 @defvr {Backup variable} XLIST
6287
6288 Name of @dfn{exclude file list}. An @dfn{exclude file list} is a file
6289 located on the remote machine and containing the list of files to
6290 be excluded from the backup. Exclude file lists are searched in
6291 /etc/tar-backup directory. A common use for exclude file lists
6292 is to exclude files containing security-sensitive information
6293 (e.g., @file{/etc/shadow} from backups).
6294
6295 This variable affects only @code{backup}.
6296 @end defvr
6297
6298 @defvr {Backup variable} SLEEP_TIME
6299
6300 Time to sleep between dumps of any two successive file systems
6301
6302 This variable affects only @code{backup}.
6303 @end defvr
6304
6305 @defvr {Backup variable} DUMP_REMIND_SCRIPT
6306
6307 Script to be run when it's time to insert a new tape in for the next
6308 volume. Administrators may want to tailor this script for their site.
6309 If this variable isn't set, @GNUTAR{} will display its built-in
6310 prompt, and will expect confirmation from the console. For the
6311 description of the default prompt, see @ref{change volume prompt}.
6312
6313 @end defvr
6314
6315 @defvr {Backup variable} SLEEP_MESSAGE
6316
6317 Message to display on the terminal while waiting for dump time. Usually
6318 this will just be some literal text.
6319 @end defvr
6320
6321 @defvr {Backup variable} TAR
6322
6323 Full file name of the @GNUTAR{} executable. If this is not set, backup
6324 scripts will search @command{tar} in the current shell path.
6325 @end defvr
6326
6327 @node Magnetic Tape Control
6328 @subsection Magnetic Tape Control
6329
6330 Backup scripts access tape device using special @dfn{hook functions}.
6331 These functions take a single argument --- the name of the tape
6332 device. Their names are kept in the following variables:
6333
6334 @defvr {Backup variable} MT_BEGIN
6335 The name of @dfn{begin} function. This function is called before
6336 accessing the drive. By default it retensions the tape:
6337
6338 @smallexample
6339 MT_BEGIN=mt_begin
6340
6341 mt_begin() @{
6342 mt -f "$1" retension
6343 @}
6344 @end smallexample
6345 @end defvr
6346
6347 @defvr {Backup variable} MT_REWIND
6348 The name of @dfn{rewind} function. The default definition is as
6349 follows:
6350
6351 @smallexample
6352 MT_REWIND=mt_rewind
6353
6354 mt_rewind() @{
6355 mt -f "$1" rewind
6356 @}
6357 @end smallexample
6358
6359 @end defvr
6360
6361 @defvr {Backup variable} MT_OFFLINE
6362 The name of the function switching the tape off line. By default
6363 it is defined as follows:
6364
6365 @smallexample
6366 MT_OFFLINE=mt_offline
6367
6368 mt_offline() @{
6369 mt -f "$1" offl
6370 @}
6371 @end smallexample
6372 @end defvr
6373
6374 @defvr {Backup variable} MT_STATUS
6375 The name of the function used to obtain the status of the archive device,
6376 including error count. Default definition:
6377
6378 @smallexample
6379 MT_STATUS=mt_status
6380
6381 mt_status() @{
6382 mt -f "$1" status
6383 @}
6384 @end smallexample
6385 @end defvr
6386
6387 @node User Hooks
6388 @subsection User Hooks
6389
6390 @dfn{User hooks} are shell functions executed before and after
6391 each @command{tar} invocation. Thus, there are @dfn{backup
6392 hooks}, which are executed before and after dumping each file
6393 system, and @dfn{restore hooks}, executed before and
6394 after restoring a file system. Each user hook is a shell function
6395 taking four arguments:
6396
6397 @deffn {User Hook Function} hook @var{level} @var{host} @var{fs} @var{fsname}
6398 Its arguments are:
6399
6400 @table @var
6401 @item level
6402 Current backup or restore level.
6403
6404 @item host
6405 Name or IP address of the host machine being dumped or restored.
6406
6407 @item fs
6408 Full file name of the file system being dumped or restored.
6409
6410 @item fsname
6411 File system name with directory separators replaced with colons. This
6412 is useful, e.g., for creating unique files.
6413 @end table
6414 @end deffn
6415
6416 Following variables keep the names of user hook functions:
6417
6418 @defvr {Backup variable} DUMP_BEGIN
6419 Dump begin function. It is executed before dumping the file system.
6420 @end defvr
6421
6422 @defvr {Backup variable} DUMP_END
6423 Executed after dumping the file system.
6424 @end defvr
6425
6426 @defvr {Backup variable} RESTORE_BEGIN
6427 Executed before restoring the file system.
6428 @end defvr
6429
6430 @defvr {Backup variable} RESTORE_END
6431 Executed after restoring the file system.
6432 @end defvr
6433
6434 @node backup-specs example
6435 @subsection An Example Text of @file{Backup-specs}
6436
6437 The following is an example of @file{backup-specs}:
6438
6439 @smallexample
6440 # site-specific parameters for file system backup.
6441
6442 ADMINISTRATOR=friedman
6443 BACKUP_HOUR=1
6444 TAPE_FILE=/dev/nrsmt0
6445
6446 # Use @code{ssh} instead of the less secure @code{rsh}
6447 RSH=/usr/bin/ssh
6448 RSH_COMMAND=/usr/bin/ssh
6449
6450 # Override MT_STATUS function:
6451 my_status() @{
6452 mts -t $TAPE_FILE
6453 @}
6454 MT_STATUS=my_status
6455
6456 # Disable MT_OFFLINE function
6457 MT_OFFLINE=:
6458
6459 BLOCKING=124
6460 BACKUP_DIRS="
6461 albert:/fs/fsf
6462 apple-gunkies:/gd
6463 albert:/fs/gd2
6464 albert:/fs/gp
6465 geech:/usr/jla
6466 churchy:/usr/roland
6467 albert:/
6468 albert:/usr
6469 apple-gunkies:/
6470 apple-gunkies:/usr
6471 gnu:/hack
6472 gnu:/u
6473 apple-gunkies:/com/mailer/gnu
6474 apple-gunkies:/com/archive/gnu"
6475
6476 BACKUP_FILES="/com/mailer/aliases /com/mailer/league*[a-z]"
6477
6478 @end smallexample
6479
6480 @node Scripted Backups
6481 @section Using the Backup Scripts
6482
6483 The syntax for running a backup script is:
6484
6485 @smallexample
6486 backup --level=@var{level} --time=@var{time}
6487 @end smallexample
6488
6489 The @option{--level} option requests the dump level. Thus, to produce
6490 a full dump, specify @code{--level=0} (this is the default, so
6491 @option{--level} may be omitted if its value is
6492 @code{0})@footnote{For backward compatibility, the @code{backup} will also
6493 try to deduce the requested dump level from the name of the
6494 script itself. If the name consists of a string @samp{level-}
6495 followed by a single decimal digit, that digit is taken as
6496 the dump level number. Thus, you may create a link from @code{backup}
6497 to @code{level-1} and then run @code{level-1} whenever you need to
6498 create a level one dump.}.
6499
6500 The @option{--time} option determines when should the backup be
6501 run. @var{Time} may take three forms:
6502
6503 @table @asis
6504 @item @var{hh}:@var{mm}
6505
6506 The dump must be run at @var{hh} hours @var{mm} minutes.
6507
6508 @item @var{hh}
6509
6510 The dump must be run at @var{hh} hours.
6511
6512 @item now
6513
6514 The dump must be run immediately.
6515 @end table
6516
6517 You should start a script with a tape or disk mounted. Once you
6518 start a script, it prompts you for new tapes or disks as it
6519 needs them. Media volumes don't have to correspond to archive
6520 files --- a multi-volume archive can be started in the middle of a
6521 tape that already contains the end of another multi-volume archive.
6522 The @code{restore} script prompts for media by its archive volume,
6523 so to avoid an error message you should keep track of which tape
6524 (or disk) contains which volume of the archive (@pxref{Scripted
6525 Restoration}).
6526
6527 The backup scripts write two files on the file system. The first is a
6528 record file in @file{/etc/tar-backup/}, which is used by the scripts
6529 to store and retrieve information about which files were dumped. This
6530 file is not meant to be read by humans, and should not be deleted by
6531 them. @xref{Snapshot Files}, for a more detailed explanation of this
6532 file.
6533
6534 The second file is a log file containing the names of the file systems
6535 and files dumped, what time the backup was made, and any error
6536 messages that were generated, as well as how much space was left in
6537 the media volume after the last volume of the archive was written.
6538 You should check this log file after every backup. The file name is
6539 @file{log-@var{mm-dd-yyyy}-level-@var{n}}, where @var{mm-dd-yyyy}
6540 represents current date, and @var{n} represents current dump level number.
6541
6542 The script also prints the name of each system being dumped to the
6543 standard output.
6544
6545 Following is the full list of options accepted by @code{backup}
6546 script:
6547
6548 @table @option
6549 @item -l @var{level}
6550 @itemx --level=@var{level}
6551 Do backup level @var{level} (default 0).
6552
6553 @item -f
6554 @itemx --force
6555 Force backup even if today's log file already exists.
6556
6557 @item -v[@var{level}]
6558 @itemx --verbose[=@var{level}]
6559 Set verbosity level. The higher the level is, the more debugging
6560 information will be output during execution. Default @var{level}
6561 is 100, which means the highest debugging level.
6562
6563 @item -t @var{start-time}
6564 @itemx --time=@var{start-time}
6565 Wait till @var{time}, then do backup.
6566
6567 @item -h
6568 @itemx --help
6569 Display short help message and exit.
6570
6571 @item -V
6572 @itemx --version
6573 Display information about the program's name, version, origin and legal
6574 status, all on standard output, and then exit successfully.
6575 @end table
6576
6577
6578 @node Scripted Restoration
6579 @section Using the Restore Script
6580
6581 To restore files that were archived using a scripted backup, use the
6582 @code{restore} script. Its usage is quite straightforward. In the
6583 simplest form, invoke @code{restore --all}, it will
6584 then restore all the file systems and files specified in
6585 @file{backup-specs} (@pxref{General-Purpose Variables,BACKUP_DIRS}).
6586
6587 You may select the file systems (and/or files) to restore by
6588 giving @code{restore} a list of @dfn{patterns} in its command
6589 line. For example, running
6590
6591 @smallexample
6592 restore 'albert:*'
6593 @end smallexample
6594
6595 @noindent
6596 will restore all file systems on the machine @samp{albert}. A more
6597 complicated example:
6598
6599 @smallexample
6600 restore 'albert:*' '*:/var'
6601 @end smallexample
6602
6603 @noindent
6604 This command will restore all file systems on the machine @samp{albert}
6605 as well as @file{/var} file system on all machines.
6606
6607 By default @code{restore} will start restoring files from the lowest
6608 available dump level (usually zero) and will continue through
6609 all available dump levels. There may be situations where such a
6610 thorough restore is not necessary. For example, you may wish to
6611 restore only files from the recent level one backup. To do so,
6612 use @option{--level} option, as shown in the example below:
6613
6614 @smallexample
6615 restore --level=1
6616 @end smallexample
6617
6618 The full list of options accepted by @code{restore} follows:
6619
6620 @table @option
6621 @item -a
6622 @itemx --all
6623 Restore all file systems and files specified in @file{backup-specs}.
6624
6625 @item -l @var{level}
6626 @itemx --level=@var{level}
6627 Start restoring from the given backup level, instead of the default 0.
6628
6629 @item -v[@var{level}]
6630 @itemx --verbose[=@var{level}]
6631 Set verbosity level. The higher the level is, the more debugging
6632 information will be output during execution. Default @var{level}
6633 is 100, which means the highest debugging level.
6634
6635 @item -h
6636 @itemx --help
6637 Display short help message and exit.
6638
6639 @item -V
6640 @itemx --version
6641 Display information about the program's name, version, origin and legal
6642 status, all on standard output, and then exit successfully.
6643 @end table
6644
6645 You should start the restore script with the media containing the
6646 first volume of the archive mounted. The script will prompt for other
6647 volumes as they are needed. If the archive is on tape, you don't need
6648 to rewind the tape to to its beginning---if the tape head is
6649 positioned past the beginning of the archive, the script will rewind
6650 the tape as needed. @xref{Tape Positioning}, for a discussion of tape
6651 positioning.
6652
6653 @quotation
6654 @strong{Warning:} The script will delete files from the active file
6655 system if they were not in the file system when the archive was made.
6656 @end quotation
6657
6658 @xref{Incremental Dumps}, for an explanation of how the script makes
6659 that determination.
6660
6661 @node Choosing
6662 @chapter Choosing Files and Names for @command{tar}
6663
6664 Certain options to @command{tar} enable you to specify a name for your
6665 archive. Other options let you decide which files to include or exclude
6666 from the archive, based on when or whether files were modified, whether
6667 the file names do or don't match specified patterns, or whether files
6668 are in specified directories.
6669
6670 This chapter discusses these options in detail.
6671
6672 @menu
6673 * file:: Choosing the Archive's Name
6674 * Selecting Archive Members::
6675 * files:: Reading Names from a File
6676 * exclude:: Excluding Some Files
6677 * wildcards:: Wildcards Patterns and Matching
6678 * quoting styles:: Ways of Quoting Special Characters in Names
6679 * transform:: Modifying File and Member Names
6680 * after:: Operating Only on New Files
6681 * recurse:: Descending into Directories
6682 * one:: Crossing File System Boundaries
6683 @end menu
6684
6685 @node file
6686 @section Choosing and Naming Archive Files
6687
6688 @cindex Naming an archive
6689 @cindex Archive Name
6690 @cindex Choosing an archive file
6691 @cindex Where is the archive?
6692 @opindex file
6693 By default, @command{tar} uses an archive file name that was compiled when
6694 it was built on the system; usually this name refers to some physical
6695 tape drive on the machine. However, the person who installed @command{tar}
6696 on the system may not have set the default to a meaningful value as far as
6697 most users are concerned. As a result, you will usually want to tell
6698 @command{tar} where to find (or create) the archive. The
6699 @option{--file=@var{archive-name}} (@option{-f @var{archive-name}})
6700 option allows you to either specify or name a file to use as the archive
6701 instead of the default archive file location.
6702
6703 @table @option
6704 @xopindex{file, short description}
6705 @item --file=@var{archive-name}
6706 @itemx -f @var{archive-name}
6707 Name the archive to create or operate on. Use in conjunction with
6708 any operation.
6709 @end table
6710
6711 For example, in this @command{tar} command,
6712
6713 @smallexample
6714 $ @kbd{tar -cvf collection.tar blues folk jazz}
6715 @end smallexample
6716
6717 @noindent
6718 @file{collection.tar} is the name of the archive. It must directly
6719 follow the @option{-f} option, since whatever directly follows @option{-f}
6720 @emph{will} end up naming the archive. If you neglect to specify an
6721 archive name, you may end up overwriting a file in the working directory
6722 with the archive you create since @command{tar} will use this file's name
6723 for the archive name.
6724
6725 An archive can be saved as a file in the file system, sent through a
6726 pipe or over a network, or written to an I/O device such as a tape,
6727 floppy disk, or CD write drive.
6728
6729 @cindex Writing new archives
6730 @cindex Archive creation
6731 If you do not name the archive, @command{tar} uses the value of the
6732 environment variable @env{TAPE} as the file name for the archive. If
6733 that is not available, @command{tar} uses a default, compiled-in archive
6734 name, usually that for tape unit zero (i.e., @file{/dev/tu00}).
6735
6736 @cindex Standard input and output
6737 @cindex tar to standard input and output
6738 If you use @file{-} as an @var{archive-name}, @command{tar} reads the
6739 archive from standard input (when listing or extracting files), or
6740 writes it to standard output (when creating an archive). If you use
6741 @file{-} as an @var{archive-name} when modifying an archive,
6742 @command{tar} reads the original archive from its standard input and
6743 writes the entire new archive to its standard output.
6744
6745 The following example is a convenient way of copying directory
6746 hierarchy from @file{sourcedir} to @file{targetdir}.
6747
6748 @smallexample
6749 $ @kbd{(cd sourcedir; tar -cf - .) | (cd targetdir; tar -xpf -)}
6750 @end smallexample
6751
6752 The @option{-C} option allows to avoid using subshells:
6753
6754 @smallexample
6755 $ @kbd{tar -C sourcedir -cf - . | tar -C targetdir -xpf -}
6756 @end smallexample
6757
6758 In both examples above, the leftmost @command{tar} invocation archives
6759 the contents of @file{sourcedir} to the standard output, while the
6760 rightmost one reads this archive from its standard input and
6761 extracts it. The @option{-p} option tells it to restore permissions
6762 of the extracted files.
6763
6764 @cindex Remote devices
6765 @cindex tar to a remote device
6766 @anchor{remote-dev}
6767 To specify an archive file on a device attached to a remote machine,
6768 use the following:
6769
6770 @smallexample
6771 @kbd{--file=@var{hostname}:/@var{dev}/@var{file-name}}
6772 @end smallexample
6773
6774 @noindent
6775 @command{tar} will set up the remote connection, if possible, and
6776 prompt you for a username and password. If you use
6777 @option{--file=@@@var{hostname}:/@var{dev}/@var{file-name}}, @command{tar}
6778 will attempt to set up the remote connection using your username
6779 as the username on the remote machine.
6780
6781 @cindex Local and remote archives
6782 @anchor{local and remote archives}
6783 If the archive file name includes a colon (@samp{:}), then it is assumed
6784 to be a file on another machine. If the archive file is
6785 @samp{@var{user}@@@var{host}:@var{file}}, then @var{file} is used on the
6786 host @var{host}. The remote host is accessed using the @command{rsh}
6787 program, with a username of @var{user}. If the username is omitted
6788 (along with the @samp{@@} sign), then your user name will be used.
6789 (This is the normal @command{rsh} behavior.) It is necessary for the
6790 remote machine, in addition to permitting your @command{rsh} access, to
6791 have the @file{rmt} program installed (this command is included in
6792 the @GNUTAR{} distribution and by default is installed under
6793 @file{@var{prefix}/libexec/rmt}, where @var{prefix} means your
6794 installation prefix). If you need to use a file whose name includes a
6795 colon, then the remote tape drive behavior
6796 can be inhibited by using the @option{--force-local} option.
6797
6798 When the archive is being created to @file{/dev/null}, @GNUTAR{}
6799 tries to minimize input and output operations. The Amanda backup
6800 system, when used with @GNUTAR{}, has an initial sizing pass which
6801 uses this feature.
6802
6803 @node Selecting Archive Members
6804 @section Selecting Archive Members
6805 @cindex Specifying files to act on
6806 @cindex Specifying archive members
6807
6808 @dfn{File Name arguments} specify which files in the file system
6809 @command{tar} operates on, when creating or adding to an archive, or which
6810 archive members @command{tar} operates on, when reading or deleting from
6811 an archive. @xref{Operations}.
6812
6813 To specify file names, you can include them as the last arguments on
6814 the command line, as follows:
6815 @smallexample
6816 @kbd{tar} @var{operation} [@var{option1} @var{option2} @dots{}] [@var{file name-1} @var{file name-2} @dots{}]
6817 @end smallexample
6818
6819 If a file name begins with dash (@samp{-}), precede it with
6820 @option{--add-file} option to prevent it from being treated as an
6821 option.
6822
6823 @anchor{input name quoting}
6824 By default @GNUTAR{} attempts to @dfn{unquote} each file or member
6825 name, replacing @dfn{escape sequences} according to the following
6826 table:
6827
6828 @multitable @columnfractions 0.20 0.60
6829 @headitem Escape @tab Replaced with
6830 @item \a @tab Audible bell (@acronym{ASCII} 7)
6831 @item \b @tab Backspace (@acronym{ASCII} 8)
6832 @item \f @tab Form feed (@acronym{ASCII} 12)
6833 @item \n @tab New line (@acronym{ASCII} 10)
6834 @item \r @tab Carriage return (@acronym{ASCII} 13)
6835 @item \t @tab Horizontal tabulation (@acronym{ASCII} 9)
6836 @item \v @tab Vertical tabulation (@acronym{ASCII} 11)
6837 @item \? @tab @acronym{ASCII} 127
6838 @item \@var{n} @tab @acronym{ASCII} @var{n} (@var{n} should be an octal number
6839 of up to 3 digits)
6840 @end multitable
6841
6842 A backslash followed by any other symbol is retained.
6843
6844 This default behavior is controlled by the following command line
6845 option:
6846
6847 @table @option
6848 @opindex unquote
6849 @item --unquote
6850 Enable unquoting input file or member names (default).
6851
6852 @opindex no-unquote
6853 @item --no-unquote
6854 Disable unquoting input file or member names.
6855 @end table
6856
6857 If you specify a directory name as a file name argument, all the files
6858 in that directory are operated on by @command{tar}.
6859
6860 If you do not specify files, @command{tar} behavior differs depending
6861 on the operation mode as described below:
6862
6863 When @command{tar} is invoked with @option{--create} (@option{-c}),
6864 @command{tar} will stop immediately, reporting the following:
6865
6866 @smallexample
6867 @group
6868 $ @kbd{tar cf a.tar}
6869 tar: Cowardly refusing to create an empty archive
6870 Try `tar --help' or `tar --usage' for more information.
6871 @end group
6872 @end smallexample
6873
6874 If you specify either @option{--list} (@option{-t}) or
6875 @option{--extract} (@option{--get}, @option{-x}), @command{tar}
6876 operates on all the archive members in the archive.
6877
6878 If run with @option{--diff} option, tar will compare the archive with
6879 the contents of the current working directory.
6880
6881 If you specify any other operation, @command{tar} does nothing.
6882
6883 By default, @command{tar} takes file names from the command line. However,
6884 there are other ways to specify file or member names, or to modify the
6885 manner in which @command{tar} selects the files or members upon which to
6886 operate. In general, these methods work both for specifying the names
6887 of files and archive members.
6888
6889 @node files
6890 @section Reading Names from a File
6891
6892 @cindex Reading file names from a file
6893 @cindex Lists of file names
6894 @cindex File Name arguments, alternatives
6895 @cindex @command{find}, using with @command{tar}
6896 Instead of giving the names of files or archive members on the command
6897 line, you can put the names into a file, and then use the
6898 @option{--files-from=@var{file-of-names}} (@option{-T
6899 @var{file-of-names}}) option to @command{tar}. Give the name of the
6900 file which contains the list of files to include as the argument to
6901 @option{--files-from}. In the list, the file names should be separated by
6902 newlines. You will frequently use this option when you have generated
6903 the list of files to archive with the @command{find} utility.
6904
6905 @table @option
6906 @opindex files-from
6907 @item --files-from=@var{file-name}
6908 @itemx -T @var{file-name}
6909 Get names to extract or create from file @var{file-name}.
6910 @end table
6911
6912 If you give a single dash as a file name for @option{--files-from}, (i.e.,
6913 you specify either @code{--files-from=-} or @code{-T -}), then the file
6914 names are read from standard input.
6915
6916 Unless you are running @command{tar} with @option{--create}, you can not use
6917 both @code{--files-from=-} and @code{--file=-} (@code{-f -}) in the same
6918 command.
6919
6920 Any number of @option{-T} options can be given in the command line.
6921
6922 The following example shows how to use @command{find} to generate a list of
6923 files smaller than 400K in length and put that list into a file
6924 called @file{small-files}. You can then use the @option{-T} option to
6925 @command{tar} to specify the files from that file, @file{small-files}, to
6926 create the archive @file{little.tgz}. (The @option{-z} option to
6927 @command{tar} compresses the archive with @command{gzip}; @pxref{gzip} for
6928 more information.)
6929
6930 @smallexample
6931 $ @kbd{find . -size -400 -print > small-files}
6932 $ @kbd{tar -c -v -z -T small-files -f little.tgz}
6933 @end smallexample
6934
6935 @noindent
6936 In the file list given by @option{-T} option, any file name beginning
6937 with @samp{-} character is considered a @command{tar} option and is
6938 processed accordingly@footnote{Versions of @GNUTAR{} up to 1.15.1
6939 recognized only @option{-C} option in file lists, and only if the
6940 option and its argument occupied two consecutive lines.}. For example,
6941 the common use of this feature is to change to another directory by
6942 specifying @option{-C} option:
6943
6944 @smallexample
6945 @group
6946 $ @kbd{cat list}
6947 -C/etc
6948 passwd
6949 hosts
6950 -C/lib
6951 libc.a
6952 $ @kbd{tar -c -f foo.tar --files-from list}
6953 @end group
6954 @end smallexample
6955
6956 @noindent
6957 In this example, @command{tar} will first switch to @file{/etc}
6958 directory and add files @file{passwd} and @file{hosts} to the
6959 archive. Then it will change to @file{/lib} directory and will archive
6960 the file @file{libc.a}. Thus, the resulting archive @file{foo.tar} will
6961 contain:
6962
6963 @smallexample
6964 @group
6965 $ @kbd{tar tf foo.tar}
6966 passwd
6967 hosts
6968 libc.a
6969 @end group
6970 @end smallexample
6971
6972 @noindent
6973 @xopindex{directory, using in @option{--files-from} argument}
6974 Notice that the option parsing algorithm used with @option{-T} is
6975 stricter than the one used by shell. Namely, when specifying option
6976 arguments, you should observe the following rules:
6977
6978 @itemize @bullet
6979 @item
6980 When using short (single-letter) option form, its argument must
6981 immediately follow the option letter, without any intervening
6982 whitespace. For example: @code{-Cdir}.
6983
6984 @item
6985 When using long option form, the option argument must be separated
6986 from the option by a single equal sign. No whitespace is allowed on
6987 any side of the equal sign. For example: @code{--directory=dir}.
6988
6989 @item
6990 For both short and long option forms, the option argument can be given
6991 on the next line after the option name, e.g.:
6992
6993 @smallexample
6994 @group
6995 --directory
6996 dir
6997 @end group
6998 @end smallexample
6999
7000 @noindent
7001 and
7002
7003 @smallexample
7004 @group
7005 -C
7006 dir
7007 @end group
7008 @end smallexample
7009 @end itemize
7010
7011 @opindex add-file
7012 If you happen to have a file whose name starts with @samp{-},
7013 precede it with @option{--add-file} option to prevent it from
7014 being recognized as an option. For example: @code{--add-file=--my-file}.
7015
7016 @menu
7017 * nul::
7018 @end menu
7019
7020 @node nul
7021 @subsection @code{NUL}-Terminated File Names
7022
7023 @cindex File names, terminated by @code{NUL}
7024 @cindex @code{NUL}-terminated file names
7025 The @option{--null} option causes
7026 @option{--files-from=@var{file-of-names}} (@option{-T @var{file-of-names}})
7027 to read file names terminated by a @code{NUL} instead of a newline, so
7028 files whose names contain newlines can be archived using
7029 @option{--files-from}.
7030
7031 @table @option
7032 @xopindex{null, described}
7033 @item --null
7034 Only consider @code{NUL}-terminated file names, instead of files that
7035 terminate in a newline.
7036
7037 @xopindex{no-null, described}
7038 @item --no-null
7039 Undo the effect of any previous @option{--null} option.
7040 @end table
7041
7042 The @option{--null} option is just like the one in @acronym{GNU}
7043 @command{xargs} and @command{cpio}, and is useful with the
7044 @option{-print0} predicate of @acronym{GNU} @command{find}. In
7045 @command{tar}, @option{--null} also disables special handling for
7046 file names that begin with dash.
7047
7048 This example shows how to use @command{find} to generate a list of files
7049 larger than 800K in length and put that list into a file called
7050 @file{long-files}. The @option{-print0} option to @command{find} is just
7051 like @option{-print}, except that it separates files with a @code{NUL}
7052 rather than with a newline. You can then run @command{tar} with both the
7053 @option{--null} and @option{-T} options to specify that @command{tar} gets the
7054 files from that file, @file{long-files}, to create the archive
7055 @file{big.tgz}. The @option{--null} option to @command{tar} will cause
7056 @command{tar} to recognize the @code{NUL} separator between files.
7057
7058 @smallexample
7059 $ @kbd{find . -size +800 -print0 > long-files}
7060 $ @kbd{tar -c -v --null --files-from=long-files --file=big.tar}
7061 @end smallexample
7062
7063 The @option{--no-null} option can be used if you need to read both
7064 @code{NUL}-terminated and newline-terminated files on the same command line.
7065 For example, if @file{flist} is a newline-terminated file, then the
7066 following command can be used to combine it with the above command:
7067
7068 @smallexample
7069 @group
7070 $ @kbd{find . -size +800 -print0 |
7071 tar -c -f big.tar --null -T - --no-null -T flist}
7072 @end group
7073 @end smallexample
7074
7075 This example uses short options for typographic reasons, to avoid
7076 very long lines.
7077
7078 @GNUTAR is able to automatically detect @code{NUL}-terminated file lists, so
7079 it is safe to use them even without the @option{--null} option. In
7080 this case @command{tar} will print a warning and continue reading such
7081 a file as if @option{--null} were actually given:
7082
7083 @smallexample
7084 @group
7085 $ @kbd{find . -size +800 -print0 | tar -c -f big.tar -T -}
7086 tar: -: file name read contains nul character
7087 @end group
7088 @end smallexample
7089
7090 The null terminator, however, remains in effect only for this
7091 particular file, any following @option{-T} options will assume
7092 newline termination. Of course, the null autodetection applies
7093 to these eventual surplus @option{-T} options as well.
7094
7095 @node exclude
7096 @section Excluding Some Files
7097
7098 @cindex File names, excluding files by
7099 @cindex Excluding files by name and pattern
7100 @cindex Excluding files by file system
7101 @opindex exclude
7102 @opindex exclude-from
7103 To avoid operating on files whose names match a particular pattern,
7104 use the @option{--exclude} or @option{--exclude-from} options.
7105
7106 @table @option
7107 @opindex exclude
7108 @item --exclude=@var{pattern}
7109 Causes @command{tar} to ignore files that match the @var{pattern}.
7110 @end table
7111
7112 @findex exclude
7113 The @option{--exclude=@var{pattern}} option prevents any file or
7114 member whose name matches the shell wildcard (@var{pattern}) from
7115 being operated on.
7116 For example, to create an archive with all the contents of the directory
7117 @file{src} except for files whose names end in @file{.o}, use the
7118 command @samp{tar -cf src.tar --exclude='*.o' src}.
7119
7120 You may give multiple @option{--exclude} options.
7121
7122 @table @option
7123 @opindex exclude-from
7124 @item --exclude-from=@var{file}
7125 @itemx -X @var{file}
7126 Causes @command{tar} to ignore files that match the patterns listed in
7127 @var{file}.
7128 @end table
7129
7130 @findex exclude-from
7131 Use the @option{--exclude-from} option to read a
7132 list of patterns, one per line, from @var{file}; @command{tar} will
7133 ignore files matching those patterns. Thus if @command{tar} is
7134 called as @w{@samp{tar -c -X foo .}} and the file @file{foo} contains a
7135 single line @file{*.o}, no files whose names end in @file{.o} will be
7136 added to the archive.
7137
7138 Notice, that lines from @var{file} are read verbatim. One of the
7139 frequent errors is leaving some extra whitespace after a file name,
7140 which is difficult to catch using text editors.
7141
7142 However, empty lines are OK.
7143
7144 @table @option
7145 @cindex version control system, excluding files
7146 @cindex VCS, excluding files
7147 @cindex SCCS, excluding files
7148 @cindex RCS, excluding files
7149 @cindex CVS, excluding files
7150 @cindex SVN, excluding files
7151 @cindex git, excluding files
7152 @cindex Bazaar, excluding files
7153 @cindex Arch, excluding files
7154 @cindex Mercurial, excluding files
7155 @cindex Darcs, excluding files
7156 @opindex exclude-vcs
7157 @item --exclude-vcs
7158 Exclude files and directories used by following version control
7159 systems: @samp{CVS}, @samp{RCS}, @samp{SCCS}, @samp{SVN}, @samp{Arch},
7160 @samp{Bazaar}, @samp{Mercurial}, and @samp{Darcs}.
7161
7162 As of version @value{VERSION}, the following files are excluded:
7163
7164 @itemize @bullet
7165 @item @file{CVS/}, and everything under it
7166 @item @file{RCS/}, and everything under it
7167 @item @file{SCCS/}, and everything under it
7168 @item @file{.git/}, and everything under it
7169 @item @file{.gitignore}
7170 @item @file{.cvsignore}
7171 @item @file{.svn/}, and everything under it
7172 @item @file{.arch-ids/}, and everything under it
7173 @item @file{@{arch@}/}, and everything under it
7174 @item @file{=RELEASE-ID}
7175 @item @file{=meta-update}
7176 @item @file{=update}
7177 @item @file{.bzr}
7178 @item @file{.bzrignore}
7179 @item @file{.bzrtags}
7180 @item @file{.hg}
7181 @item @file{.hgignore}
7182 @item @file{.hgrags}
7183 @item @file{_darcs}
7184 @end itemize
7185
7186 @opindex exclude-backups
7187 @item --exclude-backups
7188 Exclude backup and lock files. This option causes exclusion of files
7189 that match the following shell globbing patterns:
7190
7191 @table @asis
7192 @item .#*
7193 @item *~
7194 @item #*#
7195 @end table
7196
7197 @end table
7198
7199 @findex exclude-caches
7200 When creating an archive, the @option{--exclude-caches} option family
7201 causes @command{tar} to exclude all directories that contain a @dfn{cache
7202 directory tag}. A cache directory tag is a short file with the
7203 well-known name @file{CACHEDIR.TAG} and having a standard header
7204 specified in @url{http://www.brynosaurus.com/cachedir/spec.html}.
7205 Various applications write cache directory tags into directories they
7206 use to hold regenerable, non-precious data, so that such data can be
7207 more easily excluded from backups.
7208
7209 There are three @samp{exclude-caches} options, each providing a different
7210 exclusion semantics:
7211
7212 @table @option
7213 @opindex exclude-caches
7214 @item --exclude-caches
7215 Do not archive the contents of the directory, but archive the
7216 directory itself and the @file{CACHEDIR.TAG} file.
7217
7218 @opindex exclude-caches-under
7219 @item --exclude-caches-under
7220 Do not archive the contents of the directory, nor the
7221 @file{CACHEDIR.TAG} file, archive only the directory itself.
7222
7223 @opindex exclude-caches-all
7224 @item --exclude-caches-all
7225 Omit directories containing @file{CACHEDIR.TAG} file entirely.
7226 @end table
7227
7228 @findex exclude-tag
7229 Another option family, @option{--exclude-tag}, provides a generalization of
7230 this concept. It takes a single argument, a file name to look for.
7231 Any directory that contains this file will be excluded from the dump.
7232 Similarly to @samp{exclude-caches}, there are three options in this
7233 option family:
7234
7235 @table @option
7236 @opindex exclude-tag
7237 @item --exclude-tag=@var{file}
7238 Do not dump the contents of the directory, but dump the
7239 directory itself and the @var{file}.
7240
7241 @opindex exclude-tag-under
7242 @item --exclude-tag-under=@var{file}
7243 Do not dump the contents of the directory, nor the
7244 @var{file}, archive only the directory itself.
7245
7246 @opindex exclude-tag-all
7247 @item --exclude-tag-all=@var{file}
7248 Omit directories containing @var{file} file entirely.
7249 @end table
7250
7251 Multiple @option{--exclude-tag*} options can be given.
7252
7253 For example, given this directory:
7254
7255 @smallexample
7256 @group
7257 $ @kbd{find dir}
7258 dir
7259 dir/blues
7260 dir/jazz
7261 dir/folk
7262 dir/folk/tagfile
7263 dir/folk/sanjuan
7264 dir/folk/trote
7265 @end group
7266 @end smallexample
7267
7268 The @option{--exclude-tag} will produce the following:
7269
7270 @smallexample
7271 $ @kbd{tar -cf archive.tar --exclude-tag=tagfile -v dir}
7272 dir/
7273 dir/blues
7274 dir/jazz
7275 dir/folk/
7276 tar: dir/folk/: contains a cache directory tag tagfile;
7277 contents not dumped
7278 dir/folk/tagfile
7279 @end smallexample
7280
7281 Both the @file{dir/folk} directory and its tagfile are preserved in
7282 the archive, however the rest of files in this directory are not.
7283
7284 Now, using the @option{--exclude-tag-under} option will exclude
7285 @file{tagfile} from the dump, while still preserving the directory
7286 itself, as shown in this example:
7287
7288 @smallexample
7289 $ @kbd{tar -cf archive.tar --exclude-tag-under=tagfile -v dir}
7290 dir/
7291 dir/blues
7292 dir/jazz
7293 dir/folk/
7294 ./tar: dir/folk/: contains a cache directory tag tagfile;
7295 contents not dumped
7296 @end smallexample
7297
7298 Finally, using @option{--exclude-tag-all} omits the @file{dir/folk}
7299 directory entirely:
7300
7301 @smallexample
7302 $ @kbd{tar -cf archive.tar --exclude-tag-all=tagfile -v dir}
7303 dir/
7304 dir/blues
7305 dir/jazz
7306 ./tar: dir/folk/: contains a cache directory tag tagfile;
7307 directory not dumped
7308 @end smallexample
7309
7310 @menu
7311 * problems with exclude::
7312 @end menu
7313
7314 @node problems with exclude
7315 @unnumberedsubsec Problems with Using the @code{exclude} Options
7316
7317 @xopindex{exclude, potential problems with}
7318 Some users find @samp{exclude} options confusing. Here are some common
7319 pitfalls:
7320
7321 @itemize @bullet
7322 @item
7323 The main operating mode of @command{tar} does not act on a file name
7324 explicitly listed on the command line, if one of its file name
7325 components is excluded. In the example above, if
7326 you create an archive and exclude files that end with @samp{*.o}, but
7327 explicitly name the file @samp{dir.o/foo} after all the options have been
7328 listed, @samp{dir.o/foo} will be excluded from the archive.
7329
7330 @item
7331 You can sometimes confuse the meanings of @option{--exclude} and
7332 @option{--exclude-from}. Be careful: use @option{--exclude} when files
7333 to be excluded are given as a pattern on the command line. Use
7334 @option{--exclude-from} to introduce the name of a file which contains
7335 a list of patterns, one per line; each of these patterns can exclude
7336 zero, one, or many files.
7337
7338 @item
7339 When you use @option{--exclude=@var{pattern}}, be sure to quote the
7340 @var{pattern} parameter, so @GNUTAR{} sees wildcard characters
7341 like @samp{*}. If you do not do this, the shell might expand the
7342 @samp{*} itself using files at hand, so @command{tar} might receive a
7343 list of files instead of one pattern, or none at all, making the
7344 command somewhat illegal. This might not correspond to what you want.
7345
7346 For example, write:
7347
7348 @smallexample
7349 $ @kbd{tar -c -f @var{archive.tar} --exclude '*.o' @var{directory}}
7350 @end smallexample
7351
7352 @noindent
7353 rather than:
7354
7355 @smallexample
7356 # @emph{Wrong!}
7357 $ @kbd{tar -c -f @var{archive.tar} --exclude *.o @var{directory}}
7358 @end smallexample
7359
7360 @item
7361 You must use use shell syntax, or globbing, rather than @code{regexp}
7362 syntax, when using exclude options in @command{tar}. If you try to use
7363 @code{regexp} syntax to describe files to be excluded, your command
7364 might fail.
7365
7366 @item
7367 @FIXME{The change in semantics must have occurred before 1.11,
7368 so I doubt if it is worth mentioning at all. Anyway, should at
7369 least specify in which version the semantics changed.}
7370 In earlier versions of @command{tar}, what is now the
7371 @option{--exclude-from} option was called @option{--exclude} instead.
7372 Now, @option{--exclude} applies to patterns listed on the command
7373 line and @option{--exclude-from} applies to patterns listed in a
7374 file.
7375
7376 @end itemize
7377
7378 @node wildcards
7379 @section Wildcards Patterns and Matching
7380
7381 @dfn{Globbing} is the operation by which @dfn{wildcard} characters,
7382 @samp{*} or @samp{?} for example, are replaced and expanded into all
7383 existing files matching the given pattern. @GNUTAR{} can use wildcard
7384 patterns for matching (or globbing) archive members when extracting
7385 from or listing an archive. Wildcard patterns are also used for
7386 verifying volume labels of @command{tar} archives. This section has the
7387 purpose of explaining wildcard syntax for @command{tar}.
7388
7389 @FIXME{the next few paragraphs need work.}
7390
7391 A @var{pattern} should be written according to shell syntax, using wildcard
7392 characters to effect globbing. Most characters in the pattern stand
7393 for themselves in the matched string, and case is significant: @samp{a}
7394 will match only @samp{a}, and not @samp{A}. The character @samp{?} in the
7395 pattern matches any single character in the matched string. The character
7396 @samp{*} in the pattern matches zero, one, or more single characters in
7397 the matched string. The character @samp{\} says to take the following
7398 character of the pattern @emph{literally}; it is useful when one needs to
7399 match the @samp{?}, @samp{*}, @samp{[} or @samp{\} characters, themselves.
7400
7401 The character @samp{[}, up to the matching @samp{]}, introduces a character
7402 class. A @dfn{character class} is a list of acceptable characters
7403 for the next single character of the matched string. For example,
7404 @samp{[abcde]} would match any of the first five letters of the alphabet.
7405 Note that within a character class, all of the ``special characters''
7406 listed above other than @samp{\} lose their special meaning; for example,
7407 @samp{[-\\[*?]]} would match any of the characters, @samp{-}, @samp{\},
7408 @samp{[}, @samp{*}, @samp{?}, or @samp{]}. (Due to parsing constraints,
7409 the characters @samp{-} and @samp{]} must either come @emph{first} or
7410 @emph{last} in a character class.)
7411
7412 @cindex Excluding characters from a character class
7413 @cindex Character class, excluding characters from
7414 If the first character of the class after the opening @samp{[}
7415 is @samp{!} or @samp{^}, then the meaning of the class is reversed.
7416 Rather than listing character to match, it lists those characters which
7417 are @emph{forbidden} as the next single character of the matched string.
7418
7419 Other characters of the class stand for themselves. The special
7420 construction @samp{[@var{a}-@var{e}]}, using an hyphen between two
7421 letters, is meant to represent all characters between @var{a} and
7422 @var{e}, inclusive.
7423
7424 @FIXME{need to add a sentence or so here to make this clear for those
7425 who don't have dan around.}
7426
7427 Periods (@samp{.}) or forward slashes (@samp{/}) are not considered
7428 special for wildcard matches. However, if a pattern completely matches
7429 a directory prefix of a matched string, then it matches the full matched
7430 string: thus, excluding a directory also excludes all the files beneath it.
7431
7432 @menu
7433 * controlling pattern-matching::
7434 @end menu
7435
7436 @node controlling pattern-matching
7437 @unnumberedsubsec Controlling Pattern-Matching
7438
7439 For the purposes of this section, we call @dfn{exclusion members} all
7440 member names obtained while processing @option{--exclude} and
7441 @option{--exclude-from} options, and @dfn{inclusion members} those
7442 member names that were given in the command line or read from the file
7443 specified with @option{--files-from} option.
7444
7445 These two pairs of member lists are used in the following operations:
7446 @option{--diff}, @option{--extract}, @option{--list},
7447 @option{--update}.
7448
7449 There are no inclusion members in create mode (@option{--create} and
7450 @option{--append}), since in this mode the names obtained from the
7451 command line refer to @emph{files}, not archive members.
7452
7453 By default, inclusion members are compared with archive members
7454 literally @footnote{Notice that earlier @GNUTAR{} versions used
7455 globbing for inclusion members, which contradicted to UNIX98
7456 specification and was not documented. @xref{Changes}, for more
7457 information on this and other changes.} and exclusion members are
7458 treated as globbing patterns. For example:
7459
7460 @smallexample
7461 @group
7462 $ @kbd{tar tf foo.tar}
7463 a.c
7464 b.c
7465 a.txt
7466 [remarks]
7467 # @i{Member names are used verbatim:}
7468 $ @kbd{tar -xf foo.tar -v '[remarks]'}
7469 [remarks]
7470 # @i{Exclude member names are globbed:}
7471 $ @kbd{tar -xf foo.tar -v --exclude '*.c'}
7472 a.txt
7473 [remarks]
7474 @end group
7475 @end smallexample
7476
7477 This behavior can be altered by using the following options:
7478
7479 @table @option
7480 @opindex wildcards
7481 @item --wildcards
7482 Treat all member names as wildcards.
7483
7484 @opindex no-wildcards
7485 @item --no-wildcards
7486 Treat all member names as literal strings.
7487 @end table
7488
7489 Thus, to extract files whose names end in @samp{.c}, you can use:
7490
7491 @smallexample
7492 $ @kbd{tar -xf foo.tar -v --wildcards '*.c'}
7493 a.c
7494 b.c
7495 @end smallexample
7496
7497 @noindent
7498 Notice quoting of the pattern to prevent the shell from interpreting
7499 it.
7500
7501 The effect of @option{--wildcards} option is canceled by
7502 @option{--no-wildcards}. This can be used to pass part of
7503 the command line arguments verbatim and other part as globbing
7504 patterns. For example, the following invocation:
7505
7506 @smallexample
7507 $ @kbd{tar -xf foo.tar --wildcards '*.txt' --no-wildcards '[remarks]'}
7508 @end smallexample
7509
7510 @noindent
7511 instructs @command{tar} to extract from @file{foo.tar} all files whose
7512 names end in @samp{.txt} and the file named @file{[remarks]}.
7513
7514 Normally, a pattern matches a name if an initial subsequence of the
7515 name's components matches the pattern, where @samp{*}, @samp{?}, and
7516 @samp{[...]} are the usual shell wildcards, @samp{\} escapes wildcards,
7517 and wildcards can match @samp{/}.
7518
7519 Other than optionally stripping leading @samp{/} from names
7520 (@pxref{absolute}), patterns and names are used as-is. For
7521 example, trailing @samp{/} is not trimmed from a user-specified name
7522 before deciding whether to exclude it.
7523
7524 However, this matching procedure can be altered by the options listed
7525 below. These options accumulate. For example:
7526
7527 @smallexample
7528 --ignore-case --exclude='makefile' --no-ignore-case ---exclude='readme'
7529 @end smallexample
7530
7531 @noindent
7532 ignores case when excluding @samp{makefile}, but not when excluding
7533 @samp{readme}.
7534
7535 @table @option
7536 @opindex anchored
7537 @opindex no-anchored
7538 @item --anchored
7539 @itemx --no-anchored
7540 If anchored, a pattern must match an initial subsequence
7541 of the name's components. Otherwise, the pattern can match any
7542 subsequence. Default is @option{--no-anchored} for exclusion members
7543 and @option{--anchored} inclusion members.
7544
7545 @opindex ignore-case
7546 @opindex no-ignore-case
7547 @item --ignore-case
7548 @itemx --no-ignore-case
7549 When ignoring case, upper-case patterns match lower-case names and vice versa.
7550 When not ignoring case (the default), matching is case-sensitive.
7551
7552 @opindex wildcards-match-slash
7553 @opindex no-wildcards-match-slash
7554 @item --wildcards-match-slash
7555 @itemx --no-wildcards-match-slash
7556 When wildcards match slash (the default for exclusion members), a
7557 wildcard like @samp{*} in the pattern can match a @samp{/} in the
7558 name. Otherwise, @samp{/} is matched only by @samp{/}.
7559
7560 @end table
7561
7562 The @option{--recursion} and @option{--no-recursion} options
7563 (@pxref{recurse}) also affect how member patterns are interpreted. If
7564 recursion is in effect, a pattern matches a name if it matches any of
7565 the name's parent directories.
7566
7567 The following table summarizes pattern-matching default values:
7568
7569 @multitable @columnfractions .3 .7
7570 @headitem Members @tab Default settings
7571 @item Inclusion @tab @option{--no-wildcards --anchored --no-wildcards-match-slash}
7572 @item Exclusion @tab @option{--wildcards --no-anchored --wildcards-match-slash}
7573 @end multitable
7574
7575 @node quoting styles
7576 @section Quoting Member Names
7577
7578 When displaying member names, @command{tar} takes care to avoid
7579 ambiguities caused by certain characters. This is called @dfn{name
7580 quoting}. The characters in question are:
7581
7582 @itemize @bullet
7583 @item Non-printable control characters:
7584 @anchor{escape sequences}
7585 @multitable @columnfractions 0.20 0.10 0.60
7586 @headitem Character @tab @acronym{ASCII} @tab Character name
7587 @item \a @tab 7 @tab Audible bell
7588 @item \b @tab 8 @tab Backspace
7589 @item \f @tab 12 @tab Form feed
7590 @item \n @tab 10 @tab New line
7591 @item \r @tab 13 @tab Carriage return
7592 @item \t @tab 9 @tab Horizontal tabulation
7593 @item \v @tab 11 @tab Vertical tabulation
7594 @end multitable
7595
7596 @item Space (@acronym{ASCII} 32)
7597
7598 @item Single and double quotes (@samp{'} and @samp{"})
7599
7600 @item Backslash (@samp{\})
7601 @end itemize
7602
7603 The exact way @command{tar} uses to quote these characters depends on
7604 the @dfn{quoting style}. The default quoting style, called
7605 @dfn{escape} (see below), uses backslash notation to represent control
7606 characters, space and backslash. Using this quoting style, control
7607 characters are represented as listed in column @samp{Character} in the
7608 above table, a space is printed as @samp{\ } and a backslash as @samp{\\}.
7609
7610 @GNUTAR{} offers seven distinct quoting styles, which can be selected
7611 using @option{--quoting-style} option:
7612
7613 @table @option
7614 @item --quoting-style=@var{style}
7615 @opindex quoting-style
7616
7617 Sets quoting style. Valid values for @var{style} argument are:
7618 literal, shell, shell-always, c, escape, locale, clocale.
7619 @end table
7620
7621 These styles are described in detail below. To illustrate their
7622 effect, we will use an imaginary tar archive @file{arch.tar}
7623 containing the following members:
7624
7625 @smallexample
7626 @group
7627 # 1. Contains horizontal tabulation character.
7628 a tab
7629 # 2. Contains newline character
7630 a
7631 newline
7632 # 3. Contains a space
7633 a space
7634 # 4. Contains double quotes
7635 a"double"quote
7636 # 5. Contains single quotes
7637 a'single'quote
7638 # 6. Contains a backslash character:
7639 a\backslash
7640 @end group
7641 @end smallexample
7642
7643 Here is how usual @command{ls} command would have listed them, if they
7644 had existed in the current working directory:
7645
7646 @smallexample
7647 @group
7648 $ @kbd{ls}
7649 a\ttab
7650 a\nnewline
7651 a\ space
7652 a"double"quote
7653 a'single'quote
7654 a\\backslash
7655 @end group
7656 @end smallexample
7657
7658 Quoting styles:
7659
7660 @table @samp
7661 @item literal
7662 No quoting, display each character as is:
7663
7664 @smallexample
7665 @group
7666 $ @kbd{tar tf arch.tar --quoting-style=literal}
7667 ./
7668 ./a space
7669 ./a'single'quote
7670 ./a"double"quote
7671 ./a\backslash
7672 ./a tab
7673 ./a
7674 newline
7675 @end group
7676 @end smallexample
7677
7678 @item shell
7679 Display characters the same way Bourne shell does:
7680 control characters, except @samp{\t} and @samp{\n}, are printed using
7681 backslash escapes, @samp{\t} and @samp{\n} are printed as is, and a
7682 single quote is printed as @samp{\'}. If a name contains any quoted
7683 characters, it is enclosed in single quotes. In particular, if a name
7684 contains single quotes, it is printed as several single-quoted strings:
7685
7686 @smallexample
7687 @group
7688 $ @kbd{tar tf arch.tar --quoting-style=shell}
7689 ./
7690 './a space'
7691 './a'\''single'\''quote'
7692 './a"double"quote'
7693 './a\backslash'
7694 './a tab'
7695 './a
7696 newline'
7697 @end group
7698 @end smallexample
7699
7700 @item shell-always
7701 Same as @samp{shell}, but the names are always enclosed in single
7702 quotes:
7703
7704 @smallexample
7705 @group
7706 $ @kbd{tar tf arch.tar --quoting-style=shell-always}
7707 './'
7708 './a space'
7709 './a'\''single'\''quote'
7710 './a"double"quote'
7711 './a\backslash'
7712 './a tab'
7713 './a
7714 newline'
7715 @end group
7716 @end smallexample
7717
7718 @item c
7719 Use the notation of the C programming language. All names are
7720 enclosed in double quotes. Control characters are quoted using
7721 backslash notations, double quotes are represented as @samp{\"},
7722 backslash characters are represented as @samp{\\}. Single quotes and
7723 spaces are not quoted:
7724
7725 @smallexample
7726 @group
7727 $ @kbd{tar tf arch.tar --quoting-style=c}
7728 "./"
7729 "./a space"
7730 "./a'single'quote"
7731 "./a\"double\"quote"
7732 "./a\\backslash"
7733 "./a\ttab"
7734 "./a\nnewline"
7735 @end group
7736 @end smallexample
7737
7738 @item escape
7739 Control characters are printed using backslash notation, a space is
7740 printed as @samp{\ } and a backslash as @samp{\\}. This is the
7741 default quoting style, unless it was changed when configured the
7742 package.
7743
7744 @smallexample
7745 @group
7746 $ @kbd{tar tf arch.tar --quoting-style=escape}
7747 ./
7748 ./a space
7749 ./a'single'quote
7750 ./a"double"quote
7751 ./a\\backslash
7752 ./a\ttab
7753 ./a\nnewline
7754 @end group
7755 @end smallexample
7756
7757 @item locale
7758 Control characters, single quote and backslash are printed using
7759 backslash notation. All names are quoted using left and right
7760 quotation marks, appropriate to the current locale. If it does not
7761 define quotation marks, use @samp{`} as left and @samp{'} as right
7762 quotation marks. Any occurrences of the right quotation mark in a
7763 name are escaped with @samp{\}, for example:
7764
7765 For example:
7766
7767 @smallexample
7768 @group
7769 $ @kbd{tar tf arch.tar --quoting-style=locale}
7770 `./'
7771 `./a space'
7772 `./a\'single\'quote'
7773 `./a"double"quote'
7774 `./a\\backslash'
7775 `./a\ttab'
7776 `./a\nnewline'
7777 @end group
7778 @end smallexample
7779
7780 @item clocale
7781 Same as @samp{locale}, but @samp{"} is used for both left and right
7782 quotation marks, if not provided by the currently selected locale:
7783
7784 @smallexample
7785 @group
7786 $ @kbd{tar tf arch.tar --quoting-style=clocale}
7787 "./"
7788 "./a space"
7789 "./a'single'quote"
7790 "./a\"double\"quote"
7791 "./a\\backslash"
7792 "./a\ttab"
7793 "./a\nnewline"
7794 @end group
7795 @end smallexample
7796 @end table
7797
7798 You can specify which characters should be quoted in addition to those
7799 implied by the current quoting style:
7800
7801 @table @option
7802 @item --quote-chars=@var{string}
7803 Always quote characters from @var{string}, even if the selected
7804 quoting style would not quote them.
7805 @end table
7806
7807 For example, using @samp{escape} quoting (compare with the usual
7808 escape listing above):
7809
7810 @smallexample
7811 @group
7812 $ @kbd{tar tf arch.tar --quoting-style=escape --quote-chars=' "'}
7813 ./
7814 ./a\ space
7815 ./a'single'quote
7816 ./a\"double\"quote
7817 ./a\\backslash
7818 ./a\ttab
7819 ./a\nnewline
7820 @end group
7821 @end smallexample
7822
7823 To disable quoting of such additional characters, use the following
7824 option:
7825
7826 @table @option
7827 @item --no-quote-chars=@var{string}
7828 Remove characters listed in @var{string} from the list of quoted
7829 characters set by the previous @option{--quote-chars} option.
7830 @end table
7831
7832 This option is particularly useful if you have added
7833 @option{--quote-chars} to your @env{TAR_OPTIONS} (@pxref{TAR_OPTIONS})
7834 and wish to disable it for the current invocation.
7835
7836 Note, that @option{--no-quote-chars} does @emph{not} disable those
7837 characters that are quoted by default in the selected quoting style.
7838
7839 @node transform
7840 @section Modifying File and Member Names
7841
7842 @command{Tar} archives contain detailed information about files stored
7843 in them and full file names are part of that information. When
7844 storing a file to an archive, its file name is recorded in it,
7845 along with the actual file contents. When restoring from an archive,
7846 a file is created on disk with exactly the same name as that stored
7847 in the archive. In the majority of cases this is the desired behavior
7848 of a file archiver. However, there are some cases when it is not.
7849
7850 First of all, it is often unsafe to extract archive members with
7851 absolute file names or those that begin with a @file{../}. @GNUTAR{}
7852 takes special precautions when extracting such names and provides a
7853 special option for handling them, which is described in
7854 @ref{absolute}.
7855
7856 Secondly, you may wish to extract file names without some leading
7857 directory components, or with otherwise modified names. In other
7858 cases it is desirable to store files under differing names in the
7859 archive.
7860
7861 @GNUTAR{} provides several options for these needs.
7862
7863 @table @option
7864 @opindex strip-components
7865 @item --strip-components=@var{number}
7866 Strip given @var{number} of leading components from file names before
7867 extraction.
7868 @end table
7869
7870 For example, suppose you have archived whole @file{/usr} hierarchy to
7871 a tar archive named @file{usr.tar}. Among other files, this archive
7872 contains @file{usr/include/stdlib.h}, which you wish to extract to
7873 the current working directory. To do so, you type:
7874
7875 @smallexample
7876 $ @kbd{tar -xf usr.tar --strip=2 usr/include/stdlib.h}
7877 @end smallexample
7878
7879 The option @option{--strip=2} instructs @command{tar} to strip the
7880 two leading components (@file{usr/} and @file{include/}) off the file
7881 name.
7882
7883 If you add the @option{--verbose} (@option{-v}) option to the invocation
7884 above, you will note that the verbose listing still contains the
7885 full file name, with the two removed components still in place. This
7886 can be inconvenient, so @command{tar} provides a special option for
7887 altering this behavior:
7888
7889 @anchor{show-transformed-names}
7890 @table @option
7891 @opindex show-transformed-names
7892 @item --show-transformed-names
7893 Display file or member names with all requested transformations
7894 applied.
7895 @end table
7896
7897 @noindent
7898 For example:
7899
7900 @smallexample
7901 @group
7902 $ @kbd{tar -xf usr.tar -v --strip=2 usr/include/stdlib.h}
7903 usr/include/stdlib.h
7904 $ @kbd{tar -xf usr.tar -v --strip=2 --show-transformed usr/include/stdlib.h}
7905 stdlib.h
7906 @end group
7907 @end smallexample
7908
7909 Notice that in both cases the file @file{stdlib.h} is extracted to the
7910 current working directory, @option{--show-transformed-names} affects
7911 only the way its name is displayed.
7912
7913 This option is especially useful for verifying whether the invocation
7914 will have the desired effect. Thus, before running
7915
7916 @smallexample
7917 $ @kbd{tar -x --strip=@var{n}}
7918 @end smallexample
7919
7920 @noindent
7921 it is often advisable to run
7922
7923 @smallexample
7924 $ @kbd{tar -t -v --show-transformed --strip=@var{n}}
7925 @end smallexample
7926
7927 @noindent
7928 to make sure the command will produce the intended results.
7929
7930 In case you need to apply more complex modifications to the file name,
7931 @GNUTAR{} provides a general-purpose transformation option:
7932
7933 @table @option
7934 @opindex transform
7935 @opindex xform
7936 @item --transform=@var{expression}
7937 @itemx --xform=@var{expression}
7938 Modify file names using supplied @var{expression}.
7939 @end table
7940
7941 @noindent
7942 The @var{expression} is a @command{sed}-like replace expression of the
7943 form:
7944
7945 @smallexample
7946 s/@var{regexp}/@var{replace}/[@var{flags}]
7947 @end smallexample
7948
7949 @noindent
7950 where @var{regexp} is a @dfn{regular expression}, @var{replace} is a
7951 replacement for each file name part that matches @var{regexp}. Both
7952 @var{regexp} and @var{replace} are described in detail in
7953 @ref{The "s" Command, The "s" Command, The `s' Command, sed, GNU sed}.
7954
7955 Any delimiter can be used in lieu of @samp{/}, the only requirement being
7956 that it be used consistently throughout the expression. For example,
7957 the following two expressions are equivalent:
7958
7959 @smallexample
7960 @group
7961 s/one/two/
7962 s,one,two,
7963 @end group
7964 @end smallexample
7965
7966 Changing delimiters is often useful when the @var{regex} contains
7967 slashes. For example, it is more convenient to write @code{s,/,-,} than
7968 @code{s/\//-/}.
7969
7970 As in @command{sed}, you can give several replace expressions,
7971 separated by a semicolon.
7972
7973 Supported @var{flags} are:
7974
7975 @table @samp
7976 @item g
7977 Apply the replacement to @emph{all} matches to the @var{regexp}, not
7978 just the first.
7979
7980 @item i
7981 Use case-insensitive matching.
7982
7983 @item x
7984 @var{regexp} is an @dfn{extended regular expression} (@pxref{Extended
7985 regexps, Extended regular expressions, Extended regular expressions,
7986 sed, GNU sed}).
7987
7988 @item @var{number}
7989 Only replace the @var{number}th match of the @var{regexp}.
7990
7991 Note: the @acronym{POSIX} standard does not specify what should happen
7992 when you mix the @samp{g} and @var{number} modifiers. @GNUTAR{}
7993 follows the GNU @command{sed} implementation in this regard, so
7994 the interaction is defined to be: ignore matches before the
7995 @var{number}th, and then match and replace all matches from the
7996 @var{number}th on.
7997
7998 @end table
7999
8000 In addition, several @dfn{transformation scope} flags are supported,
8001 that control to what files transformations apply. These are:
8002
8003 @table @samp
8004 @item r
8005 Apply transformation to regular archive members.
8006
8007 @item R
8008 Do not apply transformation to regular archive members.
8009
8010 @item s
8011 Apply transformation to symbolic link targets.
8012
8013 @item S
8014 Do not apply transformation to symbolic link targets.
8015
8016 @item h
8017 Apply transformation to hard link targets.
8018
8019 @item H
8020 Do not apply transformation to hard link targets.
8021 @end table
8022
8023 Default is @samp{rsh}, which means to apply tranformations to both archive
8024 members and targets of symbolic and hard links.
8025
8026 Default scope flags can also be changed using @samp{flags=} statement
8027 in the transform expression. The flags set this way remain in force
8028 until next @samp{flags=} statement or end of expression, whichever
8029 occurs first. For example:
8030
8031 @smallexample
8032 --transform 'flags=S;s|^|/usr/local/|'
8033 @end smallexample
8034
8035 Here are several examples of @option{--transform} usage:
8036
8037 @enumerate
8038 @item Extract @file{usr/} hierarchy into @file{usr/local/}:
8039
8040 @smallexample
8041 $ @kbd{tar --transform='s,usr/,usr/local/,' -x -f arch.tar}
8042 @end smallexample
8043
8044 @item Strip two leading directory components (equivalent to
8045 @option{--strip-components=2}):
8046
8047 @smallexample
8048 $ @kbd{tar --transform='s,/*[^/]*/[^/]*/,,' -x -f arch.tar}
8049 @end smallexample
8050
8051 @item Convert each file name to lower case:
8052
8053 @smallexample
8054 $ @kbd{tar --transform 's/.*/\L&/' -x -f arch.tar}
8055 @end smallexample
8056
8057 @item Prepend @file{/prefix/} to each file name:
8058
8059 @smallexample
8060 $ @kbd{tar --transform 's,^,/prefix/,' -x -f arch.tar}
8061 @end smallexample
8062
8063 @item Archive the @file{/lib} directory, prepending @samp{/usr/local}
8064 to each archive member:
8065
8066 @smallexample
8067 $ @kbd{tar --transform 's,^,/usr/local/,S' -c -f arch.tar /lib}
8068 @end smallexample
8069 @end enumerate
8070
8071 Notice the use of flags in the last example. The @file{/lib}
8072 directory often contains many symbolic links to files within it.
8073 It may look, for example, like this:
8074
8075 @smallexample
8076 $ @kbd{ls -l}
8077 drwxr-xr-x root/root 0 2008-07-08 16:20 /lib/
8078 -rwxr-xr-x root/root 1250840 2008-05-25 07:44 /lib/libc-2.3.2.so
8079 lrwxrwxrwx root/root 0 2008-06-24 17:12 /lib/libc.so.6 -> libc-2.3.2.so
8080 ...
8081 @end smallexample
8082
8083 Using the expression @samp{s,^,/usr/local/,} would mean adding
8084 @samp{/usr/local} to both regular archive members and to link
8085 targets. In this case, @file{/lib/libc.so.6} would become:
8086
8087 @smallexample
8088 /usr/local/lib/libc.so.6 -> /usr/local/libc-2.3.2.so
8089 @end smallexample
8090
8091 This is definitely not desired. To avoid this, the @samp{S} flag
8092 is used, which excludes symbolic link targets from filename
8093 transformations. The result is:
8094
8095 @smallexample
8096 $ @kbd{tar --transform 's,^,/usr/local/,S', -c -v -f arch.tar \
8097 --show-transformed /lib}
8098 drwxr-xr-x root/root 0 2008-07-08 16:20 /usr/local/lib/
8099 -rwxr-xr-x root/root 1250840 2008-05-25 07:44 /usr/local/lib/libc-2.3.2.so
8100 lrwxrwxrwx root/root 0 2008-06-24 17:12 /usr/local/lib/libc.so.6 \
8101 -> libc-2.3.2.so
8102 @end smallexample
8103
8104 Unlike @option{--strip-components}, @option{--transform} can be used
8105 in any @GNUTAR{} operation mode. For example, the following command
8106 adds files to the archive while replacing the leading @file{usr/}
8107 component with @file{var/}:
8108
8109 @smallexample
8110 $ @kbd{tar -cf arch.tar --transform='s,^usr/,var/,' /}
8111 @end smallexample
8112
8113 To test @option{--transform} effect we suggest using
8114 @option{--show-transformed-names} option:
8115
8116 @smallexample
8117 $ @kbd{tar -cf arch.tar --transform='s,^usr/,var/,' \
8118 --verbose --show-transformed-names /}
8119 @end smallexample
8120
8121 If both @option{--strip-components} and @option{--transform} are used
8122 together, then @option{--transform} is applied first, and the required
8123 number of components is then stripped from its result.
8124
8125 You can use as many @option{--transform} options in a single command
8126 line as you want. The specified expressions will then be applied in
8127 order of their appearance. For example, the following two invocations
8128 are equivalent:
8129
8130 @smallexample
8131 $ @kbd{tar -cf arch.tar --transform='s,/usr/var,/var/' \
8132 --transform='s,/usr/local,/usr/,'}
8133 $ @kbd{tar -cf arch.tar \
8134 --transform='s,/usr/var,/var/;s,/usr/local,/usr/,'}
8135 @end smallexample
8136
8137 @node after
8138 @section Operating Only on New Files
8139
8140 @cindex Excluding file by age
8141 @cindex Data Modification time, excluding files by
8142 @cindex Modification time, excluding files by
8143 @cindex Age, excluding files by
8144 The @option{--after-date=@var{date}} (@option{--newer=@var{date}},
8145 @option{-N @var{date}}) option causes @command{tar} to only work on
8146 files whose data modification or status change times are newer than
8147 the @var{date} given. If @var{date} starts with @samp{/} or @samp{.},
8148 it is taken to be a file name; the data modification time of that file
8149 is used as the date. If you use this option when creating or appending
8150 to an archive, the archive will only include new files. If you use
8151 @option{--after-date} when extracting an archive, @command{tar} will
8152 only extract files newer than the @var{date} you specify.
8153
8154 If you only want @command{tar} to make the date comparison based on
8155 modification of the file's data (rather than status
8156 changes), then use the @option{--newer-mtime=@var{date}} option.
8157
8158 @cindex --after-date and --update compared
8159 @cindex --newer-mtime and --update compared
8160 You may use these options with any operation. Note that these options
8161 differ from the @option{--update} (@option{-u}) operation in that they
8162 allow you to specify a particular date against which @command{tar} can
8163 compare when deciding whether or not to archive the files.
8164
8165 @table @option
8166 @opindex after-date
8167 @opindex newer
8168 @item --after-date=@var{date}
8169 @itemx --newer=@var{date}
8170 @itemx -N @var{date}
8171 Only store files newer than @var{date}.
8172
8173 Acts on files only if their data modification or status change times are
8174 later than @var{date}. Use in conjunction with any operation.
8175
8176 If @var{date} starts with @samp{/} or @samp{.}, it is taken to be a file
8177 name; the data modification time of that file is used as the date.
8178
8179 @opindex newer-mtime
8180 @item --newer-mtime=@var{date}
8181 Acts like @option{--after-date}, but only looks at data modification times.
8182 @end table
8183
8184 These options limit @command{tar} to operate only on files which have
8185 been modified after the date specified. A file's status is considered to have
8186 changed if its contents have been modified, or if its owner,
8187 permissions, and so forth, have been changed. (For more information on
8188 how to specify a date, see @ref{Date input formats}; remember that the
8189 entire date argument must be quoted if it contains any spaces.)
8190
8191 Gurus would say that @option{--after-date} tests both the data
8192 modification time (@code{mtime}, the time the contents of the file
8193 were last modified) and the status change time (@code{ctime}, the time
8194 the file's status was last changed: owner, permissions, etc.@:)
8195 fields, while @option{--newer-mtime} tests only the @code{mtime}
8196 field.
8197
8198 To be precise, @option{--after-date} checks @emph{both} @code{mtime} and
8199 @code{ctime} and processes the file if either one is more recent than
8200 @var{date}, while @option{--newer-mtime} only checks @code{mtime} and
8201 disregards @code{ctime}. Neither does it use @code{atime} (the last time the
8202 contents of the file were looked at).
8203
8204 Date specifiers can have embedded spaces. Because of this, you may need
8205 to quote date arguments to keep the shell from parsing them as separate
8206 arguments. For example, the following command will add to the archive
8207 all the files modified less than two days ago:
8208
8209 @smallexample
8210 $ @kbd{tar -cf foo.tar --newer-mtime '2 days ago'}
8211 @end smallexample
8212
8213 When any of these options is used with the option @option{--verbose}
8214 (@pxref{verbose tutorial}) @GNUTAR{} will try to convert the specified
8215 date back to its textual representation and compare that with the
8216 one given with the option. If the two dates differ, @command{tar} will
8217 print a warning saying what date it will use. This is to help user
8218 ensure he is using the right date. For example:
8219
8220 @smallexample
8221 @group
8222 $ @kbd{tar -c -f archive.tar --after-date='10 days ago' .}
8223 tar: Option --after-date: Treating date `10 days ago' as 2006-06-11
8224 13:19:37.232434
8225 @end group
8226 @end smallexample
8227
8228 @quotation
8229 @strong{Please Note:} @option{--after-date} and @option{--newer-mtime}
8230 should not be used for incremental backups. @xref{Incremental Dumps},
8231 for proper way of creating incremental backups.
8232 @end quotation
8233
8234 @node recurse
8235 @section Descending into Directories
8236 @cindex Avoiding recursion in directories
8237 @cindex Descending directories, avoiding
8238 @cindex Directories, avoiding recursion
8239 @cindex Recursion in directories, avoiding
8240
8241 Usually, @command{tar} will recursively explore all directories (either
8242 those given on the command line or through the @option{--files-from}
8243 option) for the various files they contain. However, you may not always
8244 want @command{tar} to act this way.
8245
8246 @opindex no-recursion
8247 @cindex @command{find}, using with @command{tar}
8248 The @option{--no-recursion} option inhibits @command{tar}'s recursive descent
8249 into specified directories. If you specify @option{--no-recursion}, you can
8250 use the @command{find} (@pxref{Top,, find, find, GNU Find Manual})
8251 utility for hunting through levels of directories to
8252 construct a list of file names which you could then pass to @command{tar}.
8253 @command{find} allows you to be more selective when choosing which files to
8254 archive; see @ref{files}, for more information on using @command{find} with
8255 @command{tar}.
8256
8257 @table @option
8258 @item --no-recursion
8259 Prevents @command{tar} from recursively descending directories.
8260
8261 @opindex recursion
8262 @item --recursion
8263 Requires @command{tar} to recursively descend directories.
8264 This is the default.
8265 @end table
8266
8267 When you use @option{--no-recursion}, @GNUTAR{} grabs
8268 directory entries themselves, but does not descend on them
8269 recursively. Many people use @command{find} for locating files they
8270 want to back up, and since @command{tar} @emph{usually} recursively
8271 descends on directories, they have to use the @samp{@w{-not -type d}}
8272 test in their @command{find} invocation (@pxref{Type, Type, Type test,
8273 find, Finding Files}), as they usually do not want all the files in a
8274 directory. They then use the @option{--files-from} option to archive
8275 the files located via @command{find}.
8276
8277 The problem when restoring files archived in this manner is that the
8278 directories themselves are not in the archive; so the
8279 @option{--same-permissions} (@option{--preserve-permissions},
8280 @option{-p}) option does not affect them---while users might really
8281 like it to. Specifying @option{--no-recursion} is a way to tell
8282 @command{tar} to grab only the directory entries given to it, adding
8283 no new files on its own. To summarize, if you use @command{find} to
8284 create a list of files to be stored in an archive, use it as follows:
8285
8286 @smallexample
8287 @group
8288 $ @kbd{find @var{dir} @var{tests} | \
8289 tar -cf @var{archive} -T - --no-recursion}
8290 @end group
8291 @end smallexample
8292
8293 The @option{--no-recursion} option also applies when extracting: it
8294 causes @command{tar} to extract only the matched directory entries, not
8295 the files under those directories.
8296
8297 The @option{--no-recursion} option also affects how globbing patterns
8298 are interpreted (@pxref{controlling pattern-matching}).
8299
8300 The @option{--no-recursion} and @option{--recursion} options apply to
8301 later options and operands, and can be overridden by later occurrences
8302 of @option{--no-recursion} and @option{--recursion}. For example:
8303
8304 @smallexample
8305 $ @kbd{tar -cf jams.tar --no-recursion grape --recursion grape/concord}
8306 @end smallexample
8307
8308 @noindent
8309 creates an archive with one entry for @file{grape}, and the recursive
8310 contents of @file{grape/concord}, but no entries under @file{grape}
8311 other than @file{grape/concord}.
8312
8313 @node one
8314 @section Crossing File System Boundaries
8315 @cindex File system boundaries, not crossing
8316
8317 @command{tar} will normally automatically cross file system boundaries in
8318 order to archive files which are part of a directory tree. You can
8319 change this behavior by running @command{tar} and specifying
8320 @option{--one-file-system}. This option only affects files that are
8321 archived because they are in a directory that is being archived;
8322 @command{tar} will still archive files explicitly named on the command line
8323 or through @option{--files-from}, regardless of where they reside.
8324
8325 @table @option
8326 @opindex one-file-system
8327 @item --one-file-system
8328 Prevents @command{tar} from crossing file system boundaries when
8329 archiving. Use in conjunction with any write operation.
8330 @end table
8331
8332 The @option{--one-file-system} option causes @command{tar} to modify its
8333 normal behavior in archiving the contents of directories. If a file in
8334 a directory is not on the same file system as the directory itself, then
8335 @command{tar} will not archive that file. If the file is a directory
8336 itself, @command{tar} will not archive anything beneath it; in other words,
8337 @command{tar} will not cross mount points.
8338
8339 This option is useful for making full or incremental archival backups of
8340 a file system. If this option is used in conjunction with
8341 @option{--verbose} (@option{-v}), files that are excluded are
8342 mentioned by name on the standard error.
8343
8344 @menu
8345 * directory:: Changing Directory
8346 * absolute:: Absolute File Names
8347 @end menu
8348
8349 @node directory
8350 @subsection Changing the Working Directory
8351
8352 @FIXME{need to read over this node now for continuity; i've switched
8353 things around some.}
8354
8355 @cindex Changing directory mid-stream
8356 @cindex Directory, changing mid-stream
8357 @cindex Working directory, specifying
8358 To change the working directory in the middle of a list of file names,
8359 either on the command line or in a file specified using
8360 @option{--files-from} (@option{-T}), use @option{--directory} (@option{-C}).
8361 This will change the working directory to the specified directory
8362 after that point in the list.
8363
8364 @table @option
8365 @opindex directory
8366 @item --directory=@var{directory}
8367 @itemx -C @var{directory}
8368 Changes the working directory in the middle of a command line.
8369 @end table
8370
8371 For example,
8372
8373 @smallexample
8374 $ @kbd{tar -c -f jams.tar grape prune -C food cherry}
8375 @end smallexample
8376
8377 @noindent
8378 will place the files @file{grape} and @file{prune} from the current
8379 directory into the archive @file{jams.tar}, followed by the file
8380 @file{cherry} from the directory @file{food}. This option is especially
8381 useful when you have several widely separated files that you want to
8382 store in the same archive.
8383
8384 Note that the file @file{cherry} is recorded in the archive under the
8385 precise name @file{cherry}, @emph{not} @file{food/cherry}. Thus, the
8386 archive will contain three files that all appear to have come from the
8387 same directory; if the archive is extracted with plain @samp{tar
8388 --extract}, all three files will be written in the current directory.
8389
8390 Contrast this with the command,
8391
8392 @smallexample
8393 $ @kbd{tar -c -f jams.tar grape prune -C food red/cherry}
8394 @end smallexample
8395
8396 @noindent
8397 which records the third file in the archive under the name
8398 @file{red/cherry} so that, if the archive is extracted using
8399 @samp{tar --extract}, the third file will be written in a subdirectory
8400 named @file{red}.
8401
8402 You can use the @option{--directory} option to make the archive
8403 independent of the original name of the directory holding the files.
8404 The following command places the files @file{/etc/passwd},
8405 @file{/etc/hosts}, and @file{/lib/libc.a} into the archive
8406 @file{foo.tar}:
8407
8408 @smallexample
8409 $ @kbd{tar -c -f foo.tar -C /etc passwd hosts -C /lib libc.a}
8410 @end smallexample
8411
8412 @noindent
8413 However, the names of the archive members will be exactly what they were
8414 on the command line: @file{passwd}, @file{hosts}, and @file{libc.a}.
8415 They will not appear to be related by file name to the original
8416 directories where those files were located.
8417
8418 Note that @option{--directory} options are interpreted consecutively. If
8419 @option{--directory} specifies a relative file name, it is interpreted
8420 relative to the then current directory, which might not be the same as
8421 the original current working directory of @command{tar}, due to a previous
8422 @option{--directory} option.
8423
8424 When using @option{--files-from} (@pxref{files}), you can put various
8425 @command{tar} options (including @option{-C}) in the file list. Notice,
8426 however, that in this case the option and its argument may not be
8427 separated by whitespace. If you use short option, its argument must
8428 either follow the option letter immediately, without any intervening
8429 whitespace, or occupy the next line. Otherwise, if you use long
8430 option, separate its argument by an equal sign.
8431
8432 For instance, the file list for the above example will be:
8433
8434 @smallexample
8435 @group
8436 -C/etc
8437 passwd
8438 hosts
8439 --directory=/lib
8440 libc.a
8441 @end group
8442 @end smallexample
8443
8444 @noindent
8445 To use it, you would invoke @command{tar} as follows:
8446
8447 @smallexample
8448 $ @kbd{tar -c -f foo.tar --files-from list}
8449 @end smallexample
8450
8451 The interpretation of @option{--directory} is disabled by
8452 @option{--null} option.
8453
8454 @node absolute
8455 @subsection Absolute File Names
8456 @cindex absolute file names
8457 @cindex file names, absolute
8458
8459 By default, @GNUTAR{} drops a leading @samp{/} on
8460 input or output, and complains about file names containing a @file{..}
8461 component. There is an option that turns off this behavior:
8462
8463 @table @option
8464 @opindex absolute-names
8465 @item --absolute-names
8466 @itemx -P
8467 Do not strip leading slashes from file names, and permit file names
8468 containing a @file{..} file name component.
8469 @end table
8470
8471 When @command{tar} extracts archive members from an archive, it strips any
8472 leading slashes (@samp{/}) from the member name. This causes absolute
8473 member names in the archive to be treated as relative file names. This
8474 allows you to have such members extracted wherever you want, instead of
8475 being restricted to extracting the member in the exact directory named
8476 in the archive. For example, if the archive member has the name
8477 @file{/etc/passwd}, @command{tar} will extract it as if the name were
8478 really @file{etc/passwd}.
8479
8480 File names containing @file{..} can cause problems when extracting, so
8481 @command{tar} normally warns you about such files when creating an
8482 archive, and rejects attempts to extracts such files.
8483
8484 Other @command{tar} programs do not do this. As a result, if you
8485 create an archive whose member names start with a slash, they will be
8486 difficult for other people with a non-@GNUTAR{}
8487 program to use. Therefore, @GNUTAR{} also strips
8488 leading slashes from member names when putting members into the
8489 archive. For example, if you ask @command{tar} to add the file
8490 @file{/bin/ls} to an archive, it will do so, but the member name will
8491 be @file{bin/ls}@footnote{A side effect of this is that when
8492 @option{--create} is used with @option{--verbose} the resulting output
8493 is not, generally speaking, the same as the one you'd get running
8494 @kbd{tar --list} command. This may be important if you use some
8495 scripts for comparing both outputs. @xref{listing member and file names},
8496 for the information on how to handle this case.}.
8497
8498 If you use the @option{--absolute-names} (@option{-P}) option,
8499 @command{tar} will do none of these transformations.
8500
8501 To archive or extract files relative to the root directory, specify
8502 the @option{--absolute-names} (@option{-P}) option.
8503
8504 Normally, @command{tar} acts on files relative to the working
8505 directory---ignoring superior directory names when archiving, and
8506 ignoring leading slashes when extracting.
8507
8508 When you specify @option{--absolute-names} (@option{-P}),
8509 @command{tar} stores file names including all superior directory
8510 names, and preserves leading slashes. If you only invoked
8511 @command{tar} from the root directory you would never need the
8512 @option{--absolute-names} option, but using this option
8513 may be more convenient than switching to root.
8514
8515 @FIXME{Should be an example in the tutorial/wizardry section using this
8516 to transfer files between systems.}
8517
8518 @table @option
8519 @item --absolute-names
8520 Preserves full file names (including superior directory names) when
8521 archiving files. Preserves leading slash when extracting files.
8522
8523 @end table
8524
8525 @command{tar} prints out a message about removing the @samp{/} from
8526 file names. This message appears once per @GNUTAR{}
8527 invocation. It represents something which ought to be told; ignoring
8528 what it means can cause very serious surprises, later.
8529
8530 Some people, nevertheless, do not want to see this message. Wanting to
8531 play really dangerously, one may of course redirect @command{tar} standard
8532 error to the sink. For example, under @command{sh}:
8533
8534 @smallexample
8535 $ @kbd{tar -c -f archive.tar /home 2> /dev/null}
8536 @end smallexample
8537
8538 @noindent
8539 Another solution, both nicer and simpler, would be to change to
8540 the @file{/} directory first, and then avoid absolute notation.
8541 For example:
8542
8543 @smallexample
8544 $ @kbd{tar -c -f archive.tar -C / home}
8545 @end smallexample
8546
8547 @include getdate.texi
8548
8549 @node Formats
8550 @chapter Controlling the Archive Format
8551
8552 @cindex Tar archive formats
8553 Due to historical reasons, there are several formats of tar archives.
8554 All of them are based on the same principles, but have some subtle
8555 differences that often make them incompatible with each other.
8556
8557 GNU tar is able to create and handle archives in a variety of formats.
8558 The most frequently used formats are (in alphabetical order):
8559
8560 @table @asis
8561 @item gnu
8562 Format used by @GNUTAR{} versions up to 1.13.25. This format derived
8563 from an early @acronym{POSIX} standard, adding some improvements such as
8564 sparse file handling and incremental archives. Unfortunately these
8565 features were implemented in a way incompatible with other archive
8566 formats.
8567
8568 Archives in @samp{gnu} format are able to hold file names of unlimited
8569 length.
8570
8571 @item oldgnu
8572 Format used by @GNUTAR{} of versions prior to 1.12.
8573
8574 @item v7
8575 Archive format, compatible with the V7 implementation of tar. This
8576 format imposes a number of limitations. The most important of them
8577 are:
8578
8579 @enumerate
8580 @item The maximum length of a file name is limited to 99 characters.
8581 @item The maximum length of a symbolic link is limited to 99 characters.
8582 @item It is impossible to store special files (block and character
8583 devices, fifos etc.)
8584 @item Maximum value of user or group @acronym{ID} is limited to 2097151 (7777777
8585 octal)
8586 @item V7 archives do not contain symbolic ownership information (user
8587 and group name of the file owner).
8588 @end enumerate
8589
8590 This format has traditionally been used by Automake when producing
8591 Makefiles. This practice will change in the future, in the meantime,
8592 however this means that projects containing file names more than 99
8593 characters long will not be able to use @GNUTAR{} @value{VERSION} and
8594 Automake prior to 1.9.
8595
8596 @item ustar
8597 Archive format defined by @acronym{POSIX.1-1988} specification. It stores
8598 symbolic ownership information. It is also able to store
8599 special files. However, it imposes several restrictions as well:
8600
8601 @enumerate
8602 @item The maximum length of a file name is limited to 256 characters,
8603 provided that the file name can be split at a directory separator in
8604 two parts, first of them being at most 155 bytes long. So, in most
8605 cases the maximum file name length will be shorter than 256
8606 characters.
8607 @item The maximum length of a symbolic link name is limited to
8608 100 characters.
8609 @item Maximum size of a file the archive is able to accommodate
8610 is 8GB
8611 @item Maximum value of UID/GID is 2097151.
8612 @item Maximum number of bits in device major and minor numbers is 21.
8613 @end enumerate
8614
8615 @item star
8616 Format used by J@"org Schilling @command{star}
8617 implementation. @GNUTAR{} is able to read @samp{star} archives but
8618 currently does not produce them.
8619
8620 @item posix
8621 Archive format defined by @acronym{POSIX.1-2001} specification. This is the
8622 most flexible and feature-rich format. It does not impose any
8623 restrictions on file sizes or file name lengths. This format is quite
8624 recent, so not all tar implementations are able to handle it properly.
8625 However, this format is designed in such a way that any tar
8626 implementation able to read @samp{ustar} archives will be able to read
8627 most @samp{posix} archives as well, with the only exception that any
8628 additional information (such as long file names etc.) will in such
8629 case be extracted as plain text files along with the files it refers to.
8630
8631 This archive format will be the default format for future versions
8632 of @GNUTAR{}.
8633
8634 @end table
8635
8636 The following table summarizes the limitations of each of these
8637 formats:
8638
8639 @multitable @columnfractions .10 .20 .20 .20 .20
8640 @headitem Format @tab UID @tab File Size @tab File Name @tab Devn
8641 @item gnu @tab 1.8e19 @tab Unlimited @tab Unlimited @tab 63
8642 @item oldgnu @tab 1.8e19 @tab Unlimited @tab Unlimited @tab 63
8643 @item v7 @tab 2097151 @tab 8GB @tab 99 @tab n/a
8644 @item ustar @tab 2097151 @tab 8GB @tab 256 @tab 21
8645 @item posix @tab Unlimited @tab Unlimited @tab Unlimited @tab Unlimited
8646 @end multitable
8647
8648 The default format for @GNUTAR{} is defined at compilation
8649 time. You may check it by running @command{tar --help}, and examining
8650 the last lines of its output. Usually, @GNUTAR{} is configured
8651 to create archives in @samp{gnu} format, however, future version will
8652 switch to @samp{posix}.
8653
8654 @menu
8655 * Compression:: Using Less Space through Compression
8656 * Attributes:: Handling File Attributes
8657 * Portability:: Making @command{tar} Archives More Portable
8658 * cpio:: Comparison of @command{tar} and @command{cpio}
8659 @end menu
8660
8661 @node Compression
8662 @section Using Less Space through Compression
8663
8664 @menu
8665 * gzip:: Creating and Reading Compressed Archives
8666 * sparse:: Archiving Sparse Files
8667 @end menu
8668
8669 @node gzip
8670 @subsection Creating and Reading Compressed Archives
8671 @cindex Compressed archives
8672 @cindex Storing archives in compressed format
8673
8674 @cindex gzip
8675 @cindex bzip2
8676 @cindex lzip
8677 @cindex lzma
8678 @cindex lzop
8679 @cindex compress
8680 @GNUTAR{} is able to create and read compressed archives. It supports
8681 a wide variety of compression programs, namely: @command{gzip},
8682 @command{bzip2}, @command{lzip}, @command{lzma}, @command{lzop},
8683 @command{xz} and traditional @command{compress}. The latter is
8684 supported mostly for backward compatibility, and we recommend
8685 against using it, because it is by far less effective than the other
8686 compression programs@footnote{It also had patent problems in the past.}.
8687
8688 Creating a compressed archive is simple: you just specify a
8689 @dfn{compression option} along with the usual archive creation
8690 commands. The compression option is @option{-z} (@option{--gzip}) to
8691 create a @command{gzip} compressed archive, @option{-j}
8692 (@option{--bzip2}) to create a @command{bzip2} compressed archive,
8693 @option{--lzip} to create an @asis{lzip} compressed archive,
8694 @option{-J} (@option{--xz}) to create an @asis{XZ} archive,
8695 @option{--lzma} to create an @asis{LZMA} compressed
8696 archive, @option{--lzop} to create an @asis{LSOP} archive, and
8697 @option{-Z} (@option{--compress}) to use @command{compress} program.
8698 For example:
8699
8700 @smallexample
8701 $ @kbd{tar cfz archive.tar.gz .}
8702 @end smallexample
8703
8704 You can also let @GNUTAR{} select the compression program basing on
8705 the suffix of the archive file name. This is done using
8706 @option{--auto-compress} (@option{-a}) command line option. For
8707 example, the following invocation will use @command{bzip2} for
8708 compression:
8709
8710 @smallexample
8711 $ @kbd{tar cfa archive.tar.bz2 .}
8712 @end smallexample
8713
8714 @noindent
8715 whereas the following one will use @command{lzma}:
8716
8717 @smallexample
8718 $ @kbd{tar cfa archive.tar.lzma .}
8719 @end smallexample
8720
8721 For a complete list of file name suffixes recognized by @GNUTAR{},
8722 see @ref{auto-compress}.
8723
8724 Reading compressed archive is even simpler: you don't need to specify
8725 any additional options as @GNUTAR{} recognizes its format
8726 automatically. Thus, the following commands will list and extract the
8727 archive created in previous example:
8728
8729 @smallexample
8730 # List the compressed archive
8731 $ @kbd{tar tf archive.tar.gz}
8732 # Extract the compressed archive
8733 $ @kbd{tar xf archive.tar.gz}
8734 @end smallexample
8735
8736 The format recognition algorithm is based on @dfn{signatures}, a
8737 special byte sequences in the beginning of file, that are specific for
8738 certain compression formats. If this approach fails, @command{tar}
8739 falls back to using archive name suffix to determine its format
8740 (@pxref{auto-compress}, for a list of recognized suffixes).
8741
8742 The only case when you have to specify a decompression option while
8743 reading the archive is when reading from a pipe or from a tape drive
8744 that does not support random access. However, in this case @GNUTAR{}
8745 will indicate which option you should use. For example:
8746
8747 @smallexample
8748 $ @kbd{cat archive.tar.gz | tar tf -}
8749 tar: Archive is compressed. Use -z option
8750 tar: Error is not recoverable: exiting now
8751 @end smallexample
8752
8753 If you see such diagnostics, just add the suggested option to the
8754 invocation of @GNUTAR{}:
8755
8756 @smallexample
8757 $ @kbd{cat archive.tar.gz | tar tfz -}
8758 @end smallexample
8759
8760 Notice also, that there are several restrictions on operations on
8761 compressed archives. First of all, compressed archives cannot be
8762 modified, i.e., you cannot update (@option{--update}, alias @option{-u})
8763 them or delete (@option{--delete}) members from them or
8764 add (@option{--append}, alias @option{-r}) members to them. Likewise, you
8765 cannot append another @command{tar} archive to a compressed archive using
8766 @option{--concatenate} (@option{-A}). Secondly, multi-volume
8767 archives cannot be compressed.
8768
8769 The following table summarizes compression options used by @GNUTAR{}.
8770
8771 @table @option
8772 @anchor{auto-compress}
8773 @opindex auto-compress
8774 @item --auto-compress
8775 @itemx -a
8776 Select a compression program to use by the archive file name
8777 suffix. The following suffixes are recognized:
8778
8779 @multitable @columnfractions 0.3 0.6
8780 @headitem Suffix @tab Compression program
8781 @item @samp{.gz} @tab @command{gzip}
8782 @item @samp{.tgz} @tab @command{gzip}
8783 @item @samp{.taz} @tab @command{gzip}
8784 @item @samp{.Z} @tab @command{compress}
8785 @item @samp{.taZ} @tab @command{compress}
8786 @item @samp{.bz2} @tab @command{bzip2}
8787 @item @samp{.tz2} @tab @command{bzip2}
8788 @item @samp{.tbz2} @tab @command{bzip2}
8789 @item @samp{.tbz} @tab @command{bzip2}
8790 @item @samp{.lz} @tab @command{lzip}
8791 @item @samp{.lzma} @tab @command{lzma}
8792 @item @samp{.tlz} @tab @command{lzma}
8793 @item @samp{.lzo} @tab @command{lzop}
8794 @item @samp{.xz} @tab @command{xz}
8795 @end multitable
8796
8797 @opindex gzip
8798 @opindex ungzip
8799 @item -z
8800 @itemx --gzip
8801 @itemx --ungzip
8802 Filter the archive through @command{gzip}.
8803
8804 You can use @option{--gzip} and @option{--gunzip} on physical devices
8805 (tape drives, etc.) and remote files as well as on normal files; data
8806 to or from such devices or remote files is reblocked by another copy
8807 of the @command{tar} program to enforce the specified (or default) record
8808 size. The default compression parameters are used; if you need to
8809 override them, set @env{GZIP} environment variable, e.g.:
8810
8811 @smallexample
8812 $ @kbd{GZIP=--best tar cfz archive.tar.gz subdir}
8813 @end smallexample
8814
8815 @noindent
8816 Another way would be to avoid the @option{--gzip} (@option{--gunzip}, @option{--ungzip}, @option{-z}) option and run
8817 @command{gzip} explicitly:
8818
8819 @smallexample
8820 $ @kbd{tar cf - subdir | gzip --best -c - > archive.tar.gz}
8821 @end smallexample
8822
8823 @cindex corrupted archives
8824 About corrupted compressed archives: @command{gzip}'ed files have no
8825 redundancy, for maximum compression. The adaptive nature of the
8826 compression scheme means that the compression tables are implicitly
8827 spread all over the archive. If you lose a few blocks, the dynamic
8828 construction of the compression tables becomes unsynchronized, and there
8829 is little chance that you could recover later in the archive.
8830
8831 There are pending suggestions for having a per-volume or per-file
8832 compression in @GNUTAR{}. This would allow for viewing the
8833 contents without decompression, and for resynchronizing decompression at
8834 every volume or file, in case of corrupted archives. Doing so, we might
8835 lose some compressibility. But this would have make recovering easier.
8836 So, there are pros and cons. We'll see!
8837
8838 @opindex bzip2
8839 @item -J
8840 @itemx --xz
8841 Filter the archive through @code{xz}. Otherwise like
8842 @option{--gzip}.
8843
8844 @item -j
8845 @itemx --bzip2
8846 Filter the archive through @code{bzip2}. Otherwise like @option{--gzip}.
8847
8848 @opindex lzip
8849 @item --lzip
8850 Filter the archive through @command{lzip}. Otherwise like @option{--gzip}.
8851
8852 @opindex lzma
8853 @item --lzma
8854 Filter the archive through @command{lzma}. Otherwise like @option{--gzip}.
8855
8856 @opindex lzop
8857 @item --lzop
8858 Filter the archive through @command{lzop}. Otherwise like
8859 @option{--gzip}.
8860
8861 @opindex compress
8862 @opindex uncompress
8863 @item -Z
8864 @itemx --compress
8865 @itemx --uncompress
8866 Filter the archive through @command{compress}. Otherwise like @option{--gzip}.
8867
8868 @opindex use-compress-program
8869 @item --use-compress-program=@var{prog}
8870 @itemx -I=@var{prog}
8871 Use external compression program @var{prog}. Use this option if you
8872 are not happy with the compression program associated with the suffix
8873 at compile time or if you have a compression program that @GNUTAR{}
8874 does not support. There are two requirements to which @var{prog}
8875 should comply:
8876
8877 First, when called without options, it should read data from standard
8878 input, compress it and output it on standard output.
8879
8880 Secondly, if called with @option{-d} argument, it should do exactly
8881 the opposite, i.e., read the compressed data from the standard input
8882 and produce uncompressed data on the standard output.
8883 @end table
8884
8885 @cindex gpg, using with tar
8886 @cindex gnupg, using with tar
8887 @cindex Using encrypted archives
8888 The @option{--use-compress-program} option, in particular, lets you
8889 implement your own filters, not necessarily dealing with
8890 compression/decompression. For example, suppose you wish to implement
8891 PGP encryption on top of compression, using @command{gpg} (@pxref{Top,
8892 gpg, gpg ---- encryption and signing tool, gpg, GNU Privacy Guard
8893 Manual}). The following script does that:
8894
8895 @smallexample
8896 @group
8897 #! /bin/sh
8898 case $1 in
8899 -d) gpg --decrypt - | gzip -d -c;;
8900 '') gzip -c | gpg -s;;
8901 *) echo "Unknown option $1">&2; exit 1;;
8902 esac
8903 @end group
8904 @end smallexample
8905
8906 Suppose you name it @file{gpgz} and save it somewhere in your
8907 @env{PATH}. Then the following command will create a compressed
8908 archive signed with your private key:
8909
8910 @smallexample
8911 $ @kbd{tar -cf foo.tar.gpgz -Igpgz .}
8912 @end smallexample
8913
8914 @noindent
8915 Likewise, the command below will list its contents:
8916
8917 @smallexample
8918 $ @kbd{tar -tf foo.tar.gpgz -Igpgz .}
8919 @end smallexample
8920
8921 @ignore
8922 The above is based on the following discussion:
8923
8924 I have one question, or maybe it's a suggestion if there isn't a way
8925 to do it now. I would like to use @option{--gzip}, but I'd also like
8926 the output to be fed through a program like @acronym{GNU}
8927 @command{ecc} (actually, right now that's @samp{exactly} what I'd like
8928 to use :-)), basically adding ECC protection on top of compression.
8929 It seems as if this should be quite easy to do, but I can't work out
8930 exactly how to go about it. Of course, I can pipe the standard output
8931 of @command{tar} through @command{ecc}, but then I lose (though I
8932 haven't started using it yet, I confess) the ability to have
8933 @command{tar} use @command{rmt} for it's I/O (I think).
8934
8935 I think the most straightforward thing would be to let me specify a
8936 general set of filters outboard of compression (preferably ordered,
8937 so the order can be automatically reversed on input operations, and
8938 with the options they require specifiable), but beggars shouldn't be
8939 choosers and anything you decide on would be fine with me.
8940
8941 By the way, I like @command{ecc} but if (as the comments say) it can't
8942 deal with loss of block sync, I'm tempted to throw some time at adding
8943 that capability. Supposing I were to actually do such a thing and
8944 get it (apparently) working, do you accept contributed changes to
8945 utilities like that? (Leigh Clayton @file{loc@@soliton.com}, May 1995).
8946
8947 Isn't that exactly the role of the
8948 @option{--use-compress-prog=@var{program}} option?
8949 I never tried it myself, but I suspect you may want to write a
8950 @var{prog} script or program able to filter stdin to stdout to
8951 way you want. It should recognize the @option{-d} option, for when
8952 extraction is needed rather than creation.
8953
8954 It has been reported that if one writes compressed data (through the
8955 @option{--gzip} or @option{--compress} options) to a DLT and tries to use
8956 the DLT compression mode, the data will actually get bigger and one will
8957 end up with less space on the tape.
8958 @end ignore
8959
8960 @node sparse
8961 @subsection Archiving Sparse Files
8962 @cindex Sparse Files
8963
8964 Files in the file system occasionally have @dfn{holes}. A @dfn{hole}
8965 in a file is a section of the file's contents which was never written.
8966 The contents of a hole reads as all zeros. On many operating systems,
8967 actual disk storage is not allocated for holes, but they are counted
8968 in the length of the file. If you archive such a file, @command{tar}
8969 could create an archive longer than the original. To have @command{tar}
8970 attempt to recognize the holes in a file, use @option{--sparse}
8971 (@option{-S}). When you use this option, then, for any file using
8972 less disk space than would be expected from its length, @command{tar}
8973 searches the file for consecutive stretches of zeros. It then records
8974 in the archive for the file where the consecutive stretches of zeros
8975 are, and only archives the ``real contents'' of the file. On
8976 extraction (using @option{--sparse} is not needed on extraction) any
8977 such files have holes created wherever the continuous stretches of zeros
8978 were found. Thus, if you use @option{--sparse}, @command{tar} archives
8979 won't take more space than the original.
8980
8981 @table @option
8982 @opindex sparse
8983 @item -S
8984 @itemx --sparse
8985 This option instructs @command{tar} to test each file for sparseness
8986 before attempting to archive it. If the file is found to be sparse it
8987 is treated specially, thus allowing to decrease the amount of space
8988 used by its image in the archive.
8989
8990 This option is meaningful only when creating or updating archives. It
8991 has no effect on extraction.
8992 @end table
8993
8994 Consider using @option{--sparse} when performing file system backups,
8995 to avoid archiving the expanded forms of files stored sparsely in the
8996 system.
8997
8998 Even if your system has no sparse files currently, some may be
8999 created in the future. If you use @option{--sparse} while making file
9000 system backups as a matter of course, you can be assured the archive
9001 will never take more space on the media than the files take on disk
9002 (otherwise, archiving a disk filled with sparse files might take
9003 hundreds of tapes). @xref{Incremental Dumps}.
9004
9005 However, be aware that @option{--sparse} option presents a serious
9006 drawback. Namely, in order to determine if the file is sparse
9007 @command{tar} has to read it before trying to archive it, so in total
9008 the file is read @strong{twice}. So, always bear in mind that the
9009 time needed to process all files with this option is roughly twice
9010 the time needed to archive them without it.
9011 @FIXME{A technical note:
9012
9013 Programs like @command{dump} do not have to read the entire file; by
9014 examining the file system directly, they can determine in advance
9015 exactly where the holes are and thus avoid reading through them. The
9016 only data it need read are the actual allocated data blocks.
9017 @GNUTAR{} uses a more portable and straightforward
9018 archiving approach, it would be fairly difficult that it does
9019 otherwise. Elizabeth Zwicky writes to @file{comp.unix.internals}, on
9020 1990-12-10:
9021
9022 @quotation
9023 What I did say is that you cannot tell the difference between a hole and an
9024 equivalent number of nulls without reading raw blocks. @code{st_blocks} at
9025 best tells you how many holes there are; it doesn't tell you @emph{where}.
9026 Just as programs may, conceivably, care what @code{st_blocks} is (care
9027 to name one that does?), they may also care where the holes are (I have
9028 no examples of this one either, but it's equally imaginable).
9029
9030 I conclude from this that good archivers are not portable. One can
9031 arguably conclude that if you want a portable program, you can in good
9032 conscience restore files with as many holes as possible, since you can't
9033 get it right.
9034 @end quotation
9035 }
9036
9037 @cindex sparse formats, defined
9038 When using @samp{POSIX} archive format, @GNUTAR{} is able to store
9039 sparse files using in three distinct ways, called @dfn{sparse
9040 formats}. A sparse format is identified by its @dfn{number},
9041 consisting, as usual of two decimal numbers, delimited by a dot. By
9042 default, format @samp{1.0} is used. If, for some reason, you wish to
9043 use an earlier format, you can select it using
9044 @option{--sparse-version} option.
9045
9046 @table @option
9047 @opindex sparse-version
9048 @item --sparse-version=@var{version}
9049
9050 Select the format to store sparse files in. Valid @var{version} values
9051 are: @samp{0.0}, @samp{0.1} and @samp{1.0}. @xref{Sparse Formats},
9052 for a detailed description of each format.
9053 @end table
9054
9055 Using @option{--sparse-format} option implies @option{--sparse}.
9056
9057 @node Attributes
9058 @section Handling File Attributes
9059 @cindex atrributes, files
9060 @cindex file attributes
9061
9062 When @command{tar} reads files, it updates their access times. To
9063 avoid this, use the @option{--atime-preserve[=METHOD]} option, which can either
9064 reset the access time retroactively or avoid changing it in the first
9065 place.
9066
9067 @table @option
9068 @opindex atime-preserve
9069 @item --atime-preserve
9070 @itemx --atime-preserve=replace
9071 @itemx --atime-preserve=system
9072 Preserve the access times of files that are read. This works only for
9073 files that you own, unless you have superuser privileges.
9074
9075 @option{--atime-preserve=replace} works on most systems, but it also
9076 restores the data modification time and updates the status change
9077 time. Hence it doesn't interact with incremental dumps nicely
9078 (@pxref{Incremental Dumps}), and it can set access or data modification times
9079 incorrectly if other programs access the file while @command{tar} is
9080 running.
9081
9082 @option{--atime-preserve=system} avoids changing the access time in
9083 the first place, if the operating system supports this.
9084 Unfortunately, this may or may not work on any given operating system
9085 or file system. If @command{tar} knows for sure it won't work, it
9086 complains right away.
9087
9088 Currently @option{--atime-preserve} with no operand defaults to
9089 @option{--atime-preserve=replace}, but this is intended to change to
9090 @option{--atime-preserve=system} when the latter is better-supported.
9091
9092 @opindex touch
9093 @item -m
9094 @itemx --touch
9095 Do not extract data modification time.
9096
9097 When this option is used, @command{tar} leaves the data modification times
9098 of the files it extracts as the times when the files were extracted,
9099 instead of setting it to the times recorded in the archive.
9100
9101 This option is meaningless with @option{--list} (@option{-t}).
9102
9103 @opindex same-owner
9104 @item --same-owner
9105 Create extracted files with the same ownership they have in the
9106 archive.
9107
9108 This is the default behavior for the superuser,
9109 so this option is meaningful only for non-root users, when @command{tar}
9110 is executed on those systems able to give files away. This is
9111 considered as a security flaw by many people, at least because it
9112 makes quite difficult to correctly account users for the disk space
9113 they occupy. Also, the @code{suid} or @code{sgid} attributes of
9114 files are easily and silently lost when files are given away.
9115
9116 When writing an archive, @command{tar} writes the user @acronym{ID} and user name
9117 separately. If it can't find a user name (because the user @acronym{ID} is not
9118 in @file{/etc/passwd}), then it does not write one. When restoring,
9119 it tries to look the name (if one was written) up in
9120 @file{/etc/passwd}. If it fails, then it uses the user @acronym{ID} stored in
9121 the archive instead.
9122
9123 @opindex no-same-owner
9124 @item --no-same-owner
9125 @itemx -o
9126 Do not attempt to restore ownership when extracting. This is the
9127 default behavior for ordinary users, so this option has an effect
9128 only for the superuser.
9129
9130 @opindex numeric-owner
9131 @item --numeric-owner
9132 The @option{--numeric-owner} option allows (ANSI) archives to be written
9133 without user/group name information or such information to be ignored
9134 when extracting. It effectively disables the generation and/or use
9135 of user/group name information. This option forces extraction using
9136 the numeric ids from the archive, ignoring the names.
9137
9138 This is useful in certain circumstances, when restoring a backup from
9139 an emergency floppy with different passwd/group files for example.
9140 It is otherwise impossible to extract files with the right ownerships
9141 if the password file in use during the extraction does not match the
9142 one belonging to the file system(s) being extracted. This occurs,
9143 for example, if you are restoring your files after a major crash and
9144 had booted from an emergency floppy with no password file or put your
9145 disk into another machine to do the restore.
9146
9147 The numeric ids are @emph{always} saved into @command{tar} archives.
9148 The identifying names are added at create time when provided by the
9149 system, unless @option{--format=oldgnu} is used. Numeric ids could be
9150 used when moving archives between a collection of machines using
9151 a centralized management for attribution of numeric ids to users
9152 and groups. This is often made through using the NIS capabilities.
9153
9154 When making a @command{tar} file for distribution to other sites, it
9155 is sometimes cleaner to use a single owner for all files in the
9156 distribution, and nicer to specify the write permission bits of the
9157 files as stored in the archive independently of their actual value on
9158 the file system. The way to prepare a clean distribution is usually
9159 to have some Makefile rule creating a directory, copying all needed
9160 files in that directory, then setting ownership and permissions as
9161 wanted (there are a lot of possible schemes), and only then making a
9162 @command{tar} archive out of this directory, before cleaning
9163 everything out. Of course, we could add a lot of options to
9164 @GNUTAR{} for fine tuning permissions and ownership.
9165 This is not the good way, I think. @GNUTAR{} is
9166 already crowded with options and moreover, the approach just explained
9167 gives you a great deal of control already.
9168
9169 @xopindex{same-permissions, short description}
9170 @xopindex{preserve-permissions, short description}
9171 @item -p
9172 @itemx --same-permissions
9173 @itemx --preserve-permissions
9174 Extract all protection information.
9175
9176 This option causes @command{tar} to set the modes (access permissions) of
9177 extracted files exactly as recorded in the archive. If this option
9178 is not used, the current @code{umask} setting limits the permissions
9179 on extracted files. This option is by default enabled when
9180 @command{tar} is executed by a superuser.
9181
9182
9183 This option is meaningless with @option{--list} (@option{-t}).
9184
9185 @opindex preserve
9186 @item --preserve
9187 Same as both @option{--same-permissions} and @option{--same-order}.
9188
9189 This option is deprecated, and will be removed in @GNUTAR{} version 1.23.
9190
9191 @end table
9192
9193 @node Portability
9194 @section Making @command{tar} Archives More Portable
9195
9196 Creating a @command{tar} archive on a particular system that is meant to be
9197 useful later on many other machines and with other versions of @command{tar}
9198 is more challenging than you might think. @command{tar} archive formats
9199 have been evolving since the first versions of Unix. Many such formats
9200 are around, and are not always compatible with each other. This section
9201 discusses a few problems, and gives some advice about making @command{tar}
9202 archives more portable.
9203
9204 One golden rule is simplicity. For example, limit your @command{tar}
9205 archives to contain only regular files and directories, avoiding
9206 other kind of special files. Do not attempt to save sparse files or
9207 contiguous files as such. Let's discuss a few more problems, in turn.
9208
9209 @FIXME{Discuss GNU extensions (incremental backups, multi-volume
9210 archives and archive labels) in GNU and PAX formats.}
9211
9212 @menu
9213 * Portable Names:: Portable Names
9214 * dereference:: Symbolic Links
9215 * hard links:: Hard Links
9216 * old:: Old V7 Archives
9217 * ustar:: Ustar Archives
9218 * gnu:: GNU and old GNU format archives.
9219 * posix:: @acronym{POSIX} archives
9220 * Checksumming:: Checksumming Problems
9221 * Large or Negative Values:: Large files, negative time stamps, etc.
9222 * Other Tars:: How to Extract GNU-Specific Data Using
9223 Other @command{tar} Implementations
9224 @end menu
9225
9226 @node Portable Names
9227 @subsection Portable Names
9228
9229 Use portable file and member names. A name is portable if it contains
9230 only @acronym{ASCII} letters and digits, @samp{/}, @samp{.}, @samp{_}, and
9231 @samp{-}; it cannot be empty, start with @samp{-} or @samp{//}, or
9232 contain @samp{/-}. Avoid deep directory nesting. For portability to
9233 old Unix hosts, limit your file name components to 14 characters or
9234 less.
9235
9236 If you intend to have your @command{tar} archives to be read under
9237 MSDOS, you should not rely on case distinction for file names, and you
9238 might use the @acronym{GNU} @command{doschk} program for helping you
9239 further diagnosing illegal MSDOS names, which are even more limited
9240 than System V's.
9241
9242 @node dereference
9243 @subsection Symbolic Links
9244 @cindex File names, using symbolic links
9245 @cindex Symbolic link as file name
9246
9247 @opindex dereference
9248 Normally, when @command{tar} archives a symbolic link, it writes a
9249 block to the archive naming the target of the link. In that way, the
9250 @command{tar} archive is a faithful record of the file system contents.
9251 @option{--dereference} (@option{-h}) is used with @option{--create} (@option{-c}), and causes
9252 @command{tar} to archive the files symbolic links point to, instead of
9253 the links themselves. When this option is used, when @command{tar}
9254 encounters a symbolic link, it will archive the linked-to file,
9255 instead of simply recording the presence of a symbolic link.
9256
9257 The name under which the file is stored in the file system is not
9258 recorded in the archive. To record both the symbolic link name and
9259 the file name in the system, archive the file under both names. If
9260 all links were recorded automatically by @command{tar}, an extracted file
9261 might be linked to a file name that no longer exists in the file
9262 system.
9263
9264 If a linked-to file is encountered again by @command{tar} while creating
9265 the same archive, an entire second copy of it will be stored. (This
9266 @emph{might} be considered a bug.)
9267
9268 So, for portable archives, do not archive symbolic links as such,
9269 and use @option{--dereference} (@option{-h}): many systems do not support
9270 symbolic links, and moreover, your distribution might be unusable if
9271 it contains unresolved symbolic links.
9272
9273 @node hard links
9274 @subsection Hard Links
9275 @cindex File names, using hard links
9276 @cindex hard links, dereferencing
9277 @cindex dereferencing hard links
9278
9279 Normally, when @command{tar} archives a hard link, it writes a
9280 block to the archive naming the target of the link (a @samp{1} type
9281 block). In that way, the actual file contents is stored in file only
9282 once. For example, consider the following two files:
9283
9284 @smallexample
9285 @group
9286 $ ls
9287 -rw-r--r-- 2 gray staff 4 2007-10-30 15:11 one
9288 -rw-r--r-- 2 gray staff 4 2007-10-30 15:11 jeden
9289 @end group
9290 @end smallexample
9291
9292 Here, @file{jeden} is a link to @file{one}. When archiving this
9293 directory with a verbose level 2, you will get an output similar to
9294 the following:
9295
9296 @smallexample
9297 $ tar cfvv ../archive.tar .
9298 drwxr-xr-x gray/staff 0 2007-10-30 15:13 ./
9299 -rw-r--r-- gray/staff 4 2007-10-30 15:11 ./jeden
9300 hrw-r--r-- gray/staff 0 2007-10-30 15:11 ./one link to ./jeden
9301 @end smallexample
9302
9303 The last line shows that, instead of storing two copies of the file,
9304 @command{tar} stored it only once, under the name @file{jeden}, and
9305 stored file @file{one} as a hard link to this file.
9306
9307 It may be important to know that all hard links to the given file are
9308 stored in the archive. For example, this may be necessary for exact
9309 reproduction of the file system. The following option does that:
9310
9311 @table @option
9312 @xopindex{check-links, described}
9313 @item --check-links
9314 @itemx -l
9315 Check the number of links dumped for each processed file. If this
9316 number does not match the total number of hard links for the file, print
9317 a warning message.
9318 @end table
9319
9320 For example, trying to archive only file @file{jeden} with this option
9321 produces the following diagnostics:
9322
9323 @smallexample
9324 $ tar -c -f ../archive.tar -l jeden
9325 tar: Missing links to `jeden'.
9326 @end smallexample
9327
9328 Although creating special records for hard links helps keep a faithful
9329 record of the file system contents and makes archives more compact, it
9330 may present some difficulties when extracting individual members from
9331 the archive. For example, trying to extract file @file{one} from the
9332 archive created in previous examples produces, in the absense of file
9333 @file{jeden}:
9334
9335 @smallexample
9336 $ tar xf archive.tar ./one
9337 tar: ./one: Cannot hard link to `./jeden': No such file or directory
9338 tar: Error exit delayed from previous errors
9339 @end smallexample
9340
9341 The reason for this behavior is that @command{tar} cannot seek back in
9342 the archive to the previous member (in this case, @file{one}), to
9343 extract it@footnote{There are plans to fix this in future releases.}.
9344 If you wish to avoid such problems at the cost of a bigger archive,
9345 use the following option:
9346
9347 @table @option
9348 @xopindex{hard-dereference, described}
9349 @item --hard-dereference
9350 Dereference hard links and store the files they refer to.
9351 @end table
9352
9353 For example, trying this option on our two sample files, we get two
9354 copies in the archive, each of which can then be extracted
9355 independently of the other:
9356
9357 @smallexample
9358 @group
9359 $ tar -c -vv -f ../archive.tar --hard-dereference .
9360 drwxr-xr-x gray/staff 0 2007-10-30 15:13 ./
9361 -rw-r--r-- gray/staff 4 2007-10-30 15:11 ./jeden
9362 -rw-r--r-- gray/staff 4 2007-10-30 15:11 ./one
9363 @end group
9364 @end smallexample
9365
9366 @node old
9367 @subsection Old V7 Archives
9368 @cindex Format, old style
9369 @cindex Old style format
9370 @cindex Old style archives
9371 @cindex v7 archive format
9372
9373 Certain old versions of @command{tar} cannot handle additional
9374 information recorded by newer @command{tar} programs. To create an
9375 archive in V7 format (not ANSI), which can be read by these old
9376 versions, specify the @option{--format=v7} option in
9377 conjunction with the @option{--create} (@option{-c}) (@command{tar} also
9378 accepts @option{--portability} or @option{--old-archive} for this
9379 option). When you specify it,
9380 @command{tar} leaves out information about directories, pipes, fifos,
9381 contiguous files, and device files, and specifies file ownership by
9382 group and user IDs instead of group and user names.
9383
9384 When updating an archive, do not use @option{--format=v7}
9385 unless the archive was created using this option.
9386
9387 In most cases, a @emph{new} format archive can be read by an @emph{old}
9388 @command{tar} program without serious trouble, so this option should
9389 seldom be needed. On the other hand, most modern @command{tar}s are
9390 able to read old format archives, so it might be safer for you to
9391 always use @option{--format=v7} for your distributions. Notice,
9392 however, that @samp{ustar} format is a better alternative, as it is
9393 free from many of @samp{v7}'s drawbacks.
9394
9395 @node ustar
9396 @subsection Ustar Archive Format
9397
9398 @cindex ustar archive format
9399 Archive format defined by @acronym{POSIX}.1-1988 specification is called
9400 @code{ustar}. Although it is more flexible than the V7 format, it
9401 still has many restrictions (@pxref{Formats,ustar}, for the detailed
9402 description of @code{ustar} format). Along with V7 format,
9403 @code{ustar} format is a good choice for archives intended to be read
9404 with other implementations of @command{tar}.
9405
9406 To create archive in @code{ustar} format, use @option{--format=ustar}
9407 option in conjunction with the @option{--create} (@option{-c}).
9408
9409 @node gnu
9410 @subsection @acronym{GNU} and old @GNUTAR{} format
9411
9412 @cindex GNU archive format
9413 @cindex Old GNU archive format
9414 @GNUTAR{} was based on an early draft of the
9415 @acronym{POSIX} 1003.1 @code{ustar} standard. @acronym{GNU} extensions to
9416 @command{tar}, such as the support for file names longer than 100
9417 characters, use portions of the @command{tar} header record which were
9418 specified in that @acronym{POSIX} draft as unused. Subsequent changes in
9419 @acronym{POSIX} have allocated the same parts of the header record for
9420 other purposes. As a result, @GNUTAR{} format is
9421 incompatible with the current @acronym{POSIX} specification, and with
9422 @command{tar} programs that follow it.
9423
9424 In the majority of cases, @command{tar} will be configured to create
9425 this format by default. This will change in future releases, since
9426 we plan to make @samp{POSIX} format the default.
9427
9428 To force creation a @GNUTAR{} archive, use option
9429 @option{--format=gnu}.
9430
9431 @node posix
9432 @subsection @GNUTAR{} and @acronym{POSIX} @command{tar}
9433
9434 @cindex POSIX archive format
9435 @cindex PAX archive format
9436 Starting from version 1.14 @GNUTAR{} features full support for
9437 @acronym{POSIX.1-2001} archives.
9438
9439 A @acronym{POSIX} conformant archive will be created if @command{tar}
9440 was given @option{--format=posix} (@option{--format=pax}) option. No
9441 special option is required to read and extract from a @acronym{POSIX}
9442 archive.
9443
9444 @menu
9445 * PAX keywords:: Controlling Extended Header Keywords.
9446 @end menu
9447
9448 @node PAX keywords
9449 @subsubsection Controlling Extended Header Keywords
9450
9451 @table @option
9452 @opindex pax-option
9453 @item --pax-option=@var{keyword-list}
9454 Handle keywords in @acronym{PAX} extended headers. This option is
9455 equivalent to @option{-o} option of the @command{pax} utility.
9456 @end table
9457
9458 @var{Keyword-list} is a comma-separated
9459 list of keyword options, each keyword option taking one of
9460 the following forms:
9461
9462 @table @code
9463 @item delete=@var{pattern}
9464 When used with one of archive-creation commands,
9465 this option instructs @command{tar} to omit from extended header records
9466 that it produces any keywords matching the string @var{pattern}.
9467
9468 When used in extract or list mode, this option instructs tar
9469 to ignore any keywords matching the given @var{pattern} in the extended
9470 header records. In both cases, matching is performed using the pattern
9471 matching notation described in @acronym{POSIX 1003.2}, 3.13
9472 (@pxref{wildcards}). For example:
9473
9474 @smallexample
9475 --pax-option delete=security.*
9476 @end smallexample
9477
9478 would suppress security-related information.
9479
9480 @item exthdr.name=@var{string}
9481
9482 This keyword allows user control over the name that is written into the
9483 ustar header blocks for the extended headers. The name is obtained
9484 from @var{string} after making the following substitutions:
9485
9486 @multitable @columnfractions .25 .55
9487 @headitem Meta-character @tab Replaced By
9488 @item %d @tab The directory name of the file, equivalent to the
9489 result of the @command{dirname} utility on the translated file name.
9490 @item %f @tab The name of the file with the directory information
9491 stripped, equivalent to the result of the @command{basename} utility
9492 on the translated file name.
9493 @item %p @tab The process @acronym{ID} of the @command{tar} process.
9494 @item %% @tab A @samp{%} character.
9495 @end multitable
9496
9497 Any other @samp{%} characters in @var{string} produce undefined
9498 results.
9499
9500 If no option @samp{exthdr.name=string} is specified, @command{tar}
9501 will use the following default value:
9502
9503 @smallexample
9504 %d/PaxHeaders.%p/%f
9505 @end smallexample
9506
9507 @item exthdr.mtime=@var{value}
9508
9509 This keyword defines the value of the @samp{mtime} field that
9510 is written into the ustar header blocks for the extended headers.
9511 By default, the @samp{mtime} field is set to the modification time
9512 of the archive member described by that extended headers.
9513
9514 @item globexthdr.name=@var{string}
9515 This keyword allows user control over the name that is written into
9516 the ustar header blocks for global extended header records. The name
9517 is obtained from the contents of @var{string}, after making
9518 the following substitutions:
9519
9520 @multitable @columnfractions .25 .55
9521 @headitem Meta-character @tab Replaced By
9522 @item %n @tab An integer that represents the
9523 sequence number of the global extended header record in the archive,
9524 starting at 1.
9525 @item %p @tab The process @acronym{ID} of the @command{tar} process.
9526 @item %% @tab A @samp{%} character.
9527 @end multitable
9528
9529 Any other @samp{%} characters in @var{string} produce undefined results.
9530
9531 If no option @samp{globexthdr.name=string} is specified, @command{tar}
9532 will use the following default value:
9533
9534 @smallexample
9535 $TMPDIR/GlobalHead.%p.%n
9536 @end smallexample
9537
9538 @noindent
9539 where @samp{$TMPDIR} represents the value of the @var{TMPDIR}
9540 environment variable. If @var{TMPDIR} is not set, @command{tar}
9541 uses @samp{/tmp}.
9542
9543 @item globexthdr.mtime=@var{value}
9544
9545 This keyword defines the value of the @samp{mtime} field that
9546 is written into the ustar header blocks for the global extended headers.
9547 By default, the @samp{mtime} field is set to the time when
9548 @command{tar} was invoked.
9549
9550 @item @var{keyword}=@var{value}
9551 When used with one of archive-creation commands, these keyword/value pairs
9552 will be included at the beginning of the archive in a global extended
9553 header record. When used with one of archive-reading commands,
9554 @command{tar} will behave as if it has encountered these keyword/value
9555 pairs at the beginning of the archive in a global extended header
9556 record.
9557
9558 @item @var{keyword}:=@var{value}
9559 When used with one of archive-creation commands, these keyword/value pairs
9560 will be included as records at the beginning of an extended header for
9561 each file. This is effectively equivalent to @var{keyword}=@var{value}
9562 form except that it creates no global extended header records.
9563
9564 When used with one of archive-reading commands, @command{tar} will
9565 behave as if these keyword/value pairs were included as records at the
9566 end of each extended header; thus, they will override any global or
9567 file-specific extended header record keywords of the same names.
9568 For example, in the command:
9569
9570 @smallexample
9571 tar --format=posix --create \
9572 --file archive --pax-option gname:=user .
9573 @end smallexample
9574
9575 the group name will be forced to a new value for all files
9576 stored in the archive.
9577 @end table
9578
9579 In any of the forms described above, the @var{value} may be
9580 a string enclosed in curly braces. In that case, the string
9581 between the braces is understood either as a textual time
9582 representation, as described in @ref{Date input formats}, or a name of
9583 the existing file, starting with @samp{/} or @samp{.}. In the latter
9584 case, the modification time of that file is used.
9585
9586 For example, to set all modification times to the current date, you
9587 use the following option:
9588
9589 @smallexample
9590 --pax-option='mtime:=@{now@}'
9591 @end smallexample
9592
9593 Note quoting of the option's argument.
9594
9595 @cindex archives, binary equivalent
9596 @cindex binary equivalent archives, creating
9597 As another example, here is the option that ensures that any two
9598 archives created using it, will be binary equivalent if they have the
9599 same contents:
9600
9601 @smallexample
9602 --pax-option=exthdr.name=%d/PaxHeaders/%f,atime:=0
9603 @end smallexample
9604
9605 @node Checksumming
9606 @subsection Checksumming Problems
9607
9608 SunOS and HP-UX @command{tar} fail to accept archives created using
9609 @GNUTAR{} and containing non-@acronym{ASCII} file names, that
9610 is, file names having characters with the eight bit set, because they
9611 use signed checksums, while @GNUTAR{} uses unsigned
9612 checksums while creating archives, as per @acronym{POSIX} standards. On
9613 reading, @GNUTAR{} computes both checksums and
9614 accepts any. It is somewhat worrying that a lot of people may go
9615 around doing backup of their files using faulty (or at least
9616 non-standard) software, not learning about it until it's time to
9617 restore their missing files with an incompatible file extractor, or
9618 vice versa.
9619
9620 @GNUTAR{} computes checksums both ways, and accept
9621 any on read, so @acronym{GNU} tar can read Sun tapes even with their
9622 wrong checksums. @GNUTAR{} produces the standard
9623 checksum, however, raising incompatibilities with Sun. That is to
9624 say, @GNUTAR{} has not been modified to
9625 @emph{produce} incorrect archives to be read by buggy @command{tar}'s.
9626 I've been told that more recent Sun @command{tar} now read standard
9627 archives, so maybe Sun did a similar patch, after all?
9628
9629 The story seems to be that when Sun first imported @command{tar}
9630 sources on their system, they recompiled it without realizing that
9631 the checksums were computed differently, because of a change in
9632 the default signing of @code{char}'s in their compiler. So they
9633 started computing checksums wrongly. When they later realized their
9634 mistake, they merely decided to stay compatible with it, and with
9635 themselves afterwards. Presumably, but I do not really know, HP-UX
9636 has chosen that their @command{tar} archives to be compatible with Sun's.
9637 The current standards do not favor Sun @command{tar} format. In any
9638 case, it now falls on the shoulders of SunOS and HP-UX users to get
9639 a @command{tar} able to read the good archives they receive.
9640
9641 @node Large or Negative Values
9642 @subsection Large or Negative Values
9643 @cindex large values
9644 @cindex future time stamps
9645 @cindex negative time stamps
9646 @UNREVISED
9647
9648 The above sections suggest to use @samp{oldest possible} archive
9649 format if in doubt. However, sometimes it is not possible. If you
9650 attempt to archive a file whose metadata cannot be represented using
9651 required format, @GNUTAR{} will print error message and ignore such a
9652 file. You will than have to switch to a format that is able to
9653 handle such values. The format summary table (@pxref{Formats}) will
9654 help you to do so.
9655
9656 In particular, when trying to archive files larger than 8GB or with
9657 timestamps not in the range 1970-01-01 00:00:00 through 2242-03-16
9658 12:56:31 @sc{utc}, you will have to chose between @acronym{GNU} and
9659 @acronym{POSIX} archive formats. When considering which format to
9660 choose, bear in mind that the @acronym{GNU} format uses
9661 two's-complement base-256 notation to store values that do not fit
9662 into standard @acronym{ustar} range. Such archives can generally be
9663 read only by a @GNUTAR{} implementation. Moreover, they sometimes
9664 cannot be correctly restored on another hosts even by @GNUTAR{}. For
9665 example, using two's complement representation for negative time
9666 stamps that assumes a signed 32-bit @code{time_t} generates archives
9667 that are not portable to hosts with differing @code{time_t}
9668 representations.
9669
9670 On the other hand, @acronym{POSIX} archives, generally speaking, can
9671 be extracted by any tar implementation that understands older
9672 @acronym{ustar} format. The only exception are files larger than 8GB.
9673
9674 @FIXME{Describe how @acronym{POSIX} archives are extracted by non
9675 POSIX-aware tars.}
9676
9677 @node Other Tars
9678 @subsection How to Extract GNU-Specific Data Using Other @command{tar} Implementations
9679
9680 In previous sections you became acquainted with various quirks
9681 necessary to make your archives portable. Sometimes you may need to
9682 extract archives containing GNU-specific members using some
9683 third-party @command{tar} implementation or an older version of
9684 @GNUTAR{}. Of course your best bet is to have @GNUTAR{} installed,
9685 but if it is for some reason impossible, this section will explain
9686 how to cope without it.
9687
9688 When we speak about @dfn{GNU-specific} members we mean two classes of
9689 them: members split between the volumes of a multi-volume archive and
9690 sparse members. You will be able to always recover such members if
9691 the archive is in PAX format. In addition split members can be
9692 recovered from archives in old GNU format. The following subsections
9693 describe the required procedures in detail.
9694
9695 @menu
9696 * Split Recovery:: Members Split Between Volumes
9697 * Sparse Recovery:: Sparse Members
9698 @end menu
9699
9700 @node Split Recovery
9701 @subsubsection Extracting Members Split Between Volumes
9702
9703 @cindex Mutli-volume archives, extracting using non-GNU tars
9704 If a member is split between several volumes of an old GNU format archive
9705 most third party @command{tar} implementation will fail to extract
9706 it. To extract it, use @command{tarcat} program (@pxref{Tarcat}).
9707 This program is available from
9708 @uref{http://www.gnu.org/@/software/@/tar/@/utils/@/tarcat.html, @GNUTAR{}
9709 home page}. It concatenates several archive volumes into a single
9710 valid archive. For example, if you have three volumes named from
9711 @file{vol-1.tar} to @file{vol-3.tar}, you can do the following to
9712 extract them using a third-party @command{tar}:
9713
9714 @smallexample
9715 $ @kbd{tarcat vol-1.tar vol-2.tar vol-3.tar | tar xf -}
9716 @end smallexample
9717
9718 @cindex Mutli-volume archives in PAX format, extracting using non-GNU tars
9719 You could use this approach for most (although not all) PAX
9720 format archives as well. However, extracting split members from a PAX
9721 archive is a much easier task, because PAX volumes are constructed in
9722 such a way that each part of a split member is extracted to a
9723 different file by @command{tar} implementations that are not aware of
9724 GNU extensions. More specifically, the very first part retains its
9725 original name, and all subsequent parts are named using the pattern:
9726
9727 @smallexample
9728 %d/GNUFileParts.%p/%f.%n
9729 @end smallexample
9730
9731 @noindent
9732 where symbols preceeded by @samp{%} are @dfn{macro characters} that
9733 have the following meaning:
9734
9735 @multitable @columnfractions .25 .55
9736 @headitem Meta-character @tab Replaced By
9737 @item %d @tab The directory name of the file, equivalent to the
9738 result of the @command{dirname} utility on its full name.
9739 @item %f @tab The file name of the file, equivalent to the result
9740 of the @command{basename} utility on its full name.
9741 @item %p @tab The process @acronym{ID} of the @command{tar} process that
9742 created the archive.
9743 @item %n @tab Ordinal number of this particular part.
9744 @end multitable
9745
9746 For example, if the file @file{var/longfile} was split during archive
9747 creation between three volumes, and the creator @command{tar} process
9748 had process @acronym{ID} @samp{27962}, then the member names will be:
9749
9750 @smallexample
9751 var/longfile
9752 var/GNUFileParts.27962/longfile.1
9753 var/GNUFileParts.27962/longfile.2
9754 @end smallexample
9755
9756 When you extract your archive using a third-party @command{tar}, these
9757 files will be created on your disk, and the only thing you will need
9758 to do to restore your file in its original form is concatenate them in
9759 the proper order, for example:
9760
9761 @smallexample
9762 @group
9763 $ @kbd{cd var}
9764 $ @kbd{cat GNUFileParts.27962/longfile.1 \
9765 GNUFileParts.27962/longfile.2 >> longfile}
9766 $ rm -f GNUFileParts.27962
9767 @end group
9768 @end smallexample
9769
9770 Notice, that if the @command{tar} implementation you use supports PAX
9771 format archives, it will probably emit warnings about unknown keywords
9772 during extraction. They will look like this:
9773
9774 @smallexample
9775 @group
9776 Tar file too small
9777 Unknown extended header keyword 'GNU.volume.filename' ignored.
9778 Unknown extended header keyword 'GNU.volume.size' ignored.
9779 Unknown extended header keyword 'GNU.volume.offset' ignored.
9780 @end group
9781 @end smallexample
9782
9783 @noindent
9784 You can safely ignore these warnings.
9785
9786 If your @command{tar} implementation is not PAX-aware, you will get
9787 more warnings and more files generated on your disk, e.g.:
9788
9789 @smallexample
9790 @group
9791 $ @kbd{tar xf vol-1.tar}
9792 var/PaxHeaders.27962/longfile: Unknown file type 'x', extracted as
9793 normal file
9794 Unexpected EOF in archive
9795 $ @kbd{tar xf vol-2.tar}
9796 tmp/GlobalHead.27962.1: Unknown file type 'g', extracted as normal file
9797 GNUFileParts.27962/PaxHeaders.27962/sparsefile.1: Unknown file type
9798 'x', extracted as normal file
9799 @end group
9800 @end smallexample
9801
9802 Ignore these warnings. The @file{PaxHeaders.*} directories created
9803 will contain files with @dfn{extended header keywords} describing the
9804 extracted files. You can delete them, unless they describe sparse
9805 members. Read further to learn more about them.
9806
9807 @node Sparse Recovery
9808 @subsubsection Extracting Sparse Members
9809
9810 @cindex sparse files, extracting with non-GNU tars
9811 Any @command{tar} implementation will be able to extract sparse members from a
9812 PAX archive. However, the extracted files will be @dfn{condensed},
9813 i.e., any zero blocks will be removed from them. When we restore such
9814 a condensed file to its original form, by adding zero blocks (or
9815 @dfn{holes}) back to their original locations, we call this process
9816 @dfn{expanding} a compressed sparse file.
9817
9818 @pindex xsparse
9819 To expand a file, you will need a simple auxiliary program called
9820 @command{xsparse}. It is available in source form from
9821 @uref{http://www.gnu.org/@/software/@/tar/@/utils/@/xsparse.html, @GNUTAR{}
9822 home page}.
9823
9824 @cindex sparse files v.1.0, extracting with non-GNU tars
9825 Let's begin with archive members in @dfn{sparse format
9826 version 1.0}@footnote{@xref{PAX 1}.}, which are the easiest to expand.
9827 The condensed file will contain both file map and file data, so no
9828 additional data will be needed to restore it. If the original file
9829 name was @file{@var{dir}/@var{name}}, then the condensed file will be
9830 named @file{@var{dir}/@/GNUSparseFile.@var{n}/@/@var{name}}, where
9831 @var{n} is a decimal number@footnote{Technically speaking, @var{n} is a
9832 @dfn{process @acronym{ID}} of the @command{tar} process which created the
9833 archive (@pxref{PAX keywords}).}.
9834
9835 To expand a version 1.0 file, run @command{xsparse} as follows:
9836
9837 @smallexample
9838 $ @kbd{xsparse @file{cond-file}}
9839 @end smallexample
9840
9841 @noindent
9842 where @file{cond-file} is the name of the condensed file. The utility
9843 will deduce the name for the resulting expanded file using the
9844 following algorithm:
9845
9846 @enumerate 1
9847 @item If @file{cond-file} does not contain any directories,
9848 @file{../cond-file} will be used;
9849
9850 @item If @file{cond-file} has the form
9851 @file{@var{dir}/@var{t}/@var{name}}, where both @var{t} and @var{name}
9852 are simple names, with no @samp{/} characters in them, the output file
9853 name will be @file{@var{dir}/@var{name}}.
9854
9855 @item Otherwise, if @file{cond-file} has the form
9856 @file{@var{dir}/@var{name}}, the output file name will be
9857 @file{@var{name}}.
9858 @end enumerate
9859
9860 In the unlikely case when this algorithm does not suit your needs,
9861 you can explicitly specify output file name as a second argument to
9862 the command:
9863
9864 @smallexample
9865 $ @kbd{xsparse @file{cond-file} @file{out-file}}
9866 @end smallexample
9867
9868 It is often a good idea to run @command{xsparse} in @dfn{dry run} mode
9869 first. In this mode, the command does not actually expand the file,
9870 but verbosely lists all actions it would be taking to do so. The dry
9871 run mode is enabled by @option{-n} command line argument:
9872
9873 @smallexample
9874 @group
9875 $ @kbd{xsparse -n /home/gray/GNUSparseFile.6058/sparsefile}
9876 Reading v.1.0 sparse map
9877 Expanding file `/home/gray/GNUSparseFile.6058/sparsefile' to
9878 `/home/gray/sparsefile'
9879 Finished dry run
9880 @end group
9881 @end smallexample
9882
9883 To actually expand the file, you would run:
9884
9885 @smallexample
9886 $ @kbd{xsparse /home/gray/GNUSparseFile.6058/sparsefile}
9887 @end smallexample
9888
9889 @noindent
9890 The program behaves the same way all UNIX utilities do: it will keep
9891 quiet unless it has simething important to tell you (e.g. an error
9892 condition or something). If you wish it to produce verbose output,
9893 similar to that from the dry run mode, use @option{-v} option:
9894
9895 @smallexample
9896 @group
9897 $ @kbd{xsparse -v /home/gray/GNUSparseFile.6058/sparsefile}
9898 Reading v.1.0 sparse map
9899 Expanding file `/home/gray/GNUSparseFile.6058/sparsefile' to
9900 `/home/gray/sparsefile'
9901 Done
9902 @end group
9903 @end smallexample
9904
9905 Additionally, if your @command{tar} implementation has extracted the
9906 @dfn{extended headers} for this file, you can instruct @command{xstar}
9907 to use them in order to verify the integrity of the expanded file.
9908 The option @option{-x} sets the name of the extended header file to
9909 use. Continuing our example:
9910
9911 @smallexample
9912 @group
9913 $ @kbd{xsparse -v -x /home/gray/PaxHeaders.6058/sparsefile \
9914 /home/gray/GNUSparseFile.6058/sparsefile}
9915 Reading extended header file
9916 Found variable GNU.sparse.major = 1
9917 Found variable GNU.sparse.minor = 0
9918 Found variable GNU.sparse.name = sparsefile
9919 Found variable GNU.sparse.realsize = 217481216
9920 Reading v.1.0 sparse map
9921 Expanding file `/home/gray/GNUSparseFile.6058/sparsefile' to
9922 `/home/gray/sparsefile'
9923 Done
9924 @end group
9925 @end smallexample
9926
9927 @anchor{extracting sparse v.0.x}
9928 @cindex sparse files v.0.1, extracting with non-GNU tars
9929 @cindex sparse files v.0.0, extracting with non-GNU tars
9930 An @dfn{extended header} is a special @command{tar} archive header
9931 that precedes an archive member and contains a set of
9932 @dfn{variables}, describing the member properties that cannot be
9933 stored in the standard @code{ustar} header. While optional for
9934 expanding sparse version 1.0 members, the use of extended headers is
9935 mandatory when expanding sparse members in older sparse formats: v.0.0
9936 and v.0.1 (The sparse formats are described in detail in @ref{Sparse
9937 Formats}.) So, for these formats, the question is: how to obtain
9938 extended headers from the archive?
9939
9940 If you use a @command{tar} implementation that does not support PAX
9941 format, extended headers for each member will be extracted as a
9942 separate file. If we represent the member name as
9943 @file{@var{dir}/@var{name}}, then the extended header file will be
9944 named @file{@var{dir}/@/PaxHeaders.@var{n}/@/@var{name}}, where
9945 @var{n} is an integer number.
9946
9947 Things become more difficult if your @command{tar} implementation
9948 does support PAX headers, because in this case you will have to
9949 manually extract the headers. We recommend the following algorithm:
9950
9951 @enumerate 1
9952 @item
9953 Consult the documentation of your @command{tar} implementation for an
9954 option that prints @dfn{block numbers} along with the archive
9955 listing (analogous to @GNUTAR{}'s @option{-R} option). For example,
9956 @command{star} has @option{-block-number}.
9957
9958 @item
9959 Obtain verbose listing using the @samp{block number} option, and
9960 find block numbers of the sparse member in question and the member
9961 immediately following it. For example, running @command{star} on our
9962 archive we obtain:
9963
9964 @smallexample
9965 @group
9966 $ @kbd{star -t -v -block-number -f arc.tar}
9967 @dots{}
9968 star: Unknown extended header keyword 'GNU.sparse.size' ignored.
9969 star: Unknown extended header keyword 'GNU.sparse.numblocks' ignored.
9970 star: Unknown extended header keyword 'GNU.sparse.name' ignored.
9971 star: Unknown extended header keyword 'GNU.sparse.map' ignored.
9972 block 56: 425984 -rw-r--r-- gray/users Jun 25 14:46 2006 GNUSparseFile.28124/sparsefile
9973 block 897: 65391 -rw-r--r-- gray/users Jun 24 20:06 2006 README
9974 @dots{}
9975 @end group
9976 @end smallexample
9977
9978 @noindent
9979 (as usual, ignore the warnings about unknown keywords.)
9980
9981 @item
9982 Let @var{size} be the size of the sparse member, @var{Bs} be its block number
9983 and @var{Bn} be the block number of the next member.
9984 Compute:
9985
9986 @smallexample
9987 @var{N} = @var{Bs} - @var{Bn} - @var{size}/512 - 2
9988 @end smallexample
9989
9990 @noindent
9991 This number gives the size of the extended header part in tar @dfn{blocks}.
9992 In our example, this formula gives: @code{897 - 56 - 425984 / 512 - 2
9993 = 7}.
9994
9995 @item
9996 Use @command{dd} to extract the headers:
9997
9998 @smallexample
9999 @kbd{dd if=@var{archive} of=@var{hname} bs=512 skip=@var{Bs} count=@var{N}}
10000 @end smallexample
10001
10002 @noindent
10003 where @var{archive} is the archive name, @var{hname} is a name of the
10004 file to store the extended header in, @var{Bs} and @var{N} are
10005 computed in previous steps.
10006
10007 In our example, this command will be
10008
10009 @smallexample
10010 $ @kbd{dd if=arc.tar of=xhdr bs=512 skip=56 count=7}
10011 @end smallexample
10012 @end enumerate
10013
10014 Finally, you can expand the condensed file, using the obtained header:
10015
10016 @smallexample
10017 @group
10018 $ @kbd{xsparse -v -x xhdr GNUSparseFile.6058/sparsefile}
10019 Reading extended header file
10020 Found variable GNU.sparse.size = 217481216
10021 Found variable GNU.sparse.numblocks = 208
10022 Found variable GNU.sparse.name = sparsefile
10023 Found variable GNU.sparse.map = 0,2048,1050624,2048,@dots{}
10024 Expanding file `GNUSparseFile.28124/sparsefile' to `sparsefile'
10025 Done
10026 @end group
10027 @end smallexample
10028
10029 @node cpio
10030 @section Comparison of @command{tar} and @command{cpio}
10031 @UNREVISED
10032
10033 @FIXME{Reorganize the following material}
10034
10035 The @command{cpio} archive formats, like @command{tar}, do have maximum
10036 file name lengths. The binary and old @acronym{ASCII} formats have a maximum file
10037 length of 256, and the new @acronym{ASCII} and @acronym{CRC ASCII} formats have a max
10038 file length of 1024. @acronym{GNU} @command{cpio} can read and write archives
10039 with arbitrary file name lengths, but other @command{cpio} implementations
10040 may crash unexplainedly trying to read them.
10041
10042 @command{tar} handles symbolic links in the form in which it comes in @acronym{BSD};
10043 @command{cpio} doesn't handle symbolic links in the form in which it comes
10044 in System V prior to SVR4, and some vendors may have added symlinks
10045 to their system without enhancing @command{cpio} to know about them.
10046 Others may have enhanced it in a way other than the way I did it
10047 at Sun, and which was adopted by AT&T (and which is, I think, also
10048 present in the @command{cpio} that Berkeley picked up from AT&T and put
10049 into a later @acronym{BSD} release---I think I gave them my changes).
10050
10051 (SVR4 does some funny stuff with @command{tar}; basically, its @command{cpio}
10052 can handle @command{tar} format input, and write it on output, and it
10053 probably handles symbolic links. They may not have bothered doing
10054 anything to enhance @command{tar} as a result.)
10055
10056 @command{cpio} handles special files; traditional @command{tar} doesn't.
10057
10058 @command{tar} comes with V7, System III, System V, and @acronym{BSD} source;
10059 @command{cpio} comes only with System III, System V, and later @acronym{BSD}
10060 (4.3-tahoe and later).
10061
10062 @command{tar}'s way of handling multiple hard links to a file can handle
10063 file systems that support 32-bit i-numbers (e.g., the @acronym{BSD} file system);
10064 @command{cpio}s way requires you to play some games (in its ``binary''
10065 format, i-numbers are only 16 bits, and in its ``portable @acronym{ASCII}'' format,
10066 they're 18 bits---it would have to play games with the "file system @acronym{ID}"
10067 field of the header to make sure that the file system @acronym{ID}/i-number pairs
10068 of different files were always different), and I don't know which
10069 @command{cpio}s, if any, play those games. Those that don't might get
10070 confused and think two files are the same file when they're not, and
10071 make hard links between them.
10072
10073 @command{tar}s way of handling multiple hard links to a file places only
10074 one copy of the link on the tape, but the name attached to that copy
10075 is the @emph{only} one you can use to retrieve the file; @command{cpio}s
10076 way puts one copy for every link, but you can retrieve it using any
10077 of the names.
10078
10079 @quotation
10080 What type of check sum (if any) is used, and how is this calculated.
10081 @end quotation
10082
10083 See the attached manual pages for @command{tar} and @command{cpio} format.
10084 @command{tar} uses a checksum which is the sum of all the bytes in the
10085 @command{tar} header for a file; @command{cpio} uses no checksum.
10086
10087 @quotation
10088 If anyone knows why @command{cpio} was made when @command{tar} was present
10089 at the unix scene,
10090 @end quotation
10091
10092 It wasn't. @command{cpio} first showed up in PWB/UNIX 1.0; no
10093 generally-available version of UNIX had @command{tar} at the time. I don't
10094 know whether any version that was generally available @emph{within AT&T}
10095 had @command{tar}, or, if so, whether the people within AT&T who did
10096 @command{cpio} knew about it.
10097
10098 On restore, if there is a corruption on a tape @command{tar} will stop at
10099 that point, while @command{cpio} will skip over it and try to restore the
10100 rest of the files.
10101
10102 The main difference is just in the command syntax and header format.
10103
10104 @command{tar} is a little more tape-oriented in that everything is blocked
10105 to start on a record boundary.
10106
10107 @quotation
10108 Is there any differences between the ability to recover crashed
10109 archives between the two of them. (Is there any chance of recovering
10110 crashed archives at all.)
10111 @end quotation
10112
10113 Theoretically it should be easier under @command{tar} since the blocking
10114 lets you find a header with some variation of @samp{dd skip=@var{nn}}.
10115 However, modern @command{cpio}'s and variations have an option to just
10116 search for the next file header after an error with a reasonable chance
10117 of resyncing. However, lots of tape driver software won't allow you to
10118 continue past a media error which should be the only reason for getting
10119 out of sync unless a file changed sizes while you were writing the
10120 archive.
10121
10122 @quotation
10123 If anyone knows why @command{cpio} was made when @command{tar} was present
10124 at the unix scene, please tell me about this too.
10125 @end quotation
10126
10127 Probably because it is more media efficient (by not blocking everything
10128 and using only the space needed for the headers where @command{tar}
10129 always uses 512 bytes per file header) and it knows how to archive
10130 special files.
10131
10132 You might want to look at the freely available alternatives. The
10133 major ones are @command{afio}, @GNUTAR{}, and
10134 @command{pax}, each of which have their own extensions with some
10135 backwards compatibility.
10136
10137 Sparse files were @command{tar}red as sparse files (which you can
10138 easily test, because the resulting archive gets smaller, and
10139 @acronym{GNU} @command{cpio} can no longer read it).
10140
10141 @node Media
10142 @chapter Tapes and Other Archive Media
10143 @UNREVISED
10144
10145 A few special cases about tape handling warrant more detailed
10146 description. These special cases are discussed below.
10147
10148 Many complexities surround the use of @command{tar} on tape drives. Since
10149 the creation and manipulation of archives located on magnetic tape was
10150 the original purpose of @command{tar}, it contains many features making
10151 such manipulation easier.
10152
10153 Archives are usually written on dismountable media---tape cartridges,
10154 mag tapes, or floppy disks.
10155
10156 The amount of data a tape or disk holds depends not only on its size,
10157 but also on how it is formatted. A 2400 foot long reel of mag tape
10158 holds 40 megabytes of data when formatted at 1600 bits per inch. The
10159 physically smaller EXABYTE tape cartridge holds 2.3 gigabytes.
10160
10161 Magnetic media are re-usable---once the archive on a tape is no longer
10162 needed, the archive can be erased and the tape or disk used over.
10163 Media quality does deteriorate with use, however. Most tapes or disks
10164 should be discarded when they begin to produce data errors. EXABYTE
10165 tape cartridges should be discarded when they generate an @dfn{error
10166 count} (number of non-usable bits) of more than 10k.
10167
10168 Magnetic media are written and erased using magnetic fields, and
10169 should be protected from such fields to avoid damage to stored data.
10170 Sticking a floppy disk to a filing cabinet using a magnet is probably
10171 not a good idea.
10172
10173 @menu
10174 * Device:: Device selection and switching
10175 * Remote Tape Server::
10176 * Common Problems and Solutions::
10177 * Blocking:: Blocking
10178 * Many:: Many archives on one tape
10179 * Using Multiple Tapes:: Using Multiple Tapes
10180 * label:: Including a Label in the Archive
10181 * verify::
10182 * Write Protection::
10183 @end menu
10184
10185 @node Device
10186 @section Device Selection and Switching
10187 @UNREVISED
10188
10189 @table @option
10190 @item -f [@var{hostname}:]@var{file}
10191 @itemx --file=[@var{hostname}:]@var{file}
10192 Use archive file or device @var{file} on @var{hostname}.
10193 @end table
10194
10195 This option is used to specify the file name of the archive @command{tar}
10196 works on.
10197
10198 If the file name is @samp{-}, @command{tar} reads the archive from standard
10199 input (when listing or extracting), or writes it to standard output
10200 (when creating). If the @samp{-} file name is given when updating an
10201 archive, @command{tar} will read the original archive from its standard
10202 input, and will write the entire new archive to its standard output.
10203
10204 If the file name contains a @samp{:}, it is interpreted as
10205 @samp{hostname:file name}. If the @var{hostname} contains an @dfn{at}
10206 sign (@samp{@@}), it is treated as @samp{user@@hostname:file name}. In
10207 either case, @command{tar} will invoke the command @command{rsh} (or
10208 @command{remsh}) to start up an @command{/usr/libexec/rmt} on the remote
10209 machine. If you give an alternate login name, it will be given to the
10210 @command{rsh}.
10211 Naturally, the remote machine must have an executable
10212 @command{/usr/libexec/rmt}. This program is free software from the
10213 University of California, and a copy of the source code can be found
10214 with the sources for @command{tar}; it's compiled and installed by default.
10215 The exact path to this utility is determined when configuring the package.
10216 It is @file{@var{prefix}/libexec/rmt}, where @var{prefix} stands for
10217 your installation prefix. This location may also be overridden at
10218 runtime by using the @option{--rmt-command=@var{command}} option (@xref{Option Summary,
10219 ---rmt-command}, for detailed description of this option. @xref{Remote
10220 Tape Server}, for the description of @command{rmt} command).
10221
10222 If this option is not given, but the environment variable @env{TAPE}
10223 is set, its value is used; otherwise, old versions of @command{tar}
10224 used a default archive name (which was picked when @command{tar} was
10225 compiled). The default is normally set up to be the @dfn{first} tape
10226 drive or other transportable I/O medium on the system.
10227
10228 Starting with version 1.11.5, @GNUTAR{} uses
10229 standard input and standard output as the default device, and I will
10230 not try anymore supporting automatic device detection at installation
10231 time. This was failing really in too many cases, it was hopeless.
10232 This is now completely left to the installer to override standard
10233 input and standard output for default device, if this seems
10234 preferable. Further, I think @emph{most} actual usages of
10235 @command{tar} are done with pipes or disks, not really tapes,
10236 cartridges or diskettes.
10237
10238 Some users think that using standard input and output is running
10239 after trouble. This could lead to a nasty surprise on your screen if
10240 you forget to specify an output file name---especially if you are going
10241 through a network or terminal server capable of buffering large amounts
10242 of output. We had so many bug reports in that area of configuring
10243 default tapes automatically, and so many contradicting requests, that
10244 we finally consider the problem to be portably intractable. We could
10245 of course use something like @samp{/dev/tape} as a default, but this
10246 is @emph{also} running after various kind of trouble, going from hung
10247 processes to accidental destruction of real tapes. After having seen
10248 all this mess, using standard input and output as a default really
10249 sounds like the only clean choice left, and a very useful one too.
10250
10251 @GNUTAR{} reads and writes archive in records, I
10252 suspect this is the main reason why block devices are preferred over
10253 character devices. Most probably, block devices are more efficient
10254 too. The installer could also check for @samp{DEFTAPE} in
10255 @file{<sys/mtio.h>}.
10256
10257 @table @option
10258 @xopindex{force-local, short description}
10259 @item --force-local
10260 Archive file is local even if it contains a colon.
10261
10262 @opindex rsh-command
10263 @item --rsh-command=@var{command}
10264 Use remote @var{command} instead of @command{rsh}. This option exists
10265 so that people who use something other than the standard @command{rsh}
10266 (e.g., a Kerberized @command{rsh}) can access a remote device.
10267
10268 When this command is not used, the shell command found when
10269 the @command{tar} program was installed is used instead. This is
10270 the first found of @file{/usr/ucb/rsh}, @file{/usr/bin/remsh},
10271 @file{/usr/bin/rsh}, @file{/usr/bsd/rsh} or @file{/usr/bin/nsh}.
10272 The installer may have overridden this by defining the environment
10273 variable @env{RSH} @emph{at installation time}.
10274
10275 @item -[0-7][lmh]
10276 Specify drive and density.
10277
10278 @xopindex{multi-volume, short description}
10279 @item -M
10280 @itemx --multi-volume
10281 Create/list/extract multi-volume archive.
10282
10283 This option causes @command{tar} to write a @dfn{multi-volume} archive---one
10284 that may be larger than will fit on the medium used to hold it.
10285 @xref{Multi-Volume Archives}.
10286
10287 @xopindex{tape-length, short description}
10288 @item -L @var{num}
10289 @itemx --tape-length=@var{num}
10290 Change tape after writing @var{num} x 1024 bytes.
10291
10292 This option might be useful when your tape drivers do not properly
10293 detect end of physical tapes. By being slightly conservative on the
10294 maximum tape length, you might avoid the problem entirely.
10295
10296 @xopindex{info-script, short description}
10297 @xopindex{new-volume-script, short description}
10298 @item -F @var{file}
10299 @itemx --info-script=@var{file}
10300 @itemx --new-volume-script=@var{file}
10301 Execute @file{file} at end of each tape. This implies
10302 @option{--multi-volume} (@option{-M}). @xref{info-script}, for a detailed
10303 description of this option.
10304 @end table
10305
10306 @node Remote Tape Server
10307 @section Remote Tape Server
10308
10309 @cindex remote tape drive
10310 @pindex rmt
10311 In order to access the tape drive on a remote machine, @command{tar}
10312 uses the remote tape server written at the University of California at
10313 Berkeley. The remote tape server must be installed as
10314 @file{@var{prefix}/libexec/rmt} on any machine whose tape drive you
10315 want to use. @command{tar} calls @command{rmt} by running an
10316 @command{rsh} or @command{remsh} to the remote machine, optionally
10317 using a different login name if one is supplied.
10318
10319 A copy of the source for the remote tape server is provided. It is
10320 Copyright @copyright{} 1983 by the Regents of the University of
10321 California, but can be freely distributed. It is compiled and
10322 installed by default.
10323
10324 @cindex absolute file names
10325 Unless you use the @option{--absolute-names} (@option{-P}) option,
10326 @GNUTAR{} will not allow you to create an archive that contains
10327 absolute file names (a file name beginning with @samp{/}.) If you try,
10328 @command{tar} will automatically remove the leading @samp{/} from the
10329 file names it stores in the archive. It will also type a warning
10330 message telling you what it is doing.
10331
10332 When reading an archive that was created with a different
10333 @command{tar} program, @GNUTAR{} automatically
10334 extracts entries in the archive which have absolute file names as if
10335 the file names were not absolute. This is an important feature. A
10336 visitor here once gave a @command{tar} tape to an operator to restore;
10337 the operator used Sun @command{tar} instead of @GNUTAR{},
10338 and the result was that it replaced large portions of
10339 our @file{/bin} and friends with versions from the tape; needless to
10340 say, we were unhappy about having to recover the file system from
10341 backup tapes.
10342
10343 For example, if the archive contained a file @file{/usr/bin/computoy},
10344 @GNUTAR{} would extract the file to @file{usr/bin/computoy},
10345 relative to the current directory. If you want to extract the files in
10346 an archive to the same absolute names that they had when the archive
10347 was created, you should do a @samp{cd /} before extracting the files
10348 from the archive, or you should either use the @option{--absolute-names}
10349 option, or use the command @samp{tar -C / @dots{}}.
10350
10351 @cindex Ultrix 3.1 and write failure
10352 Some versions of Unix (Ultrix 3.1 is known to have this problem),
10353 can claim that a short write near the end of a tape succeeded,
10354 when it actually failed. This will result in the -M option not
10355 working correctly. The best workaround at the moment is to use a
10356 significantly larger blocking factor than the default 20.
10357
10358 In order to update an archive, @command{tar} must be able to backspace the
10359 archive in order to reread or rewrite a record that was just read (or
10360 written). This is currently possible only on two kinds of files: normal
10361 disk files (or any other file that can be backspaced with @samp{lseek}),
10362 and industry-standard 9-track magnetic tape (or any other kind of tape
10363 that can be backspaced with the @code{MTIOCTOP} @code{ioctl}).
10364
10365 This means that the @option{--append}, @option{--concatenate}, and
10366 @option{--delete} commands will not work on any other kind of file.
10367 Some media simply cannot be backspaced, which means these commands and
10368 options will never be able to work on them. These non-backspacing
10369 media include pipes and cartridge tape drives.
10370
10371 Some other media can be backspaced, and @command{tar} will work on them
10372 once @command{tar} is modified to do so.
10373
10374 Archives created with the @option{--multi-volume}, @option{--label}, and
10375 @option{--incremental} (@option{-G}) options may not be readable by other version
10376 of @command{tar}. In particular, restoring a file that was split over
10377 a volume boundary will require some careful work with @command{dd}, if
10378 it can be done at all. Other versions of @command{tar} may also create
10379 an empty file whose name is that of the volume header. Some versions
10380 of @command{tar} may create normal files instead of directories archived
10381 with the @option{--incremental} (@option{-G}) option.
10382
10383 @node Common Problems and Solutions
10384 @section Some Common Problems and their Solutions
10385
10386 @ifclear PUBLISH
10387
10388 @format
10389 errors from system:
10390 permission denied
10391 no such file or directory
10392 not owner
10393
10394 errors from @command{tar}:
10395 directory checksum error
10396 header format error
10397
10398 errors from media/system:
10399 i/o error
10400 device busy
10401 @end format
10402
10403 @end ifclear
10404
10405 @node Blocking
10406 @section Blocking
10407 @cindex block
10408 @cindex record
10409
10410 @dfn{Block} and @dfn{record} terminology is rather confused, and it
10411 is also confusing to the expert reader. On the other hand, readers
10412 who are new to the field have a fresh mind, and they may safely skip
10413 the next two paragraphs, as the remainder of this manual uses those
10414 two terms in a quite consistent way.
10415
10416 John Gilmore, the writer of the public domain @command{tar} from which
10417 @GNUTAR{} was originally derived, wrote (June 1995):
10418
10419 @quotation
10420 The nomenclature of tape drives comes from IBM, where I believe
10421 they were invented for the IBM 650 or so. On IBM mainframes, what
10422 is recorded on tape are tape blocks. The logical organization of
10423 data is into records. There are various ways of putting records into
10424 blocks, including @code{F} (fixed sized records), @code{V} (variable
10425 sized records), @code{FB} (fixed blocked: fixed size records, @var{n}
10426 to a block), @code{VB} (variable size records, @var{n} to a block),
10427 @code{VSB} (variable spanned blocked: variable sized records that can
10428 occupy more than one block), etc. The @code{JCL} @samp{DD RECFORM=}
10429 parameter specified this to the operating system.
10430
10431 The Unix man page on @command{tar} was totally confused about this.
10432 When I wrote @code{PD TAR}, I used the historically correct terminology
10433 (@command{tar} writes data records, which are grouped into blocks).
10434 It appears that the bogus terminology made it into @acronym{POSIX} (no surprise
10435 here), and now Fran@,{c}ois has migrated that terminology back
10436 into the source code too.
10437 @end quotation
10438
10439 The term @dfn{physical block} means the basic transfer chunk from or
10440 to a device, after which reading or writing may stop without anything
10441 being lost. In this manual, the term @dfn{block} usually refers to
10442 a disk physical block, @emph{assuming} that each disk block is 512
10443 bytes in length. It is true that some disk devices have different
10444 physical blocks, but @command{tar} ignore these differences in its own
10445 format, which is meant to be portable, so a @command{tar} block is always
10446 512 bytes in length, and @dfn{block} always mean a @command{tar} block.
10447 The term @dfn{logical block} often represents the basic chunk of
10448 allocation of many disk blocks as a single entity, which the operating
10449 system treats somewhat atomically; this concept is only barely used
10450 in @GNUTAR{}.
10451
10452 The term @dfn{physical record} is another way to speak of a physical
10453 block, those two terms are somewhat interchangeable. In this manual,
10454 the term @dfn{record} usually refers to a tape physical block,
10455 @emph{assuming} that the @command{tar} archive is kept on magnetic tape.
10456 It is true that archives may be put on disk or used with pipes,
10457 but nevertheless, @command{tar} tries to read and write the archive one
10458 @dfn{record} at a time, whatever the medium in use. One record is made
10459 up of an integral number of blocks, and this operation of putting many
10460 disk blocks into a single tape block is called @dfn{reblocking}, or
10461 more simply, @dfn{blocking}. The term @dfn{logical record} refers to
10462 the logical organization of many characters into something meaningful
10463 to the application. The term @dfn{unit record} describes a small set
10464 of characters which are transmitted whole to or by the application,
10465 and often refers to a line of text. Those two last terms are unrelated
10466 to what we call a @dfn{record} in @GNUTAR{}.
10467
10468 When writing to tapes, @command{tar} writes the contents of the archive
10469 in chunks known as @dfn{records}. To change the default blocking
10470 factor, use the @option{--blocking-factor=@var{512-size}} (@option{-b
10471 @var{512-size}}) option. Each record will then be composed of
10472 @var{512-size} blocks. (Each @command{tar} block is 512 bytes.
10473 @xref{Standard}.) Each file written to the archive uses at least one
10474 full record. As a result, using a larger record size can result in
10475 more wasted space for small files. On the other hand, a larger record
10476 size can often be read and written much more efficiently.
10477
10478 Further complicating the problem is that some tape drives ignore the
10479 blocking entirely. For these, a larger record size can still improve
10480 performance (because the software layers above the tape drive still
10481 honor the blocking), but not as dramatically as on tape drives that
10482 honor blocking.
10483
10484 When reading an archive, @command{tar} can usually figure out the
10485 record size on itself. When this is the case, and a non-standard
10486 record size was used when the archive was created, @command{tar} will
10487 print a message about a non-standard blocking factor, and then operate
10488 normally. On some tape devices, however, @command{tar} cannot figure
10489 out the record size itself. On most of those, you can specify a
10490 blocking factor (with @option{--blocking-factor}) larger than the
10491 actual blocking factor, and then use the @option{--read-full-records}
10492 (@option{-B}) option. (If you specify a blocking factor with
10493 @option{--blocking-factor} and don't use the
10494 @option{--read-full-records} option, then @command{tar} will not
10495 attempt to figure out the recording size itself.) On some devices,
10496 you must always specify the record size exactly with
10497 @option{--blocking-factor} when reading, because @command{tar} cannot
10498 figure it out. In any case, use @option{--list} (@option{-t}) before
10499 doing any extractions to see whether @command{tar} is reading the archive
10500 correctly.
10501
10502 @command{tar} blocks are all fixed size (512 bytes), and its scheme for
10503 putting them into records is to put a whole number of them (one or
10504 more) into each record. @command{tar} records are all the same size;
10505 at the end of the file there's a block containing all zeros, which
10506 is how you tell that the remainder of the last record(s) are garbage.
10507
10508 In a standard @command{tar} file (no options), the block size is 512
10509 and the record size is 10240, for a blocking factor of 20. What the
10510 @option{--blocking-factor} option does is sets the blocking factor,
10511 changing the record size while leaving the block size at 512 bytes.
10512 20 was fine for ancient 800 or 1600 bpi reel-to-reel tape drives;
10513 most tape drives these days prefer much bigger records in order to
10514 stream and not waste tape. When writing tapes for myself, some tend
10515 to use a factor of the order of 2048, say, giving a record size of
10516 around one megabyte.
10517
10518 If you use a blocking factor larger than 20, older @command{tar}
10519 programs might not be able to read the archive, so we recommend this
10520 as a limit to use in practice. @GNUTAR{}, however,
10521 will support arbitrarily large record sizes, limited only by the
10522 amount of virtual memory or the physical characteristics of the tape
10523 device.
10524
10525 @menu
10526 * Format Variations:: Format Variations
10527 * Blocking Factor:: The Blocking Factor of an Archive
10528 @end menu
10529
10530 @node Format Variations
10531 @subsection Format Variations
10532 @cindex Format Parameters
10533 @cindex Format Options
10534 @cindex Options, archive format specifying
10535 @cindex Options, format specifying
10536 @UNREVISED
10537
10538 Format parameters specify how an archive is written on the archive
10539 media. The best choice of format parameters will vary depending on
10540 the type and number of files being archived, and on the media used to
10541 store the archive.
10542
10543 To specify format parameters when accessing or creating an archive,
10544 you can use the options described in the following sections.
10545 If you do not specify any format parameters, @command{tar} uses
10546 default parameters. You cannot modify a compressed archive.
10547 If you create an archive with the @option{--blocking-factor} option
10548 specified (@pxref{Blocking Factor}), you must specify that
10549 blocking-factor when operating on the archive. @xref{Formats}, for other
10550 examples of format parameter considerations.
10551
10552 @node Blocking Factor
10553 @subsection The Blocking Factor of an Archive
10554 @cindex Blocking Factor
10555 @cindex Record Size
10556 @cindex Number of blocks per record
10557 @cindex Number of bytes per record
10558 @cindex Bytes per record
10559 @cindex Blocks per record
10560 @UNREVISED
10561
10562 @opindex blocking-factor
10563 The data in an archive is grouped into blocks, which are 512 bytes.
10564 Blocks are read and written in whole number multiples called
10565 @dfn{records}. The number of blocks in a record (i.e., the size of a
10566 record in units of 512 bytes) is called the @dfn{blocking factor}.
10567 The @option{--blocking-factor=@var{512-size}} (@option{-b
10568 @var{512-size}}) option specifies the blocking factor of an archive.
10569 The default blocking factor is typically 20 (i.e., 10240 bytes), but
10570 can be specified at installation. To find out the blocking factor of
10571 an existing archive, use @samp{tar --list --file=@var{archive-name}}.
10572 This may not work on some devices.
10573
10574 Records are separated by gaps, which waste space on the archive media.
10575 If you are archiving on magnetic tape, using a larger blocking factor
10576 (and therefore larger records) provides faster throughput and allows you
10577 to fit more data on a tape (because there are fewer gaps). If you are
10578 archiving on cartridge, a very large blocking factor (say 126 or more)
10579 greatly increases performance. A smaller blocking factor, on the other
10580 hand, may be useful when archiving small files, to avoid archiving lots
10581 of nulls as @command{tar} fills out the archive to the end of the record.
10582 In general, the ideal record size depends on the size of the
10583 inter-record gaps on the tape you are using, and the average size of the
10584 files you are archiving. @xref{create}, for information on
10585 writing archives.
10586
10587 @FIXME{Need example of using a cartridge with blocking factor=126 or more.}
10588
10589 Archives with blocking factors larger than 20 cannot be read
10590 by very old versions of @command{tar}, or by some newer versions
10591 of @command{tar} running on old machines with small address spaces.
10592 With @GNUTAR{}, the blocking factor of an archive is limited
10593 only by the maximum record size of the device containing the archive,
10594 or by the amount of available virtual memory.
10595
10596 Also, on some systems, not using adequate blocking factors, as sometimes
10597 imposed by the device drivers, may yield unexpected diagnostics. For
10598 example, this has been reported:
10599
10600 @smallexample
10601 Cannot write to /dev/dlt: Invalid argument
10602 @end smallexample
10603
10604 @noindent
10605 In such cases, it sometimes happen that the @command{tar} bundled by
10606 the system is aware of block size idiosyncrasies, while @GNUTAR{}
10607 requires an explicit specification for the block size,
10608 which it cannot guess. This yields some people to consider
10609 @GNUTAR{} is misbehaving, because by comparison,
10610 @cite{the bundle @command{tar} works OK}. Adding @w{@kbd{-b 256}},
10611 for example, might resolve the problem.
10612
10613 If you use a non-default blocking factor when you create an archive, you
10614 must specify the same blocking factor when you modify that archive. Some
10615 archive devices will also require you to specify the blocking factor when
10616 reading that archive, however this is not typically the case. Usually, you
10617 can use @option{--list} (@option{-t}) without specifying a blocking factor---@command{tar}
10618 reports a non-default record size and then lists the archive members as
10619 it would normally. To extract files from an archive with a non-standard
10620 blocking factor (particularly if you're not sure what the blocking factor
10621 is), you can usually use the @option{--read-full-records} (@option{-B}) option while
10622 specifying a blocking factor larger then the blocking factor of the archive
10623 (i.e., @samp{tar --extract --read-full-records --blocking-factor=300}).
10624 @xref{list}, for more information on the @option{--list} (@option{-t})
10625 operation. @xref{Reading}, for a more detailed explanation of that option.
10626
10627 @table @option
10628 @item --blocking-factor=@var{number}
10629 @itemx -b @var{number}
10630 Specifies the blocking factor of an archive. Can be used with any
10631 operation, but is usually not necessary with @option{--list} (@option{-t}).
10632 @end table
10633
10634 Device blocking
10635
10636 @table @option
10637 @item -b @var{blocks}
10638 @itemx --blocking-factor=@var{blocks}
10639 Set record size to @math{@var{blocks}*512} bytes.
10640
10641 This option is used to specify a @dfn{blocking factor} for the archive.
10642 When reading or writing the archive, @command{tar}, will do reads and writes
10643 of the archive in records of @math{@var{block}*512} bytes. This is true
10644 even when the archive is compressed. Some devices requires that all
10645 write operations be a multiple of a certain size, and so, @command{tar}
10646 pads the archive out to the next record boundary.
10647
10648 The default blocking factor is set when @command{tar} is compiled, and is
10649 typically 20. Blocking factors larger than 20 cannot be read by very
10650 old versions of @command{tar}, or by some newer versions of @command{tar}
10651 running on old machines with small address spaces.
10652
10653 With a magnetic tape, larger records give faster throughput and fit
10654 more data on a tape (because there are fewer inter-record gaps).
10655 If the archive is in a disk file or a pipe, you may want to specify
10656 a smaller blocking factor, since a large one will result in a large
10657 number of null bytes at the end of the archive.
10658
10659 When writing cartridge or other streaming tapes, a much larger
10660 blocking factor (say 126 or more) will greatly increase performance.
10661 However, you must specify the same blocking factor when reading or
10662 updating the archive.
10663
10664 Apparently, Exabyte drives have a physical block size of 8K bytes.
10665 If we choose our blocksize as a multiple of 8k bytes, then the problem
10666 seems to disappear. Id est, we are using block size of 112 right
10667 now, and we haven't had the problem since we switched@dots{}
10668
10669 With @GNUTAR{} the blocking factor is limited only
10670 by the maximum record size of the device containing the archive, or by
10671 the amount of available virtual memory.
10672
10673 However, deblocking or reblocking is virtually avoided in a special
10674 case which often occurs in practice, but which requires all the
10675 following conditions to be simultaneously true:
10676 @itemize @bullet
10677 @item
10678 the archive is subject to a compression option,
10679 @item
10680 the archive is not handled through standard input or output, nor
10681 redirected nor piped,
10682 @item
10683 the archive is directly handled to a local disk, instead of any special
10684 device,
10685 @item
10686 @option{--blocking-factor} is not explicitly specified on the @command{tar}
10687 invocation.
10688 @end itemize
10689
10690 If the output goes directly to a local disk, and not through
10691 stdout, then the last write is not extended to a full record size.
10692 Otherwise, reblocking occurs. Here are a few other remarks on this
10693 topic:
10694
10695 @itemize @bullet
10696
10697 @item
10698 @command{gzip} will complain about trailing garbage if asked to
10699 uncompress a compressed archive on tape, there is an option to turn
10700 the message off, but it breaks the regularity of simply having to use
10701 @samp{@var{prog} -d} for decompression. It would be nice if gzip was
10702 silently ignoring any number of trailing zeros. I'll ask Jean-loup
10703 Gailly, by sending a copy of this message to him.
10704
10705 @item
10706 @command{compress} does not show this problem, but as Jean-loup pointed
10707 out to Michael, @samp{compress -d} silently adds garbage after
10708 the result of decompression, which tar ignores because it already
10709 recognized its end-of-file indicator. So this bug may be safely
10710 ignored.
10711
10712 @item
10713 @samp{gzip -d -q} will be silent about the trailing zeros indeed,
10714 but will still return an exit status of 2 which tar reports in turn.
10715 @command{tar} might ignore the exit status returned, but I hate doing
10716 that, as it weakens the protection @command{tar} offers users against
10717 other possible problems at decompression time. If @command{gzip} was
10718 silently skipping trailing zeros @emph{and} also avoiding setting the
10719 exit status in this innocuous case, that would solve this situation.
10720
10721 @item
10722 @command{tar} should become more solid at not stopping to read a pipe at
10723 the first null block encountered. This inelegantly breaks the pipe.
10724 @command{tar} should rather drain the pipe out before exiting itself.
10725 @end itemize
10726
10727 @xopindex{ignore-zeros, short description}
10728 @item -i
10729 @itemx --ignore-zeros
10730 Ignore blocks of zeros in archive (means EOF).
10731
10732 The @option{--ignore-zeros} (@option{-i}) option causes @command{tar} to ignore blocks
10733 of zeros in the archive. Normally a block of zeros indicates the
10734 end of the archive, but when reading a damaged archive, or one which
10735 was created by concatenating several archives together, this option
10736 allows @command{tar} to read the entire archive. This option is not on
10737 by default because many versions of @command{tar} write garbage after
10738 the zeroed blocks.
10739
10740 Note that this option causes @command{tar} to read to the end of the
10741 archive file, which may sometimes avoid problems when multiple files
10742 are stored on a single physical tape.
10743
10744 @xopindex{read-full-records, short description}
10745 @item -B
10746 @itemx --read-full-records
10747 Reblock as we read (for reading 4.2@acronym{BSD} pipes).
10748
10749 If @option{--read-full-records} is used, @command{tar}
10750 will not panic if an attempt to read a record from the archive does
10751 not return a full record. Instead, @command{tar} will keep reading
10752 until it has obtained a full
10753 record.
10754
10755 This option is turned on by default when @command{tar} is reading
10756 an archive from standard input, or from a remote machine. This is
10757 because on @acronym{BSD} Unix systems, a read of a pipe will return however
10758 much happens to be in the pipe, even if it is less than @command{tar}
10759 requested. If this option was not used, @command{tar} would fail as
10760 soon as it read an incomplete record from the pipe.
10761
10762 This option is also useful with the commands for updating an archive.
10763
10764 @end table
10765
10766 Tape blocking
10767
10768 @FIXME{Appropriate options should be moved here from elsewhere.}
10769
10770 @cindex blocking factor
10771 @cindex tape blocking
10772
10773 When handling various tapes or cartridges, you have to take care of
10774 selecting a proper blocking, that is, the number of disk blocks you
10775 put together as a single tape block on the tape, without intervening
10776 tape gaps. A @dfn{tape gap} is a small landing area on the tape
10777 with no information on it, used for decelerating the tape to a
10778 full stop, and for later regaining the reading or writing speed.
10779 When the tape driver starts reading a record, the record has to
10780 be read whole without stopping, as a tape gap is needed to stop the
10781 tape motion without losing information.
10782
10783 @cindex Exabyte blocking
10784 @cindex DAT blocking
10785 Using higher blocking (putting more disk blocks per tape block) will use
10786 the tape more efficiently as there will be less tape gaps. But reading
10787 such tapes may be more difficult for the system, as more memory will be
10788 required to receive at once the whole record. Further, if there is a
10789 reading error on a huge record, this is less likely that the system will
10790 succeed in recovering the information. So, blocking should not be too
10791 low, nor it should be too high. @command{tar} uses by default a blocking of
10792 20 for historical reasons, and it does not really matter when reading or
10793 writing to disk. Current tape technology would easily accommodate higher
10794 blockings. Sun recommends a blocking of 126 for Exabytes and 96 for DATs.
10795 We were told that for some DLT drives, the blocking should be a multiple
10796 of 4Kb, preferably 64Kb (@w{@kbd{-b 128}}) or 256 for decent performance.
10797 Other manufacturers may use different recommendations for the same tapes.
10798 This might also depends of the buffering techniques used inside modern
10799 tape controllers. Some imposes a minimum blocking, or a maximum blocking.
10800 Others request blocking to be some exponent of two.
10801
10802 So, there is no fixed rule for blocking. But blocking at read time
10803 should ideally be the same as blocking used at write time. At one place
10804 I know, with a wide variety of equipment, they found it best to use a
10805 blocking of 32 to guarantee that their tapes are fully interchangeable.
10806
10807 I was also told that, for recycled tapes, prior erasure (by the same
10808 drive unit that will be used to create the archives) sometimes lowers
10809 the error rates observed at rewriting time.
10810
10811 I might also use @option{--number-blocks} instead of
10812 @option{--block-number}, so @option{--block} will then expand to
10813 @option{--blocking-factor} unambiguously.
10814
10815 @node Many
10816 @section Many Archives on One Tape
10817
10818 @FIXME{Appropriate options should be moved here from elsewhere.}
10819
10820 @findex ntape @r{device}
10821 Most tape devices have two entries in the @file{/dev} directory, or
10822 entries that come in pairs, which differ only in the minor number for
10823 this device. Let's take for example @file{/dev/tape}, which often
10824 points to the only or usual tape device of a given system. There might
10825 be a corresponding @file{/dev/nrtape} or @file{/dev/ntape}. The simpler
10826 name is the @emph{rewinding} version of the device, while the name
10827 having @samp{nr} in it is the @emph{no rewinding} version of the same
10828 device.
10829
10830 A rewinding tape device will bring back the tape to its beginning point
10831 automatically when this device is opened or closed. Since @command{tar}
10832 opens the archive file before using it and closes it afterwards, this
10833 means that a simple:
10834
10835 @smallexample
10836 $ @kbd{tar cf /dev/tape @var{directory}}
10837 @end smallexample
10838
10839 @noindent
10840 will reposition the tape to its beginning both prior and after saving
10841 @var{directory} contents to it, thus erasing prior tape contents and
10842 making it so that any subsequent write operation will destroy what has
10843 just been saved.
10844
10845 @cindex tape positioning
10846 So, a rewinding device is normally meant to hold one and only one file.
10847 If you want to put more than one @command{tar} archive on a given tape, you
10848 will need to avoid using the rewinding version of the tape device. You
10849 will also have to pay special attention to tape positioning. Errors in
10850 positioning may overwrite the valuable data already on your tape. Many
10851 people, burnt by past experiences, will only use rewinding devices and
10852 limit themselves to one file per tape, precisely to avoid the risk of
10853 such errors. Be fully aware that writing at the wrong position on a
10854 tape loses all information past this point and most probably until the
10855 end of the tape, and this destroyed information @emph{cannot} be
10856 recovered.
10857
10858 To save @var{directory-1} as a first archive at the beginning of a
10859 tape, and leave that tape ready for a second archive, you should use:
10860
10861 @smallexample
10862 $ @kbd{mt -f /dev/nrtape rewind}
10863 $ @kbd{tar cf /dev/nrtape @var{directory-1}}
10864 @end smallexample
10865
10866 @cindex tape marks
10867 @dfn{Tape marks} are special magnetic patterns written on the tape
10868 media, which are later recognizable by the reading hardware. These
10869 marks are used after each file, when there are many on a single tape.
10870 An empty file (that is to say, two tape marks in a row) signal the
10871 logical end of the tape, after which no file exist. Usually,
10872 non-rewinding tape device drivers will react to the close request issued
10873 by @command{tar} by first writing two tape marks after your archive, and by
10874 backspacing over one of these. So, if you remove the tape at that time
10875 from the tape drive, it is properly terminated. But if you write
10876 another file at the current position, the second tape mark will be
10877 erased by the new information, leaving only one tape mark between files.
10878
10879 So, you may now save @var{directory-2} as a second archive after the
10880 first on the same tape by issuing the command:
10881
10882 @smallexample
10883 $ @kbd{tar cf /dev/nrtape @var{directory-2}}
10884 @end smallexample
10885
10886 @noindent
10887 and so on for all the archives you want to put on the same tape.
10888
10889 Another usual case is that you do not write all the archives the same
10890 day, and you need to remove and store the tape between two archive
10891 sessions. In general, you must remember how many files are already
10892 saved on your tape. Suppose your tape already has 16 files on it, and
10893 that you are ready to write the 17th. You have to take care of skipping
10894 the first 16 tape marks before saving @var{directory-17}, say, by using
10895 these commands:
10896
10897 @smallexample
10898 $ @kbd{mt -f /dev/nrtape rewind}
10899 $ @kbd{mt -f /dev/nrtape fsf 16}
10900 $ @kbd{tar cf /dev/nrtape @var{directory-17}}
10901 @end smallexample
10902
10903 In all the previous examples, we put aside blocking considerations, but
10904 you should do the proper things for that as well. @xref{Blocking}.
10905
10906 @menu
10907 * Tape Positioning:: Tape Positions and Tape Marks
10908 * mt:: The @command{mt} Utility
10909 @end menu
10910
10911 @node Tape Positioning
10912 @subsection Tape Positions and Tape Marks
10913 @UNREVISED
10914
10915 Just as archives can store more than one file from the file system,
10916 tapes can store more than one archive file. To keep track of where
10917 archive files (or any other type of file stored on tape) begin and
10918 end, tape archive devices write magnetic @dfn{tape marks} on the
10919 archive media. Tape drives write one tape mark between files,
10920 two at the end of all the file entries.
10921
10922 If you think of data as a series of records "rrrr"'s, and tape marks as
10923 "*"'s, a tape might look like the following:
10924
10925 @smallexample
10926 rrrr*rrrrrr*rrrrr*rr*rrrrr**-------------------------
10927 @end smallexample
10928
10929 Tape devices read and write tapes using a read/write @dfn{tape
10930 head}---a physical part of the device which can only access one
10931 point on the tape at a time. When you use @command{tar} to read or
10932 write archive data from a tape device, the device will begin reading
10933 or writing from wherever on the tape the tape head happens to be,
10934 regardless of which archive or what part of the archive the tape
10935 head is on. Before writing an archive, you should make sure that no
10936 data on the tape will be overwritten (unless it is no longer needed).
10937 Before reading an archive, you should make sure the tape head is at
10938 the beginning of the archive you want to read. You can do it manually
10939 via @code{mt} utility (@pxref{mt}). The @code{restore} script does
10940 that automatically (@pxref{Scripted Restoration}).
10941
10942 If you want to add new archive file entries to a tape, you should
10943 advance the tape to the end of the existing file entries, backspace
10944 over the last tape mark, and write the new archive file. If you were
10945 to add two archives to the example above, the tape might look like the
10946 following:
10947
10948 @smallexample
10949 rrrr*rrrrrr*rrrrr*rr*rrrrr*rrr*rrrr**----------------
10950 @end smallexample
10951
10952 @node mt
10953 @subsection The @command{mt} Utility
10954 @UNREVISED
10955
10956 @FIXME{Is it true that this only works on non-block devices?
10957 should explain the difference, (fixed or variable).}
10958 @xref{Blocking Factor}.
10959
10960 You can use the @command{mt} utility to advance or rewind a tape past a
10961 specified number of archive files on the tape. This will allow you
10962 to move to the beginning of an archive before extracting or reading
10963 it, or to the end of all the archives before writing a new one.
10964 @FIXME{Why isn't there an "advance 'til you find two tape marks
10965 together"?}
10966
10967 The syntax of the @command{mt} command is:
10968
10969 @smallexample
10970 @kbd{mt [-f @var{tapename}] @var{operation} [@var{number}]}
10971 @end smallexample
10972
10973 where @var{tapename} is the name of the tape device, @var{number} is
10974 the number of times an operation is performed (with a default of one),
10975 and @var{operation} is one of the following:
10976
10977 @FIXME{is there any use for record operations?}
10978
10979 @table @option
10980 @item eof
10981 @itemx weof
10982 Writes @var{number} tape marks at the current position on the tape.
10983
10984 @item fsf
10985 Moves tape position forward @var{number} files.
10986
10987 @item bsf
10988 Moves tape position back @var{number} files.
10989
10990 @item rewind
10991 Rewinds the tape. (Ignores @var{number}.)
10992
10993 @item offline
10994 @itemx rewoff1
10995 Rewinds the tape and takes the tape device off-line. (Ignores @var{number}.)
10996
10997 @item status
10998 Prints status information about the tape unit.
10999
11000 @end table
11001
11002 If you don't specify a @var{tapename}, @command{mt} uses the environment
11003 variable @env{TAPE}; if @env{TAPE} is not set, @command{mt} will use
11004 the default device specified in your @file{sys/mtio.h} file
11005 (@code{DEFTAPE} variable). If this is not defined, the program will
11006 display a descriptive error message and exit with code 1.
11007
11008 @command{mt} returns a 0 exit status when the operation(s) were
11009 successful, 1 if the command was unrecognized, and 2 if an operation
11010 failed.
11011
11012 @node Using Multiple Tapes
11013 @section Using Multiple Tapes
11014
11015 Often you might want to write a large archive, one larger than will fit
11016 on the actual tape you are using. In such a case, you can run multiple
11017 @command{tar} commands, but this can be inconvenient, particularly if you
11018 are using options like @option{--exclude=@var{pattern}} or dumping entire file systems.
11019 Therefore, @command{tar} provides a special mode for creating
11020 multi-volume archives.
11021
11022 @dfn{Multi-volume} archive is a single @command{tar} archive, stored
11023 on several media volumes of fixed size. Although in this section we will
11024 often call @samp{volume} a @dfn{tape}, there is absolutely no
11025 requirement for multi-volume archives to be stored on tapes. Instead,
11026 they can use whatever media type the user finds convenient, they can
11027 even be located on files.
11028
11029 When creating a multi-volume archive, @GNUTAR{} continues to fill
11030 current volume until it runs out of space, then it switches to
11031 next volume (usually the operator is queried to replace the tape on
11032 this point), and continues working on the new volume. This operation
11033 continues until all requested files are dumped. If @GNUTAR{} detects
11034 end of media while dumping a file, such a file is archived in split
11035 form. Some very big files can even be split across several volumes.
11036
11037 Each volume is itself a valid @GNUTAR{} archive, so it can be read
11038 without any special options. Consequently any file member residing
11039 entirely on one volume can be extracted or otherwise operated upon
11040 without needing the other volume. Sure enough, to extract a split
11041 member you would need all volumes its parts reside on.
11042
11043 Multi-volume archives suffer from several limitations. In particular,
11044 they cannot be compressed.
11045
11046 @GNUTAR{} is able to create multi-volume archives of two formats
11047 (@pxref{Formats}): @samp{GNU} and @samp{POSIX}.
11048
11049 @menu
11050 * Multi-Volume Archives:: Archives Longer than One Tape or Disk
11051 * Tape Files:: Tape Files
11052 * Tarcat:: Concatenate Volumes into a Single Archive
11053
11054 @end menu
11055
11056 @node Multi-Volume Archives
11057 @subsection Archives Longer than One Tape or Disk
11058 @cindex Multi-volume archives
11059
11060 @opindex multi-volume
11061 To create an archive that is larger than will fit on a single unit of
11062 the media, use the @option{--multi-volume} (@option{-M}) option in conjunction with
11063 the @option{--create} option (@pxref{create}). A @dfn{multi-volume}
11064 archive can be manipulated like any other archive (provided the
11065 @option{--multi-volume} option is specified), but is stored on more
11066 than one tape or file.
11067
11068 When you specify @option{--multi-volume}, @command{tar} does not report an
11069 error when it comes to the end of an archive volume (when reading), or
11070 the end of the media (when writing). Instead, it prompts you to load
11071 a new storage volume. If the archive is on a magnetic tape, you
11072 should change tapes when you see the prompt; if the archive is on a
11073 floppy disk, you should change disks; etc.
11074
11075 @table @option
11076 @item --multi-volume
11077 @itemx -M
11078 Creates a multi-volume archive, when used in conjunction with
11079 @option{--create} (@option{-c}). To perform any other operation on a multi-volume
11080 archive, specify @option{--multi-volume} in conjunction with that
11081 operation.
11082 For example:
11083
11084 @smallexample
11085 $ @kbd{tar --create --multi-volume --file=/dev/tape @var{files}}
11086 @end smallexample
11087 @end table
11088
11089 The method @command{tar} uses to detect end of tape is not perfect, and
11090 fails on some operating systems or on some devices. If @command{tar}
11091 cannot detect the end of the tape itself, you can use
11092 @option{--tape-length} option to inform it about the capacity of the
11093 tape:
11094
11095 @anchor{tape-length}
11096 @table @option
11097 @opindex tape-length
11098 @item --tape-length=@var{size}
11099 @itemx -L @var{size}
11100 Set maximum length of a volume. The @var{size} argument should then
11101 be the usable size of the tape in units of 1024 bytes. This option
11102 selects @option{--multi-volume} automatically. For example:
11103
11104 @smallexample
11105 $ @kbd{tar --create --tape-length=41943040 --file=/dev/tape @var{files}}
11106 @end smallexample
11107 @end table
11108
11109 @anchor{change volume prompt}
11110 When @GNUTAR{} comes to the end of a storage media, it asks you to
11111 change the volume. The built-in prompt for POSIX locale
11112 is@footnote{If you run @GNUTAR{} under a different locale, the
11113 translation to the locale's language will be used.}:
11114
11115 @smallexample
11116 Prepare volume #@var{n} for `@var{archive}' and hit return:
11117 @end smallexample
11118
11119 @noindent
11120 where @var{n} is the ordinal number of the volume to be created and
11121 @var{archive} is archive file or device name.
11122
11123 When prompting for a new tape, @command{tar} accepts any of the following
11124 responses:
11125
11126 @table @kbd
11127 @item ?
11128 Request @command{tar} to explain possible responses.
11129 @item q
11130 Request @command{tar} to exit immediately.
11131 @item n @var{file-name}
11132 Request @command{tar} to write the next volume on the file @var{file-name}.
11133 @item !
11134 Request @command{tar} to run a subshell. This option can be disabled
11135 by giving @option{--restrict} command line option to
11136 @command{tar}@footnote{@xref{--restrict}, for more information about
11137 this option.}.
11138 @item y
11139 Request @command{tar} to begin writing the next volume.
11140 @end table
11141
11142 (You should only type @samp{y} after you have changed the tape;
11143 otherwise @command{tar} will write over the volume it just finished.)
11144
11145 @cindex Volume number file
11146 @cindex volno file
11147 @anchor{volno-file}
11148 @opindex volno-file
11149 The volume number used by @command{tar} in its tape-changing prompt
11150 can be changed; if you give the
11151 @option{--volno-file=@var{file-of-number}} option, then
11152 @var{file-of-number} should be an non-existing file to be created, or
11153 else, a file already containing a decimal number. That number will be
11154 used as the volume number of the first volume written. When
11155 @command{tar} is finished, it will rewrite the file with the
11156 now-current volume number. (This does not change the volume number
11157 written on a tape label, as per @ref{label}, it @emph{only} affects
11158 the number used in the prompt.)
11159
11160 @cindex End-of-archive info script
11161 @cindex Info script
11162 @anchor{info-script}
11163 @opindex info-script
11164 @opindex new-volume-script
11165 If you want more elaborate behavior than this, you can write a special
11166 @dfn{new volume script}, that will be responsible for changing the
11167 volume, and instruct @command{tar} to use it instead of its normal
11168 prompting procedure:
11169
11170 @table @option
11171 @item --info-script=@var{script-name}
11172 @itemx --new-volume-script=@var{script-name}
11173 @itemx -F @var{script-name}
11174 Specify the full name of the volume script to use. The script can be
11175 used to eject cassettes, or to broadcast messages such as
11176 @samp{Someone please come change my tape} when performing unattended
11177 backups.
11178 @end table
11179
11180 The @var{script-name} is executed without any command line
11181 arguments. It inherits @command{tar}'s shell environment.
11182 Additional data is passed to it via the following
11183 environment variables:
11184
11185 @table @env
11186 @vrindex TAR_VERSION, info script environment variable
11187 @item TAR_VERSION
11188 @GNUTAR{} version number.
11189
11190 @vrindex TAR_ARCHIVE, info script environment variable
11191 @item TAR_ARCHIVE
11192 The name of the archive @command{tar} is processing.
11193
11194 @vrindex TAR_BLOCKING_FACTOR, info script environment variable
11195 @item TAR_BLOCKING_FACTOR
11196 Current blocking factor (@pxref{Blocking}).
11197
11198 @vrindex TAR_VOLUME, info script environment variable
11199 @item TAR_VOLUME
11200 Ordinal number of the volume @command{tar} is about to start.
11201
11202 @vrindex TAR_SUBCOMMAND, info script environment variable
11203 @item TAR_SUBCOMMAND
11204 A short option describing the operation @command{tar} is executing.
11205 @xref{Operations}, for a complete list of subcommand options.
11206
11207 @vrindex TAR_FORMAT, info script environment variable
11208 @item TAR_FORMAT
11209 Format of the archive being processed. @xref{Formats}, for a complete
11210 list of archive format names.
11211
11212 @vrindex TAR_FD, info script environment variable
11213 @item TAR_FD
11214 File descriptor which can be used to communicate the new volume
11215 name to @command{tar}.
11216 @end table
11217
11218 The volume script can instruct @command{tar} to use new archive name,
11219 by writing in to file descriptor @env{$TAR_FD} (see below for an example).
11220
11221 If the info script fails, @command{tar} exits; otherwise, it begins
11222 writing the next volume.
11223
11224 If you want @command{tar} to cycle through a series of files or tape
11225 drives, there are three approaches to choose from. First of all, you
11226 can give @command{tar} multiple @option{--file} options. In this case
11227 the specified files will be used, in sequence, as the successive
11228 volumes of the archive. Only when the first one in the sequence needs
11229 to be used again will @command{tar} prompt for a tape change (or run
11230 the info script). For example, suppose someone has two tape drives on
11231 a system named @file{/dev/tape0} and @file{/dev/tape1}. For having
11232 @GNUTAR{} to switch to the second drive when it needs to write the
11233 second tape, and then back to the first tape, etc., just do either of:
11234
11235 @smallexample
11236 $ @kbd{tar --create --multi-volume --file=/dev/tape0 --file=/dev/tape1 @var{files}}
11237 $ @kbd{tar cMff /dev/tape0 /dev/tape1 @var{files}}
11238 @end smallexample
11239
11240 The second method is to use the @samp{n} response to the tape-change
11241 prompt.
11242
11243 Finally, the most flexible approach is to use a volume script, that
11244 writes new archive name to the file descriptor @env{$TAR_FD}. For example, the
11245 following volume script will create a series of archive files, named
11246 @file{@var{archive}-@var{vol}}, where @var{archive} is the name of the
11247 archive being created (as given by @option{--file} option) and
11248 @var{vol} is the ordinal number of the archive being created:
11249
11250 @smallexample
11251 @group
11252 #! /bin/sh
11253 echo Preparing volume $TAR_VOLUME of $TAR_ARCHIVE.
11254
11255 name=`expr $TAR_ARCHIVE : '\(.*\)-.*'`
11256 case $TAR_SUBCOMMAND in
11257 -c) ;;
11258 -d|-x|-t) test -r $@{name:-$TAR_ARCHIVE@}-$TAR_VOLUME || exit 1
11259 ;;
11260 *) exit 1
11261 esac
11262
11263 echo $@{name:-$TAR_ARCHIVE@}-$TAR_VOLUME >&$TAR_FD
11264 @end group
11265 @end smallexample
11266
11267 The same script can be used while listing, comparing or extracting
11268 from the created archive. For example:
11269
11270 @smallexample
11271 @group
11272 # @r{Create a multi-volume archive:}
11273 $ @kbd{tar -c -L1024 -f archive.tar -F new-volume .}
11274 # @r{Extract from the created archive:}
11275 $ @kbd{tar -x -f archive.tar -F new-volume .}
11276 @end group
11277 @end smallexample
11278
11279 @noindent
11280 Notice, that the first command had to use @option{-L} option, since
11281 otherwise @GNUTAR{} will end up writing everything to file
11282 @file{archive.tar}.
11283
11284 You can read each individual volume of a multi-volume archive as if it
11285 were an archive by itself. For example, to list the contents of one
11286 volume, use @option{--list}, without @option{--multi-volume} specified.
11287 To extract an archive member from one volume (assuming it is described
11288 that volume), use @option{--extract}, again without
11289 @option{--multi-volume}.
11290
11291 If an archive member is split across volumes (i.e., its entry begins on
11292 one volume of the media and ends on another), you need to specify
11293 @option{--multi-volume} to extract it successfully. In this case, you
11294 should load the volume where the archive member starts, and use
11295 @samp{tar --extract --multi-volume}---@command{tar} will prompt for later
11296 volumes as it needs them. @xref{extracting archives}, for more
11297 information about extracting archives.
11298
11299 Multi-volume archives can be modified like any other archive. To add
11300 files to a multi-volume archive, you need to only mount the last
11301 volume of the archive media (and new volumes, if needed). For all
11302 other operations, you need to use the entire archive.
11303
11304 If a multi-volume archive was labeled using
11305 @option{--label=@var{archive-label}} (@pxref{label}) when it was
11306 created, @command{tar} will not automatically label volumes which are
11307 added later. To label subsequent volumes, specify
11308 @option{--label=@var{archive-label}} again in conjunction with the
11309 @option{--append}, @option{--update} or @option{--concatenate} operation.
11310
11311 Notice that multi-volume support is a GNU extension and the archives
11312 created in this mode should be read only using @GNUTAR{}. If you
11313 absolutely have to process such archives using a third-party @command{tar}
11314 implementation, read @ref{Split Recovery}.
11315
11316 @node Tape Files
11317 @subsection Tape Files
11318 @cindex labeling archives
11319 @opindex label
11320 @UNREVISED
11321
11322 To give the archive a name which will be recorded in it, use the
11323 @option{--label=@var{volume-label}} (@option{-V @var{volume-label}})
11324 option. This will write a special block identifying
11325 @var{volume-label} as the name of the archive to the front of the
11326 archive which will be displayed when the archive is listed with
11327 @option{--list}. If you are creating a multi-volume archive with
11328 @option{--multi-volume} (@pxref{Using Multiple Tapes}), then the
11329 volume label will have @samp{Volume @var{nnn}} appended to the name
11330 you give, where @var{nnn} is the number of the volume of the archive.
11331 If you use the @option{--label=@var{volume-label}} option when
11332 reading an archive, it checks to make sure the label on the tape
11333 matches the one you gave. @xref{label}.
11334
11335 When @command{tar} writes an archive to tape, it creates a single
11336 tape file. If multiple archives are written to the same tape, one
11337 after the other, they each get written as separate tape files. When
11338 extracting, it is necessary to position the tape at the right place
11339 before running @command{tar}. To do this, use the @command{mt} command.
11340 For more information on the @command{mt} command and on the organization
11341 of tapes into a sequence of tape files, see @ref{mt}.
11342
11343 People seem to often do:
11344
11345 @smallexample
11346 @kbd{--label="@var{some-prefix} `date +@var{some-format}`"}
11347 @end smallexample
11348
11349 or such, for pushing a common date in all volumes or an archive set.
11350
11351 @node Tarcat
11352 @subsection Concatenate Volumes into a Single Archive
11353
11354 @pindex tarcat
11355 Sometimes it is necessary to convert existing @GNUTAR{} multi-volume
11356 archive to a single @command{tar} archive. Simply concatenating all
11357 volumes into one will not work, since each volume carries an additional
11358 information at the beginning. @GNUTAR{} is shipped with the shell
11359 script @command{tarcat} designed for this purpose.
11360
11361 The script takes a list of files comprising a multi-volume archive
11362 and creates the resulting archive at the standard output. For example:
11363
11364 @smallexample
11365 @kbd{tarcat vol.1 vol.2 vol.3 | tar tf -}
11366 @end smallexample
11367
11368 The script implements a simple heuristics to determine the format of
11369 the first volume file and to decide how to process the rest of the
11370 files. However, it makes no attempt to verify whether the files are
11371 given in order or even if they are valid @command{tar} archives.
11372 It uses @command{dd} and does not filter its standard error, so you
11373 will usually see lots of spurious messages.
11374
11375 @FIXME{The script is not installed. Should we install it?}
11376
11377 @node label
11378 @section Including a Label in the Archive
11379 @cindex Labeling an archive
11380 @cindex Labels on the archive media
11381 @cindex Labeling multi-volume archives
11382
11383 @opindex label
11384 To avoid problems caused by misplaced paper labels on the archive
11385 media, you can include a @dfn{label} entry --- an archive member which
11386 contains the name of the archive --- in the archive itself. Use the
11387 @option{--label=@var{archive-label}} (@option{-V @var{archive-label}})
11388 option@footnote{Until version 1.10, that option was called
11389 @option{--volume}, but is not available under that name anymore.} in
11390 conjunction with the @option{--create} operation to include a label
11391 entry in the archive as it is being created.
11392
11393 @table @option
11394 @item --label=@var{archive-label}
11395 @itemx -V @var{archive-label}
11396 Includes an @dfn{archive-label} at the beginning of the archive when
11397 the archive is being created, when used in conjunction with the
11398 @option{--create} operation. Checks to make sure the archive label
11399 matches the one specified (when used in conjunction with any other
11400 operation).
11401 @end table
11402
11403 If you create an archive using both
11404 @option{--label=@var{archive-label}} (@option{-V @var{archive-label}})
11405 and @option{--multi-volume} (@option{-M}), each volume of the archive
11406 will have an archive label of the form @samp{@var{archive-label}
11407 Volume @var{n}}, where @var{n} is 1 for the first volume, 2 for the
11408 next, and so on. @xref{Using Multiple Tapes}, for information on
11409 creating multiple volume archives.
11410
11411 @cindex Volume label, listing
11412 @cindex Listing volume label
11413 The volume label will be displayed by @option{--list} along with
11414 the file contents. If verbose display is requested, it will also be
11415 explicitly marked as in the example below:
11416
11417 @smallexample
11418 @group
11419 $ @kbd{tar --verbose --list --file=iamanarchive}
11420 V--------- 0 0 0 1992-03-07 12:01 iamalabel--Volume Header--
11421 -rw-r--r-- ringo user 40 1990-05-21 13:30 iamafilename
11422 @end group
11423 @end smallexample
11424
11425 @opindex test-label
11426 @anchor{--test-label option}
11427 However, @option{--list} option will cause listing entire
11428 contents of the archive, which may be undesirable (for example, if the
11429 archive is stored on a tape). You can request checking only the volume
11430 label by specifying @option{--test-label} option. This option reads only the
11431 first block of an archive, so it can be used with slow storage
11432 devices. For example:
11433
11434 @smallexample
11435 @group
11436 $ @kbd{tar --test-label --file=iamanarchive}
11437 iamalabel
11438 @end group
11439 @end smallexample
11440
11441 If @option{--test-label} is used with one or more command line
11442 arguments, @command{tar} compares the volume label with each
11443 argument. It exits with code 0 if a match is found, and with code 1
11444 otherwise@footnote{Note that @GNUTAR{} versions up to 1.23 indicated
11445 mismatch with an exit code 2 and printed a spurious diagnostics on
11446 stderr.}. No output is displayed, unless you also used the
11447 @option{--verbose} option. For example:
11448
11449 @smallexample
11450 @group
11451 $ @kbd{tar --test-label --file=iamanarchive 'iamalabel'}
11452 @result{} 0
11453 $ @kbd{tar --test-label --file=iamanarchive 'alabel'}
11454 @result{} 1
11455 @end group
11456 @end smallexample
11457
11458 When used with the @option{--verbose} option, @command{tar}
11459 prints the actual volume label (if any), and a verbose diagnostics in
11460 case of a mismatch:
11461
11462 @smallexample
11463 @group
11464 $ @kbd{tar --test-label --verbose --file=iamanarchive 'iamalabel'}
11465 iamalabel
11466 @result{} 0
11467 $ @kbd{tar --test-label --verbose --file=iamanarchive 'alabel'}
11468 iamalabel
11469 tar: Archive label mismatch
11470 @result{} 1
11471 @end group
11472 @end smallexample
11473
11474 If you request any operation, other than @option{--create}, along
11475 with using @option{--label} option, @command{tar} will first check if
11476 the archive label matches the one specified and will refuse to proceed
11477 if it does not. Use this as a safety precaution to avoid accidentally
11478 overwriting existing archives. For example, if you wish to add files
11479 to @file{archive}, presumably labeled with string @samp{My volume},
11480 you will get:
11481
11482 @smallexample
11483 @group
11484 $ @kbd{tar -rf archive --label 'My volume' .}
11485 tar: Archive not labeled to match `My volume'
11486 @end group
11487 @end smallexample
11488
11489 @noindent
11490 in case its label does not match. This will work even if
11491 @file{archive} is not labeled at all.
11492
11493 Similarly, @command{tar} will refuse to list or extract the
11494 archive if its label doesn't match the @var{archive-label}
11495 specified. In those cases, @var{archive-label} argument is interpreted
11496 as a globbing-style pattern which must match the actual magnetic
11497 volume label. @xref{exclude}, for a precise description of how match
11498 is attempted@footnote{Previous versions of @command{tar} used full
11499 regular expression matching, or before that, only exact string
11500 matching, instead of wildcard matchers. We decided for the sake of
11501 simplicity to use a uniform matching device through
11502 @command{tar}.}. If the switch @option{--multi-volume} (@option{-M}) is being used,
11503 the volume label matcher will also suffix @var{archive-label} by
11504 @w{@samp{ Volume [1-9]*}} if the initial match fails, before giving
11505 up. Since the volume numbering is automatically added in labels at
11506 creation time, it sounded logical to equally help the user taking care
11507 of it when the archive is being read.
11508
11509 You can also use @option{--label} to get a common information on
11510 all tapes of a series. For having this information different in each
11511 series created through a single script used on a regular basis, just
11512 manage to get some date string as part of the label. For example:
11513
11514 @smallexample
11515 @group
11516 $ @kbd{tar cfMV /dev/tape "Daily backup for `date +%Y-%m-%d`"}
11517 $ @kbd{tar --create --file=/dev/tape --multi-volume \
11518 --label="Daily backup for `date +%Y-%m-%d`"}
11519 @end group
11520 @end smallexample
11521
11522 Some more notes about volume labels:
11523
11524 @itemize @bullet
11525 @item Each label has its own date and time, which corresponds
11526 to the time when @GNUTAR{} initially attempted to write it,
11527 often soon after the operator launches @command{tar} or types the
11528 carriage return telling that the next tape is ready.
11529
11530 @item Comparing date labels to get an idea of tape throughput is
11531 unreliable. It gives correct results only if the delays for rewinding
11532 tapes and the operator switching them were negligible, which is
11533 usually not the case.
11534 @end itemize
11535
11536 @node verify
11537 @section Verifying Data as It is Stored
11538 @cindex Verifying a write operation
11539 @cindex Double-checking a write operation
11540
11541 @table @option
11542 @item -W
11543 @itemx --verify
11544 @opindex verify, short description
11545 Attempt to verify the archive after writing.
11546 @end table
11547
11548 This option causes @command{tar} to verify the archive after writing it.
11549 Each volume is checked after it is written, and any discrepancies
11550 are recorded on the standard error output.
11551
11552 Verification requires that the archive be on a back-space-able medium.
11553 This means pipes, some cartridge tape drives, and some other devices
11554 cannot be verified.
11555
11556 You can insure the accuracy of an archive by comparing files in the
11557 system with archive members. @command{tar} can compare an archive to the
11558 file system as the archive is being written, to verify a write
11559 operation, or can compare a previously written archive, to insure that
11560 it is up to date.
11561
11562 @xopindex{verify, using with @option{--create}}
11563 @xopindex{create, using with @option{--verify}}
11564 To check for discrepancies in an archive immediately after it is
11565 written, use the @option{--verify} (@option{-W}) option in conjunction with
11566 the @option{--create} operation. When this option is
11567 specified, @command{tar} checks archive members against their counterparts
11568 in the file system, and reports discrepancies on the standard error.
11569
11570 To verify an archive, you must be able to read it from before the end
11571 of the last written entry. This option is useful for detecting data
11572 errors on some tapes. Archives written to pipes, some cartridge tape
11573 drives, and some other devices cannot be verified.
11574
11575 One can explicitly compare an already made archive with the file
11576 system by using the @option{--compare} (@option{--diff}, @option{-d})
11577 option, instead of using the more automatic @option{--verify} option.
11578 @xref{compare}.
11579
11580 Note that these two options have a slightly different intent. The
11581 @option{--compare} option checks how identical are the logical contents of some
11582 archive with what is on your disks, while the @option{--verify} option is
11583 really for checking if the physical contents agree and if the recording
11584 media itself is of dependable quality. So, for the @option{--verify}
11585 operation, @command{tar} tries to defeat all in-memory cache pertaining to
11586 the archive, while it lets the speed optimization undisturbed for the
11587 @option{--compare} option. If you nevertheless use @option{--compare} for
11588 media verification, you may have to defeat the in-memory cache yourself,
11589 maybe by opening and reclosing the door latch of your recording unit,
11590 forcing some doubt in your operating system about the fact this is really
11591 the same volume as the one just written or read.
11592
11593 The @option{--verify} option would not be necessary if drivers were indeed
11594 able to detect dependably all write failures. This sometimes require many
11595 magnetic heads, some able to read after the writes occurred. One would
11596 not say that drivers unable to detect all cases are necessarily flawed,
11597 as long as programming is concerned.
11598
11599 The @option{--verify} (@option{-W}) option will not work in
11600 conjunction with the @option{--multi-volume} (@option{-M}) option or
11601 the @option{--append} (@option{-r}), @option{--update} (@option{-u})
11602 and @option{--delete} operations. @xref{Operations}, for more
11603 information on these operations.
11604
11605 Also, since @command{tar} normally strips leading @samp{/} from file
11606 names (@pxref{absolute}), a command like @samp{tar --verify -cf
11607 /tmp/foo.tar /etc} will work as desired only if the working directory is
11608 @file{/}, as @command{tar} uses the archive's relative member names
11609 (e.g., @file{etc/motd}) when verifying the archive.
11610
11611 @node Write Protection
11612 @section Write Protection
11613
11614 Almost all tapes and diskettes, and in a few rare cases, even disks can
11615 be @dfn{write protected}, to protect data on them from being changed.
11616 Once an archive is written, you should write protect the media to prevent
11617 the archive from being accidentally overwritten or deleted. (This will
11618 protect the archive from being changed with a tape or floppy drive---it
11619 will not protect it from magnet fields or other physical hazards.)
11620
11621 The write protection device itself is usually an integral part of the
11622 physical media, and can be a two position (write enabled/write
11623 disabled) switch, a notch which can be popped out or covered, a ring
11624 which can be removed from the center of a tape reel, or some other
11625 changeable feature.
11626
11627 @node Changes
11628 @appendix Changes
11629
11630 This appendix lists some important user-visible changes between
11631 version @GNUTAR{} @value{VERSION} and previous versions. An up-to-date
11632 version of this document is available at
11633 @uref{http://www.gnu.org/@/software/@/tar/manual/changes.html,the
11634 @GNUTAR{} documentation page}.
11635
11636 @table @asis
11637 @item Use of globbing patterns when listing and extracting.
11638
11639 Previous versions of GNU tar assumed shell-style globbing when
11640 extracting from or listing an archive. For example:
11641
11642 @smallexample
11643 $ @kbd{tar xf foo.tar '*.c'}
11644 @end smallexample
11645
11646 would extract all files whose names end in @samp{.c}. This behavior
11647 was not documented and was incompatible with traditional tar
11648 implementations. Therefore, starting from version 1.15.91, GNU tar
11649 no longer uses globbing by default. For example, the above invocation
11650 is now interpreted as a request to extract from the archive the file
11651 named @file{*.c}.
11652
11653 To facilitate transition to the new behavior for those users who got
11654 used to the previous incorrect one, @command{tar} will print a warning
11655 if it finds out that a requested member was not found in the archive
11656 and its name looks like a globbing pattern. For example:
11657
11658 @smallexample
11659 $ @kbd{tar xf foo.tar '*.c'}
11660 tar: Pattern matching characters used in file names. Please,
11661 tar: use --wildcards to enable pattern matching, or --no-wildcards to
11662 tar: suppress this warning.
11663 tar: *.c: Not found in archive
11664 tar: Error exit delayed from previous errors
11665 @end smallexample
11666
11667 To treat member names as globbing patterns, use the @option{--wildcards} option.
11668 If you want to tar to mimic the behavior of versions prior to 1.15.91,
11669 add this option to your @env{TAR_OPTIONS} variable.
11670
11671 @xref{wildcards}, for the detailed discussion of the use of globbing
11672 patterns by @GNUTAR{}.
11673
11674 @item Use of short option @option{-o}.
11675
11676 Earlier versions of @GNUTAR{} understood @option{-o} command line
11677 option as a synonym for @option{--old-archive}.
11678
11679 @GNUTAR{} starting from version 1.13.90 understands this option as
11680 a synonym for @option{--no-same-owner}. This is compatible with
11681 UNIX98 @command{tar} implementations.
11682
11683 However, to facilitate transition, @option{-o} option retains its
11684 old semantics when it is used with one of archive-creation commands.
11685 Users are encouraged to use @option{--format=oldgnu} instead.
11686
11687 It is especially important, since versions of @acronym{GNU} Automake
11688 up to and including 1.8.4 invoke tar with this option to produce
11689 distribution tarballs. @xref{Formats,v7}, for the detailed discussion
11690 of this issue and its implications.
11691
11692 @xref{Options, tar-formats, Changing Automake's Behavior,
11693 automake, GNU Automake}, for a description on how to use various
11694 archive formats with @command{automake}.
11695
11696 Future versions of @GNUTAR{} will understand @option{-o} only as a
11697 synonym for @option{--no-same-owner}.
11698
11699 @item Use of short option @option{-l}
11700
11701 Earlier versions of @GNUTAR{} understood @option{-l} option as a
11702 synonym for @option{--one-file-system}. Since such usage contradicted
11703 to UNIX98 specification and harmed compatibility with other
11704 implementations, it was declared deprecated in version 1.14. However,
11705 to facilitate transition to its new semantics, it was supported by
11706 versions 1.15 and 1.15.90. The present use of @option{-l} as a short
11707 variant of @option{--check-links} was introduced in version 1.15.91.
11708
11709 @item Use of options @option{--portability} and @option{--old-archive}
11710
11711 These options are deprecated. Please use @option{--format=v7} instead.
11712
11713 @item Use of option @option{--posix}
11714
11715 This option is deprecated. Please use @option{--format=posix} instead.
11716 @end table
11717
11718 @node Configuring Help Summary
11719 @appendix Configuring Help Summary
11720
11721 Running @kbd{tar --help} displays the short @command{tar} option
11722 summary (@pxref{help}). This summary is organized by @dfn{groups} of
11723 semantically close options. The options within each group are printed
11724 in the following order: a short option, eventually followed by a list
11725 of corresponding long option names, followed by a short description of
11726 the option. For example, here is an excerpt from the actual @kbd{tar
11727 --help} output:
11728
11729 @verbatim
11730 Main operation mode:
11731
11732 -A, --catenate, --concatenate append tar files to an archive
11733 -c, --create create a new archive
11734 -d, --diff, --compare find differences between archive and
11735 file system
11736 --delete delete from the archive
11737 @end verbatim
11738
11739 @vrindex ARGP_HELP_FMT, environment variable
11740 The exact visual representation of the help output is configurable via
11741 @env{ARGP_HELP_FMT} environment variable. The value of this variable
11742 is a comma-separated list of @dfn{format variable} assignments. There
11743 are two kinds of format variables. An @dfn{offset variable} keeps the
11744 offset of some part of help output text from the leftmost column on
11745 the screen. A @dfn{boolean} variable is a flag that toggles some
11746 output feature on or off. Depending on the type of the corresponding
11747 variable, there are two kinds of assignments:
11748
11749 @table @asis
11750 @item Offset assignment
11751
11752 The assignment to an offset variable has the following syntax:
11753
11754 @smallexample
11755 @var{variable}=@var{value}
11756 @end smallexample
11757
11758 @noindent
11759 where @var{variable} is the variable name, and @var{value} is a
11760 numeric value to be assigned to the variable.
11761
11762 @item Boolean assignment
11763
11764 To assign @code{true} value to a variable, simply put this variable name. To
11765 assign @code{false} value, prefix the variable name with @samp{no-}. For
11766 example:
11767
11768 @smallexample
11769 @group
11770 # Assign @code{true} value:
11771 dup-args
11772 # Assign @code{false} value:
11773 no-dup-args
11774 @end group
11775 @end smallexample
11776 @end table
11777
11778 Following variables are declared:
11779
11780 @deftypevr {Help Output} boolean dup-args
11781 If true, arguments for an option are shown with both short and long
11782 options, even when a given option has both forms, for example:
11783
11784 @smallexample
11785 -f ARCHIVE, --file=ARCHIVE use archive file or device ARCHIVE
11786 @end smallexample
11787
11788 If false, then if an option has both short and long forms, the
11789 argument is only shown with the long one, for example:
11790
11791 @smallexample
11792 -f, --file=ARCHIVE use archive file or device ARCHIVE
11793 @end smallexample
11794
11795 @noindent
11796 and a message indicating that the argument is applicable to both
11797 forms is printed below the options. This message can be disabled
11798 using @code{dup-args-note} (see below).
11799
11800 The default is false.
11801 @end deftypevr
11802
11803 @deftypevr {Help Output} boolean dup-args-note
11804 If this variable is true, which is the default, the following notice
11805 is displayed at the end of the help output:
11806
11807 @quotation
11808 Mandatory or optional arguments to long options are also mandatory or
11809 optional for any corresponding short options.
11810 @end quotation
11811
11812 Setting @code{no-dup-args-note} inhibits this message. Normally, only one of
11813 variables @code{dup-args} or @code{dup-args-note} should be set.
11814 @end deftypevr
11815
11816 @deftypevr {Help Output} offset short-opt-col
11817 Column in which short options start. Default is 2.
11818
11819 @smallexample
11820 @group
11821 $ @kbd{tar --help|grep ARCHIVE}
11822 -f, --file=ARCHIVE use archive file or device ARCHIVE
11823 $ @kbd{ARGP_HELP_FMT=short-opt-col=6 tar --help|grep ARCHIVE}
11824 -f, --file=ARCHIVE use archive file or device ARCHIVE
11825 @end group
11826 @end smallexample
11827 @end deftypevr
11828
11829 @deftypevr {Help Output} offset long-opt-col
11830 Column in which long options start. Default is 6. For example:
11831
11832 @smallexample
11833 @group
11834 $ @kbd{tar --help|grep ARCHIVE}
11835 -f, --file=ARCHIVE use archive file or device ARCHIVE
11836 $ @kbd{ARGP_HELP_FMT=long-opt-col=16 tar --help|grep ARCHIVE}
11837 -f, --file=ARCHIVE use archive file or device ARCHIVE
11838 @end group
11839 @end smallexample
11840 @end deftypevr
11841
11842 @deftypevr {Help Output} offset doc-opt-col
11843 Column in which @dfn{doc options} start. A doc option isn't actually
11844 an option, but rather an arbitrary piece of documentation that is
11845 displayed in much the same manner as the options. For example, in
11846 the description of @option{--format} option:
11847
11848 @smallexample
11849 @group
11850 -H, --format=FORMAT create archive of the given format.
11851
11852 FORMAT is one of the following:
11853
11854 gnu GNU tar 1.13.x format
11855 oldgnu GNU format as per tar <= 1.12
11856 pax POSIX 1003.1-2001 (pax) format
11857 posix same as pax
11858 ustar POSIX 1003.1-1988 (ustar) format
11859 v7 old V7 tar format
11860 @end group
11861 @end smallexample
11862
11863 @noindent
11864 the format names are doc options. Thus, if you set
11865 @kbd{ARGP_HELP_FMT=doc-opt-col=6} the above part of the help output
11866 will look as follows:
11867
11868 @smallexample
11869 @group
11870 -H, --format=FORMAT create archive of the given format.
11871
11872 FORMAT is one of the following:
11873
11874 gnu GNU tar 1.13.x format
11875 oldgnu GNU format as per tar <= 1.12
11876 pax POSIX 1003.1-2001 (pax) format
11877 posix same as pax
11878 ustar POSIX 1003.1-1988 (ustar) format
11879 v7 old V7 tar format
11880 @end group
11881 @end smallexample
11882 @end deftypevr
11883
11884 @deftypevr {Help Output} offset opt-doc-col
11885 Column in which option description starts. Default is 29.
11886
11887 @smallexample
11888 @group
11889 $ @kbd{tar --help|grep ARCHIVE}
11890 -f, --file=ARCHIVE use archive file or device ARCHIVE
11891 $ @kbd{ARGP_HELP_FMT=opt-doc-col=19 tar --help|grep ARCHIVE}
11892 -f, --file=ARCHIVE use archive file or device ARCHIVE
11893 $ @kbd{ARGP_HELP_FMT=opt-doc-col=9 tar --help|grep ARCHIVE}
11894 -f, --file=ARCHIVE
11895 use archive file or device ARCHIVE
11896 @end group
11897 @end smallexample
11898
11899 @noindent
11900 Notice, that the description starts on a separate line if
11901 @code{opt-doc-col} value is too small.
11902 @end deftypevr
11903
11904 @deftypevr {Help Output} offset header-col
11905 Column in which @dfn{group headers} are printed. A group header is a
11906 descriptive text preceding an option group. For example, in the
11907 following text:
11908
11909 @verbatim
11910 Main operation mode:
11911
11912 -A, --catenate, --concatenate append tar files to
11913 an archive
11914 -c, --create create a new archive
11915 @end verbatim
11916 @noindent
11917 @samp{Main operation mode:} is the group header.
11918
11919 The default value is 1.
11920 @end deftypevr
11921
11922 @deftypevr {Help Output} offset usage-indent
11923 Indentation of wrapped usage lines. Affects @option{--usage}
11924 output. Default is 12.
11925 @end deftypevr
11926
11927 @deftypevr {Help Output} offset rmargin
11928 Right margin of the text output. Used for wrapping.
11929 @end deftypevr
11930
11931 @node Fixing Snapshot Files
11932 @appendix Fixing Snapshot Files
11933 @include tar-snapshot-edit.texi
11934
11935 @node Tar Internals
11936 @appendix Tar Internals
11937 @include intern.texi
11938
11939 @node Genfile
11940 @appendix Genfile
11941 @include genfile.texi
11942
11943 @node Free Software Needs Free Documentation
11944 @appendix Free Software Needs Free Documentation
11945 @include freemanuals.texi
11946
11947 @node Copying This Manual
11948 @appendix Copying This Manual
11949
11950 @menu
11951 * GNU Free Documentation License:: License for copying this manual
11952 @end menu
11953
11954 @include fdl.texi
11955
11956 @node Index of Command Line Options
11957 @appendix Index of Command Line Options
11958
11959 This appendix contains an index of all @GNUTAR{} long command line
11960 options. The options are listed without the preceding double-dash.
11961 For a cross-reference of short command line options, see
11962 @ref{Short Option Summary}.
11963
11964 @printindex op
11965
11966 @node Index
11967 @appendix Index
11968
11969 @printindex cp
11970
11971 @summarycontents
11972 @contents
11973 @bye
11974
11975 @c Local variables:
11976 @c texinfo-column-for-description: 32
11977 @c End:
This page took 0.590764 seconds and 5 git commands to generate.