]> Dogcows Code - chaz/tar/blob - doc/tar.texi
Update
[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 @include rendition.texi
14 @include value.texi
15
16 @c Put everything in one index (arbitrarily chosen to be the concept index).
17 @syncodeindex fn cp
18 @syncodeindex ky cp
19 @syncodeindex pg cp
20 @syncodeindex vr cp
21
22 @defindex op
23
24 @copying
25
26 This manual is for @acronym{GNU} @command{tar} (version
27 @value{VERSION}, @value{UPDATED}), which creates and extracts files
28 from archives.
29
30 Copyright @copyright{} 1992, 1994, 1995, 1996, 1997, 1999, 2000, 2001,
31 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
32
33 @quotation
34 Permission is granted to copy, distribute and/or modify this document
35 under the terms of the GNU Free Documentation License, Version 1.1 or
36 any later version published by the Free Software Foundation; with no
37 Invariant Sections, with the Front-Cover Texts being ``A GNU Manual,''
38 and with the Back-Cover Texts as in (a) below. A copy of the license
39 is included in the section entitled "GNU Free Documentation License".
40
41 (a) The FSF's Back-Cover Text is: ``You are free to copy and modify
42 this GNU Manual. Buying copies from GNU Press supports the FSF in
43 developing GNU and promoting software freedom.''
44 @end quotation
45 @end copying
46
47 @dircategory Archiving
48 @direntry
49 * Tar: (tar). Making tape (or disk) archives.
50 @end direntry
51
52 @dircategory Individual utilities
53 @direntry
54 * tar: (tar)tar invocation. Invoking @GNUTAR{}.
55 @end direntry
56
57 @shorttitlepage @acronym{GNU} @command{tar}
58
59 @titlepage
60 @title @acronym{GNU} tar: an archiver tool
61 @subtitle @value{RENDITION} @value{VERSION}, @value{UPDATED}
62 @author John Gilmore, Jay Fenlason et al.
63
64 @page
65 @vskip 0pt plus 1filll
66 @insertcopying
67 @end titlepage
68
69 @ifnottex
70 @node Top
71 @top @acronym{GNU} tar: an archiver tool
72
73 @insertcopying
74
75 @cindex file archival
76 @cindex archiving files
77
78 The first part of this master menu lists the major nodes in this Info
79 document. The rest of the menu lists all the lower level nodes.
80 @end ifnottex
81
82 @c The master menu, created with texinfo-master-menu, goes here.
83 @c (However, getdate.texi's menu is interpolated by hand.)
84
85 @menu
86 * Introduction::
87 * Tutorial::
88 * tar invocation::
89 * operations::
90 * Backups::
91 * Choosing::
92 * Date input formats::
93 * Formats::
94 * Media::
95
96 Appendices
97
98 * Changes::
99 * Configuring Help Summary::
100 * Genfile::
101 * Snapshot Files::
102 * Free Software Needs Free Documentation::
103 * Copying This Manual::
104 * Index of Command Line Options::
105 * Index::
106
107 @detailmenu
108 --- The Detailed Node Listing ---
109
110 Introduction
111
112 * Book Contents:: What this Book Contains
113 * Definitions:: Some Definitions
114 * What tar Does:: What @command{tar} Does
115 * Naming tar Archives:: How @command{tar} Archives are Named
116 * Authors:: @GNUTAR{} Authors
117 * Reports:: Reporting bugs or suggestions
118
119 Tutorial Introduction to @command{tar}
120
121 * assumptions::
122 * stylistic conventions::
123 * basic tar options:: Basic @command{tar} Operations and Options
124 * frequent operations::
125 * Two Frequent Options::
126 * create:: How to Create Archives
127 * list:: How to List Archives
128 * extract:: How to Extract Members from an Archive
129 * going further::
130
131 Two Frequently Used Options
132
133 * file tutorial::
134 * verbose tutorial::
135 * help tutorial::
136
137 How to Create Archives
138
139 * prepare for examples::
140 * Creating the archive::
141 * create verbose::
142 * short create::
143 * create dir::
144
145 How to List Archives
146
147 * list dir::
148
149 How to Extract Members from an Archive
150
151 * extracting archives::
152 * extracting files::
153 * extract dir::
154 * failing commands::
155
156 Invoking @GNUTAR{}
157
158 * Synopsis::
159 * using tar options::
160 * Styles::
161 * All Options::
162 * help::
163 * defaults::
164 * verbose::
165 * interactive::
166
167 The Three Option Styles
168
169 * Mnemonic Options:: Mnemonic Option Style
170 * Short Options:: Short Option Style
171 * Old Options:: Old Option Style
172 * Mixing:: Mixing Option Styles
173
174 All @command{tar} Options
175
176 * Operation Summary::
177 * Option Summary::
178 * Short Option Summary::
179
180 @GNUTAR{} Operations
181
182 * Basic tar::
183 * Advanced tar::
184 * create options::
185 * extract options::
186 * backup::
187 * Applications::
188 * looking ahead::
189
190 Advanced @GNUTAR{} Operations
191
192 * Operations::
193 * append::
194 * update::
195 * concatenate::
196 * delete::
197 * compare::
198
199 How to Add Files to Existing Archives: @option{--append}
200
201 * appending files:: Appending Files to an Archive
202 * multiple::
203
204 Updating an Archive
205
206 * how to update::
207
208 Options Used by @option{--create}
209
210 * Ignore Failed Read::
211
212 Options Used by @option{--extract}
213
214 * Reading:: Options to Help Read Archives
215 * Writing:: Changing How @command{tar} Writes Files
216 * Scarce:: Coping with Scarce Resources
217
218 Options to Help Read Archives
219
220 * read full records::
221 * Ignore Zeros::
222
223 Changing How @command{tar} Writes Files
224
225 * Dealing with Old Files::
226 * Overwrite Old Files::
227 * Keep Old Files::
228 * Keep Newer Files::
229 * Unlink First::
230 * Recursive Unlink::
231 * Data Modification Times::
232 * Setting Access Permissions::
233 * Writing to Standard Output::
234 * remove files::
235
236 Coping with Scarce Resources
237
238 * Starting File::
239 * Same Order::
240
241 Performing Backups and Restoring Files
242
243 * Full Dumps:: Using @command{tar} to Perform Full Dumps
244 * Incremental Dumps:: Using @command{tar} to Perform Incremental Dumps
245 * Backup Levels:: Levels of Backups
246 * Backup Parameters:: Setting Parameters for Backups and Restoration
247 * Scripted Backups:: Using the Backup Scripts
248 * Scripted Restoration:: Using the Restore Script
249
250 Setting Parameters for Backups and Restoration
251
252 * General-Purpose Variables::
253 * Magnetic Tape Control::
254 * User Hooks::
255 * backup-specs example:: An Example Text of @file{Backup-specs}
256
257 Choosing Files and Names for @command{tar}
258
259 * file:: Choosing the Archive's Name
260 * Selecting Archive Members::
261 * files:: Reading Names from a File
262 * exclude:: Excluding Some Files
263 * wildcards:: Wildcards Patterns and Matching
264 * quoting styles:: Ways of Quoting Special Characters in Names
265 * transform:: Modifying File and Member Names
266 * after:: Operating Only on New Files
267 * recurse:: Descending into Directories
268 * one:: Crossing File System Boundaries
269
270 Reading Names from a File
271
272 * nul::
273
274 Excluding Some Files
275
276 * problems with exclude::
277
278 Crossing File System Boundaries
279
280 * directory:: Changing Directory
281 * absolute:: Absolute File Names
282
283 Date input formats
284
285 * General date syntax:: Common rules.
286 * Calendar date items:: 19 Dec 1994.
287 * Time of day items:: 9:20pm.
288 * Time zone items:: @sc{est}, @sc{pdt}, @sc{gmt}, ...
289 * Day of week items:: Monday and others.
290 * Relative items in date strings:: next tuesday, 2 years ago.
291 * Pure numbers in date strings:: 19931219, 1440.
292 * Seconds since the Epoch:: @@1078100502.
293 * Authors of get_date:: Bellovin, Eggert, Salz, Berets, et al.
294
295 Controlling the Archive Format
296
297 * Portability:: Making @command{tar} Archives More Portable
298 * Compression:: Using Less Space through Compression
299 * Attributes:: Handling File Attributes
300 * Standard:: The Standard Format
301 * Extensions:: @acronym{GNU} Extensions to the Archive Format
302 * cpio:: Comparison of @command{tar} and @command{cpio}
303
304 Making @command{tar} Archives More Portable
305
306 * Portable Names:: Portable Names
307 * dereference:: Symbolic Links
308 * old:: Old V7 Archives
309 * posix:: @acronym{POSIX} archives
310 * Checksumming:: Checksumming Problems
311 * Large or Negative Values:: Large files, negative time stamps, etc.
312
313 Using Less Space through Compression
314
315 * gzip:: Creating and Reading Compressed Archives
316 * sparse:: Archiving Sparse Files
317
318 Tapes and Other Archive Media
319
320 * Device:: Device selection and switching
321 * Remote Tape Server::
322 * Common Problems and Solutions::
323 * Blocking:: Blocking
324 * Many:: Many archives on one tape
325 * Using Multiple Tapes:: Using Multiple Tapes
326 * label:: Including a Label in the Archive
327 * verify::
328 * Write Protection::
329
330 Blocking
331
332 * Format Variations:: Format Variations
333 * Blocking Factor:: The Blocking Factor of an Archive
334
335 Many Archives on One Tape
336
337 * Tape Positioning:: Tape Positions and Tape Marks
338 * mt:: The @command{mt} Utility
339
340 Using Multiple Tapes
341
342 * Multi-Volume Archives:: Archives Longer than One Tape or Disk
343 * Tape Files:: Tape Files
344 * Tarcat:: Concatenate Volumes into a Single Archive
345
346 GNU tar internals and development
347
348 * Genfile::
349 * Snapshot Files::
350
351 Copying This Manual
352
353 * Free Software Needs Free Documentation::
354 * GNU Free Documentation License:: License for copying this manual
355
356 @end detailmenu
357 @end menu
358
359 @node Introduction
360 @chapter Introduction
361
362 @GNUTAR{} creates
363 and manipulates @dfn{archives} which are actually collections of
364 many other files; the program provides users with an organized and
365 systematic method for controlling a large amount of data.
366 The name ``tar'' originally came from the phrase ``Tape ARchive'', but
367 archives need not (and these days, typically do not) reside on tapes.
368
369 @menu
370 * Book Contents:: What this Book Contains
371 * Definitions:: Some Definitions
372 * What tar Does:: What @command{tar} Does
373 * Naming tar Archives:: How @command{tar} Archives are Named
374 * Authors:: @GNUTAR{} Authors
375 * Reports:: Reporting bugs or suggestions
376 @end menu
377
378 @node Book Contents
379 @section What this Book Contains
380
381 The first part of this chapter introduces you to various terms that will
382 recur throughout the book. It also tells you who has worked on @GNUTAR{}
383 and its documentation, and where you should send bug reports
384 or comments.
385
386 The second chapter is a tutorial (@pxref{Tutorial}) which provides a
387 gentle introduction for people who are new to using @command{tar}. It is
388 meant to be self contained, not requiring any reading from subsequent
389 chapters to make sense. It moves from topic to topic in a logical,
390 progressive order, building on information already explained.
391
392 Although the tutorial is paced and structured to allow beginners to
393 learn how to use @command{tar}, it is not intended solely for beginners.
394 The tutorial explains how to use the three most frequently used
395 operations (@samp{create}, @samp{list}, and @samp{extract}) as well as
396 two frequently used options (@samp{file} and @samp{verbose}). The other
397 chapters do not refer to the tutorial frequently; however, if a section
398 discusses something which is a complex variant of a basic concept, there
399 may be a cross reference to that basic concept. (The entire book,
400 including the tutorial, assumes that the reader understands some basic
401 concepts of using a Unix-type operating system; @pxref{Tutorial}.)
402
403 The third chapter presents the remaining five operations, and
404 information about using @command{tar} options and option syntax.
405
406 @FIXME{this sounds more like a @acronym{GNU} Project Manuals Concept [tm] more
407 than the reality. should think about whether this makes sense to say
408 here, or not.} The other chapters are meant to be used as a
409 reference. Each chapter presents everything that needs to be said
410 about a specific topic.
411
412 One of the chapters (@pxref{Date input formats}) exists in its
413 entirety in other @acronym{GNU} manuals, and is mostly self-contained.
414 In addition, one section of this manual (@pxref{Standard}) contains a
415 big quote which is taken directly from @command{tar} sources.
416
417 In general, we give both long and short (abbreviated) option names
418 at least once in each section where the relevant option is covered, so
419 that novice readers will become familiar with both styles. (A few
420 options have no short versions, and the relevant sections will
421 indicate this.)
422
423 @node Definitions
424 @section Some Definitions
425
426 @cindex archive
427 @cindex tar archive
428 The @command{tar} program is used to create and manipulate @command{tar}
429 archives. An @dfn{archive} is a single file which contains the contents
430 of many files, while still identifying the names of the files, their
431 owner(s), and so forth. (In addition, archives record access
432 permissions, user and group, size in bytes, and data modification time.
433 Some archives also record the file names in each archived directory, as
434 well as other file and directory information.) You can use @command{tar}
435 to @dfn{create} a new archive in a specified directory.
436
437 @cindex member
438 @cindex archive member
439 @cindex file name
440 @cindex member name
441 The files inside an archive are called @dfn{members}. Within this
442 manual, we use the term @dfn{file} to refer only to files accessible in
443 the normal ways (by @command{ls}, @command{cat}, and so forth), and the term
444 @dfn{member} to refer only to the members of an archive. Similarly, a
445 @dfn{file name} is the name of a file, as it resides in the file system,
446 and a @dfn{member name} is the name of an archive member within the
447 archive.
448
449 @cindex extraction
450 @cindex unpacking
451 The term @dfn{extraction} refers to the process of copying an archive
452 member (or multiple members) into a file in the file system. Extracting
453 all the members of an archive is often called @dfn{extracting the
454 archive}. The term @dfn{unpack} can also be used to refer to the
455 extraction of many or all the members of an archive. Extracting an
456 archive does not destroy the archive's structure, just as creating an
457 archive does not destroy the copies of the files that exist outside of
458 the archive. You may also @dfn{list} the members in a given archive
459 (this is often thought of as ``printing'' them to the standard output,
460 or the command line), or @dfn{append} members to a pre-existing archive.
461 All of these operations can be performed using @command{tar}.
462
463 @node What tar Does
464 @section What @command{tar} Does
465
466 @cindex tar
467 The @command{tar} program provides the ability to create @command{tar}
468 archives, as well as various other kinds of manipulation. For example,
469 you can use @command{tar} on previously created archives to extract files,
470 to store additional files, or to update or list files which were already
471 stored.
472
473 Initially, @command{tar} archives were used to store files conveniently on
474 magnetic tape. The name @command{tar} comes from this use; it stands for
475 @code{t}ape @code{ar}chiver. Despite the utility's name, @command{tar} can
476 direct its output to available devices, files, or other programs (using
477 pipes). @command{tar} may even access remote devices or files (as archives).
478
479 You can use @command{tar} archives in many ways. We want to stress a few
480 of them: storage, backup, and transportation.
481
482 @FIXME{the following table entries need a bit of work..}
483 @table @asis
484 @item Storage
485 Often, @command{tar} archives are used to store related files for
486 convenient file transfer over a network. For example, the
487 @acronym{GNU} Project distributes its software bundled into
488 @command{tar} archives, so that all the files relating to a particular
489 program (or set of related programs) can be transferred as a single
490 unit.
491
492 A magnetic tape can store several files in sequence. However, the tape
493 has no names for these files; it only knows their relative position on
494 the tape. One way to store several files on one tape and retain their
495 names is by creating a @command{tar} archive. Even when the basic transfer
496 mechanism can keep track of names, as FTP can, the nuisance of handling
497 multiple files, directories, and multiple links makes @command{tar}
498 archives useful.
499
500 Archive files are also used for long-term storage. You can think of
501 this as transportation from the present into the future. (It is a
502 science-fiction idiom that you can move through time as well as in
503 space; the idea here is that @command{tar} can be used to move archives in
504 all dimensions, even time!)
505
506 @item Backup
507 Because the archive created by @command{tar} is capable of preserving
508 file information and directory structure, @command{tar} is commonly
509 used for performing full and incremental backups of disks. A backup
510 puts a collection of files (possibly pertaining to many users and
511 projects) together on a disk or a tape. This guards against
512 accidental destruction of the information in those files.
513 @GNUTAR{} has special features that allow it to be
514 used to make incremental and full dumps of all the files in a
515 file system.
516
517 @item Transportation
518 You can create an archive on one system, transfer it to another system,
519 and extract the contents there. This allows you to transport a group of
520 files from one system to another.
521 @end table
522
523 @node Naming tar Archives
524 @section How @command{tar} Archives are Named
525
526 Conventionally, @command{tar} archives are given names ending with
527 @samp{.tar}. This is not necessary for @command{tar} to operate properly,
528 but this manual follows that convention in order to accustom readers to
529 it and to make examples more clear.
530
531 @cindex tar file
532 @cindex entry
533 @cindex tar entry
534 Often, people refer to @command{tar} archives as ``@command{tar} files,'' and
535 archive members as ``files'' or ``entries''. For people familiar with
536 the operation of @command{tar}, this causes no difficulty. However, in
537 this manual, we consistently refer to ``archives'' and ``archive
538 members'' to make learning to use @command{tar} easier for novice users.
539
540 @node Authors
541 @section @GNUTAR{} Authors
542
543 @GNUTAR{} was originally written by John Gilmore,
544 and modified by many people. The @acronym{GNU} enhancements were
545 written by Jay Fenlason, then Joy Kendall, and the whole package has
546 been further maintained by Thomas Bushnell, n/BSG, Fran@,{c}ois
547 Pinard, Paul Eggert, and finally Sergey Poznyakoff with the help of
548 numerous and kind users.
549
550 We wish to stress that @command{tar} is a collective work, and owes much to
551 all those people who reported problems, offered solutions and other
552 insights, or shared their thoughts and suggestions. An impressive, yet
553 partial list of those contributors can be found in the @file{THANKS}
554 file from the @GNUTAR{} distribution.
555
556 @FIXME{i want all of these names mentioned, Absolutely. BUT, i'm not
557 sure i want to spell out the history in this detail, at least not for
558 the printed book. i'm just not sure it needs to be said this way.
559 i'll think about it.}
560
561 @FIXME{History is more important, and surely more interesting, than
562 actual names. Quoting names without history would be meaningless. FP}
563
564 Jay Fenlason put together a draft of a @GNUTAR{}
565 manual, borrowing notes from the original man page from John Gilmore.
566 This was withdrawn in version 1.11. Thomas Bushnell, n/BSG and Amy
567 Gorin worked on a tutorial and manual for @GNUTAR{}.
568 Fran@,{c}ois Pinard put version 1.11.8 of the manual together by
569 taking information from all these sources and merging them. Melissa
570 Weisshaus finally edited and redesigned the book to create version
571 1.12. @FIXME{update version number as necessary; i'm being
572 optimistic!} @FIXME{Someone [maybe karl berry? maybe bob chassell?
573 maybe melissa? maybe julie sussman?] needs to properly index the
574 thing.}
575
576 For version 1.12, Daniel Hagerty contributed a great deal of technical
577 consulting. In particular, he is the primary author of @ref{Backups}.
578
579 In July, 2003 @GNUTAR{} was put on CVS at savannah.gnu.org
580 (see @url{http://savannah.gnu.org/projects/tar}), and
581 active development and maintenance work has started
582 again. Currently @GNUTAR{} is being maintained by Paul Eggert, Sergey
583 Poznyakoff and Jeff Bailey.
584
585 Support for @acronym{POSIX} archives was added by Sergey Poznyakoff.
586
587 @node Reports
588 @section Reporting bugs or suggestions
589
590 @cindex bug reports
591 @cindex reporting bugs
592 If you find problems or have suggestions about this program or manual,
593 please report them to @file{bug-tar@@gnu.org}.
594
595 When reporting a bug, please be sure to include as much detail as
596 possible, in order to reproduce it. @FIXME{Be more specific, I'd
597 like to make this node as detailed as 'Bug reporting' node in Emacs
598 manual}.
599
600 @node Tutorial
601 @chapter Tutorial Introduction to @command{tar}
602
603 This chapter guides you through some basic examples of three @command{tar}
604 operations: @option{--create}, @option{--list}, and @option{--extract}. If
605 you already know how to use some other version of @command{tar}, then you
606 may not need to read this chapter. This chapter omits most complicated
607 details about how @command{tar} works.
608
609 @menu
610 * assumptions::
611 * stylistic conventions::
612 * basic tar options:: Basic @command{tar} Operations and Options
613 * frequent operations::
614 * Two Frequent Options::
615 * create:: How to Create Archives
616 * list:: How to List Archives
617 * extract:: How to Extract Members from an Archive
618 * going further::
619 @end menu
620
621 @node assumptions
622 @section Assumptions this Tutorial Makes
623
624 This chapter is paced to allow beginners to learn about @command{tar}
625 slowly. At the same time, we will try to cover all the basic aspects of
626 these three operations. In order to accomplish both of these tasks, we
627 have made certain assumptions about your knowledge before reading this
628 manual, and the hardware you will be using:
629
630 @itemize @bullet
631 @item
632 Before you start to work through this tutorial, you should understand
633 what the terms ``archive'' and ``archive member'' mean
634 (@pxref{Definitions}). In addition, you should understand something
635 about how Unix-type operating systems work, and you should know how to
636 use some basic utilities. For example, you should know how to create,
637 list, copy, rename, edit, and delete files and directories; how to
638 change between directories; and how to figure out where you are in the
639 file system. You should have some basic understanding of directory
640 structure and how files are named according to which directory they are
641 in. You should understand concepts such as standard output and standard
642 input, what various definitions of the term ``argument'' mean, and the
643 differences between relative and absolute path names. @FIXME{and what
644 else?}
645
646 @item
647 This manual assumes that you are working from your own home directory
648 (unless we state otherwise). In this tutorial, you will create a
649 directory to practice @command{tar} commands in. When we show path names,
650 we will assume that those paths are relative to your home directory.
651 For example, my home directory path is @file{/home/fsf/melissa}. All of
652 my examples are in a subdirectory of the directory named by that path
653 name; the subdirectory is called @file{practice}.
654
655 @item
656 In general, we show examples of archives which exist on (or can be
657 written to, or worked with from) a directory on a hard disk. In most
658 cases, you could write those archives to, or work with them on any other
659 device, such as a tape drive. However, some of the later examples in
660 the tutorial and next chapter will not work on tape drives.
661 Additionally, working with tapes is much more complicated than working
662 with hard disks. For these reasons, the tutorial does not cover working
663 with tape drives. @xref{Media}, for complete information on using
664 @command{tar} archives with tape drives.
665
666 @FIXME{this is a cop out. need to add some simple tape drive info.}
667 @end itemize
668
669 @node stylistic conventions
670 @section Stylistic Conventions
671
672 In the examples, @samp{$} represents a typical shell prompt. It
673 precedes lines you should type; to make this more clear, those lines are
674 shown in @kbd{this font}, as opposed to lines which represent the
675 computer's response; those lines are shown in @code{this font}, or
676 sometimes @samp{like this}.
677
678 @c When we have lines which are too long to be
679 @c displayed in any other way, we will show them like this:
680
681 @node basic tar options
682 @section Basic @command{tar} Operations and Options
683
684 @command{tar} can take a wide variety of arguments which specify and define
685 the actions it will have on the particular set of files or the archive.
686 The main types of arguments to @command{tar} fall into one of two classes:
687 operations, and options.
688
689 Some arguments fall into a class called @dfn{operations}; exactly one of
690 these is both allowed and required for any instance of using @command{tar};
691 you may @emph{not} specify more than one. People sometimes speak of
692 @dfn{operating modes}. You are in a particular operating mode when you
693 have specified the operation which specifies it; there are eight
694 operations in total, and thus there are eight operating modes.
695
696 The other arguments fall into the class known as @dfn{options}. You are
697 not required to specify any options, and you are allowed to specify more
698 than one at a time (depending on the way you are using @command{tar} at
699 that time). Some options are used so frequently, and are so useful for
700 helping you type commands more carefully that they are effectively
701 ``required''. We will discuss them in this chapter.
702
703 You can write most of the @command{tar} operations and options in any
704 of three forms: long (mnemonic) form, short form, and old style. Some
705 of the operations and options have no short or ``old'' forms; however,
706 the operations and options which we will cover in this tutorial have
707 corresponding abbreviations. @FIXME{make sure this is still the case,
708 at the end}We will indicate those abbreviations appropriately to get
709 you used to seeing them. (Note that the ``old style'' option forms
710 exist in @GNUTAR{} for compatibility with Unix
711 @command{tar}. In this book we present a full discussion of this way
712 of writing options and operations (@pxref{Old Options}), and we discuss
713 the other two styles of writing options (@xref{Mnemonic Options}, and
714 @pxref{Short Options}).
715
716 In the examples and in the text of this tutorial, we usually use the
717 long forms of operations and options; but the ``short'' forms produce
718 the same result and can make typing long @command{tar} commands easier.
719 For example, instead of typing
720
721 @smallexample
722 @kbd{tar --create --verbose --file=afiles.tar apple angst aspic}
723 @end smallexample
724
725 @noindent
726 you can type
727 @smallexample
728 @kbd{tar -c -v -f afiles.tar apple angst aspic}
729 @end smallexample
730
731 @noindent
732 or even
733 @smallexample
734 @kbd{tar -cvf afiles.tar apple angst aspic}
735 @end smallexample
736
737 @noindent
738 For more information on option syntax, see @ref{Advanced tar}. In
739 discussions in the text, when we name an option by its long form, we
740 also give the corresponding short option in parentheses.
741
742 The term, ``option'', can be confusing at times, since ``operations''
743 are often lumped in with the actual, @emph{optional} ``options'' in certain
744 general class statements. For example, we just talked about ``short and
745 long forms of options and operations''. However, experienced @command{tar}
746 users often refer to these by shorthand terms such as, ``short and long
747 options''. This term assumes that the ``operations'' are included, also.
748 Context will help you determine which definition of ``options'' to use.
749
750 Similarly, the term ``command'' can be confusing, as it is often used in
751 two different ways. People sometimes refer to @command{tar} ``commands''.
752 A @command{tar} @dfn{command} is the entire command line of user input
753 which tells @command{tar} what to do --- including the operation, options,
754 and any arguments (file names, pipes, other commands, etc). However,
755 you will also sometimes hear the term ``the @command{tar} command''. When
756 the word ``command'' is used specifically like this, a person is usually
757 referring to the @command{tar} @emph{operation}, not the whole line.
758 Again, use context to figure out which of the meanings the speaker
759 intends.
760
761 @node frequent operations
762 @section The Three Most Frequently Used Operations
763
764 Here are the three most frequently used operations (both short and long
765 forms), as well as a brief description of their meanings. The rest of
766 this chapter will cover how to use these operations in detail. We will
767 present the rest of the operations in the next chapter.
768
769 @table @option
770 @item --create
771 @itemx -c
772 Create a new @command{tar} archive.
773 @item --list
774 @itemx -t
775 List the contents of an archive.
776 @item --extract
777 @itemx -x
778 Extract one or more members from an archive.
779 @end table
780
781 @node Two Frequent Options
782 @section Two Frequently Used Options
783
784 To understand how to run @command{tar} in the three operating modes listed
785 previously, you also need to understand how to use two of the options to
786 @command{tar}: @option{--file} (which takes an archive file as an argument)
787 and @option{--verbose}. (You are usually not @emph{required} to specify
788 either of these options when you run @command{tar}, but they can be very
789 useful in making things more clear and helping you avoid errors.)
790
791 @menu
792 * file tutorial::
793 * verbose tutorial::
794 * help tutorial::
795 @end menu
796
797 @node file tutorial
798 @unnumberedsubsec The @option{--file} Option
799
800 @table @option
801 @opindex file, tutorial
802 @item --file=@var{archive-name}
803 @itemx -f @var{archive-name}
804 Specify the name of an archive file.
805 @end table
806
807 You can specify an argument for the @option{--file=@var{archive-name}} (@option{-f @var{archive-name}}) option whenever you
808 use @command{tar}; this option determines the name of the archive file
809 that @command{tar} will work on.
810
811 @vrindex TAPE
812 If you don't specify this argument, then @command{tar} will examine
813 the environment variable @env{TAPE}. If it is set, its value will be
814 used as the archive name. Otherwise, @command{tar} will use the
815 default archive, determined at the compile time. Usually it is
816 standard output or some physical tape drive attached to your machine
817 (you can verify what the default is by running @kbd{tar
818 --show-defaults}, @pxref{defaults}). If there is no tape drive
819 attached, or the default is not meaningful, then @command{tar} will
820 print an error message. The error message might look roughly like one
821 of the following:
822
823 @smallexample
824 tar: can't open /dev/rmt8 : No such device or address
825 tar: can't open /dev/rsmt0 : I/O error
826 @end smallexample
827
828 @noindent
829 To avoid confusion, we recommend that you always specify an archive file
830 name by using @option{--file=@var{archive-name}} (@option{-f @var{archive-name}}) when writing your @command{tar} commands.
831 For more information on using the @option{--file=@var{archive-name}} (@option{-f @var{archive-name}}) option, see
832 @ref{file}.
833
834 @node verbose tutorial
835 @unnumberedsubsec The @option{--verbose} Option
836
837 @table @option
838 @opindex verbose, introduced
839 @item --verbose
840 @itemx -v
841 Show the files being worked on as @command{tar} is running.
842 @end table
843
844 @option{--verbose} (@option{-v}) shows details about the results of running
845 @command{tar}. This can be especially useful when the results might not be
846 obvious. For example, if you want to see the progress of @command{tar} as
847 it writes files into the archive, you can use the @option{--verbose}
848 option. In the beginning, you may find it useful to use
849 @option{--verbose} at all times; when you are more accustomed to
850 @command{tar}, you will likely want to use it at certain times but not at
851 others. We will use @option{--verbose} at times to help make something
852 clear, and we will give many examples both using and not using
853 @option{--verbose} to show the differences.
854
855 Sometimes, a single instance of @option{--verbose} on the command line
856 will show a full, @samp{ls} style listing of an archive or files,
857 giving sizes, owners, and similar information. @FIXME{Describe the
858 exact output format, e.g., how hard links are displayed.}
859 Other times, @option{--verbose} will only show files or members that the particular
860 operation is operating on at the time. In the latter case, you can
861 use @option{--verbose} twice in a command to get a listing such as that
862 in the former case. For example, instead of saying
863
864 @smallexample
865 @kbd{tar -cvf afiles.tar apple angst aspic}
866 @end smallexample
867
868 @noindent
869 above, you might say
870
871 @smallexample
872 @kbd{tar -cvvf afiles.tar apple angst aspic}
873 @end smallexample
874
875 @noindent
876 This works equally well using short or long forms of options. Using
877 long forms, you would simply write out the mnemonic form of the option
878 twice, like this:
879
880 @smallexample
881 $ @kbd{tar --create --verbose --verbose @dots{}}
882 @end smallexample
883
884 @noindent
885 Note that you must double the hyphens properly each time.
886
887 Later in the tutorial, we will give examples using @w{@option{--verbose
888 --verbose}}.
889
890 @node help tutorial
891 @unnumberedsubsec Getting Help: Using the @option{--help} Option
892
893 @table @option
894 @opindex help
895 @item --help
896
897 The @option{--help} option to @command{tar} prints out a very brief list of
898 all operations and option available for the current version of
899 @command{tar} available on your system.
900 @end table
901
902 @node create
903 @section How to Create Archives
904 @UNREVISED
905
906 @cindex Creation of the archive
907 @cindex Archive, creation of
908 One of the basic operations of @command{tar} is @option{--create} (@option{-c}), which
909 you use to create a @command{tar} archive. We will explain
910 @option{--create} first because, in order to learn about the other
911 operations, you will find it useful to have an archive available to
912 practice on.
913
914 To make this easier, in this section you will first create a directory
915 containing three files. Then, we will show you how to create an
916 @emph{archive} (inside the new directory). Both the directory, and
917 the archive are specifically for you to practice on. The rest of this
918 chapter and the next chapter will show many examples using this
919 directory and the files you will create: some of those files may be
920 other directories and other archives.
921
922 The three files you will archive in this example are called
923 @file{blues}, @file{folk}, and @file{jazz}. The archive is called
924 @file{collection.tar}.
925
926 This section will proceed slowly, detailing how to use @option{--create}
927 in @code{verbose} mode, and showing examples using both short and long
928 forms. In the rest of the tutorial, and in the examples in the next
929 chapter, we will proceed at a slightly quicker pace. This section
930 moves more slowly to allow beginning users to understand how
931 @command{tar} works.
932
933 @menu
934 * prepare for examples::
935 * Creating the archive::
936 * create verbose::
937 * short create::
938 * create dir::
939 @end menu
940
941 @node prepare for examples
942 @subsection Preparing a Practice Directory for Examples
943
944 To follow along with this and future examples, create a new directory
945 called @file{practice} containing files called @file{blues}, @file{folk}
946 and @file{jazz}. The files can contain any information you like:
947 ideally, they should contain information which relates to their names,
948 and be of different lengths. Our examples assume that @file{practice}
949 is a subdirectory of your home directory.
950
951 Now @command{cd} to the directory named @file{practice}; @file{practice}
952 is now your @dfn{working directory}. (@emph{Please note}: Although
953 the full path name of this directory is
954 @file{/@var{homedir}/practice}, in our examples we will refer to
955 this directory as @file{practice}; the @var{homedir} is presumed.
956
957 In general, you should check that the files to be archived exist where
958 you think they do (in the working directory) by running @command{ls}.
959 Because you just created the directory and the files and have changed to
960 that directory, you probably don't need to do that this time.
961
962 It is very important to make sure there isn't already a file in the
963 working directory with the archive name you intend to use (in this case,
964 @samp{collection.tar}), or that you don't care about its contents.
965 Whenever you use @samp{create}, @command{tar} will erase the current
966 contents of the file named by @option{--file=@var{archive-name}} (@option{-f @var{archive-name}}) if it exists. @command{tar}
967 will not tell you if you are about to overwrite an archive unless you
968 specify an option which does this (@pxref{backup}, for the
969 information on how to do so). To add files to an existing archive,
970 you need to use a different option, such as @option{--append} (@option{-r}); see
971 @ref{append} for information on how to do this.
972
973 @node Creating the archive
974 @subsection Creating the Archive
975
976 @opindex create, introduced
977 To place the files @file{blues}, @file{folk}, and @file{jazz} into an
978 archive named @file{collection.tar}, use the following command:
979
980 @smallexample
981 $ @kbd{tar --create --file=collection.tar blues folk jazz}
982 @end smallexample
983
984 The order of the arguments is not very important, @emph{when using long
985 option forms}. You could also say:
986
987 @smallexample
988 $ @kbd{tar blues --create folk --file=collection.tar jazz}
989 @end smallexample
990
991 @noindent
992 However, you can see that this order is harder to understand; this is
993 why we will list the arguments in the order that makes the commands
994 easiest to understand (and we encourage you to do the same when you use
995 @command{tar}, to avoid errors).
996
997 Note that the part of the command which says,
998 @w{@option{--file=collection.tar}} is considered to be @emph{one} argument.
999 If you substituted any other string of characters for
1000 @kbd{collection.tar}, then that string would become the name of the
1001 archive file you create.
1002
1003 The order of the options becomes more important when you begin to use
1004 short forms. With short forms, if you type commands in the wrong order
1005 (even if you type them correctly in all other ways), you may end up with
1006 results you don't expect. For this reason, it is a good idea to get
1007 into the habit of typing options in the order that makes inherent sense.
1008 @xref{short create}, for more information on this.
1009
1010 In this example, you type the command as shown above: @option{--create}
1011 is the operation which creates the new archive
1012 (@file{collection.tar}), and @option{--file} is the option which lets
1013 you give it the name you chose. The files, @file{blues}, @file{folk},
1014 and @file{jazz}, are now members of the archive, @file{collection.tar}
1015 (they are @dfn{file name arguments} to the @option{--create} operation).
1016 @FIXME{xref here to the discussion of file name args?}Now that they are
1017 in the archive, they are called @emph{archive members}, not files.
1018 (@pxref{Definitions,members}).
1019
1020 When you create an archive, you @emph{must} specify which files you
1021 want placed in the archive. If you do not specify any archive
1022 members, @GNUTAR{} will complain.
1023
1024 If you now list the contents of the working directory (@command{ls}), you will
1025 find the archive file listed as well as the files you saw previously:
1026
1027 @smallexample
1028 blues folk jazz collection.tar
1029 @end smallexample
1030
1031 @noindent
1032 Creating the archive @samp{collection.tar} did not destroy the copies of
1033 the files in the directory.
1034
1035 Keep in mind that if you don't indicate an operation, @command{tar} will not
1036 run and will prompt you for one. If you don't name any files, @command{tar}
1037 will complain. You must have write access to the working directory,
1038 or else you will not be able to create an archive in that directory.
1039
1040 @emph{Caution}: Do not attempt to use @option{--create} (@option{-c}) to add files to
1041 an existing archive; it will delete the archive and write a new one.
1042 Use @option{--append} (@option{-r}) instead. @xref{append}.
1043
1044 @node create verbose
1045 @subsection Running @option{--create} with @option{--verbose}
1046
1047 @opindex create, using with @option{--verbose}
1048 @opindex verbose, using with @option{--create}
1049 If you include the @option{--verbose} (@option{-v}) option on the command line,
1050 @command{tar} will list the files it is acting on as it is working. In
1051 verbose mode, the @code{create} example above would appear as:
1052
1053 @smallexample
1054 $ @kbd{tar --create --verbose --file=collection.tar blues folk jazz}
1055 blues
1056 folk
1057 jazz
1058 @end smallexample
1059
1060 This example is just like the example we showed which did not use
1061 @option{--verbose}, except that @command{tar} generated the remaining lines
1062 @iftex
1063 (note the different font styles).
1064 @end iftex
1065 @ifinfo
1066 .
1067 @end ifinfo
1068
1069 In the rest of the examples in this chapter, we will frequently use
1070 @code{verbose} mode so we can show actions or @command{tar} responses that
1071 you would otherwise not see, and which are important for you to
1072 understand.
1073
1074 @node short create
1075 @subsection Short Forms with @samp{create}
1076
1077 As we said before, the @option{--create} (@option{-c}) operation is one of the most
1078 basic uses of @command{tar}, and you will use it countless times.
1079 Eventually, you will probably want to use abbreviated (or ``short'')
1080 forms of options. A full discussion of the three different forms that
1081 options can take appears in @ref{Styles}; for now, here is what the
1082 previous example (including the @option{--verbose} (@option{-v}) option) looks like
1083 using short option forms:
1084
1085 @smallexample
1086 $ @kbd{tar -cvf collection.tar blues folk jazz}
1087 blues
1088 folk
1089 jazz
1090 @end smallexample
1091
1092 @noindent
1093 As you can see, the system responds the same no matter whether you use
1094 long or short option forms.
1095
1096 @FIXME{i don't like how this is worded:} One difference between using
1097 short and long option forms is that, although the exact placement of
1098 arguments following options is no more specific when using short forms,
1099 it is easier to become confused and make a mistake when using short
1100 forms. For example, suppose you attempted the above example in the
1101 following way:
1102
1103 @smallexample
1104 $ @kbd{tar -cfv collection.tar blues folk jazz}
1105 @end smallexample
1106
1107 @noindent
1108 In this case, @command{tar} will make an archive file called @file{v},
1109 containing the files @file{blues}, @file{folk}, and @file{jazz}, because
1110 the @samp{v} is the closest ``file name'' to the @option{-f} option, and
1111 is thus taken to be the chosen archive file name. @command{tar} will try
1112 to add a file called @file{collection.tar} to the @file{v} archive file;
1113 if the file @file{collection.tar} did not already exist, @command{tar} will
1114 report an error indicating that this file does not exist. If the file
1115 @file{collection.tar} does already exist (e.g., from a previous command
1116 you may have run), then @command{tar} will add this file to the archive.
1117 Because the @option{-v} option did not get registered, @command{tar} will not
1118 run under @samp{verbose} mode, and will not report its progress.
1119
1120 The end result is that you may be quite confused about what happened,
1121 and possibly overwrite a file. To illustrate this further, we will show
1122 you how an example we showed previously would look using short forms.
1123
1124 This example,
1125
1126 @smallexample
1127 $ @kbd{tar blues --create folk --file=collection.tar jazz}
1128 @end smallexample
1129
1130 @noindent
1131 is confusing as it is. When shown using short forms, however, it
1132 becomes much more so:
1133
1134 @smallexample
1135 $ @kbd{tar blues -c folk -f collection.tar jazz}
1136 @end smallexample
1137
1138 @noindent
1139 It would be very easy to put the wrong string of characters
1140 immediately following the @option{-f}, but doing that could sacrifice
1141 valuable data.
1142
1143 For this reason, we recommend that you pay very careful attention to
1144 the order of options and placement of file and archive names,
1145 especially when using short option forms. Not having the option name
1146 written out mnemonically can affect how well you remember which option
1147 does what, and therefore where different names have to be placed.
1148
1149 @node create dir
1150 @subsection Archiving Directories
1151
1152 @cindex Archiving Directories
1153 @cindex Directories, Archiving
1154 You can archive a directory by specifying its directory name as a
1155 file name argument to @command{tar}. The files in the directory will be
1156 archived relative to the working directory, and the directory will be
1157 re-created along with its contents when the archive is extracted.
1158
1159 To archive a directory, first move to its superior directory. If you
1160 have followed the previous instructions in this tutorial, you should
1161 type:
1162
1163 @smallexample
1164 $ @kbd{cd ..}
1165 $
1166 @end smallexample
1167
1168 @noindent
1169 This will put you into the directory which contains @file{practice},
1170 i.e., your home directory. Once in the superior directory, you can
1171 specify the subdirectory, @file{practice}, as a file name argument. To
1172 store @file{practice} in the new archive file @file{music.tar}, type:
1173
1174 @smallexample
1175 $ @kbd{tar --create --verbose --file=music.tar practice}
1176 @end smallexample
1177
1178 @noindent
1179 @command{tar} should output:
1180
1181 @smallexample
1182 practice/
1183 practice/blues
1184 practice/folk
1185 practice/jazz
1186 practice/collection.tar
1187 @end smallexample
1188
1189 Note that the archive thus created is not in the subdirectory
1190 @file{practice}, but rather in the current working directory---the
1191 directory from which @command{tar} was invoked. Before trying to archive a
1192 directory from its superior directory, you should make sure you have
1193 write access to the superior directory itself, not only the directory
1194 you are trying archive with @command{tar}. For example, you will probably
1195 not be able to store your home directory in an archive by invoking
1196 @command{tar} from the root directory; @xref{absolute}. (Note
1197 also that @file{collection.tar}, the original archive file, has itself
1198 been archived. @command{tar} will accept any file as a file to be
1199 archived, regardless of its content. When @file{music.tar} is
1200 extracted, the archive file @file{collection.tar} will be re-written
1201 into the file system).
1202
1203 If you give @command{tar} a command such as
1204
1205 @smallexample
1206 $ @kbd{tar --create --file=foo.tar .}
1207 @end smallexample
1208
1209 @noindent
1210 @command{tar} will report @samp{tar: ./foo.tar is the archive; not
1211 dumped}. This happens because @command{tar} creates the archive
1212 @file{foo.tar} in the current directory before putting any files into
1213 it. Then, when @command{tar} attempts to add all the files in the
1214 directory @file{.} to the archive, it notices that the file
1215 @file{./foo.tar} is the same as the archive @file{foo.tar}, and skips
1216 it. (It makes no sense to put an archive into itself.) @GNUTAR{}
1217 will continue in this case, and create the archive
1218 normally, except for the exclusion of that one file. (@emph{Please
1219 note:} Other implementations of @command{tar} may not be so clever;
1220 they will enter an infinite loop when this happens, so you should not
1221 depend on this behavior unless you are certain you are running
1222 @GNUTAR{}. In general, it is wise to always place the archive outside
1223 of the directory being dumped.
1224
1225 @node list
1226 @section How to List Archives
1227
1228 @opindex list
1229 Frequently, you will find yourself wanting to determine exactly what a
1230 particular archive contains. You can use the @option{--list} (@option{-t}) operation
1231 to get the member names as they currently appear in the archive, as well
1232 as various attributes of the files at the time they were archived. For
1233 example, you can examine the archive @file{collection.tar} that you
1234 created in the last section with the command,
1235
1236 @smallexample
1237 $ @kbd{tar --list --file=collection.tar}
1238 @end smallexample
1239
1240 @noindent
1241 The output of @command{tar} would then be:
1242
1243 @smallexample
1244 blues
1245 folk
1246 jazz
1247 @end smallexample
1248
1249 @noindent
1250 The archive @file{bfiles.tar} would list as follows:
1251
1252 @smallexample
1253 ./birds
1254 baboon
1255 ./box
1256 @end smallexample
1257
1258 @noindent
1259 Be sure to use a @option{--file=@var{archive-name}} (@option{-f
1260 @var{archive-name}}) option just as with @option{--create}
1261 (@option{-c}) to specify the name of the archive.
1262
1263 @opindex list, using with @option{--verbose}
1264 @opindex verbose, using with @option{--list}
1265 If you use the @option{--verbose} (@option{-v}) option with
1266 @option{--list}, then @command{tar} will print out a listing
1267 reminiscent of @w{@samp{ls -l}}, showing owner, file size, and so forth.
1268
1269 If you had used @option{--verbose} (@option{-v}) mode, the example
1270 above would look like:
1271
1272 @smallexample
1273 $ @kbd{tar --list --verbose --file=collection.tar folk}
1274 -rw-r--r-- myself user 62 1990-05-23 10:55 folk
1275 @end smallexample
1276
1277 @cindex listing member and file names
1278 @anchor{listing member and file names}
1279 It is important to notice that the output of @kbd{tar --list
1280 --verbose} does not necessarily match that produced by @kbd{tar
1281 --create --verbose} while creating the archive. It is because
1282 @GNUTAR{}, unless told explicitly not to do so, removes some directory
1283 prefixes from file names before storing them in the archive
1284 (@xref{absolute}, for more information). In other
1285 words, in verbose mode @GNUTAR{} shows @dfn{file names} when creating
1286 an archive and @dfn{member names} when listing it. Consider this
1287 example:
1288
1289 @smallexample
1290 @group
1291 $ @kbd{tar cfv archive /etc/mail}
1292 tar: Removing leading `/' from member names
1293 /etc/mail/
1294 /etc/mail/sendmail.cf
1295 /etc/mail/aliases
1296 $ @kbd{tar tf archive}
1297 etc/mail/
1298 etc/mail/sendmail.cf
1299 etc/mail/aliases
1300 @end group
1301 @end smallexample
1302
1303 @opindex show-stored-names
1304 This default behavior can sometimes be inconvenient. You can force
1305 @GNUTAR{} show member names when creating archive by supplying
1306 @option{--show-stored-names} option.
1307
1308 @table @option
1309 @item --show-stored-names
1310 Print member (as opposed to @emph{file}) names when creating the archive.
1311 @end table
1312
1313 @cindex File name arguments, using @option{--list} with
1314 @opindex list, using with file name arguments
1315 You can specify one or more individual member names as arguments when
1316 using @samp{list}. In this case, @command{tar} will only list the
1317 names of members you identify. For example, @w{@kbd{tar --list
1318 --file=afiles.tar apple}} would only print @file{apple}.
1319
1320 Because @command{tar} preserves paths, file names must be specified as
1321 they appear in the archive (ie., relative to the directory from which
1322 the archive was created). Therefore, it is essential when specifying
1323 member names to @command{tar} that you give the exact member names.
1324 For example, @w{@kbd{tar --list --file=bfiles.tar birds}} would produce an
1325 error message something like @samp{tar: birds: Not found in archive},
1326 because there is no member named @file{birds}, only one named
1327 @file{./birds}. While the names @file{birds} and @file{./birds} name
1328 the same file, @emph{member} names by default are compared verbatim.
1329
1330 However, @w{@kbd{tar --list --file=bfiles.tar baboon}} would respond
1331 with @file{baboon}, because this exact member name is in the archive file
1332 @file{bfiles.tar}. If you are not sure of the exact file name,
1333 use @dfn{globbing patterns}, for example:
1334
1335 @smallexample
1336 $ @kbd{tar --list --file=bfiles.tar --wildcards '*b*'}
1337 @end smallexample
1338
1339 @noindent
1340 will list all members whose name contains @samp{b}. @xref{wildcards},
1341 for a detailed discussion of globbing patterns and related
1342 @command{tar} command line options.
1343
1344 @menu
1345 * list dir::
1346 @end menu
1347
1348 @node list dir
1349 @unnumberedsubsec Listing the Contents of a Stored Directory
1350
1351 To get information about the contents of an archived directory,
1352 use the directory name as a file name argument in conjunction with
1353 @option{--list} (@option{-t}). To find out file attributes, include the
1354 @option{--verbose} (@option{-v}) option.
1355
1356 For example, to find out about files in the directory @file{practice}, in
1357 the archive file @file{music.tar}, type:
1358
1359 @smallexample
1360 $ @kbd{tar --list --verbose --file=music.tar practice}
1361 @end smallexample
1362
1363 @command{tar} responds:
1364
1365 @smallexample
1366 drwxrwxrwx myself user 0 1990-05-31 21:49 practice/
1367 -rw-r--r-- myself user 42 1990-05-21 13:29 practice/blues
1368 -rw-r--r-- myself user 62 1990-05-23 10:55 practice/folk
1369 -rw-r--r-- myself user 40 1990-05-21 13:30 practice/jazz
1370 -rw-r--r-- myself user 10240 1990-05-31 21:49 practice/collection.tar
1371 @end smallexample
1372
1373 When you use a directory name as a file name argument, @command{tar} acts on
1374 all the files (including sub-directories) in that directory.
1375
1376 @node extract
1377 @section How to Extract Members from an Archive
1378 @UNREVISED
1379 @cindex Extraction
1380 @cindex Retrieving files from an archive
1381 @cindex Resurrecting files from an archive
1382
1383 @opindex extract
1384 Creating an archive is only half the job---there is no point in storing
1385 files in an archive if you can't retrieve them. The act of retrieving
1386 members from an archive so they can be used and manipulated as
1387 unarchived files again is called @dfn{extraction}. To extract files
1388 from an archive, use the @option{--extract} (@option{--get} or
1389 @option{-x}) operation. As with @option{--create}, specify the name
1390 of the archive with @option{--file} (@option{-f}) option. Extracting
1391 an archive does not modify the archive in any way; you can extract it
1392 multiple times if you want or need to.
1393
1394 Using @option{--extract}, you can extract an entire archive, or specific
1395 files. The files can be directories containing other files, or not. As
1396 with @option{--create} (@option{-c}) and @option{--list} (@option{-t}), you may use the short or the
1397 long form of the operation without affecting the performance.
1398
1399 @menu
1400 * extracting archives::
1401 * extracting files::
1402 * extract dir::
1403 * extracting untrusted archives::
1404 * failing commands::
1405 @end menu
1406
1407 @node extracting archives
1408 @subsection Extracting an Entire Archive
1409
1410 To extract an entire archive, specify the archive file name only, with
1411 no individual file names as arguments. For example,
1412
1413 @smallexample
1414 $ @kbd{tar -xvf collection.tar}
1415 @end smallexample
1416
1417 @noindent
1418 produces this:
1419
1420 @smallexample
1421 -rw-r--r-- me user 28 1996-10-18 16:31 jazz
1422 -rw-r--r-- me user 21 1996-09-23 16:44 blues
1423 -rw-r--r-- me user 20 1996-09-23 16:44 folk
1424 @end smallexample
1425
1426 @node extracting files
1427 @subsection Extracting Specific Files
1428
1429 To extract specific archive members, give their exact member names as
1430 arguments, as printed by @option{--list} (@option{-t}). If you had
1431 mistakenly deleted one of the files you had placed in the archive
1432 @file{collection.tar} earlier (say, @file{blues}), you can extract it
1433 from the archive without changing the archive's structure. Its
1434 contents will be identical to the original file @file{blues} that you
1435 deleted.
1436
1437 First, make sure you are in the @file{practice} directory, and list the
1438 files in the directory. Now, delete the file, @samp{blues}, and list
1439 the files in the directory again.
1440
1441 You can now extract the member @file{blues} from the archive file
1442 @file{collection.tar} like this:
1443
1444 @smallexample
1445 $ @kbd{tar --extract --file=collection.tar blues}
1446 @end smallexample
1447
1448 @noindent
1449 If you list the files in the directory again, you will see that the file
1450 @file{blues} has been restored, with its original permissions, data
1451 modification times, and owner.@footnote{This is only accidentally
1452 true, but not in general. Whereas modification times are always
1453 restored, in most cases, one has to be root for restoring the owner,
1454 and use a special option for restoring permissions. Here, it just
1455 happens that the restoring user is also the owner of the archived
1456 members, and that the current @code{umask} is compatible with original
1457 permissions.} (These parameters will be identical to those which
1458 the file had when you originally placed it in the archive; any changes
1459 you may have made before deleting the file from the file system,
1460 however, will @emph{not} have been made to the archive member.) The
1461 archive file, @samp{collection.tar}, is the same as it was before you
1462 extracted @samp{blues}. You can confirm this by running @command{tar} with
1463 @option{--list} (@option{-t}).
1464
1465 Remember that as with other operations, specifying the exact member
1466 name is important. @w{@kbd{tar --extract --file=bfiles.tar birds}}
1467 will fail, because there is no member named @file{birds}. To extract
1468 the member named @file{./birds}, you must specify @w{@kbd{tar
1469 --extract --file=bfiles.tar ./birds}}. If you don't remember the
1470 exact member names, use @option{--list} (@option{-t}) option
1471 (@pxref{list}). You can also extract those members that match a
1472 specific @dfn{globbing pattern}. For example, to extract from
1473 @file{bfiles.tar} all files that begin with @samp{b}, no matter their
1474 directory prefix, you could type:
1475
1476 @smallexample
1477 $ @kbd{tar -x -f bfiles.tar --wildcards --no-anchored 'b*'}
1478 @end smallexample
1479
1480 @noindent
1481 Here, @option{--wildcards} instructs @command{tar} to treat
1482 command line arguments as globbing patterns and @option{--no-anchored}
1483 informs it that the patterns apply to member names after any @samp{/}
1484 delimiter. The use of globbing patterns is discussed in detail in
1485 @xref{wildcards}.
1486
1487 You can extract a file to standard output by combining the above options
1488 with the @option{--to-stdout} (@option{-O}) option (@pxref{Writing to Standard
1489 Output}).
1490
1491 If you give the @option{--verbose} option, then @option{--extract}
1492 will print the names of the archive members as it extracts them.
1493
1494 @node extract dir
1495 @subsection Extracting Files that are Directories
1496
1497 Extracting directories which are members of an archive is similar to
1498 extracting other files. The main difference to be aware of is that if
1499 the extracted directory has the same name as any directory already in
1500 the working directory, then files in the extracted directory will be
1501 placed into the directory of the same name. Likewise, if there are
1502 files in the pre-existing directory with the same names as the members
1503 which you extract, the files from the extracted archive will replace
1504 the files already in the working directory (and possible
1505 subdirectories). This will happen regardless of whether or not the
1506 files in the working directory were more recent than those extracted
1507 (there exist, however, special options that alter this behavior
1508 @pxref{Writing}).
1509
1510 However, if a file was stored with a directory name as part of its file
1511 name, and that directory does not exist under the working directory when
1512 the file is extracted, @command{tar} will create the directory.
1513
1514 We can demonstrate how to use @option{--extract} to extract a directory
1515 file with an example. Change to the @file{practice} directory if you
1516 weren't there, and remove the files @file{folk} and @file{jazz}. Then,
1517 go back to the parent directory and extract the archive
1518 @file{music.tar}. You may either extract the entire archive, or you may
1519 extract only the files you just deleted. To extract the entire archive,
1520 don't give any file names as arguments after the archive name
1521 @file{music.tar}. To extract only the files you deleted, use the
1522 following command:
1523
1524 @smallexample
1525 $ @kbd{tar -xvf music.tar practice/folk practice/jazz}
1526 practice/folk
1527 practice/jazz
1528 @end smallexample
1529
1530 @noindent
1531 If you were to specify two @option{--verbose} (@option{-v}) options, @command{tar}
1532 would have displayed more detail about the extracted files, as shown
1533 in the example below:
1534
1535 @smallexample
1536 $ @kbd{tar -xvvf music.tar practice/folk practice/jazz}
1537 -rw-r--r-- me user 28 1996-10-18 16:31 practice/jazz
1538 -rw-r--r-- me user 20 1996-09-23 16:44 practice/folk
1539 @end smallexample
1540
1541 @noindent
1542 Because you created the directory with @file{practice} as part of the
1543 file names of each of the files by archiving the @file{practice}
1544 directory as @file{practice}, you must give @file{practice} as part
1545 of the file names when you extract those files from the archive.
1546
1547 @node extracting untrusted archives
1548 @subsection Extracting Archives from Untrusted Sources
1549
1550 Extracting files from archives can overwrite files that already exist.
1551 If you receive an archive from an untrusted source, you should make a
1552 new directory and extract into that directory, so that you don't have
1553 to worry about the extraction overwriting one of your existing files.
1554 For example, if @file{untrusted.tar} came from somewhere else on the
1555 Internet, and you don't necessarily trust its contents, you can
1556 extract it as follows:
1557
1558 @smallexample
1559 $ @kbd{mkdir newdir}
1560 $ @kbd{cd newdir}
1561 $ @kbd{tar -xvf ../untrusted.tar}
1562 @end smallexample
1563
1564 It is also a good practice to examine contents of the archive
1565 before extracting it, using @option{--list} (@option{-t}) option, possibly combined
1566 with @option{--verbose} (@option{-v}).
1567
1568 @node failing commands
1569 @subsection Commands That Will Fail
1570
1571 Here are some sample commands you might try which will not work, and why
1572 they won't work.
1573
1574 If you try to use this command,
1575
1576 @smallexample
1577 $ @kbd{tar -xvf music.tar folk jazz}
1578 @end smallexample
1579
1580 @noindent
1581 you will get the following response:
1582
1583 @smallexample
1584 tar: folk: Not found in archive
1585 tar: jazz: Not found in archive
1586 $
1587 @end smallexample
1588
1589 @noindent
1590 This is because these files were not originally @emph{in} the parent
1591 directory @file{..}, where the archive is located; they were in the
1592 @file{practice} directory, and their file names reflect this:
1593
1594 @smallexample
1595 $ @kbd{tar -tvf music.tar}
1596 practice/folk
1597 practice/jazz
1598 practice/rock
1599 @end smallexample
1600
1601 @FIXME{make sure the above works when going through the examples in
1602 order...}
1603
1604 @noindent
1605 Likewise, if you try to use this command,
1606
1607 @smallexample
1608 $ @kbd{tar -tvf music.tar folk jazz}
1609 @end smallexample
1610
1611 @noindent
1612 you would get a similar response. Members with those names are not in the
1613 archive. You must use the correct member names, or wildcards, in order
1614 to extract the files from the archive.
1615
1616 If you have forgotten the correct names of the files in the archive,
1617 use @w{@kbd{tar --list --verbose}} to list them correctly.
1618
1619 @FIXME{more examples, here? hag thinks it's a good idea.}
1620
1621 @node going further
1622 @section Going Further Ahead in this Manual
1623
1624 @FIXME{need to write up a node here about the things that are going to
1625 be in the rest of the manual.}
1626
1627 @node tar invocation
1628 @chapter Invoking @GNUTAR{}
1629 @UNREVISED
1630
1631 This chapter is about how one invokes the @GNUTAR{}
1632 command, from the command synopsis (@pxref{Synopsis}). There are
1633 numerous options, and many styles for writing them. One mandatory
1634 option specifies the operation @command{tar} should perform
1635 (@pxref{Operation Summary}), other options are meant to detail how
1636 this operation should be performed (@pxref{Option Summary}).
1637 Non-option arguments are not always interpreted the same way,
1638 depending on what the operation is.
1639
1640 You will find in this chapter everything about option styles and rules for
1641 writing them (@pxref{Styles}). On the other hand, operations and options
1642 are fully described elsewhere, in other chapters. Here, you will find
1643 only synthetic descriptions for operations and options, together with
1644 pointers to other parts of the @command{tar} manual.
1645
1646 Some options are so special they are fully described right in this
1647 chapter. They have the effect of inhibiting the normal operation of
1648 @command{tar} or else, they globally alter the amount of feedback the user
1649 receives about what is going on. These are the @option{--help} and
1650 @option{--version} (@pxref{help}), @option{--verbose} (@pxref{verbose})
1651 and @option{--interactive} options (@pxref{interactive}).
1652
1653 @menu
1654 * Synopsis::
1655 * using tar options::
1656 * Styles::
1657 * All Options::
1658 * help::
1659 * defaults::
1660 * verbose::
1661 * interactive::
1662 @end menu
1663
1664 @node Synopsis
1665 @section General Synopsis of @command{tar}
1666
1667 The @GNUTAR{} program is invoked as either one of:
1668
1669 @smallexample
1670 @kbd{tar @var{option}@dots{} [@var{name}]@dots{}}
1671 @kbd{tar @var{letter}@dots{} [@var{argument}]@dots{} [@var{option}]@dots{} [@var{name}]@dots{}}
1672 @end smallexample
1673
1674 The second form is for when old options are being used.
1675
1676 You can use @command{tar} to store files in an archive, to extract them from
1677 an archive, and to do other types of archive manipulation. The primary
1678 argument to @command{tar}, which is called the @dfn{operation}, specifies
1679 which action to take. The other arguments to @command{tar} are either
1680 @dfn{options}, which change the way @command{tar} performs an operation,
1681 or file names or archive members, which specify the files or members
1682 @command{tar} is to act on.
1683
1684 You can actually type in arguments in any order, even if in this manual
1685 the options always precede the other arguments, to make examples easier
1686 to understand. Further, the option stating the main operation mode
1687 (the @command{tar} main command) is usually given first.
1688
1689 Each @var{name} in the synopsis above is interpreted as an archive member
1690 name when the main command is one of @option{--compare}
1691 (@option{--diff}, @option{-d}), @option{--delete}, @option{--extract}
1692 (@option{--get}, @option{-x}), @option{--list} (@option{-t}) or
1693 @option{--update} (@option{-u}). When naming archive members, you
1694 must give the exact name of the member in the archive, as it is
1695 printed by @option{--list}. For @option{--append} (@option{-r}) and
1696 @option{--create} (@option{-c}), these @var{name} arguments specify
1697 the names of either files or directory hierarchies to place in the archive.
1698 These files or hierarchies should already exist in the file system,
1699 prior to the execution of the @command{tar} command.
1700
1701 @command{tar} interprets relative file names as being relative to the
1702 working directory. @command{tar} will make all file names relative
1703 (by removing leading slashes when archiving or restoring files),
1704 unless you specify otherwise (using the @option{--absolute-names}
1705 option). @xref{absolute}, for more information about
1706 @option{--absolute-names}.
1707
1708 If you give the name of a directory as either a file name or a member
1709 name, then @command{tar} acts recursively on all the files and directories
1710 beneath that directory. For example, the name @file{/} identifies all
1711 the files in the file system to @command{tar}.
1712
1713 The distinction between file names and archive member names is especially
1714 important when shell globbing is used, and sometimes a source of confusion
1715 for newcomers. @xref{wildcards}, for more information about globbing.
1716 The problem is that shells may only glob using existing files in the
1717 file system. Only @command{tar} itself may glob on archive members, so when
1718 needed, you must ensure that wildcard characters reach @command{tar} without
1719 being interpreted by the shell first. Using a backslash before @samp{*}
1720 or @samp{?}, or putting the whole argument between quotes, is usually
1721 sufficient for this.
1722
1723 Even if @var{name}s are often specified on the command line, they
1724 can also be read from a text file in the file system, using the
1725 @option{--files-from=@var{file-of-names}} (@option{-T @var{file-of-names}}) option.
1726
1727 If you don't use any file name arguments, @option{--append} (@option{-r}),
1728 @option{--delete} and @option{--concatenate} (@option{--catenate},
1729 @option{-A}) will do nothing, while @option{--create} (@option{-c})
1730 will usually yield a diagnostic and inhibit @command{tar} execution.
1731 The other operations of @command{tar} (@option{--list},
1732 @option{--extract}, @option{--compare}, and @option{--update})
1733 will act on the entire contents of the archive.
1734
1735 @cindex exit status
1736 @cindex return status
1737 Besides successful exits, @GNUTAR{} may fail for
1738 many reasons. Some reasons correspond to bad usage, that is, when the
1739 @command{tar} command is improperly written. Errors may be
1740 encountered later, while encountering an error processing the archive
1741 or the files. Some errors are recoverable, in which case the failure
1742 is delayed until @command{tar} has completed all its work. Some
1743 errors are such that it would not meaningful, or at least risky, to
1744 continue processing: @command{tar} then aborts processing immediately.
1745 All abnormal exits, whether immediate or delayed, should always be
1746 clearly diagnosed on @code{stderr}, after a line stating the nature of
1747 the error.
1748
1749 @GNUTAR{} returns only a few exit statuses. I'm really
1750 aiming simplicity in that area, for now. If you are not using the
1751 @option{--compare} @option{--diff}, @option{-d}) option, zero means
1752 that everything went well, besides maybe innocuous warnings. Nonzero
1753 means that something went wrong. Right now, as of today, ``nonzero''
1754 is almost always 2, except for remote operations, where it may be
1755 128.
1756
1757 @node using tar options
1758 @section Using @command{tar} Options
1759
1760 @GNUTAR{} has a total of eight operating modes which
1761 allow you to perform a variety of tasks. You are required to choose
1762 one operating mode each time you employ the @command{tar} program by
1763 specifying one, and only one operation as an argument to the
1764 @command{tar} command (two lists of four operations each may be found
1765 at @ref{frequent operations} and @ref{Operations}). Depending on
1766 circumstances, you may also wish to customize how the chosen operating
1767 mode behaves. For example, you may wish to change the way the output
1768 looks, or the format of the files that you wish to archive may require
1769 you to do something special in order to make the archive look right.
1770
1771 You can customize and control @command{tar}'s performance by running
1772 @command{tar} with one or more options (such as @option{--verbose}
1773 (@option{-v}), which we used in the tutorial). As we said in the
1774 tutorial, @dfn{options} are arguments to @command{tar} which are (as
1775 their name suggests) optional. Depending on the operating mode, you
1776 may specify one or more options. Different options will have different
1777 effects, but in general they all change details of the operation, such
1778 as archive format, archive name, or level of user interaction. Some
1779 options make sense with all operating modes, while others are
1780 meaningful only with particular modes. You will likely use some
1781 options frequently, while you will only use others infrequently, or
1782 not at all. (A full list of options is available in @pxref{All Options}.)
1783
1784 @vrindex TAR_OPTIONS, environment variable
1785 @anchor{TAR_OPTIONS}
1786 The @env{TAR_OPTIONS} environment variable specifies default options to
1787 be placed in front of any explicit options. For example, if
1788 @code{TAR_OPTIONS} is @samp{-v --unlink-first}, @command{tar} behaves as
1789 if the two options @option{-v} and @option{--unlink-first} had been
1790 specified before any explicit options. Option specifications are
1791 separated by whitespace. A backslash escapes the next character, so it
1792 can be used to specify an option containing whitespace or a backslash.
1793
1794 Note that @command{tar} options are case sensitive. For example, the
1795 options @option{-T} and @option{-t} are different; the first requires an
1796 argument for stating the name of a file providing a list of @var{name}s,
1797 while the second does not require an argument and is another way to
1798 write @option{--list} (@option{-t}).
1799
1800 In addition to the eight operations, there are many options to
1801 @command{tar}, and three different styles for writing both: long (mnemonic)
1802 form, short form, and old style. These styles are discussed below.
1803 Both the options and the operations can be written in any of these three
1804 styles.
1805
1806 @FIXME{menu at end of this node. need to think of an actual outline
1807 for this chapter; probably do that after stuff from chapter 4 is
1808 incorporated.}
1809
1810 @node Styles
1811 @section The Three Option Styles
1812
1813 There are three styles for writing operations and options to the command
1814 line invoking @command{tar}. The different styles were developed at
1815 different times during the history of @command{tar}. These styles will be
1816 presented below, from the most recent to the oldest.
1817
1818 Some options must take an argument. (For example, @option{--file}
1819 (@option{-f})) takes the name of an archive file as an argument. If
1820 you do not supply an archive file name, @command{tar} will use a
1821 default, but this can be confusing; thus, we recommend that you always
1822 supply a specific archive file name.) Where you @emph{place} the
1823 arguments generally depends on which style of options you choose. We
1824 will detail specific information relevant to each option style in the
1825 sections on the different option styles, below. The differences are
1826 subtle, yet can often be very important; incorrect option placement
1827 can cause you to overwrite a number of important files. We urge you
1828 to note these differences, and only use the option style(s) which
1829 makes the most sense to you until you feel comfortable with the others.
1830
1831 Some options @emph{may} take an argument (currently, there are
1832 two such options: @option{--backup} and @option{--occurrence}). Such
1833 options may have at most long and short forms, they do not have old style
1834 equivalent. The rules for specifying an argument for such options
1835 are stricter than those for specifying mandatory arguments. Please,
1836 pay special attention to them.
1837
1838 @menu
1839 * Mnemonic Options:: Mnemonic Option Style
1840 * Short Options:: Short Option Style
1841 * Old Options:: Old Option Style
1842 * Mixing:: Mixing Option Styles
1843 @end menu
1844
1845 @node Mnemonic Options
1846 @subsection Mnemonic Option Style
1847
1848 @FIXME{have to decide whether or not to replace other occurrences of
1849 "mnemonic" with "long", or *ugh* vice versa.}
1850
1851 Each option has at least one long (or mnemonic) name starting with two
1852 dashes in a row, e.g., @option{--list}. The long names are more clear than
1853 their corresponding short or old names. It sometimes happens that a
1854 single mnemonic option has many different different names which are
1855 synonymous, such as @option{--compare} and @option{--diff}. In addition,
1856 long option names can be given unique abbreviations. For example,
1857 @option{--cre} can be used in place of @option{--create} because there is no
1858 other mnemonic option which begins with @samp{cre}. (One way to find
1859 this out is by trying it and seeing what happens; if a particular
1860 abbreviation could represent more than one option, @command{tar} will tell
1861 you that that abbreviation is ambiguous and you'll know that that
1862 abbreviation won't work. You may also choose to run @samp{tar --help}
1863 to see a list of options. Be aware that if you run @command{tar} with a
1864 unique abbreviation for the long name of an option you didn't want to
1865 use, you are stuck; @command{tar} will perform the command as ordered.)
1866
1867 Mnemonic options are meant to be obvious and easy to remember, and their
1868 meanings are generally easier to discern than those of their
1869 corresponding short options (see below). For example:
1870
1871 @smallexample
1872 $ @kbd{tar --create --verbose --blocking-factor=20 --file=/dev/rmt0}
1873 @end smallexample
1874
1875 @noindent
1876 gives a fairly good set of hints about what the command does, even
1877 for those not fully acquainted with @command{tar}.
1878
1879 Mnemonic options which require arguments take those arguments
1880 immediately following the option name. There are two ways of
1881 specifying a mandatory argument. It can be separated from the
1882 option name either by an equal sign, or by any amount of
1883 white space characters. For example, the @option{--file} option (which
1884 tells the name of the @command{tar} archive) is given a file such as
1885 @file{archive.tar} as argument by using any of the following notations:
1886 @option{--file=archive.tar} or @option{--file archive.tar}.
1887
1888 In contrast, optional arguments must always be introduced using
1889 an equal sign. For example, the @option{--backup} option takes
1890 an optional argument specifying backup type. It must be used
1891 as @option{--backup=@var{backup-type}}.
1892
1893 @node Short Options
1894 @subsection Short Option Style
1895
1896 Most options also have a short option name. Short options start with
1897 a single dash, and are followed by a single character, e.g., @option{-t}
1898 (which is equivalent to @option{--list}). The forms are absolutely
1899 identical in function; they are interchangeable.
1900
1901 The short option names are faster to type than long option names.
1902
1903 Short options which require arguments take their arguments immediately
1904 following the option, usually separated by white space. It is also
1905 possible to stick the argument right after the short option name, using
1906 no intervening space. For example, you might write @w{@option{-f
1907 archive.tar}} or @option{-farchive.tar} instead of using
1908 @option{--file=archive.tar}. Both @option{--file=@var{archive-name}} and
1909 @w{@option{-f @var{archive-name}}} denote the option which indicates a
1910 specific archive, here named @file{archive.tar}.
1911
1912 Short options which take optional arguments take their arguments
1913 immediately following the option letter, @emph{without any intervening
1914 white space characters}.
1915
1916 Short options' letters may be clumped together, but you are not
1917 required to do this (as compared to old options; see below). When
1918 short options are clumped as a set, use one (single) dash for them
1919 all, e.g., @w{@samp{@command{tar} -cvf}}. Only the last option in
1920 such a set is allowed to have an argument@footnote{Clustering many
1921 options, the last of which has an argument, is a rather opaque way to
1922 write options. Some wonder if @acronym{GNU} @code{getopt} should not
1923 even be made helpful enough for considering such usages as invalid.}.
1924
1925 When the options are separated, the argument for each option which requires
1926 an argument directly follows that option, as is usual for Unix programs.
1927 For example:
1928
1929 @smallexample
1930 $ @kbd{tar -c -v -b 20 -f /dev/rmt0}
1931 @end smallexample
1932
1933 If you reorder short options' locations, be sure to move any arguments
1934 that belong to them. If you do not move the arguments properly, you may
1935 end up overwriting files.
1936
1937 @node Old Options
1938 @subsection Old Option Style
1939 @UNREVISED
1940
1941 Like short options, old options are single letters. However, old options
1942 must be written together as a single clumped set, without spaces separating
1943 them or dashes preceding them@footnote{Beware that if you precede options
1944 with a dash, you are announcing the short option style instead of the
1945 old option style; short options are decoded differently.}. This set
1946 of letters must be the first to appear on the command line, after the
1947 @command{tar} program name and some white space; old options cannot appear
1948 anywhere else. The letter of an old option is exactly the same letter as
1949 the corresponding short option. For example, the old option @samp{t} is
1950 the same as the short option @option{-t}, and consequently, the same as the
1951 mnemonic option @option{--list}. So for example, the command @w{@samp{tar
1952 cv}} specifies the option @option{-v} in addition to the operation @option{-c}.
1953
1954 When options that need arguments are given together with the command,
1955 all the associated arguments follow, in the same order as the options.
1956 Thus, the example given previously could also be written in the old
1957 style as follows:
1958
1959 @smallexample
1960 $ @kbd{tar cvbf 20 /dev/rmt0}
1961 @end smallexample
1962
1963 @noindent
1964 Here, @samp{20} is the argument of @option{-b} and @samp{/dev/rmt0} is
1965 the argument of @option{-f}.
1966
1967 On the other hand, this old style syntax makes it difficult to match
1968 option letters with their corresponding arguments, and is often
1969 confusing. In the command @w{@samp{tar cvbf 20 /dev/rmt0}}, for example,
1970 @samp{20} is the argument for @option{-b}, @samp{/dev/rmt0} is the
1971 argument for @option{-f}, and @option{-v} does not have a corresponding
1972 argument. Even using short options like in @w{@samp{tar -c -v -b 20 -f
1973 /dev/rmt0}} is clearer, putting all arguments next to the option they
1974 pertain to.
1975
1976 If you want to reorder the letters in the old option argument, be
1977 sure to reorder any corresponding argument appropriately.
1978
1979 This old way of writing @command{tar} options can surprise even experienced
1980 users. For example, the two commands:
1981
1982 @smallexample
1983 @kbd{tar cfz archive.tar.gz file}
1984 @kbd{tar -cfz archive.tar.gz file}
1985 @end smallexample
1986
1987 @noindent
1988 are quite different. The first example uses @file{archive.tar.gz} as
1989 the value for option @samp{f} and recognizes the option @samp{z}. The
1990 second example, however, uses @file{z} as the value for option
1991 @samp{f} --- probably not what was intended.
1992
1993 Old options are kept for compatibility with old versions of @command{tar}.
1994
1995 This second example could be corrected in many ways, among which the
1996 following are equivalent:
1997
1998 @smallexample
1999 @kbd{tar -czf archive.tar.gz file}
2000 @kbd{tar -cf archive.tar.gz -z file}
2001 @kbd{tar cf archive.tar.gz -z file}
2002 @end smallexample
2003
2004 @cindex option syntax, traditional
2005 As far as we know, all @command{tar} programs, @acronym{GNU} and
2006 non-@acronym{GNU}, support old options. @GNUTAR{}
2007 supports them not only for historical reasons, but also because many
2008 people are used to them. For compatibility with Unix @command{tar},
2009 the first argument is always treated as containing command and option
2010 letters even if it doesn't start with @samp{-}. Thus, @samp{tar c} is
2011 equivalent to @w{@samp{tar -c}:} both of them specify the
2012 @option{--create} (@option{-c}) command to create an archive.
2013
2014 @node Mixing
2015 @subsection Mixing Option Styles
2016
2017 All three styles may be intermixed in a single @command{tar} command,
2018 so long as the rules for each style are fully
2019 respected@footnote{Before @GNUTAR{} version 1.11.6,
2020 a bug prevented intermixing old style options with mnemonic options in
2021 some cases.}. Old style options and either of the modern styles of
2022 options may be mixed within a single @command{tar} command. However,
2023 old style options must be introduced as the first arguments only,
2024 following the rule for old options (old options must appear directly
2025 after the @command{tar} command and some white space). Modern options
2026 may be given only after all arguments to the old options have been
2027 collected. If this rule is not respected, a modern option might be
2028 falsely interpreted as the value of the argument to one of the old
2029 style options.
2030
2031 For example, all the following commands are wholly equivalent, and
2032 illustrate the many combinations and orderings of option styles.
2033
2034 @smallexample
2035 @kbd{tar --create --file=archive.tar}
2036 @kbd{tar --create -f archive.tar}
2037 @kbd{tar --create -farchive.tar}
2038 @kbd{tar --file=archive.tar --create}
2039 @kbd{tar --file=archive.tar -c}
2040 @kbd{tar -c --file=archive.tar}
2041 @kbd{tar -c -f archive.tar}
2042 @kbd{tar -c -farchive.tar}
2043 @kbd{tar -cf archive.tar}
2044 @kbd{tar -cfarchive.tar}
2045 @kbd{tar -f archive.tar --create}
2046 @kbd{tar -f archive.tar -c}
2047 @kbd{tar -farchive.tar --create}
2048 @kbd{tar -farchive.tar -c}
2049 @kbd{tar c --file=archive.tar}
2050 @kbd{tar c -f archive.tar}
2051 @kbd{tar c -farchive.tar}
2052 @kbd{tar cf archive.tar}
2053 @kbd{tar f archive.tar --create}
2054 @kbd{tar f archive.tar -c}
2055 @kbd{tar fc archive.tar}
2056 @end smallexample
2057
2058 On the other hand, the following commands are @emph{not} equivalent to
2059 the previous set:
2060
2061 @smallexample
2062 @kbd{tar -f -c archive.tar}
2063 @kbd{tar -fc archive.tar}
2064 @kbd{tar -fcarchive.tar}
2065 @kbd{tar -farchive.tarc}
2066 @kbd{tar cfarchive.tar}
2067 @end smallexample
2068
2069 @noindent
2070 These last examples mean something completely different from what the
2071 user intended (judging based on the example in the previous set which
2072 uses long options, whose intent is therefore very clear). The first
2073 four specify that the @command{tar} archive would be a file named
2074 @option{-c}, @samp{c}, @samp{carchive.tar} or @samp{archive.tarc},
2075 respectively. The first two examples also specify a single non-option,
2076 @var{name} argument having the value @samp{archive.tar}. The last
2077 example contains only old style option letters (repeating option
2078 @samp{c} twice), not all of which are meaningful (eg., @samp{.},
2079 @samp{h}, or @samp{i}), with no argument value. @FIXME{not sure i liked
2080 the first sentence of this paragraph..}
2081
2082 @node All Options
2083 @section All @command{tar} Options
2084
2085 The coming manual sections contain an alphabetical listing of all
2086 @command{tar} operations and options, with brief descriptions and cross
2087 references to more in-depth explanations in the body of the manual.
2088 They also contain an alphabetically arranged table of the short option
2089 forms with their corresponding long option. You can use this table as
2090 a reference for deciphering @command{tar} commands in scripts.
2091
2092 @menu
2093 * Operation Summary::
2094 * Option Summary::
2095 * Short Option Summary::
2096 @end menu
2097
2098 @node Operation Summary
2099 @subsection Operations
2100
2101 @table @option
2102
2103 @opindex append, summary
2104 @item --append
2105 @itemx -r
2106
2107 Appends files to the end of the archive. @xref{append}.
2108
2109 @opindex catenate, summary
2110 @item --catenate
2111 @itemx -A
2112
2113 Same as @option{--concatenate}. @xref{concatenate}.
2114
2115 @opindex compare, summary
2116 @item --compare
2117 @itemx -d
2118
2119 Compares archive members with their counterparts in the file
2120 system, and reports differences in file size, mode, owner,
2121 modification date and contents. @xref{compare}.
2122
2123 @opindex concatenate, summary
2124 @item --concatenate
2125 @itemx -A
2126
2127 Appends other @command{tar} archives to the end of the archive.
2128 @xref{concatenate}.
2129
2130 @opindex create, summary
2131 @item --create
2132 @itemx -c
2133
2134 Creates a new @command{tar} archive. @xref{create}.
2135
2136 @opindex delete, summary
2137 @item --delete
2138
2139 Deletes members from the archive. Don't try this on a archive on a
2140 tape! @xref{delete}.
2141
2142 @opindex diff, summary
2143 @item --diff
2144 @itemx -d
2145
2146 Same @option{--compare}. @xref{compare}.
2147
2148 @opindex extract, summary
2149 @item --extract
2150 @itemx -x
2151
2152 Extracts members from the archive into the file system. @xref{extract}.
2153
2154 @opindex get, summary
2155 @item --get
2156 @itemx -x
2157
2158 Same as @option{--extract}. @xref{extract}.
2159
2160 @opindex list, summary
2161 @item --list
2162 @itemx -t
2163
2164 Lists the members in an archive. @xref{list}.
2165
2166 @opindex update, summary
2167 @item --update
2168 @itemx -u
2169
2170 Adds files to the end of the archive, but only if they are newer than
2171 their counterparts already in the archive, or if they do not already
2172 exist in the archive. @xref{update}.
2173
2174 @end table
2175
2176 @node Option Summary
2177 @subsection @command{tar} Options
2178
2179 @table @option
2180
2181 @opindex absolute-names, summary
2182 @item --absolute-names
2183 @itemx -P
2184
2185 Normally when creating an archive, @command{tar} strips an initial
2186 @samp{/} from member names. This option disables that behavior.
2187 @xref{absolute}.
2188
2189 @opindex after-date, summary
2190 @item --after-date
2191
2192 (See @option{--newer}, @pxref{after})
2193
2194 @opindex anchored, summary
2195 @item --anchored
2196 A pattern must match an initial subsequence of the name's components.
2197 @xref{controlling pattern-matching}.
2198
2199 @opindex atime-preserve, summary
2200 @item --atime-preserve
2201 @itemx --atime-preserve=replace
2202 @itemx --atime-preserve=system
2203
2204 Attempt to preserve the access time of files when reading them. This
2205 option currently is effective only on files that you own, unless you
2206 have superuser privileges.
2207
2208 @option{--atime-preserve=replace} remembers the access time of a file
2209 before reading it, and then restores the access time afterwards. This
2210 may cause problems if other programs are reading the file at the same
2211 time, as the times of their accesses will be lost. On most platforms
2212 restoring the access time also requires @command{tar} to restore the
2213 data modification time too, so this option may also cause problems if
2214 other programs are writing the file at the same time. (Tar attempts
2215 to detect this situation, but cannot do so reliably due to race
2216 conditions.) Worse, on most platforms restoring the access time also
2217 updates the status change time, which means that this option is
2218 incompatible with incremental backups.
2219
2220 @option{--atime-preserve=system} avoids changing time stamps on files,
2221 without interfering with time stamp updates
2222 caused by other programs, so it works better with incremental backups.
2223 However, it requires a special @code{O_NOATIME} option from the
2224 underlying operating and file system implementation, and it also requires
2225 that searching directories does not update their access times. As of
2226 this writing (November 2005) this works only with Linux, and only with
2227 Linux kernels 2.6.8 and later. Worse, there is currently no reliable
2228 way to know whether this feature actually works. Sometimes
2229 @command{tar} knows that it does not work, and if you use
2230 @option{--atime-preserve=system} then @command{tar} complains and
2231 exits right away. But other times @command{tar} might think that the
2232 option works when it actually does not.
2233
2234 Currently @option{--atime-preserve} with no operand defaults to
2235 @option{--atime-preserve=replace}, but this may change in the future
2236 as support for @option{--atime-preserve=system} improves.
2237
2238 If your operating system does not support
2239 @option{--atime-preserve=system}, you might be able to preserve access
2240 times reliably by by using the @command{mount} command. For example,
2241 you can mount the file system read-only, or access the file system via
2242 a read-only loopback mount, or use the @samp{noatime} mount option
2243 available on some systems. However, mounting typically requires
2244 superuser privileges and can be a pain to manage.
2245
2246 @opindex backup, summary
2247 @item --backup=@var{backup-type}
2248
2249 Rather than deleting files from the file system, @command{tar} will
2250 back them up using simple or numbered backups, depending upon
2251 @var{backup-type}. @xref{backup}.
2252
2253 @opindex block-number, summary
2254 @item --block-number
2255 @itemx -R
2256
2257 With this option present, @command{tar} prints error messages for read errors
2258 with the block number in the archive file. @xref{block-number}.
2259
2260 @opindex blocking-factor, summary
2261 @item --blocking-factor=@var{blocking}
2262 @itemx -b @var{blocking}
2263
2264 Sets the blocking factor @command{tar} uses to @var{blocking} x 512 bytes per
2265 record. @xref{Blocking Factor}.
2266
2267 @opindex bzip2, summary
2268 @item --bzip2
2269 @itemx -j
2270
2271 This option tells @command{tar} to read or write archives through
2272 @code{bzip2}. @xref{gzip}.
2273
2274 @opindex checkpoint, summary
2275 @item --checkpoint
2276
2277 This option directs @command{tar} to print periodic checkpoint messages as it
2278 reads through the archive. It is intended for when you want a visual
2279 indication that @command{tar} is still running, but don't want to see
2280 @option{--verbose} output. @FIXME-xref{}
2281
2282 @opindex check-links, summary
2283 @item --check-links
2284 @itemx -l
2285 If this option was given, @command{tar} will check the number of links
2286 dumped for each processed file. If this number does not match the
2287 total number of hard links for the file, a warning message will be
2288 output @footnote{Earlier versions of @GNUTAR{} understood @option{-l} as a
2289 synonym for @option{--one-file-system}. The current semantics, wich
2290 complies to UNIX98, was introduced with version
2291 1.15.91. @xref{Changes}, for more information.}.
2292
2293 @opindex compress, summary
2294 @opindex uncompress, summary
2295 @item --compress
2296 @itemx --uncompress
2297 @itemx -Z
2298
2299 @command{tar} will use the @command{compress} program when reading or
2300 writing the archive. This allows you to directly act on archives
2301 while saving space. @xref{gzip}.
2302
2303 @opindex confirmation, summary
2304 @item --confirmation
2305
2306 (See @option{--interactive}.) @xref{interactive}.
2307
2308 @opindex delay-directory-restore, summary
2309 @item --delay-directory-restore
2310
2311 Delay setting modification times and permissions of extracted
2312 directories until the end of extraction. @xref{Directory Modification Times and Permissions}.
2313
2314 @opindex dereference, summary
2315 @item --dereference
2316 @itemx -h
2317
2318 When creating a @command{tar} archive, @command{tar} will archive the
2319 file that a symbolic link points to, rather than archiving the
2320 symlink. @xref{dereference}.
2321
2322 @opindex directory, summary
2323 @item --directory=@var{dir}
2324 @itemx -C @var{dir}
2325
2326 When this option is specified, @command{tar} will change its current directory
2327 to @var{dir} before performing any operations. When this option is used
2328 during archive creation, it is order sensitive. @xref{directory}.
2329
2330 @opindex exclude, summary
2331 @item --exclude=@var{pattern}
2332
2333 When performing operations, @command{tar} will skip files that match
2334 @var{pattern}. @xref{exclude}.
2335
2336 @opindex exclude-from, summary
2337 @item --exclude-from=@var{file}
2338 @itemx -X @var{file}
2339
2340 Similar to @option{--exclude}, except @command{tar} will use the list of
2341 patterns in the file @var{file}. @xref{exclude}.
2342
2343 @opindex exclude-caches, summary
2344 @item --exclude-caches
2345
2346 Automatically excludes all directories
2347 containing a cache directory tag. @xref{exclude}.
2348
2349 @opindex file, summary
2350 @item --file=@var{archive}
2351 @itemx -f @var{archive}
2352
2353 @command{tar} will use the file @var{archive} as the @command{tar} archive it
2354 performs operations on, rather than @command{tar}'s compilation dependent
2355 default. @xref{file tutorial}.
2356
2357 @opindex files-from, summary
2358 @item --files-from=@var{file}
2359 @itemx -T @var{file}
2360
2361 @command{tar} will use the contents of @var{file} as a list of archive members
2362 or files to operate on, in addition to those specified on the
2363 command-line. @xref{files}.
2364
2365 @opindex force-local, summary
2366 @item --force-local
2367
2368 Forces @command{tar} to interpret the filename given to @option{--file}
2369 as a local file, even if it looks like a remote tape drive name.
2370 @xref{local and remote archives}.
2371
2372 @opindex format, summary
2373 @item --format=@var{format}
2374
2375 Selects output archive format. @var{Format} may be one of the
2376 following:
2377
2378 @table @samp
2379 @item v7
2380 Creates an archive that is compatible with Unix V7 @command{tar}.
2381
2382 @item oldgnu
2383 Creates an archive that is compatible with GNU @command{tar} version
2384 1.12 or earlier.
2385
2386 @item gnu
2387 Creates archive in GNU tar 1.13 format. Basically it is the same as
2388 @samp{oldgnu} with the only difference in the way it handles long
2389 numeric fields.
2390
2391 @item ustar
2392 Creates a @acronym{POSIX.1-1988} compatible archive.
2393
2394 @item posix
2395 Creates a @acronym{POSIX.1-2001 archive}.
2396
2397 @end table
2398
2399 @xref{Formats}, for a detailed discussion of these formats.
2400
2401 @opindex group, summary
2402 @item --group=@var{group}
2403
2404 Files added to the @command{tar} archive will have a group id of @var{group},
2405 rather than the group from the source file. @var{group} is first decoded
2406 as a group symbolic name, but if this interpretation fails, it has to be
2407 a decimal numeric group ID. @FIXME-xref{}
2408
2409 Also see the comments for the @option{--owner=@var{user}} option.
2410
2411 @opindex gzip, summary
2412 @opindex gunzip, summary
2413 @opindex ungzip, summary
2414 @item --gzip
2415 @itemx --gunzip
2416 @itemx --ungzip
2417 @itemx -z
2418
2419 This option tells @command{tar} to read or write archives through
2420 @command{gzip}, allowing @command{tar} to directly operate on several
2421 kinds of compressed archives transparently. @xref{gzip}.
2422
2423 @opindex help, summary
2424 @item --help
2425
2426 @command{tar} will print out a short message summarizing the operations and
2427 options to @command{tar} and exit. @xref{help}.
2428
2429 @opindex ignore-case, summary
2430 @item --ignore-case
2431 Ignore case when matching member or file names with
2432 patterns. @xref{controlling pattern-matching}.
2433
2434 @opindex ignore-command-error, summary
2435 @item --ignore-command-error
2436 Ignore exit codes of subprocesses. @xref{Writing to an External Program}.
2437
2438 @opindex ignore-failed-read, summary
2439 @item --ignore-failed-read
2440
2441 Do not exit unsuccessfully merely because an unreadable file was encountered.
2442 @xref{Reading}.
2443
2444 @opindex ignore-zeros, summary
2445 @item --ignore-zeros
2446 @itemx -i
2447
2448 With this option, @command{tar} will ignore zeroed blocks in the
2449 archive, which normally signals EOF. @xref{Reading}.
2450
2451 @opindex incremental, summary
2452 @item --incremental
2453 @itemx -G
2454
2455 Used to inform @command{tar} that it is working with an old
2456 @acronym{GNU}-format incremental backup archive. It is intended
2457 primarily for backwards compatibility only. @xref{Incremental Dumps},
2458 for a detailed discussion of incremental archives.
2459
2460 @opindex index-file, summary
2461 @item --index-file=@var{file}
2462
2463 Send verbose output to @var{file} instead of to standard output.
2464
2465 @opindex info-script, summary
2466 @opindex new-volume-script, summary
2467 @item --info-script=@var{script-file}
2468 @itemx --new-volume-script=@var{script-file}
2469 @itemx -F @var{script-file}
2470
2471 When @command{tar} is performing multi-tape backups, @var{script-file} is run
2472 at the end of each tape. If @var{script-file} exits with nonzero status,
2473 @command{tar} fails immediately. @xref{info-script}, for a detailed
2474 discussion of @var{script-file}.
2475
2476 @opindex interactive, summary
2477 @item --interactive
2478 @itemx --confirmation
2479 @itemx -w
2480
2481 Specifies that @command{tar} should ask the user for confirmation before
2482 performing potentially destructive options, such as overwriting files.
2483 @xref{interactive}.
2484
2485 @opindex keep-newer-files, summary
2486 @item --keep-newer-files
2487
2488 Do not replace existing files that are newer than their archive copies
2489 when extracting files from an archive.
2490
2491 @opindex keep-old-files, summary
2492 @item --keep-old-files
2493 @itemx -k
2494
2495 Do not overwrite existing files when extracting files from an archive.
2496 @xref{Keep Old Files}.
2497
2498 @opindex label, summary
2499 @item --label=@var{name}
2500 @itemx -V @var{name}
2501
2502 When creating an archive, instructs @command{tar} to write @var{name}
2503 as a name record in the archive. When extracting or listing archives,
2504 @command{tar} will only operate on archives that have a label matching
2505 the pattern specified in @var{name}. @xref{Tape Files}.
2506
2507 @opindex listed-incremental, summary
2508 @item --listed-incremental=@var{snapshot-file}
2509 @itemx -g @var{snapshot-file}
2510
2511 During a @option{--create} operation, specifies that the archive that
2512 @command{tar} creates is a new @acronym{GNU}-format incremental
2513 backup, using @var{snapshot-file} to determine which files to backup.
2514 With other operations, informs @command{tar} that the archive is in
2515 incremental format. @xref{Incremental Dumps}.
2516
2517 @opindex mode, summary
2518 @item --mode=@var{permissions}
2519
2520 When adding files to an archive, @command{tar} will use
2521 @var{permissions} for the archive members, rather than the permissions
2522 from the files. The program @command{chmod} and this @command{tar}
2523 option share the same syntax for what @var{permissions} might be.
2524 @xref{File permissions, Permissions, File permissions, fileutils,
2525 @acronym{GNU} file utilities}. This reference also has useful
2526 information for those not being overly familiar with the Unix
2527 permission system.
2528
2529 Of course, @var{permissions} might be plainly specified as an octal number.
2530 However, by using generic symbolic modifications to mode bits, this allows
2531 more flexibility. For example, the value @samp{a+rw} adds read and write
2532 permissions for everybody, while retaining executable bits on directories
2533 or on any other file already marked as executable.
2534
2535 @opindex multi-volume, summary
2536 @item --multi-volume
2537 @itemx -M
2538
2539 Informs @command{tar} that it should create or otherwise operate on a
2540 multi-volume @command{tar} archive. @xref{Using Multiple Tapes}.
2541
2542 @opindex new-volume-script, summary
2543 @item --new-volume-script
2544
2545 (see --info-script)
2546
2547 @opindex seek, summary
2548 @item --seek
2549 @itemx -n
2550
2551 Assume that the archive media supports seeks to arbitrary
2552 locations. Usually @command{tar} determines automatically whether
2553 the archive can be seeked or not. This option is intended for use
2554 in cases when such recognition fails.
2555
2556 @opindex newer, summary
2557 @item --newer=@var{date}
2558 @itemx --after-date=@var{date}
2559 @itemx -N
2560
2561 When creating an archive, @command{tar} will only add files that have changed
2562 since @var{date}. If @var{date} begins with @samp{/} or @samp{.}, it
2563 is taken to be the name of a file whose data modification time specifies
2564 the date. @xref{after}.
2565
2566 @opindex newer-mtime, summary
2567 @item --newer-mtime=@var{date}
2568
2569 Like @option{--newer}, but add only files whose
2570 contents have changed (as opposed to just @option{--newer}, which will
2571 also back up files for which any status information has changed).
2572
2573 @opindex no-anchored, summary
2574 @item --no-anchored
2575 An exclude pattern can match any subsequence of the name's components.
2576 @xref{controlling pattern-matching}.
2577
2578 @opindex no-delay-directory-restore, summary
2579 @item --no-delay-directory-restore
2580
2581 Setting modification times and permissions of extracted
2582 directories when all files from this directory has been
2583 extracted. This is the default. @xref{Directory Modification Times and Permissions}.
2584
2585 @opindex no-ignore-case, summary
2586 @item --no-ignore-case
2587 Use case-sensitive matching.
2588 @xref{controlling pattern-matching}.
2589
2590 @opindex no-ignore-command-error, summary
2591 @item --no-ignore-command-error
2592 Print warnings about subprocesses terminated with a non-zero exit
2593 code. @xref{Writing to an External Program}.
2594
2595 @opindex no-quote-chars, summary
2596 @item --no-quote-chars=@var{string}
2597 Remove characters listed in @var{string} from the list of quoted
2598 characters set by the previous @option{--quote-chars} option
2599 (@pxref{quoting styles}).
2600
2601 @opindex no-recursion, summary
2602 @item --no-recursion
2603
2604 With this option, @command{tar} will not recurse into directories.
2605 @xref{recurse}.
2606
2607 @opindex no-same-owner, summary
2608 @item --no-same-owner
2609 @itemx -o
2610
2611 When extracting an archive, do not attempt to preserve the owner
2612 specified in the @command{tar} archive. This the default behavior
2613 for ordinary users.
2614
2615 @opindex no-same-permissions, summary
2616 @item --no-same-permissions
2617
2618 When extracting an archive, subtract the user's umask from files from
2619 the permissions specified in the archive. This is the default behavior
2620 for ordinary users.
2621
2622 @opindex no-wildcards, summary
2623 @item --no-wildcards
2624 Do not use wildcards.
2625 @xref{controlling pattern-matching}.
2626
2627 @opindex no-wildcards-match-slash, summary
2628 @item --no-wildcards-match-slash
2629 Wildcards do not match @samp{/}.
2630 @xref{controlling pattern-matching}.
2631
2632 @opindex null, summary
2633 @item --null
2634
2635 When @command{tar} is using the @option{--files-from} option, this option
2636 instructs @command{tar} to expect filenames terminated with @option{NUL}, so
2637 @command{tar} can correctly work with file names that contain newlines.
2638 @xref{nul}.
2639
2640 @opindex numeric-owner, summary
2641 @item --numeric-owner
2642
2643 This option will notify @command{tar} that it should use numeric user
2644 and group IDs when creating a @command{tar} file, rather than names.
2645 @xref{Attributes}.
2646
2647 @item -o
2648 When extracting files, this option is a synonym for
2649 @option{--no-same-owner}, i.e. it prevents @command{tar} from
2650 restoring ownership of files being extracted.
2651
2652 When creating an archive, @option{-o} is a synonym for
2653 @option{--old-archive}. This behavior is for compatibility
2654 with previous versions of @GNUTAR{}, and will be
2655 removed in the future releases.
2656
2657 @xref{Changes}, for more information.
2658
2659 @opindex occurrence, summary
2660 @item --occurrence[=@var{number}]
2661
2662 This option can be used in conjunction with one of the subcommands
2663 @option{--delete}, @option{--diff}, @option{--extract} or
2664 @option{--list} when a list of files is given either on the command
2665 line or via @option{-T} option.
2666
2667 This option instructs @command{tar} to process only the @var{number}th
2668 occurrence of each named file. @var{Number} defaults to 1, so
2669
2670 @smallexample
2671 tar -x -f archive.tar --occurrence filename
2672 @end smallexample
2673
2674 @noindent
2675 will extract the first occurrence of @file{filename} from @file{archive.tar}
2676 and will terminate without scanning to the end of the archive.
2677
2678 @opindex old-archive, summary
2679 @item --old-archive
2680 Synonym for @option{--format=v7}.
2681
2682 @opindex one-file-system, summary
2683 @item --one-file-system
2684 Used when creating an archive. Prevents @command{tar} from recursing into
2685 directories that are on different file systems from the current
2686 directory @footnote{Earlier versions of @GNUTAR{} understood @option{-l} as a
2687 synonym for @option{--one-file-system}. This has changed in version
2688 1.15.91. @xref{Changes}, for more information.}.
2689
2690 @opindex overwrite, summary
2691 @item --overwrite
2692
2693 Overwrite existing files and directory metadata when extracting files
2694 from an archive. @xref{Overwrite Old Files}.
2695
2696 @opindex overwrite-dir, summary
2697 @item --overwrite-dir
2698
2699 Overwrite the metadata of existing directories when extracting files
2700 from an archive. @xref{Overwrite Old Files}.
2701
2702 @opindex owner, summary
2703 @item --owner=@var{user}
2704
2705 Specifies that @command{tar} should use @var{user} as the owner of members
2706 when creating archives, instead of the user associated with the source
2707 file. @var{user} is first decoded as a user symbolic name, but if
2708 this interpretation fails, it has to be a decimal numeric user ID.
2709 @FIXME-xref{}
2710
2711 There is no value indicating a missing number, and @samp{0} usually means
2712 @code{root}. Some people like to force @samp{0} as the value to offer in
2713 their distributions for the owner of files, because the @code{root} user is
2714 anonymous anyway, so that might as well be the owner of anonymous archives.
2715
2716 This option does not affect extraction from archives.
2717
2718 @opindex transform, summary
2719 @item --transform=@var{sed-expr}
2720
2721 Transform file or member names using @command{sed} replacement expression
2722 @var{sed-expr}. For example,
2723
2724 @smallexample
2725 $ @kbd{tar cf archive.tar --transform 's,^\./,usr/,' .}
2726 @end smallexample
2727
2728 @noindent
2729 will add to @file{archive} files from the current working directory,
2730 replacing initial @samp{./} prefix with @samp{usr/}. For the detailed
2731 discussion, @xref{transform}.
2732
2733 To see transformed member names in verbose listings, use
2734 @option{--show-transformed-names} option
2735 (@pxref{show-transformed-names}).
2736
2737 @opindex quote-chars, summary
2738 @item --quote-chars=@var{string}
2739 Always quote characters from @var{string}, even if the selected
2740 quoting style would not quote them (@pxref{quoting styles}).
2741
2742 @opindex quoting-style, summary
2743 @item --quoting-style=@var{style}
2744 Set quoting style to use when printing member and file names
2745 (@pxref{quoting styles}). Valid @var{style} values are:
2746 @code{literal}, @code{shell}, @code{shell-always}, @code{c},
2747 @code{escape}, @code{locale}, and @code{clocale}. Default quoting
2748 style is @code{escape}, unless overridden while configuring the
2749 package.
2750
2751 @opindex pax-option, summary
2752 @item --pax-option=@var{keyword-list}
2753 @FIXME{Such a detailed description does not belong there, move it elsewhere.}
2754 This option is meaningful only with @acronym{POSIX.1-2001} archives
2755 (@pxref{posix}). It modifies the way @command{tar} handles the
2756 extended header keywords. @var{Keyword-list} is a comma-separated
2757 list of keyword options, each keyword option taking one of
2758 the following forms:
2759
2760 @table @asis
2761 @item delete=@var{pattern}
2762 When used with one of archive-creation commands,
2763 this option instructs @command{tar} to omit from extended header records
2764 that it produces any keywords matching the string @var{pattern}.
2765
2766 When used in extract or list mode, this option instructs tar
2767 to ignore any keywords matching the given @var{pattern} in the extended
2768 header records. In both cases, matching is performed using the pattern
2769 matching notation described in @acronym{POSIX 1003.2}, 3.13
2770 (See @cite{glob(7)}). For example:
2771
2772 @smallexample
2773 --pax-option delete=security.*
2774 @end smallexample
2775
2776 would suppress security-related information.
2777
2778 @item exthdr.name=@var{string}
2779
2780 This keyword allows user control over the name that is written into the
2781 ustar header blocks for the extended headers. The name is obtained
2782 from @var{string} after making the following substitutions:
2783
2784 @multitable @columnfractions .30 .70
2785 @headitem Meta-character @tab Replaced By
2786 @item %d @tab The directory name of the file, equivalent to the
2787 result of the @command{dirname} utility on the translated pathname.
2788 @item %f @tab The filename of the file, equivalent to the result
2789 of the @command{basename} utility on the translated pathname.
2790 @item %p @tab The process ID of the @command{tar} process.
2791 @item %% @tab A @samp{%} character.
2792 @end multitable
2793
2794 Any other @samp{%} characters in @var{string} produce undefined
2795 results.
2796
2797 If no option @samp{exthdr.name=string} is specified, @command{tar}
2798 will use the following default value:
2799
2800 @smallexample
2801 %d/PaxHeaders.%p/%f
2802 @end smallexample
2803
2804 @item globexthdr.name=@var{string}
2805 This keyword allows user control over the name that is written into
2806 the ustar header blocks for global extended header records. The name
2807 is obtained from the contents of @var{string}, after making
2808 the following substitutions:
2809
2810 @multitable @columnfractions .30 .70
2811 @headitem Meta-character @tab Replaced By
2812 @item %n @tab An integer that represents the
2813 sequence number of the global extended header record in the archive,
2814 starting at 1.
2815 @item %p @tab The process ID of the @command{tar} process.
2816 @item %% @tab A @samp{%} character.
2817 @end multitable
2818
2819 Any other @samp{%} characters in @var{string} produce undefined results.
2820
2821 If no option @samp{globexthdr.name=string} is specified, @command{tar}
2822 will use the following default value:
2823
2824 @smallexample
2825 $TMPDIR/GlobalHead.%p.%n
2826 @end smallexample
2827
2828 @noindent
2829 where @samp{$TMPDIR} represents the value of the @var{TMPDIR}
2830 environment variable. If @var{TMPDIR} is not set, @command{tar}
2831 uses @samp{/tmp}.
2832
2833 @item @var{keyword}=@var{value}
2834 When used with one of archive-creation commands, these keyword/value pairs
2835 will be included at the beginning of the archive in a global extended
2836 header record. When used with one of archive-reading commands,
2837 @command{tar} will behave as if it has encountered these keyword/value
2838 pairs at the beginning of the archive in a global extended header
2839 record.
2840
2841 @item @var{keyword}:=@var{value}
2842 When used with one of archive-creation commands, these keyword/value pairs
2843 will be included as records at the beginning of an extended header for
2844 each file. This is effectively equivalent to @var{keyword}=@var{value}
2845 form except that it creates no global extended header records.
2846
2847 When used with one of archive-reading commands, @command{tar} will
2848 behave as if these keyword/value pairs were included as records at the
2849 end of each extended header; thus, they will override any global or
2850 file-specific extended header record keywords of the same names.
2851 For example, in the command:
2852
2853 @smallexample
2854 tar --format=posix --create \
2855 --file archive --pax-option gname:=user .
2856 @end smallexample
2857
2858 the group name will be forced to a new value for all files
2859 stored in the archive.
2860 @end table
2861
2862 @opindex portability, summary
2863 @item --portability
2864 @itemx --old-archive
2865 Synonym for @option{--format=v7}.
2866
2867 @opindex posix, summary
2868 @item --posix
2869 Same as @option{--format=posix}.
2870
2871 @opindex preserve, summary
2872 @item --preserve
2873
2874 Synonymous with specifying both @option{--preserve-permissions} and
2875 @option{--same-order}. @xref{Setting Access Permissions}.
2876
2877 @opindex preserve-order, summary
2878 @item --preserve-order
2879
2880 (See @option{--same-order}; @pxref{Reading}.)
2881
2882 @opindex preserve-permissions, summary
2883 @opindex same-permissions, summary
2884 @item --preserve-permissions
2885 @itemx --same-permissions
2886 @itemx -p
2887
2888 When @command{tar} is extracting an archive, it normally subtracts the
2889 users' umask from the permissions specified in the archive and uses
2890 that number as the permissions to create the destination file.
2891 Specifying this option instructs @command{tar} that it should use the
2892 permissions directly from the archive. @xref{Setting Access Permissions}.
2893
2894 @opindex read-full-records, summary
2895 @item --read-full-records
2896 @itemx -B
2897
2898 Specifies that @command{tar} should reblock its input, for reading
2899 from pipes on systems with buggy implementations. @xref{Reading}.
2900
2901 @opindex record-size, summary
2902 @item --record-size=@var{size}
2903
2904 Instructs @command{tar} to use @var{size} bytes per record when accessing the
2905 archive. @xref{Blocking Factor}.
2906
2907 @opindex recursion, summary
2908 @item --recursion
2909
2910 With this option, @command{tar} recurses into directories.
2911 @xref{recurse}.
2912
2913 @opindex recursive-unlink, summary
2914 @item --recursive-unlink
2915
2916 Remove existing
2917 directory hierarchies before extracting directories of the same name
2918 from the archive. @xref{Recursive Unlink}.
2919
2920 @opindex remove-files, summary
2921 @item --remove-files
2922
2923 Directs @command{tar} to remove the source file from the file system after
2924 appending it to an archive. @xref{remove files}.
2925
2926 @opindex restrict, summary
2927 @item --restrict
2928
2929 Disable use of some potentially harmful @command{tar} options.
2930 Currently this option disables shell invocaton from multi-volume menu
2931 (@pxref{Using Multiple Tapes}).
2932
2933 @opindex rmt-command, summary
2934 @item --rmt-command=@var{cmd}
2935
2936 Notifies @command{tar} that it should use @var{cmd} instead of
2937 the default @file{/usr/libexec/rmt} (@pxref{Remote Tape Server}).
2938
2939 @opindex rsh-command, summary
2940 @item --rsh-command=@var{cmd}
2941
2942 Notifies @command{tar} that is should use @var{cmd} to communicate with remote
2943 devices. @xref{Device}.
2944
2945 @opindex same-order, summary
2946 @item --same-order
2947 @itemx --preserve-order
2948 @itemx -s
2949
2950 This option is an optimization for @command{tar} when running on machines with
2951 small amounts of memory. It informs @command{tar} that the list of file
2952 arguments has already been sorted to match the order of files in the
2953 archive. @xref{Reading}.
2954
2955 @opindex same-owner, summary
2956 @item --same-owner
2957
2958 When extracting an archive, @command{tar} will attempt to preserve the owner
2959 specified in the @command{tar} archive with this option present.
2960 This is the default behavior for the superuser; this option has an
2961 effect only for ordinary users. @xref{Attributes}.
2962
2963 @opindex same-permissions, summary
2964 @item --same-permissions
2965
2966 (See @option{--preserve-permissions}; @pxref{Setting Access Permissions}.)
2967
2968 @opindex show-defaults, summary
2969 @item --show-defaults
2970
2971 Displays the default options used by @command{tar} and exits
2972 successfully. This option is intended for use in shell scripts.
2973 Here is an example of what you can see using this option:
2974
2975 @smallexample
2976 $ tar --show-defaults
2977 --format=gnu -f- -b20 --quoting-style=escape \
2978 --rmt-command=/usr/libexec/rmt --rsh-command=/usr/bin/rsh
2979 @end smallexample
2980
2981 @opindex show-omitted-dirs, summary
2982 @item --show-omitted-dirs
2983
2984 Instructs @command{tar} to mention directories its skipping over when
2985 operating on a @command{tar} archive. @xref{show-omitted-dirs}.
2986
2987 @opindex show-transformed-names, summary
2988 @opindex show-stored-names, summary
2989 @item --show-transformed-names
2990 @itemx --show-stored-names
2991
2992 Display file or member names after applying any transformations
2993 (@FIXME-pxref{}). In particular, when used in conjunction with one of
2994 archive creation operations it instructs tar to list the member names
2995 stored in the archive, as opposed to the actual file
2996 names. @xref{listing member and file names}.
2997
2998 @opindex sparse, summary
2999 @item --sparse
3000 @itemx -S
3001
3002 Invokes a @acronym{GNU} extension when adding files to an archive that handles
3003 sparse files efficiently. @xref{sparse}.
3004
3005 @opindex starting-file, summary
3006 @item --starting-file=@var{name}
3007 @itemx -K @var{name}
3008
3009 This option affects extraction only; @command{tar} will skip extracting
3010 files in the archive until it finds one that matches @var{name}.
3011 @xref{Scarce}.
3012
3013 @opindex strip-components, summary
3014 @item --strip-components=@var{number}
3015 Strip given @var{number} of leading components from file names before
3016 extraction.@footnote{This option was called @option{--strip-path} in
3017 version 1.14.} For example, if archive @file{archive.tar} contained
3018 @file{/some/file/name}, then running
3019
3020 @smallexample
3021 tar --extract --file archive.tar --strip-components=2
3022 @end smallexample
3023
3024 @noindent
3025 would extract this file to file @file{name}.
3026
3027 @opindex suffix, summary
3028 @item --suffix=@var{suffix}
3029
3030 Alters the suffix @command{tar} uses when backing up files from the default
3031 @samp{~}. @xref{backup}.
3032
3033 @opindex tape-length, summary
3034 @item --tape-length=@var{num}
3035 @itemx -L @var{num}
3036
3037 Specifies the length of tapes that @command{tar} is writing as being
3038 @w{@var{num} x 1024} bytes long. @xref{Using Multiple Tapes}.
3039
3040 @opindex test-label, summary
3041 @item --test-label
3042
3043 Reads the volume label. If an argument is specified, test whether it
3044 matches the volume label. @xref{--test-label option}.
3045
3046 @opindex to-command, summary
3047 @item --to-command=@var{command}
3048
3049 During extraction @command{tar} will pipe extracted files to the
3050 standard input of @var{command}. @xref{Writing to an External Program}.
3051
3052 @opindex to-stdout, summary
3053 @item --to-stdout
3054 @itemx -O
3055
3056 During extraction, @command{tar} will extract files to stdout rather
3057 than to the file system. @xref{Writing to Standard Output}.
3058
3059 @opindex totals, summary
3060 @item --totals
3061
3062 Displays the total number of bytes written after creating an archive.
3063 @xref{verbose}.
3064
3065 @opindex touch, summary
3066 @item --touch
3067 @itemx -m
3068
3069 Sets the data modification time of extracted files to the extraction time,
3070 rather than the data modification time stored in the archive.
3071 @xref{Data Modification Times}.
3072
3073 @opindex uncompress, summary
3074 @item --uncompress
3075
3076 (See @option{--compress}. @pxref{gzip})
3077
3078 @opindex ungzip, summary
3079 @item --ungzip
3080
3081 (See @option{--gzip}. @pxref{gzip})
3082
3083 @opindex unlink-first, summary
3084 @item --unlink-first
3085 @itemx -U
3086
3087 Directs @command{tar} to remove the corresponding file from the file
3088 system before extracting it from the archive. @xref{Unlink First}.
3089
3090 @opindex use-compress-program, summary
3091 @item --use-compress-program=@var{prog}
3092
3093 Instructs @command{tar} to access the archive through @var{prog}, which is
3094 presumed to be a compression program of some sort. @xref{gzip}.
3095
3096 @opindex utc, summary
3097 @item --utc
3098
3099 Display file modification dates in @acronym{UTC}. This option implies
3100 @option{--verbose}.
3101
3102 @opindex verbose, summary
3103 @item --verbose
3104 @itemx -v
3105
3106 Specifies that @command{tar} should be more verbose about the operations its
3107 performing. This option can be specified multiple times for some
3108 operations to increase the amount of information displayed.
3109 @xref{verbose}.
3110
3111 @opindex verify, summary
3112 @item --verify
3113 @itemx -W
3114
3115 Verifies that the archive was correctly written when creating an
3116 archive. @xref{verify}.
3117
3118 @opindex version, summary
3119 @item --version
3120
3121 Print information about the program's name, version, origin and legal
3122 status, all on standard output, and then exit successfully.
3123 @xref{help}.
3124
3125 @opindex volno-file, summary
3126 @item --volno-file=@var{file}
3127
3128 Used in conjunction with @option{--multi-volume}. @command{tar} will keep track
3129 of which volume of a multi-volume archive its working in @var{file}.
3130 @xref{volno-file}.
3131
3132 @opindex wildcards, summary
3133 @item --wildcards
3134 Use wildcards when matching member names with patterns.
3135 @xref{controlling pattern-matching}.
3136
3137 @opindex wildcards-match-slash, summary
3138 @item --wildcards-match-slash
3139 Wildcards match @samp{/}.
3140 @xref{controlling pattern-matching}.
3141 @end table
3142
3143 @node Short Option Summary
3144 @subsection Short Options Cross Reference
3145
3146 Here is an alphabetized list of all of the short option forms, matching
3147 them with the equivalent long option.
3148
3149 @table @option
3150
3151 @item -A
3152
3153 @option{--concatenate}
3154
3155 @item -B
3156
3157 @option{--read-full-records}
3158
3159 @item -C
3160
3161 @option{--directory}
3162
3163 @item -F
3164
3165 @option{--info-script}
3166
3167 @item -G
3168
3169 @option{--incremental}
3170
3171 @item -K
3172
3173 @option{--starting-file}
3174
3175 @item -L
3176
3177 @option{--tape-length}
3178
3179 @item -M
3180
3181 @option{--multi-volume}
3182
3183 @item -N
3184
3185 @option{--newer}
3186
3187 @item -O
3188
3189 @option{--to-stdout}
3190
3191 @item -P
3192
3193 @option{--absolute-names}
3194
3195 @item -R
3196
3197 @option{--block-number}
3198
3199 @item -S
3200
3201 @option{--sparse}
3202
3203 @item -T
3204
3205 @option{--files-from}
3206
3207 @item -U
3208
3209 @option{--unlink-first}
3210
3211 @item -V
3212
3213 @option{--label}
3214
3215 @item -W
3216
3217 @option{--verify}
3218
3219 @item -X
3220
3221 @option{--exclude-from}
3222
3223 @item -Z
3224
3225 @option{--compress}
3226
3227 @item -b
3228
3229 @option{--blocking-factor}
3230
3231 @item -c
3232
3233 @option{--create}
3234
3235 @item -d
3236
3237 @option{--compare}
3238
3239 @item -f
3240
3241 @option{--file}
3242
3243 @item -g
3244
3245 @option{--listed-incremental}
3246
3247 @item -h
3248
3249 @option{--dereference}
3250
3251 @item -i
3252
3253 @option{--ignore-zeros}
3254
3255 @item -j
3256
3257 @option{--bzip2}
3258
3259 @item -k
3260
3261 @option{--keep-old-files}
3262
3263 @item -l
3264
3265 @option{--one-file-system}. Use of this short option is deprecated. It
3266 is retained for compatibility with the earlier versions of GNU
3267 @command{tar}, and will be changed in future releases.
3268
3269 @xref{Changes}, for more information.
3270
3271 @item -m
3272
3273 @option{--touch}
3274
3275 @item -o
3276
3277 When creating --- @option{--no-same-owner}, when extracting ---
3278 @option{--portability}.
3279
3280 The later usage is deprecated. It is retained for compatibility with
3281 the earlier versions of @GNUTAR{}. In the future releases
3282 @option{-o} will be equivalent to @option{--no-same-owner} only.
3283
3284 @item -p
3285
3286 @option{--preserve-permissions}
3287
3288 @item -r
3289
3290 @option{--append}
3291
3292 @item -s
3293
3294 @option{--same-order}
3295
3296 @item -t
3297
3298 @option{--list}
3299
3300 @item -u
3301
3302 @option{--update}
3303
3304 @item -v
3305
3306 @option{--verbose}
3307
3308 @item -w
3309
3310 @option{--interactive}
3311
3312 @item -x
3313
3314 @option{--extract}
3315
3316 @item -z
3317
3318 @option{--gzip}
3319
3320 @end table
3321
3322 @node help
3323 @section @GNUTAR{} documentation
3324
3325 @cindex Getting program version number
3326 @opindex version
3327 @cindex Version of the @command{tar} program
3328 Being careful, the first thing is really checking that you are using
3329 @GNUTAR{}, indeed. The @option{--version} option
3330 causes @command{tar} to print information about its name, version,
3331 origin and legal status, all on standard output, and then exit
3332 successfully. For example, @w{@samp{tar --version}} might print:
3333
3334 @smallexample
3335 tar (GNU tar) 1.15.2
3336 Copyright (C) 2006 Free Software Foundation, Inc.
3337 This is free software. You may redistribute copies of it under the terms of
3338 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
3339 There is NO WARRANTY, to the extent permitted by law.
3340
3341 Written by John Gilmore and Jay Fenlason.
3342 @end smallexample
3343
3344 @noindent
3345 The first occurrence of @samp{tar} in the result above is the program
3346 name in the package (for example, @command{rmt} is another program),
3347 while the second occurrence of @samp{tar} is the name of the package
3348 itself, containing possibly many programs. The package is currently
3349 named @samp{tar}, after the name of the main program it
3350 contains@footnote{There are plans to merge the @command{cpio} and
3351 @command{tar} packages into a single one which would be called
3352 @code{paxutils}. So, who knows if, one of this days, the
3353 @option{--version} would not output @w{@samp{tar (@acronym{GNU}
3354 paxutils) 3.2}}}.
3355
3356 @cindex Obtaining help
3357 @cindex Listing all @command{tar} options
3358 @opindex help, introduction
3359 Another thing you might want to do is checking the spelling or meaning
3360 of some particular @command{tar} option, without resorting to this
3361 manual, for once you have carefully read it. @GNUTAR{}
3362 has a short help feature, triggerable through the
3363 @option{--help} option. By using this option, @command{tar} will
3364 print a usage message listing all available options on standard
3365 output, then exit successfully, without doing anything else and
3366 ignoring all other options. Even if this is only a brief summary, it
3367 may be several screens long. So, if you are not using some kind of
3368 scrollable window, you might prefer to use something like:
3369
3370 @smallexample
3371 $ @kbd{tar --help | less}
3372 @end smallexample
3373
3374 @noindent
3375 presuming, here, that you like using @command{less} for a pager. Other
3376 popular pagers are @command{more} and @command{pg}. If you know about some
3377 @var{keyword} which interests you and do not want to read all the
3378 @option{--help} output, another common idiom is doing:
3379
3380 @smallexample
3381 tar --help | grep @var{keyword}
3382 @end smallexample
3383
3384 @noindent
3385 for getting only the pertinent lines. Notice, however, that some
3386 @command{tar} options have long description lines and the above
3387 command will list only the first of them.
3388
3389 The exact look of the option summary displayed by @kbd{tar --help} is
3390 configurable. @xref{Configuring Help Summary}, for a detailed description.
3391
3392 @opindex usage
3393 If you only wish to check the spelling of an option, running @kbd{tar
3394 --usage} may be a better choice. This will display a terse list of
3395 @command{tar} option without accompanying explanations.
3396
3397 The short help output is quite succinct, and you might have to get
3398 back to the full documentation for precise points. If you are reading
3399 this paragraph, you already have the @command{tar} manual in some
3400 form. This manual is available in a variety of forms from
3401 @url{http://www.gnu.org/software/tar/manual}. It may printed out of the @GNUTAR{}
3402 distribution, provided you have @TeX{} already installed somewhere,
3403 and a laser printer around. Just configure the distribution, execute
3404 the command @w{@samp{make dvi}}, then print @file{doc/tar.dvi} the
3405 usual way (contact your local guru to know how). If @GNUTAR{}
3406 has been conveniently installed at your place, this
3407 manual is also available in interactive, hypertextual form as an Info
3408 file. Just call @w{@samp{info tar}} or, if you do not have the
3409 @command{info} program handy, use the Info reader provided within
3410 @acronym{GNU} Emacs, calling @samp{tar} from the main Info menu.
3411
3412 There is currently no @code{man} page for @GNUTAR{}.
3413 If you observe such a @code{man} page on the system you are running,
3414 either it does not belong to @GNUTAR{}, or it has not
3415 been produced by @acronym{GNU}. Some package maintainers convert
3416 @kbd{tar --help} output to a man page, using @command{help2man}. In
3417 any case, please bear in mind that the authoritative source of
3418 information about @GNUTAR{} is this Texinfo documentation.
3419
3420 @node defaults
3421 @section Obtaining @GNUTAR{} default values
3422
3423 @opindex show-defaults
3424 @GNUTAR{} has some predefined defaults that are used when you do not
3425 explicitely specify another values. To obtain a list of such
3426 defaults, use @option{--show-defaults} option. This will output the
3427 values in the form of @command{tar} command line options:
3428
3429 @smallexample
3430 @group
3431 @kbd{tar --show-defaults}
3432 --format=gnu -f- -b20 --rmt-command=/etc/rmt --rsh-command=/usr/bin/rsh
3433 @end group
3434 @end smallexample
3435
3436 @noindent
3437 The above output shows that this version of @GNUTAR{} defaults to
3438 using @samp{gnu} archive format (@pxref{Formats}), it uses standard
3439 output as the archive, if no @option{--file} option has been given
3440 (@pxref{file tutorial}), the default blocking factor is 20
3441 (@pxref{Blocking Factor}). It also shows the default locations where
3442 @command{tar} will look for @command{rmt} and @command{rsh} binaries.
3443
3444 @node verbose
3445 @section Checking @command{tar} progress
3446
3447 Typically, @command{tar} performs most operations without reporting any
3448 information to the user except error messages. When using @command{tar}
3449 with many options, particularly ones with complicated or
3450 difficult-to-predict behavior, it is possible to make serious mistakes.
3451 @command{tar} provides several options that make observing @command{tar}
3452 easier. These options cause @command{tar} to print information as it
3453 progresses in its job, and you might want to use them just for being
3454 more careful about what is going on, or merely for entertaining
3455 yourself. If you have encountered a problem when operating on an
3456 archive, however, you may need more information than just an error
3457 message in order to solve the problem. The following options can be
3458 helpful diagnostic tools.
3459
3460 @cindex Verbose operation
3461 @opindex verbose
3462 Normally, the @option{--list} (@option{-t}) command to list an archive
3463 prints just the file names (one per line) and the other commands are
3464 silent. When used with most operations, the @option{--verbose}
3465 (@option{-v}) option causes @command{tar} to print the name of each
3466 file or archive member as it is processed. This and the other options
3467 which make @command{tar} print status information can be useful in
3468 monitoring @command{tar}.
3469
3470 With @option{--create} or @option{--extract}, @option{--verbose} used
3471 once just prints the names of the files or members as they are processed.
3472 Using it twice causes @command{tar} to print a longer listing
3473 (reminiscent of @samp{ls -l}) for each member. Since @option{--list}
3474 already prints the names of the members, @option{--verbose} used once
3475 with @option{--list} causes @command{tar} to print an @samp{ls -l}
3476 type listing of the files in the archive. The following examples both
3477 extract members with long list output:
3478
3479 @smallexample
3480 $ @kbd{tar --extract --file=archive.tar --verbose --verbose}
3481 $ @kbd{tar xvvf archive.tar}
3482 @end smallexample
3483
3484 Verbose output appears on the standard output except when an archive is
3485 being written to the standard output, as with @samp{tar --create
3486 --file=- --verbose} (@samp{tar cfv -}, or even @samp{tar cv}---if the
3487 installer let standard output be the default archive). In that case
3488 @command{tar} writes verbose output to the standard error stream.
3489
3490 If @option{--index-file=@var{file}} is specified, @command{tar} sends
3491 verbose output to @var{file} rather than to standard output or standard
3492 error.
3493
3494 @cindex Obtaining total status information
3495 @opindex totals
3496 The @option{--totals} option---which is only meaningful when used with
3497 @option{--create} (@option{-c})---causes @command{tar} to print the total
3498 amount written to the archive, after it has been fully created.
3499
3500 @cindex Progress information
3501 @opindex checkpoint
3502 The @option{--checkpoint} option prints an occasional message
3503 as @command{tar} reads or writes the archive. In fact, it prints
3504 a message each 10 records read or written. It is designed for
3505 those who don't need the more detailed (and voluminous) output of
3506 @option{--block-number} (@option{-R}), but do want visual confirmation
3507 that @command{tar} is actually making forward progress.
3508
3509 @FIXME{There is some confusion here. It seems that -R once wrote a
3510 message at @samp{every} record read or written.}
3511
3512 @opindex show-omitted-dirs
3513 @anchor{show-omitted-dirs}
3514 The @option{--show-omitted-dirs} option, when reading an archive---with
3515 @option{--list} or @option{--extract}, for example---causes a message
3516 to be printed for each directory in the archive which is skipped.
3517 This happens regardless of the reason for skipping: the directory might
3518 not have been named on the command line (implicitly or explicitly),
3519 it might be excluded by the use of the @option{--exclude=@var{pattern}} option, or
3520 some other reason.
3521
3522 @opindex block-number
3523 @cindex Block number where error occurred
3524 @anchor{block-number}
3525 If @option{--block-number} (@option{-R}) is used, @command{tar} prints, along with
3526 every message it would normally produce, the block number within the
3527 archive where the message was triggered. Also, supplementary messages
3528 are triggered when reading blocks full of NULs, or when hitting end of
3529 file on the archive. As of now, if the archive if properly terminated
3530 with a NUL block, the reading of the file may stop before end of file
3531 is met, so the position of end of file will not usually show when
3532 @option{--block-number} (@option{-R}) is used. Note that @GNUTAR{}
3533 drains the archive before exiting when reading the
3534 archive from a pipe.
3535
3536 @cindex Error message, block number of
3537 This option is especially useful when reading damaged archives, since
3538 it helps pinpoint the damaged sections. It can also be used with
3539 @option{--list} (@option{-t}) when listing a file-system backup tape, allowing you to
3540 choose among several backup tapes when retrieving a file later, in
3541 favor of the tape where the file appears earliest (closest to the
3542 front of the tape). @xref{backup}.
3543
3544 @node interactive
3545 @section Asking for Confirmation During Operations
3546 @cindex Interactive operation
3547
3548 Typically, @command{tar} carries out a command without stopping for
3549 further instructions. In some situations however, you may want to
3550 exclude some files and archive members from the operation (for instance
3551 if disk or storage space is tight). You can do this by excluding
3552 certain files automatically (@pxref{Choosing}), or by performing
3553 an operation interactively, using the @option{--interactive} (@option{-w}) option.
3554 @command{tar} also accepts @option{--confirmation} for this option.
3555
3556 @opindex interactive
3557 When the @option{--interactive} (@option{-w}) option is specified, before
3558 reading, writing, or deleting files, @command{tar} first prints a message
3559 for each such file, telling what operation it intends to take, then asks
3560 for confirmation on the terminal. The actions which require
3561 confirmation include adding a file to the archive, extracting a file
3562 from the archive, deleting a file from the archive, and deleting a file
3563 from disk. To confirm the action, you must type a line of input
3564 beginning with @samp{y}. If your input line begins with anything other
3565 than @samp{y}, @command{tar} skips that file.
3566
3567 If @command{tar} is reading the archive from the standard input,
3568 @command{tar} opens the file @file{/dev/tty} to support the interactive
3569 communications.
3570
3571 Verbose output is normally sent to standard output, separate from
3572 other error messages. However, if the archive is produced directly
3573 on standard output, then verbose output is mixed with errors on
3574 @code{stderr}. Producing the archive on standard output may be used
3575 as a way to avoid using disk space, when the archive is soon to be
3576 consumed by another process reading it, say. Some people felt the need
3577 of producing an archive on stdout, still willing to segregate between
3578 verbose output and error output. A possible approach would be using a
3579 named pipe to receive the archive, and having the consumer process to
3580 read from that named pipe. This has the advantage of letting standard
3581 output free to receive verbose output, all separate from errors.
3582
3583 @node operations
3584 @chapter @GNUTAR{} Operations
3585
3586 @menu
3587 * Basic tar::
3588 * Advanced tar::
3589 * create options::
3590 * extract options::
3591 * backup::
3592 * Applications::
3593 * looking ahead::
3594 @end menu
3595
3596 @node Basic tar
3597 @section Basic @GNUTAR{} Operations
3598
3599 The basic @command{tar} operations, @option{--create} (@option{-c}),
3600 @option{--list} (@option{-t}) and @option{--extract} (@option{--get},
3601 @option{-x}), are currently presented and described in the tutorial
3602 chapter of this manual. This section provides some complementary notes
3603 for these operations.
3604
3605 @table @option
3606 @opindex create, complementary notes
3607 @item --create
3608 @itemx -c
3609
3610 Creating an empty archive would have some kind of elegance. One can
3611 initialize an empty archive and later use @option{--append}
3612 (@option{-r}) for adding all members. Some applications would not
3613 welcome making an exception in the way of adding the first archive
3614 member. On the other hand, many people reported that it is
3615 dangerously too easy for @command{tar} to destroy a magnetic tape with
3616 an empty archive@footnote{This is well described in @cite{Unix-haters
3617 Handbook}, by Simson Garfinkel, Daniel Weise & Steven Strassmann, IDG
3618 Books, ISBN 1-56884-203-1.}. The two most common errors are:
3619
3620 @enumerate
3621 @item
3622 Mistakingly using @code{create} instead of @code{extract}, when the
3623 intent was to extract the full contents of an archive. This error
3624 is likely: keys @kbd{c} and @kbd{x} are right next to each other on
3625 the QWERTY keyboard. Instead of being unpacked, the archive then
3626 gets wholly destroyed. When users speak about @dfn{exploding} an
3627 archive, they usually mean something else :-).
3628
3629 @item
3630 Forgetting the argument to @code{file}, when the intent was to create
3631 an archive with a single file in it. This error is likely because a
3632 tired user can easily add the @kbd{f} key to the cluster of option
3633 letters, by the mere force of habit, without realizing the full
3634 consequence of doing so. The usual consequence is that the single
3635 file, which was meant to be saved, is rather destroyed.
3636 @end enumerate
3637
3638 So, recognizing the likelihood and the catastrophical nature of these
3639 errors, @GNUTAR{} now takes some distance from elegance, and
3640 cowardly refuses to create an archive when @option{--create} option is
3641 given, there are no arguments besides options, and
3642 @option{--files-from} (@option{-T}) option is @emph{not} used. To get
3643 around the cautiousness of @GNUTAR{} and nevertheless create an
3644 archive with nothing in it, one may still use, as the value for the
3645 @option{--files-from} option, a file with no names in it, as shown in
3646 the following commands:
3647
3648 @smallexample
3649 @kbd{tar --create --file=empty-archive.tar --files-from=/dev/null}
3650 @kbd{tar cfT empty-archive.tar /dev/null}
3651 @end smallexample
3652
3653 @opindex extract, complementary notes
3654 @item --extract
3655 @itemx --get
3656 @itemx -x
3657
3658 A socket is stored, within a @GNUTAR{} archive, as a pipe.
3659
3660 @item @option{--list} (@option{-t})
3661
3662 @GNUTAR{} now shows dates as @samp{1996-08-30},
3663 while it used to show them as @samp{Aug 30 1996}. Preferably,
3664 people should get used to ISO 8601 dates. Local American dates should
3665 be made available again with full date localization support, once
3666 ready. In the meantime, programs not being localizable for dates
3667 should prefer international dates, that's really the way to go.
3668
3669 Look up @url{http://www.ft.uni-erlangen.de/~mskuhn/iso-time.html} if you
3670 are curious, it contains a detailed explanation of the ISO 8601 standard.
3671
3672 @end table
3673
3674 @node Advanced tar
3675 @section Advanced @GNUTAR{} Operations
3676
3677 Now that you have learned the basics of using @GNUTAR{}, you may want
3678 to learn about further ways in which @command{tar} can help you.
3679
3680 This chapter presents five, more advanced operations which you probably
3681 won't use on a daily basis, but which serve more specialized functions.
3682 We also explain the different styles of options and why you might want
3683 to use one or another, or a combination of them in your @command{tar}
3684 commands. Additionally, this chapter includes options which allow you to
3685 define the output from @command{tar} more carefully, and provide help and
3686 error correction in special circumstances.
3687
3688 @FIXME{check this after the chapter is actually revised to make sure
3689 it still introduces the info in the chapter correctly : ).}
3690
3691 @menu
3692 * Operations::
3693 * append::
3694 * update::
3695 * concatenate::
3696 * delete::
3697 * compare::
3698 @end menu
3699
3700 @node Operations
3701 @subsection The Five Advanced @command{tar} Operations
3702 @UNREVISED
3703
3704 In the last chapter, you learned about the first three operations to
3705 @command{tar}. This chapter presents the remaining five operations to
3706 @command{tar}: @option{--append}, @option{--update}, @option{--concatenate},
3707 @option{--delete}, and @option{--compare}.
3708
3709 You are not likely to use these operations as frequently as those
3710 covered in the last chapter; however, since they perform specialized
3711 functions, they are quite useful when you do need to use them. We
3712 will give examples using the same directory and files that you created
3713 in the last chapter. As you may recall, the directory is called
3714 @file{practice}, the files are @samp{jazz}, @samp{blues}, @samp{folk},
3715 @samp{rock}, and the two archive files you created are
3716 @samp{collection.tar} and @samp{music.tar}.
3717
3718 We will also use the archive files @samp{afiles.tar} and
3719 @samp{bfiles.tar}. @samp{afiles.tar} contains the members @samp{apple},
3720 @samp{angst}, and @samp{aspic}. @samp{bfiles.tar} contains the members
3721 @samp{./birds}, @samp{baboon}, and @samp{./box}.
3722
3723 Unless we state otherwise, all practicing you do and examples you follow
3724 in this chapter will take place in the @file{practice} directory that
3725 you created in the previous chapter; see @ref{prepare for examples}.
3726 (Below in this section, we will remind you of the state of the examples
3727 where the last chapter left them.)
3728
3729 The five operations that we will cover in this chapter are:
3730
3731 @table @option
3732 @item --append
3733 @itemx -r
3734 Add new entries to an archive that already exists.
3735 @item --update
3736 @itemx -r
3737 Add more recent copies of archive members to the end of an archive, if
3738 they exist.
3739 @item --concatenate
3740 @itemx --catenate
3741 @itemx -A
3742 Add one or more pre-existing archives to the end of another archive.
3743 @item --delete
3744 Delete items from an archive (does not work on tapes).
3745 @item --compare
3746 @itemx --diff
3747 @itemx -d
3748 Compare archive members to their counterparts in the file system.
3749 @end table
3750
3751 @node append
3752 @subsection How to Add Files to Existing Archives: @option{--append}
3753 @UNREVISED
3754
3755 @opindex append
3756 If you want to add files to an existing archive, you don't need to
3757 create a new archive; you can use @option{--append} (@option{-r}).
3758 The archive must already exist in order to use @option{--append}. (A
3759 related operation is the @option{--update} operation; you can use this
3760 to add newer versions of archive members to an existing archive. To learn how to
3761 do this with @option{--update}, @pxref{update}.)
3762
3763 If you use @option{--append} to add a file that has the same name as an
3764 archive member to an archive containing that archive member, then the
3765 old member is not deleted. What does happen, however, is somewhat
3766 complex. @command{tar} @emph{allows} you to have infinite number of files
3767 with the same name. Some operations treat these same-named members no
3768 differently than any other set of archive members: for example, if you
3769 view an archive with @option{--list} (@option{-t}), you will see all
3770 of those members listed, with their data modification times, owners, etc.
3771
3772 Other operations don't deal with these members as perfectly as you might
3773 prefer; if you were to use @option{--extract} to extract the archive,
3774 only the most recently added copy of a member with the same name as four
3775 other members would end up in the working directory. This is because
3776 @option{--extract} extracts an archive in the order the members appeared
3777 in the archive; the most recently archived members will be extracted
3778 last. Additionally, an extracted member will @emph{replace} a file of
3779 the same name which existed in the directory already, and @command{tar}
3780 will not prompt you about this@footnote{Unless you give it
3781 @option{--keep-old-files} option, or the disk copy is newer than the
3782 the one in the archive and you invoke @command{tar} with
3783 @option{--keep-newer-files} option}. Thus, only the most recently archived
3784 member will end up being extracted, as it will replace the one
3785 extracted before it, and so on.
3786
3787 There exists a special option that allows you to get around this
3788 behavior and extract (or list) only a particular copy of the file.
3789 This is @option{--occurrence} option. If you run @command{tar} with
3790 this option, it will extract only the first copy of the file. You
3791 may also give this option an argument specifying the number of
3792 copy to be extracted. Thus, for example if the archive
3793 @file{archive.tar} contained three copies of file @file{myfile}, then
3794 the command
3795
3796 @smallexample
3797 tar --extract --file archive.tar --occurrence=2 myfile
3798 @end smallexample
3799
3800 @noindent
3801 would extract only the second copy. @xref{Option
3802 Summary,---occurrence}, for the description of @option{--occurrence}
3803 option.
3804
3805 @FIXME{ hag -- you might want to incorporate some of the above into the
3806 MMwtSN node; not sure. i didn't know how to make it simpler...
3807
3808 There are a few ways to get around this. (maybe xref Multiple Members
3809 with the Same Name.}
3810
3811 @cindex Members, replacing with other members
3812 @cindex Replacing members with other members
3813 If you want to replace an archive member, use @option{--delete} to
3814 delete the member you want to remove from the archive, , and then use
3815 @option{--append} to add the member you want to be in the archive. Note
3816 that you can not change the order of the archive; the most recently
3817 added member will still appear last. In this sense, you cannot truly
3818 ``replace'' one member with another. (Replacing one member with another
3819 will not work on certain types of media, such as tapes; see @ref{delete}
3820 and @ref{Media}, for more information.)
3821
3822 @menu
3823 * appending files:: Appending Files to an Archive
3824 * multiple::
3825 @end menu
3826
3827 @node appending files
3828 @subsubsection Appending Files to an Archive
3829 @UNREVISED
3830 @cindex Adding files to an Archive
3831 @cindex Appending files to an Archive
3832 @cindex Archives, Appending files to
3833
3834 The simplest way to add a file to an already existing archive is the
3835 @option{--append} (@option{-r}) operation, which writes specified
3836 files into the archive whether or not they are already among the
3837 archived files.
3838
3839 When you use @option{--append}, you @emph{must} specify file name
3840 arguments, as there is no default. If you specify a file that already
3841 exists in the archive, another copy of the file will be added to the
3842 end of the archive. As with other operations, the member names of the
3843 newly added files will be exactly the same as their names given on the
3844 command line. The @option{--verbose} (@option{-v}) option will print
3845 out the names of the files as they are written into the archive.
3846
3847 @option{--append} cannot be performed on some tape drives, unfortunately,
3848 due to deficiencies in the formats those tape drives use. The archive
3849 must be a valid @command{tar} archive, or else the results of using this
3850 operation will be unpredictable. @xref{Media}.
3851
3852 To demonstrate using @option{--append} to add a file to an archive,
3853 create a file called @file{rock} in the @file{practice} directory.
3854 Make sure you are in the @file{practice} directory. Then, run the
3855 following @command{tar} command to add @file{rock} to
3856 @file{collection.tar}:
3857
3858 @smallexample
3859 $ @kbd{tar --append --file=collection.tar rock}
3860 @end smallexample
3861
3862 @noindent
3863 If you now use the @option{--list} (@option{-t}) operation, you will see that
3864 @file{rock} has been added to the archive:
3865
3866 @smallexample
3867 $ @kbd{tar --list --file=collection.tar}
3868 -rw-r--r-- me user 28 1996-10-18 16:31 jazz
3869 -rw-r--r-- me user 21 1996-09-23 16:44 blues
3870 -rw-r--r-- me user 20 1996-09-23 16:44 folk
3871 -rw-r--r-- me user 20 1996-09-23 16:44 rock
3872 @end smallexample
3873
3874 @node multiple
3875 @subsubsection Multiple Files with the Same Name
3876
3877 You can use @option{--append} (@option{-r}) to add copies of files
3878 which have been updated since the archive was created. (However, we
3879 do not recommend doing this since there is another @command{tar}
3880 option called @option{--update}; @xref{update}, for more information.
3881 We describe this use of @option{--append} here for the sake of
3882 completeness.) When you extract the archive, the older version will
3883 be effectively lost. This works because files are extracted from an
3884 archive in the order in which they were archived. Thus, when the
3885 archive is extracted, a file archived later in time will replace a
3886 file of the same name which was archived earlier, even though the
3887 older version of the file will remain in the archive unless you delete
3888 all versions of the file.
3889
3890 Supposing you change the file @file{blues} and then append the changed
3891 version to @file{collection.tar}. As you saw above, the original
3892 @file{blues} is in the archive @file{collection.tar}. If you change the
3893 file and append the new version of the file to the archive, there will
3894 be two copies in the archive. When you extract the archive, the older
3895 version of the file will be extracted first, and then replaced by the
3896 newer version when it is extracted.
3897
3898 You can append the new, changed copy of the file @file{blues} to the
3899 archive in this way:
3900
3901 @smallexample
3902 $ @kbd{tar --append --verbose --file=collection.tar blues}
3903 blues
3904 @end smallexample
3905
3906 @noindent
3907 Because you specified the @option{--verbose} option, @command{tar} has
3908 printed the name of the file being appended as it was acted on. Now
3909 list the contents of the archive:
3910
3911 @smallexample
3912 $ @kbd{tar --list --verbose --file=collection.tar}
3913 -rw-r--r-- me user 28 1996-10-18 16:31 jazz
3914 -rw-r--r-- me user 21 1996-09-23 16:44 blues
3915 -rw-r--r-- me user 20 1996-09-23 16:44 folk
3916 -rw-r--r-- me user 20 1996-09-23 16:44 rock
3917 -rw-r--r-- me user 58 1996-10-24 18:30 blues
3918 @end smallexample
3919
3920 @noindent
3921 The newest version of @file{blues} is now at the end of the archive
3922 (note the different creation dates and file sizes). If you extract
3923 the archive, the older version of the file @file{blues} will be
3924 replaced by the newer version. You can confirm this by extracting
3925 the archive and running @samp{ls} on the directory.
3926
3927 If you wish to extract the first occurrence of the file @file{blues}
3928 from the archive, use @option{--occurrence} option, as shown in
3929 the following example:
3930
3931 @smallexample
3932 $ @kbd{tar --extract -vv --occurrence --file=collection.tar blues}
3933 -rw-r--r-- me user 21 1996-09-23 16:44 blues
3934 @end smallexample
3935
3936 @xref{Writing}, for more information on @option{--extract} and
3937 @xref{Option Summary, --occurrence}, for the description of
3938 @option{--occurrence} option.
3939
3940 @node update
3941 @subsection Updating an Archive
3942 @UNREVISED
3943 @cindex Updating an archive
3944
3945 @opindex update
3946 In the previous section, you learned how to use @option{--append} to
3947 add a file to an existing archive. A related operation is
3948 @option{--update} (@option{-u}). The @option{--update} operation
3949 updates a @command{tar} archive by comparing the date of the specified
3950 archive members against the date of the file with the same name. If
3951 the file has been modified more recently than the archive member, then
3952 the newer version of the file is added to the archive (as with
3953 @option{--append}).
3954
3955 Unfortunately, you cannot use @option{--update} with magnetic tape drives.
3956 The operation will fail.
3957
3958 @FIXME{other examples of media on which --update will fail? need to ask
3959 charles and/or mib/thomas/dave shevett..}
3960
3961 Both @option{--update} and @option{--append} work by adding to the end
3962 of the archive. When you extract a file from the archive, only the
3963 version stored last will wind up in the file system, unless you use
3964 the @option{--backup} option. @FIXME-ref{Multiple Members with the
3965 Same Name}
3966
3967 @menu
3968 * how to update::
3969 @end menu
3970
3971 @node how to update
3972 @subsubsection How to Update an Archive Using @option{--update}
3973
3974 You must use file name arguments with the @option{--update}
3975 (@option{-u}) operation. If you don't specify any files,
3976 @command{tar} won't act on any files and won't tell you that it didn't
3977 do anything (which may end up confusing you).
3978
3979 @c note: the above parenthetical added because in fact, this
3980 @c behavior just confused the author. :-)
3981
3982 To see the @option{--update} option at work, create a new file,
3983 @file{classical}, in your practice directory, and some extra text to the
3984 file @file{blues}, using any text editor. Then invoke @command{tar} with
3985 the @samp{update} operation and the @option{--verbose} (@option{-v})
3986 option specified, using the names of all the files in the practice
3987 directory as file name arguments:
3988
3989 @smallexample
3990 $ @kbd{tar --update -v -f collection.tar blues folk rock classical}
3991 blues
3992 classical
3993 $
3994 @end smallexample
3995
3996 @noindent
3997 Because we have specified verbose mode, @command{tar} prints out the names
3998 of the files it is working on, which in this case are the names of the
3999 files that needed to be updated. If you run @samp{tar --list} and look
4000 at the archive, you will see @file{blues} and @file{classical} at its
4001 end. There will be a total of two versions of the member @samp{blues};
4002 the one at the end will be newer and larger, since you added text before
4003 updating it.
4004
4005 (The reason @command{tar} does not overwrite the older file when updating
4006 it is because writing to the middle of a section of tape is a difficult
4007 process. Tapes are not designed to go backward. @xref{Media}, for more
4008 information about tapes.
4009
4010 @option{--update} (@option{-u}) is not suitable for performing backups for two
4011 reasons: it does not change directory content entries, and it
4012 lengthens the archive every time it is used. The @GNUTAR{}
4013 options intended specifically for backups are more
4014 efficient. If you need to run backups, please consult @ref{Backups}.
4015
4016 @node concatenate
4017 @subsection Combining Archives with @option{--concatenate}
4018
4019 @cindex Adding archives to an archive
4020 @cindex Concatenating Archives
4021 @opindex concatenate
4022 @opindex catenate
4023 @c @cindex @option{-A} described
4024 Sometimes it may be convenient to add a second archive onto the end of
4025 an archive rather than adding individual files to the archive. To add
4026 one or more archives to the end of another archive, you should use the
4027 @option{--concatenate} (@option{--catenate}, @option{-A}) operation.
4028
4029 To use @option{--concatenate}, give the first archive with
4030 @option{--file} option and name the rest of archives to be
4031 concatenated on the command line. The members, and their member
4032 names, will be copied verbatim from those archives to the first one.
4033 @FIXME-ref{This can cause multiple members to have the same name, for
4034 information on how this affects reading the archive, Multiple
4035 Members with the Same Name.}
4036 The new, concatenated archive will be called by the same name as the
4037 one given with the @option{--file} option. As usual, if you omit
4038 @option{--file}, @command{tar} will use the value of the environment
4039 variable @env{TAPE}, or, if this has not been set, the default archive name.
4040
4041 @FIXME{There is no way to specify a new name...}
4042
4043 To demonstrate how @option{--concatenate} works, create two small archives
4044 called @file{bluesrock.tar} and @file{folkjazz.tar}, using the relevant
4045 files from @file{practice}:
4046
4047 @smallexample
4048 $ @kbd{tar -cvf bluesrock.tar blues rock}
4049 blues
4050 rock
4051 $ @kbd{tar -cvf folkjazz.tar folk jazz}
4052 folk
4053 jazz
4054 @end smallexample
4055
4056 @noindent
4057 If you like, You can run @samp{tar --list} to make sure the archives
4058 contain what they are supposed to:
4059
4060 @smallexample
4061 $ @kbd{tar -tvf bluesrock.tar}
4062 -rw-r--r-- melissa user 105 1997-01-21 19:42 blues
4063 -rw-r--r-- melissa user 33 1997-01-20 15:34 rock
4064 $ @kbd{tar -tvf jazzfolk.tar}
4065 -rw-r--r-- melissa user 20 1996-09-23 16:44 folk
4066 -rw-r--r-- melissa user 65 1997-01-30 14:15 jazz
4067 @end smallexample
4068
4069 We can concatenate these two archives with @command{tar}:
4070
4071 @smallexample
4072 $ @kbd{cd ..}
4073 $ @kbd{tar --concatenate --file=bluesrock.tar jazzfolk.tar}
4074 @end smallexample
4075
4076 If you now list the contents of the @file{bluesrock.tar}, you will see
4077 that now it also contains the archive members of @file{jazzfolk.tar}:
4078
4079 @smallexample
4080 $ @kbd{tar --list --file=bluesrock.tar}
4081 blues
4082 rock
4083 folk
4084 jazz
4085 @end smallexample
4086
4087 When you use @option{--concatenate}, the source and target archives must
4088 already exist and must have been created using compatible format
4089 parameters. Notice, that @command{tar} does not check whether the
4090 archives it concatenates have compatible formats, it does not
4091 even check if the files are really tar archives.
4092
4093 Like @option{--append} (@option{-r}), this operation cannot be performed on some
4094 tape drives, due to deficiencies in the formats those tape drives use.
4095
4096 @cindex @code{concatenate} vs @command{cat}
4097 @cindex @command{cat} vs @code{concatenate}
4098 It may seem more intuitive to you to want or try to use @command{cat} to
4099 concatenate two archives instead of using the @option{--concatenate}
4100 operation; after all, @command{cat} is the utility for combining files.
4101
4102 However, @command{tar} archives incorporate an end-of-file marker which
4103 must be removed if the concatenated archives are to be read properly as
4104 one archive. @option{--concatenate} removes the end-of-archive marker
4105 from the target archive before each new archive is appended. If you use
4106 @command{cat} to combine the archives, the result will not be a valid
4107 @command{tar} format archive. If you need to retrieve files from an
4108 archive that was added to using the @command{cat} utility, use the
4109 @option{--ignore-zeros} (@option{-i}) option. @xref{Ignore Zeros}, for further
4110 information on dealing with archives improperly combined using the
4111 @command{cat} shell utility.
4112
4113 @node delete
4114 @subsection Removing Archive Members Using @option{--delete}
4115 @UNREVISED
4116 @cindex Deleting files from an archive
4117 @cindex Removing files from an archive
4118
4119 @opindex delete
4120 You can remove members from an archive by using the @option{--delete}
4121 option. Specify the name of the archive with @option{--file}
4122 (@option{-f}) and then specify the names of the members to be deleted;
4123 if you list no member names, nothing will be deleted. The
4124 @option{--verbose} option will cause @command{tar} to print the names
4125 of the members as they are deleted. As with @option{--extract}, you
4126 must give the exact member names when using @samp{tar --delete}.
4127 @option{--delete} will remove all versions of the named file from the
4128 archive. The @option{--delete} operation can run very slowly.
4129
4130 Unlike other operations, @option{--delete} has no short form.
4131
4132 @cindex Tapes, using @option{--delete} and
4133 @cindex Deleting from tape archives
4134 This operation will rewrite the archive. You can only use
4135 @option{--delete} on an archive if the archive device allows you to
4136 write to any point on the media, such as a disk; because of this, it
4137 does not work on magnetic tapes. Do not try to delete an archive member
4138 from a magnetic tape; the action will not succeed, and you will be
4139 likely to scramble the archive and damage your tape. There is no safe
4140 way (except by completely re-writing the archive) to delete files from
4141 most kinds of magnetic tape. @xref{Media}.
4142
4143 To delete all versions of the file @file{blues} from the archive
4144 @file{collection.tar} in the @file{practice} directory, make sure you
4145 are in that directory, and then,
4146
4147 @smallexample
4148 $ @kbd{tar --list --file=collection.tar}
4149 blues
4150 folk
4151 jazz
4152 rock
4153 $ @kbd{tar --delete --file=collection.tar blues}
4154 $ @kbd{tar --list --file=collection.tar}
4155 folk
4156 jazz
4157 rock
4158 $
4159 @end smallexample
4160
4161 @FIXME{Check if the above listing is actually produced after running
4162 all the examples on collection.tar.}
4163
4164 The @option{--delete} option has been reported to work properly when
4165 @command{tar} acts as a filter from @code{stdin} to @code{stdout}.
4166
4167 @node compare
4168 @subsection Comparing Archive Members with the File System
4169 @cindex Verifying the currency of an archive
4170 @UNREVISED
4171
4172 @opindex compare
4173 The @option{--compare} (@option{-d}), or @option{--diff} operation compares
4174 specified archive members against files with the same names, and then
4175 reports differences in file size, mode, owner, modification date and
4176 contents. You should @emph{only} specify archive member names, not file
4177 names. If you do not name any members, then @command{tar} will compare the
4178 entire archive. If a file is represented in the archive but does not
4179 exist in the file system, @command{tar} reports a difference.
4180
4181 You have to specify the record size of the archive when modifying an
4182 archive with a non-default record size.
4183
4184 @command{tar} ignores files in the file system that do not have
4185 corresponding members in the archive.
4186
4187 The following example compares the archive members @file{rock},
4188 @file{blues} and @file{funk} in the archive @file{bluesrock.tar} with
4189 files of the same name in the file system. (Note that there is no file,
4190 @file{funk}; @command{tar} will report an error message.)
4191
4192 @smallexample
4193 $ @kbd{tar --compare --file=bluesrock.tar rock blues funk}
4194 rock
4195 blues
4196 tar: funk not found in archive
4197 @end smallexample
4198
4199 The spirit behind the @option{--compare} (@option{--diff},
4200 @option{-d}) option is to check whether the archive represents the
4201 current state of files on disk, more than validating the integrity of
4202 the archive media. For this later goal, @xref{verify}.
4203
4204 @node create options
4205 @section Options Used by @option{--create}
4206
4207 @opindex create, additional options
4208 The previous chapter described the basics of how to use
4209 @option{--create} (@option{-c}) to create an archive from a set of files.
4210 @xref{create}. This section described advanced options to be used with
4211 @option{--create}.
4212
4213 @menu
4214 * Ignore Failed Read::
4215 @end menu
4216
4217 @node Ignore Failed Read
4218 @subsection Ignore Fail Read
4219
4220 @table @option
4221 @item --ignore-failed-read
4222 Do not exit with nonzero on unreadable files or directories.
4223 @end table
4224
4225 @node extract options
4226 @section Options Used by @option{--extract}
4227 @UNREVISED
4228
4229 @opindex extract, additional options
4230 The previous chapter showed how to use @option{--extract} to extract
4231 an archive into the file system. Various options cause @command{tar} to
4232 extract more information than just file contents, such as the owner,
4233 the permissions, the modification date, and so forth. This section
4234 presents options to be used with @option{--extract} when certain special
4235 considerations arise. You may review the information presented in
4236 @ref{extract} for more basic information about the
4237 @option{--extract} operation.
4238
4239 @menu
4240 * Reading:: Options to Help Read Archives
4241 * Writing:: Changing How @command{tar} Writes Files
4242 * Scarce:: Coping with Scarce Resources
4243 @end menu
4244
4245 @node Reading
4246 @subsection Options to Help Read Archives
4247 @cindex Options when reading archives
4248 @UNREVISED
4249
4250 @cindex Reading incomplete records
4251 @cindex Records, incomplete
4252 @opindex read-full-records
4253 Normally, @command{tar} will request data in full record increments from
4254 an archive storage device. If the device cannot return a full record,
4255 @command{tar} will report an error. However, some devices do not always
4256 return full records, or do not require the last record of an archive to
4257 be padded out to the next record boundary. To keep reading until you
4258 obtain a full record, or to accept an incomplete record if it contains
4259 an end-of-archive marker, specify the @option{--read-full-records} (@option{-B}) option
4260 in conjunction with the @option{--extract} or @option{--list} operations.
4261 @xref{Blocking}.
4262
4263 The @option{--read-full-records} (@option{-B}) option is turned on by default when
4264 @command{tar} reads an archive from standard input, or from a remote
4265 machine. This is because on BSD Unix systems, attempting to read a
4266 pipe returns however much happens to be in the pipe, even if it is
4267 less than was requested. If this option were not enabled, @command{tar}
4268 would fail as soon as it read an incomplete record from the pipe.
4269
4270 If you're not sure of the blocking factor of an archive, you can
4271 read the archive by specifying @option{--read-full-records} (@option{-B}) and
4272 @option{--blocking-factor=@var{512-size}} (@option{-b
4273 @var{512-size}}), using a blocking factor larger than what the archive
4274 uses. This lets you avoid having to determine the blocking factor
4275 of an archive. @xref{Blocking Factor}.
4276
4277 @menu
4278 * read full records::
4279 * Ignore Zeros::
4280 @end menu
4281
4282 @node read full records
4283 @unnumberedsubsubsec Reading Full Records
4284
4285 @FIXME{need sentence or so of intro here}
4286
4287 @table @option
4288 @opindex read-full-records
4289 @item --read-full-records
4290 @item -B
4291 Use in conjunction with @option{--extract} (@option{--get},
4292 @option{-x}) to read an archive which contains incomplete records, or
4293 one which has a blocking factor less than the one specified.
4294 @end table
4295
4296 @node Ignore Zeros
4297 @unnumberedsubsubsec Ignoring Blocks of Zeros
4298
4299 @cindex End-of-archive blocks, ignoring
4300 @cindex Ignoring end-of-archive blocks
4301 @opindex ignore-zeros
4302 Normally, @command{tar} stops reading when it encounters a block of zeros
4303 between file entries (which usually indicates the end of the archive).
4304 @option{--ignore-zeros} (@option{-i}) allows @command{tar} to
4305 completely read an archive which contains a block of zeros before the
4306 end (i.e., a damaged archive, or one that was created by concatenating
4307 several archives together).
4308
4309 The @option{--ignore-zeros} (@option{-i}) option is turned off by default because many
4310 versions of @command{tar} write garbage after the end-of-archive entry,
4311 since that part of the media is never supposed to be read. @GNUTAR{}
4312 does not write after the end of an archive, but seeks to
4313 maintain compatiblity among archiving utilities.
4314
4315 @table @option
4316 @item --ignore-zeros
4317 @itemx -i
4318 To ignore blocks of zeros (i.e., end-of-archive entries) which may be
4319 encountered while reading an archive. Use in conjunction with
4320 @option{--extract} or @option{--list}.
4321 @end table
4322
4323 @node Writing
4324 @subsection Changing How @command{tar} Writes Files
4325 @UNREVISED
4326
4327 @FIXME{Introductory paragraph}
4328
4329 @menu
4330 * Dealing with Old Files::
4331 * Overwrite Old Files::
4332 * Keep Old Files::
4333 * Keep Newer Files::
4334 * Unlink First::
4335 * Recursive Unlink::
4336 * Data Modification Times::
4337 * Setting Access Permissions::
4338 * Directory Modification Times and Permissions::
4339 * Writing to Standard Output::
4340 * Writing to an External Program::
4341 * remove files::
4342 @end menu
4343
4344 @node Dealing with Old Files
4345 @unnumberedsubsubsec Options Controlling the Overwriting of Existing Files
4346
4347 @opindex overwrite-dir, introduced
4348 When extracting files, if @command{tar} discovers that the extracted
4349 file already exists, it normally replaces the file by removing it before
4350 extracting it, to prevent confusion in the presence of hard or symbolic
4351 links. (If the existing file is a symbolic link, it is removed, not
4352 followed.) However, if a directory cannot be removed because it is
4353 nonempty, @command{tar} normally overwrites its metadata (ownership,
4354 permission, etc.). The @option{--overwrite-dir} option enables this
4355 default behavior. To be more cautious and preserve the metadata of
4356 such a directory, use the @option{--no-overwrite-dir} option.
4357
4358 @cindex Overwriting old files, prevention
4359 @opindex keep-old-files, introduced
4360 To be even more cautious and prevent existing files from being replaced, use
4361 the @option{--keep-old-files} (@option{-k}) option. It causes @command{tar} to refuse
4362 to replace or update a file that already exists, i.e., a file with the
4363 same name as an archive member prevents extraction of that archive
4364 member. Instead, it reports an error.
4365
4366 @opindex overwrite, introduced
4367 To be more aggressive about altering existing files, use the
4368 @option{--overwrite} option. It causes @command{tar} to overwrite
4369 existing files and to follow existing symbolic links when extracting.
4370
4371 @cindex Protecting old files
4372 Some people argue that @GNUTAR{} should not hesitate
4373 to overwrite files with other files when extracting. When extracting
4374 a @command{tar} archive, they expect to see a faithful copy of the
4375 state of the file system when the archive was created. It is debatable
4376 that this would always be a proper behavior. For example, suppose one
4377 has an archive in which @file{usr/local} is a link to
4378 @file{usr/local2}. Since then, maybe the site removed the link and
4379 renamed the whole hierarchy from @file{/usr/local2} to
4380 @file{/usr/local}. Such things happen all the time. I guess it would
4381 not be welcome at all that @GNUTAR{} removes the
4382 whole hierarchy just to make room for the link to be reinstated
4383 (unless it @emph{also} simultaneously restores the full
4384 @file{/usr/local2}, of course!) @GNUTAR{} is indeed
4385 able to remove a whole hierarchy to reestablish a symbolic link, for
4386 example, but @emph{only if} @option{--recursive-unlink} is specified
4387 to allow this behavior. In any case, single files are silently
4388 removed.
4389
4390 @opindex unlink-first, introduced
4391 Finally, the @option{--unlink-first} (@option{-U}) option can improve performance in
4392 some cases by causing @command{tar} to remove files unconditionally
4393 before extracting them.
4394
4395 @node Overwrite Old Files
4396 @unnumberedsubsubsec Overwrite Old Files
4397
4398 @table @option
4399 @opindex overwrite
4400 @item --overwrite
4401 Overwrite existing files and directory metadata when extracting files
4402 from an archive.
4403
4404 This causes @command{tar} to write extracted files into the file system without
4405 regard to the files already on the system; i.e., files with the same
4406 names as archive members are overwritten when the archive is extracted.
4407 It also causes @command{tar} to extract the ownership, permissions,
4408 and time stamps onto any preexisting files or directories.
4409 If the name of a corresponding file name is a symbolic link, the file
4410 pointed to by the symbolic link will be overwritten instead of the
4411 symbolic link itself (if this is possible). Moreover, special devices,
4412 empty directories and even symbolic links are automatically removed if
4413 they are in the way of extraction.
4414
4415 Be careful when using the @option{--overwrite} option, particularly when
4416 combined with the @option{--absolute-names} (@option{-P}) option, as this combination
4417 can change the contents, ownership or permissions of any file on your
4418 system. Also, many systems do not take kindly to overwriting files that
4419 are currently being executed.
4420
4421 @opindex overwrite-dir
4422 @item --overwrite-dir
4423 Overwrite the metadata of directories when extracting files from an
4424 archive, but remove other files before extracting.
4425 @end table
4426
4427 @node Keep Old Files
4428 @unnumberedsubsubsec Keep Old Files
4429
4430 @table @option
4431 @opindex keep-old-files
4432 @item --keep-old-files
4433 @itemx -k
4434 Do not replace existing files from archive. The
4435 @option{--keep-old-files} (@option{-k}) option prevents @command{tar}
4436 from replacing existing files with files with the same name from the
4437 archive. The @option{--keep-old-files} option is meaningless with
4438 @option{--list} (@option{-t}). Prevents @command{tar} from replacing
4439 files in the file system during extraction.
4440 @end table
4441
4442 @node Keep Newer Files
4443 @unnumberedsubsubsec Keep Newer Files
4444
4445 @table @option
4446 @opindex keep-newer-files
4447 @item --keep-newer-files
4448 Do not replace existing files that are newer than their archive
4449 copies. This option is meaningless with @option{--list} (@option{-t}).
4450 @end table
4451
4452 @node Unlink First
4453 @unnumberedsubsubsec Unlink First
4454
4455 @table @option
4456 @opindex unlink-first
4457 @item --unlink-first
4458 @itemx -U
4459 Remove files before extracting over them.
4460 This can make @command{tar} run a bit faster if you know in advance
4461 that the extracted files all need to be removed. Normally this option
4462 slows @command{tar} down slightly, so it is disabled by default.
4463 @end table
4464
4465 @node Recursive Unlink
4466 @unnumberedsubsubsec Recursive Unlink
4467
4468 @table @option
4469 @opindex recursive-unlink
4470 @item --recursive-unlink
4471 When this option is specified, try removing files and directory hierarchies
4472 before extracting over them. @emph{This is a dangerous option!}
4473 @end table
4474
4475 If you specify the @option{--recursive-unlink} option,
4476 @command{tar} removes @emph{anything} that keeps you from extracting a file
4477 as far as current permissions will allow it. This could include removal
4478 of the contents of a full directory hierarchy.
4479
4480 @node Data Modification Times
4481 @unnumberedsubsubsec Setting Data Modification Times
4482
4483 @cindex Data modification times of extracted files
4484 @cindex Modification times of extracted files
4485 Normally, @command{tar} sets the data modification times of extracted
4486 files to the corresponding times recorded for the files in the archive, but
4487 limits the permissions of extracted files by the current @code{umask}
4488 setting.
4489
4490 To set the data modification times of extracted files to the time when
4491 the files were extracted, use the @option{--touch} (@option{-m}) option in
4492 conjunction with @option{--extract} (@option{--get}, @option{-x}).
4493
4494 @table @option
4495 @opindex touch
4496 @item --touch
4497 @itemx -m
4498 Sets the data modification time of extracted archive members to the time
4499 they were extracted, not the time recorded for them in the archive.
4500 Use in conjunction with @option{--extract} (@option{--get}, @option{-x}).
4501 @end table
4502
4503 @node Setting Access Permissions
4504 @unnumberedsubsubsec Setting Access Permissions
4505
4506 @cindex Permissions of extracted files
4507 @cindex Modes of extracted files
4508 To set the modes (access permissions) of extracted files to those
4509 recorded for those files in the archive, use @option{--same-permissions}
4510 in conjunction with the @option{--extract} (@option{--get},
4511 @option{-x}) operation.
4512
4513 @table @option
4514 @opindex preserve-permission
4515 @opindex same-permission
4516 @item --preserve-permission
4517 @itemx --same-permission
4518 @c @itemx --ignore-umask
4519 @itemx -p
4520 Set modes of extracted archive members to those recorded in the
4521 archive, instead of current umask settings. Use in conjunction with
4522 @option{--extract} (@option{--get}, @option{-x}).
4523 @end table
4524
4525 @node Directory Modification Times and Permissions
4526 @unnumberedsubsubsec Directory Modification Times and Permissions
4527
4528 After sucessfully extracting a file member, @GNUTAR{} normally
4529 restores its permissions and modification times, as described in the
4530 previous sections. This cannot be done for directories, because
4531 after extracting a directory @command{tar} will almost certainly
4532 extract files into that directory and this will cause the directory
4533 modification time to be updated. Moreover, restoring that directory
4534 permissions may not permit file creation within it. Thus, restoring
4535 directory permissions and modification times must be delayed at least
4536 until all files have been extracted into that directory. @GNUTAR{}
4537 restores directories using the following approach.
4538
4539 The extracted directories are created with the mode specified in the
4540 archive, as modified by the umask of the user, which gives sufficient
4541 permissions to allow file creation. The meta-information about the
4542 directory is recorded in the temporary list of directories. When
4543 preparing to extract next archive member, @GNUTAR{} checks if the
4544 directory prefix of this file contains the remembered directory. If
4545 it does not, the program assumes that all files have been extracted
4546 into that directory, restores its modification time and permissions
4547 and removes its entry from the internal list. This approach allows
4548 to correctly restore directory meta-information in the majority of
4549 cases, while keeping memory requirements sufficiently small. It is
4550 based on the fact, that most @command{tar} archives use the predefined
4551 order of members: first the directory, then all the files and
4552 subdirectories in that directory.
4553
4554 However, this is not always true. The most important exception are
4555 incremental archives (@pxref{Incremental Dumps}). The member order in
4556 an incremental archive is reversed: first all directory members are
4557 stored, followed by other (non-directory) members. So, when extracting
4558 from incremental archives, @GNUTAR{} alters the above procedure. It
4559 remebers all restored directories, and restores their meta-data
4560 only after the entire archive has been processed. Notice, that you do
4561 not need to specity any special options for that, as @GNUTAR{}
4562 automatically detects archives in incremental format.
4563
4564 There may be cases, when such processing is required for normal archives
4565 too. Consider the following example:
4566
4567 @smallexample
4568 @group
4569 $ @kbd{tar --no-recursion -cvf archive \
4570 foo foo/file1 bar bar/file foo/file2}
4571 foo/
4572 foo/file1
4573 bar/
4574 bar/file
4575 foo/file2
4576 @end group
4577 @end smallexample
4578
4579 During the normal operation, after encountering @file{bar}
4580 @GNUTAR{} will assume that all files from the directory @file{foo}
4581 were already extracted and will therefore restore its timestamp and
4582 permission bits. However, after extracting @file{foo/file2} the
4583 directory timestamp will be offset again.
4584
4585 To correctly restore directory meta-information in such cases, use
4586 @option{delay-directory-restore} command line option:
4587
4588 @table @option
4589 @opindex delay-directory-restore
4590 @item --delay-directory-restore
4591 Delays restoring of the modification times and permissions of extracted
4592 directories until the end of extraction. This way, correct
4593 meta-information is restored even if the archive has unusual member
4594 ordering.
4595
4596 @opindex no-delay-directory-restore
4597 @item --no-delay-directory-restore
4598 Cancel the effect of the previous @option{--delay-directory-restore}.
4599 Use this option if you have used @option{--delay-directory-restore} in
4600 @env{TAR_OPTIONS} variable (@pxref{TAR_OPTIONS}) and wish to
4601 temporarily disable it.
4602 @end table
4603
4604 @node Writing to Standard Output
4605 @unnumberedsubsubsec Writing to Standard Output
4606
4607 @cindex Writing extracted files to standard output
4608 @cindex Standard output, writing extracted files to
4609 To write the extracted files to the standard output, instead of
4610 creating the files on the file system, use @option{--to-stdout} (@option{-O}) in
4611 conjunction with @option{--extract} (@option{--get}, @option{-x}). This option is useful if you are
4612 extracting files to send them through a pipe, and do not need to
4613 preserve them in the file system. If you extract multiple members,
4614 they appear on standard output concatenated, in the order they are
4615 found in the archive.
4616
4617 @table @option
4618 @opindex to-stdout
4619 @item --to-stdout
4620 @itemx -O
4621 Writes files to the standard output. Use only in conjunction with
4622 @option{--extract} (@option{--get}, @option{-x}). When this option is
4623 used, instead of creating the files specified, @command{tar} writes
4624 the contents of the files extracted to its standard output. This may
4625 be useful if you are only extracting the files in order to send them
4626 through a pipe. This option is meaningless with @option{--list}
4627 (@option{-t}).
4628 @end table
4629
4630 This can be useful, for example, if you have a tar archive containing
4631 a big file and don't want to store the file on disk before processing
4632 it. You can use a command like this:
4633
4634 @smallexample
4635 tar -xOzf foo.tgz bigfile | process
4636 @end smallexample
4637
4638 or even like this if you want to process the concatenation of the files:
4639
4640 @smallexample
4641 tar -xOzf foo.tgz bigfile1 bigfile2 | process
4642 @end smallexample
4643
4644 Hovewer, @option{--to-command} may be more convenient for use with
4645 multiple files. See the next section.
4646
4647 @node Writing to an External Program
4648 @unnumberedsubsubsec Writing to an External Program
4649
4650 You can instruct @command{tar} to send the contents of each extracted
4651 file to the standard input of an external program:
4652
4653 @table @option
4654 @opindex to-command
4655 @item --to-command=@var{command}
4656 Extract files and pipe their contents to the standard input of
4657 @var{command}. When this option is used, instead of creating the
4658 files specified, @command{tar} invokes @var{command} and pipes the
4659 contents of the files to its standard output. @var{Command} may
4660 contain command line arguments. The program is executed via
4661 @code{sh -c}. Notice, that @var{command} is executed once for each regular file
4662 extracted. Non-regular files (directories, etc.) are ignored when this
4663 option is used.
4664 @end table
4665
4666 The command can obtain the information about the file it processes
4667 from the following environment variables:
4668
4669 @table @var
4670 @vrindex TAR_FILETYPE, to-command environment
4671 @item TAR_FILETYPE
4672 Type of the file. It is a single letter with the following meaning:
4673
4674 @multitable @columnfractions 0.10 0.90
4675 @item f @tab Regular file
4676 @item d @tab Directory
4677 @item l @tab Symbolic link
4678 @item h @tab Hard link
4679 @item b @tab Block device
4680 @item c @tab Character device
4681 @end multitable
4682
4683 Currently only regular files are supported.
4684
4685 @vrindex TAR_MODE, to-command environment
4686 @item TAR_MODE
4687 File mode, an octal number.
4688
4689 @vrindex TAR_FILENAME, to-command environment
4690 @item TAR_FILENAME
4691 The name of the file.
4692
4693 @vrindex TAR_REALNAME, to-command environment
4694 @item TAR_REALNAME
4695 Name of the file as stored in the archive.
4696
4697 @vrindex TAR_UNAME, to-command environment
4698 @item TAR_UNAME
4699 Name of the file owner.
4700
4701 @vrindex TAR_GNAME, to-command environment
4702 @item TAR_GNAME
4703 Name of the file owner group.
4704
4705 @vrindex TAR_ATIME, to-command environment
4706 @item TAR_ATIME
4707 Time of last access. It is a decimal number, representing seconds
4708 since the epoch. If the archive provides times with nanosecond
4709 precision, the nanoseconds are appended to the timestamp after a
4710 decimal point.
4711
4712 @vrindex TAR_MTIME, to-command environment
4713 @item TAR_MTIME
4714 Time of last modification.
4715
4716 @vrindex TAR_CTIME, to-command environment
4717 @item TAR_CTIME
4718 Time of last status change.
4719
4720 @vrindex TAR_SIZE, to-command environment
4721 @item TAR_SIZE
4722 Size of the file.
4723
4724 @vrindex TAR_UID, to-command environment
4725 @item TAR_UID
4726 UID of the file owner.
4727
4728 @vrindex TAR_GID, to-command environment
4729 @item TAR_GID
4730 GID of the file owner.
4731 @end table
4732
4733 In addition to these variables, @env{TAR_VERSION} contains the
4734 @GNUTAR{} version number.
4735
4736 If @var{command} exits with a non-0 status, @command{tar} will print
4737 an error message similar to the following:
4738
4739 @smallexample
4740 tar: 2345: Child returned status 1
4741 @end smallexample
4742
4743 Here, @samp{2345} is the PID of the finished process.
4744
4745 If this behavior is not wanted, use @option{--ignore-command-error}:
4746
4747 @table @option
4748 @opindex ignore-command-error
4749 @item --ignore-command-error
4750 Ignore exit codes of subprocesses. Notice that if the program
4751 exits on signal or otherwise terminates abnormally, the error message
4752 will be printed even if this option is used.
4753
4754 @opindex no-ignore-command-error
4755 @item --no-ignore-command-error
4756 Cancel the effect of any previous @option{--ignore-command-error}
4757 option. This option is useful if you have set
4758 @option{--ignore-command-error} in @env{TAR_OPTIONS}
4759 (@pxref{TAR_OPTIONS}) and wish to temporarily cancel it.
4760 @end table
4761
4762 @node remove files
4763 @unnumberedsubsubsec Removing Files
4764
4765 @FIXME{The section is too terse. Something more to add? An example,
4766 maybe?}
4767
4768 @table @option
4769 @opindex remove-files
4770 @item --remove-files
4771 Remove files after adding them to the archive.
4772 @end table
4773
4774 @node Scarce
4775 @subsection Coping with Scarce Resources
4776 @UNREVISED
4777
4778 @cindex Small memory
4779 @cindex Running out of space
4780
4781 @menu
4782 * Starting File::
4783 * Same Order::
4784 @end menu
4785
4786 @node Starting File
4787 @unnumberedsubsubsec Starting File
4788
4789 @table @option
4790 @opindex starting-file
4791 @item --starting-file=@var{name}
4792 @itemx -K @var{name}
4793 Starts an operation in the middle of an archive. Use in conjunction
4794 with @option{--extract} (@option{--get}, @option{-x}) or @option{--list} (@option{-t}).
4795 @end table
4796
4797 @cindex Middle of the archive, starting in the
4798 If a previous attempt to extract files failed due to lack of disk
4799 space, you can use @option{--starting-file=@var{name}} (@option{-K
4800 @var{name}}) to start extracting only after member @var{name} of the
4801 archive. This assumes, of course, that there is now free space, or
4802 that you are now extracting into a different file system. (You could
4803 also choose to suspend @command{tar}, remove unnecessary files from
4804 the file system, and then restart the same @command{tar} operation.
4805 In this case, @option{--starting-file} is not necessary.
4806 @xref{Incremental Dumps}, @xref{interactive}, and @ref{exclude}.)
4807
4808 @node Same Order
4809 @unnumberedsubsubsec Same Order
4810
4811 @table @option
4812 @cindex Large lists of file names on small machines
4813 @opindex same-order
4814 @opindex preserve-order
4815 @item --same-order
4816 @itemx --preserve-order
4817 @itemx -s
4818 To process large lists of file names on machines with small amounts of
4819 memory. Use in conjunction with @option{--compare} (@option{--diff},
4820 @option{-d}), @option{--list} (@option{-t}) or @option{--extract}
4821 (@option{--get}, @option{-x}).
4822 @end table
4823
4824 The @option{--same-order} (@option{--preserve-order}, @option{-s}) option tells @command{tar} that the list of file
4825 names to be listed or extracted is sorted in the same order as the
4826 files in the archive. This allows a large list of names to be used,
4827 even on a small machine that would not otherwise be able to hold all
4828 the names in memory at the same time. Such a sorted list can easily be
4829 created by running @samp{tar -t} on the archive and editing its output.
4830
4831 This option is probably never needed on modern computer systems.
4832
4833 @node backup
4834 @section Backup options
4835
4836 @cindex backup options
4837
4838 @GNUTAR{} offers options for making backups of files
4839 before writing new versions. These options control the details of
4840 these backups. They may apply to the archive itself before it is
4841 created or rewritten, as well as individual extracted members. Other
4842 @acronym{GNU} programs (@command{cp}, @command{install}, @command{ln},
4843 and @command{mv}, for example) offer similar options.
4844
4845 Backup options may prove unexpectedly useful when extracting archives
4846 containing many members having identical name, or when extracting archives
4847 on systems having file name limitations, making different members appear
4848 has having similar names through the side-effect of name truncation.
4849 (This is true only if we have a good scheme for truncated backup names,
4850 which I'm not sure at all: I suspect work is needed in this area.)
4851 When any existing file is backed up before being overwritten by extraction,
4852 then clashing files are automatically be renamed to be unique, and the
4853 true name is kept for only the last file of a series of clashing files.
4854 By using verbose mode, users may track exactly what happens.
4855
4856 At the detail level, some decisions are still experimental, and may
4857 change in the future, we are waiting comments from our users. So, please
4858 do not learn to depend blindly on the details of the backup features.
4859 For example, currently, directories themselves are never renamed through
4860 using these options, so, extracting a file over a directory still has
4861 good chances to fail. Also, backup options apply to created archives,
4862 not only to extracted members. For created archives, backups will not
4863 be attempted when the archive is a block or character device, or when it
4864 refers to a remote file.
4865
4866 For the sake of simplicity and efficiency, backups are made by renaming old
4867 files prior to creation or extraction, and not by copying. The original
4868 name is restored if the file creation fails. If a failure occurs after a
4869 partial extraction of a file, both the backup and the partially extracted
4870 file are kept.
4871
4872 @table @samp
4873 @item --backup[=@var{method}]
4874 @opindex backup
4875 @vindex VERSION_CONTROL
4876 @cindex backups
4877 Back up files that are about to be overwritten or removed.
4878 Without this option, the original versions are destroyed.
4879
4880 Use @var{method} to determine the type of backups made.
4881 If @var{method} is not specified, use the value of the @env{VERSION_CONTROL}
4882 environment variable. And if @env{VERSION_CONTROL} is not set,
4883 use the @samp{existing} method.
4884
4885 @vindex version-control @r{Emacs variable}
4886 This option corresponds to the Emacs variable @samp{version-control};
4887 the same values for @var{method} are accepted as in Emacs. This option
4888 also allows more descriptive names. The valid @var{method}s are:
4889
4890 @table @samp
4891 @item t
4892 @itemx numbered
4893 @cindex numbered @r{backup method}
4894 Always make numbered backups.
4895
4896 @item nil
4897 @itemx existing
4898 @cindex existing @r{backup method}
4899 Make numbered backups of files that already have them, simple backups
4900 of the others.
4901
4902 @item never
4903 @itemx simple
4904 @cindex simple @r{backup method}
4905 Always make simple backups.
4906
4907 @end table
4908
4909 @item --suffix=@var{suffix}
4910 @opindex suffix
4911 @cindex backup suffix
4912 @vindex SIMPLE_BACKUP_SUFFIX
4913 Append @var{suffix} to each backup file made with @option{--backup}. If this
4914 option is not specified, the value of the @env{SIMPLE_BACKUP_SUFFIX}
4915 environment variable is used. And if @env{SIMPLE_BACKUP_SUFFIX} is not
4916 set, the default is @samp{~}, just as in Emacs.
4917
4918 @end table
4919
4920 Some people express the desire to @emph{always} use the @option{--backup}
4921 option, by defining some kind of alias or script. This is not as easy
4922 as one may think, due to the fact that old style options should appear first
4923 and consume arguments a bit unpredictably for an alias or script. But,
4924 if you are ready to give up using old style options, you may resort to
4925 using something like (a Bourne shell function here):
4926
4927 @smallexample
4928 tar () @{ /usr/local/bin/tar --backup $*; @}
4929 @end smallexample
4930
4931 @node Applications
4932 @section Notable @command{tar} Usages
4933 @UNREVISED
4934
4935 @FIXME{Using Unix file linking capability to recreate directory
4936 structures---linking files into one subdirectory and then
4937 @command{tar}ring that directory.}
4938
4939 @FIXME{Nice hairy example using absolute-names, newer, etc.}
4940
4941 @findex uuencode
4942 You can easily use archive files to transport a group of files from
4943 one system to another: put all relevant files into an archive on one
4944 computer system, transfer the archive to another system, and extract
4945 the contents there. The basic transfer medium might be magnetic tape,
4946 Internet FTP, or even electronic mail (though you must encode the
4947 archive with @command{uuencode} in order to transport it properly by
4948 mail). Both machines do not have to use the same operating system, as
4949 long as they both support the @command{tar} program.
4950
4951 For example, here is how you might copy a directory's contents from
4952 one disk to another, while preserving the dates, modes, owners and
4953 link-structure of all the files therein. In this case, the transfer
4954 medium is a @dfn{pipe}, which is one a Unix redirection mechanism:
4955
4956 @smallexample
4957 $ @kbd{(cd sourcedir; tar -cf - .) | (cd targetdir; tar -xf -)}
4958 @end smallexample
4959
4960 @noindent
4961 You can avoid subshells by using @option{-C} option:
4962
4963 @smallexample
4964 $ @kbd{tar -C sourcedir -cf - . | tar -C targetdir -xf -}
4965 @end smallexample
4966
4967 @noindent
4968 The command also works using short option forms:
4969
4970 @smallexample
4971 $ @kbd{(cd sourcedir; tar --create --file=- . ) \
4972 | (cd targetdir; tar --extract --file=-)}
4973 # Or:
4974 $ @kbd{tar --directory sourcedir --create --file=- . ) \
4975 | tar --directory targetdir --extract --file=-}
4976 @end smallexample
4977
4978 @noindent
4979 This is one of the easiest methods to transfer a @command{tar} archive.
4980
4981 @node looking ahead
4982 @section Looking Ahead: The Rest of this Manual
4983
4984 You have now seen how to use all eight of the operations available to
4985 @command{tar}, and a number of the possible options. The next chapter
4986 explains how to choose and change file and archive names, how to use
4987 files to store names of other files which you can then call as
4988 arguments to @command{tar} (this can help you save time if you expect to
4989 archive the same list of files a number of times), and so forth.
4990 @FIXME{in case it's not obvious, i'm making this up in some sense
4991 based on my limited memory of what the next chapter *really* does. i
4992 just wanted to flesh out this final section a little bit so i'd
4993 remember to stick it in here. :-)}
4994
4995 If there are too many files to conveniently list on the command line,
4996 you can list the names in a file, and @command{tar} will read that file.
4997 @xref{files}.
4998
4999 There are various ways of causing @command{tar} to skip over some files,
5000 and not archive them. @xref{Choosing}.
5001
5002 @node Backups
5003 @chapter Performing Backups and Restoring Files
5004 @UNREVISED
5005
5006 @GNUTAR{} is distributed along with the scripts
5007 which the Free Software Foundation uses for performing backups. There
5008 is no corresponding scripts available yet for doing restoration of
5009 files. Even if there is a good chance those scripts may be satisfying
5010 to you, they are not the only scripts or methods available for doing
5011 backups and restore. You may well create your own, or use more
5012 sophisticated packages dedicated to that purpose.
5013
5014 Some users are enthusiastic about @code{Amanda} (The Advanced Maryland
5015 Automatic Network Disk Archiver), a backup system developed by James
5016 da Silva @file{jds@@cs.umd.edu} and available on many Unix systems.
5017 This is free software, and it is available at these places:
5018
5019 @smallexample
5020 http://www.cs.umd.edu/projects/amanda/amanda.html
5021 ftp://ftp.cs.umd.edu/pub/amanda
5022 @end smallexample
5023
5024 @FIXME{
5025
5026 Here is a possible plan for a future documentation about the backuping
5027 scripts which are provided within the @GNUTAR{}
5028 distribution.
5029
5030 @itemize @bullet
5031 @item dumps
5032 @itemize @minus
5033 @item what are dumps
5034 @item different levels of dumps
5035 @itemize +
5036 @item full dump = dump everything
5037 @item level 1, level 2 dumps etc
5038 A level @var{n} dump dumps everything changed since the last level
5039 @var{n}-1 dump (?)
5040 @end itemize
5041 @item how to use scripts for dumps (ie, the concept)
5042 @itemize +
5043 @item scripts to run after editing backup specs (details)
5044 @end itemize
5045 @item Backup Specs, what is it.
5046 @itemize +
5047 @item how to customize
5048 @item actual text of script [/sp/dump/backup-specs]
5049 @end itemize
5050 @item Problems
5051 @itemize +
5052 @item rsh doesn't work
5053 @item rtape isn't installed
5054 @item (others?)
5055 @end itemize
5056 @item the @option{--incremental} option of tar
5057 @item tapes
5058 @itemize +
5059 @item write protection
5060 @item types of media, different sizes and types, useful for different things
5061 @item files and tape marks
5062 one tape mark between files, two at end.
5063 @item positioning the tape
5064 MT writes two at end of write,
5065 backspaces over one when writing again.
5066 @end itemize
5067 @end itemize
5068 @end itemize
5069 }
5070
5071 This chapter documents both the provided shell scripts and @command{tar}
5072 options which are more specific to usage as a backup tool.
5073
5074 To @dfn{back up} a file system means to create archives that contain
5075 all the files in that file system. Those archives can then be used to
5076 restore any or all of those files (for instance if a disk crashes or a
5077 file is accidentally deleted). File system @dfn{backups} are also
5078 called @dfn{dumps}.
5079
5080 @menu
5081 * Full Dumps:: Using @command{tar} to Perform Full Dumps
5082 * Incremental Dumps:: Using @command{tar} to Perform Incremental Dumps
5083 * Backup Levels:: Levels of Backups
5084 * Backup Parameters:: Setting Parameters for Backups and Restoration
5085 * Scripted Backups:: Using the Backup Scripts
5086 * Scripted Restoration:: Using the Restore Script
5087 @end menu
5088
5089 @node Full Dumps
5090 @section Using @command{tar} to Perform Full Dumps
5091 @UNREVISED
5092
5093 @cindex full dumps
5094 @cindex dumps, full
5095
5096 @cindex corrupted archives
5097 Full dumps should only be made when no other people or programs
5098 are modifying files in the file system. If files are modified while
5099 @command{tar} is making the backup, they may not be stored properly in
5100 the archive, in which case you won't be able to restore them if you
5101 have to. (Files not being modified are written with no trouble, and do
5102 not corrupt the entire archive.)
5103
5104 You will want to use the @option{--label=@var{archive-label}}
5105 (@option{-V @var{archive-label}}) option to give the archive a
5106 volume label, so you can tell what this archive is even if the label
5107 falls off the tape, or anything like that.
5108
5109 Unless the file system you are dumping is guaranteed to fit on
5110 one volume, you will need to use the @option{--multi-volume} (@option{-M}) option.
5111 Make sure you have enough tapes on hand to complete the backup.
5112
5113 If you want to dump each file system separately you will need to use
5114 the @option{--one-file-system} option to prevent
5115 @command{tar} from crossing file system boundaries when storing
5116 (sub)directories.
5117
5118 The @option{--incremental} (@option{-G}) (@pxref{Incremental Dumps})
5119 option is not needed, since this is a complete copy of everything in
5120 the file system, and a full restore from this backup would only be
5121 done onto a completely
5122 empty disk.
5123
5124 Unless you are in a hurry, and trust the @command{tar} program (and your
5125 tapes), it is a good idea to use the @option{--verify} (@option{-W})
5126 option, to make sure your files really made it onto the dump properly.
5127 This will also detect cases where the file was modified while (or just
5128 after) it was being archived. Not all media (notably cartridge tapes)
5129 are capable of being verified, unfortunately.
5130
5131 @node Incremental Dumps
5132 @section Using @command{tar} to Perform Incremental Dumps
5133
5134 @dfn{Incremental backup} is a special form of @GNUTAR{} archive that
5135 stores additional metadata so that exact state of the file system
5136 can be restored when extracting the archive.
5137
5138 @GNUTAR{} currently offers two options for handling incremental
5139 backups: @option{--listed-incremental=@var{snapshot-file}} (@option{-g
5140 @var{snapshot-file}}) and @option{--incremental} (@option{-G}).
5141
5142 @opindex listed-incremental
5143 The option @option{--listed-incremental} instructs tar to operate on
5144 an incremental archive with additional metadata stored in a standalone
5145 file, called a @dfn{snapshot file}. The purpose of this file is to help
5146 determine which files have been changed, added or deleted since the
5147 last backup, so that the next incremental backup will contain only
5148 modified files. The name of the snapshot file is given as an argument
5149 to the option:
5150
5151 @table @option
5152 @item --listed-incremental=@var{file}
5153 @itemx -g @var{file}
5154 Handle incremental backups with snapshot data in @var{file}.
5155 @end table
5156
5157 To create an incremental backup, you would use
5158 @option{--listed-incremental} together with @option{--create}
5159 (@pxref{create}). For example:
5160
5161 @smallexample
5162 $ @kbd{tar --create \
5163 --file=archive.1.tar \
5164 --listed-incremental=/var/log/usr.snar \
5165 /usr}
5166 @end smallexample
5167
5168 This will create in @file{archive.1.tar} an incremental backup of
5169 the @file{/usr} file system, storing additional metadata in the file
5170 @file{/var/log/usr.snar}. If this file does not exist, it will be
5171 created. The created archive will then be a @dfn{level 0 backup};
5172 please see the next section for more on backup levels.
5173
5174 Otherwise, if the file @file{/var/log/usr.snar} exists, it
5175 determines which files are modified. In this case only these files will be
5176 stored in the archive. Suppose, for example, that after running the
5177 above command, you delete file @file{/usr/doc/old} and create
5178 directory @file{/usr/local/db} with the following contents:
5179
5180 @smallexample
5181 $ @kbd{ls /usr/local/db}
5182 /usr/local/db/data
5183 /usr/local/db/index
5184 @end smallexample
5185
5186 Some time later you create another incremental backup. You will
5187 then see:
5188
5189 @smallexample
5190 $ @kbd{tar --create \
5191 --file=archive.2.tar \
5192 --listed-incremental=/var/log/usr.snar \
5193 /usr}
5194 tar: usr/local/db: Directory is new
5195 usr/local/db/
5196 usr/local/db/data
5197 usr/local/db/index
5198 @end smallexample
5199
5200 @noindent
5201 The created archive @file{archive.2.tar} will contain only these
5202 three members. This archive is called a @dfn{level 1 backup}. Notice
5203 that @file{/var/log/usr.snar} will be updated with the new data, so if
5204 you plan to create more @samp{level 1} backups, it is necessary to
5205 create a working copy of the snapshot file before running
5206 @command{tar}. The above example will then be modified as follows:
5207
5208 @smallexample
5209 $ @kbd{cp /var/log/usr.snar /var/log/usr.snar-1}
5210 $ @kbd{tar --create \
5211 --file=archive.2.tar \
5212 --listed-incremental=/var/log/usr.snar-1 \
5213 /usr}
5214 @end smallexample
5215
5216 Incremental dumps depend crucially on time stamps, so the results are
5217 unreliable if you modify a file's time stamps during dumping (e.g.,
5218 with the @option{--atime-preserve=replace} option), or if you set the clock
5219 backwards.
5220
5221 Metadata stored in snapshot files include device numbers, which,
5222 obviously is supposed to be a non-volatile value. However, it turns
5223 out that NFS devices have undependable values when an automounter
5224 gets in the picture. This can lead to a great deal of spurious
5225 redumping in incremental dumps, so it is somewhat useless to compare
5226 two NFS devices numbers over time. The solution implemented currently
5227 is to considers all NFS devices as being equal when it comes to
5228 comparing directories; this is fairly gross, but there does not seem
5229 to be a better way to go.
5230
5231 Note that incremental archives use @command{tar} extensions and may
5232 not be readable by non-@acronym{GNU} versions of the @command{tar} program.
5233
5234 @opindex listed-incremental, using with @option{--extract}
5235 @opindex extract, using with @option{--listed-incremental}
5236 To extract from the incremental dumps, use
5237 @option{--listed-incremental} together with @option{--extract}
5238 option (@pxref{extracting files}). In this case, @command{tar} does
5239 not need to access snapshot file, since all the data necessary for
5240 extraction are stored in the archive itself. So, when extracting, you
5241 can give whatever argument to @option{--listed-incremental}, the usual
5242 practice is to use @option{--listed-incremental=/dev/null}.
5243 Alternatively, you can use @option{--incremental}, which needs no
5244 arguments. In general, @option{--incremental} (@option{-G}) can be
5245 used as a shortcut for @option{--listed-incremental} when listing or
5246 extracting incremental backups (for more information, regarding this
5247 option, @pxref{incremental-op}).
5248
5249 When extracting from the incremental backup @GNUTAR{} attempts to
5250 restore the exact state the file system had when the archive was
5251 created. In particular, it will @emph{delete} those files in the file
5252 system that did not exist in their directories when the archive was
5253 created. If you have created several levels of incremental files,
5254 then in order to restore the exact contents the file system had when
5255 the last level was created, you will need to restore from all backups
5256 in turn. Continuing our example, to restore the state of @file{/usr}
5257 file system, one would do@footnote{Notice, that since both archives
5258 were created withouth @option{-P} option (@pxref{absolute}), these
5259 commands should be run from the root file system.}:
5260
5261 @smallexample
5262 $ @kbd{tar --extract \
5263 --listed-incremental=/dev/null \
5264 --file archive.1.tar}
5265 $ @kbd{tar --extract \
5266 --listed-incremental=/dev/null \
5267 --file archive.2.tar}
5268 @end smallexample
5269
5270 To list the contents of an incremental archive, use @option{--list}
5271 (@pxref{list}), as usual. To obtain more information about the
5272 archive, use @option{--listed-incremental} or @option{--incremental}
5273 combined with two @option{--verbose} options@footnote{Two
5274 @option{--verbose} options were selected to avoid breaking usual
5275 verbose listing output (@option{--list --verbose}) when using in
5276 scripts.
5277
5278 @opindex incremental, using with @option{--list}
5279 @opindex listed-incremental, using with @option{--list}
5280 @opindex list, using with @option{--incremental}
5281 @opindex list, using with @option{--listed-incremental}
5282 Versions of @GNUTAR{} up to 1.15.1 used to dump verbatim binary
5283 contents of the DUMPDIR header (with terminating nulls) when
5284 @option{--incremental} or @option{--listed-incremental} option was
5285 given, no matter what the verbosity level. This behavior, and,
5286 especially, the binary output it produced were considered incovenient
5287 and were changed in version 1.16}:
5288
5289 @smallexample
5290 @kbd{tar --list --incremental --verbose --verbose archive.tar}
5291 @end smallexample
5292
5293 This command will print, for each directory in the archive, the list
5294 of files in that directory at the time the archive was created. This
5295 information is put out in a format which is both human-readable and
5296 unambiguous for a program: each file name is printed as
5297
5298 @smallexample
5299 @var{x} @var{file}
5300 @end smallexample
5301
5302 @noindent
5303 where @var{x} is a letter describing the status of the file: @samp{Y}
5304 if the file is present in the archive, @samp{N} if the file is not
5305 included in the archive, or a @samp{D} if the file is a directory (and
5306 is included in the archive).@FIXME-xref{dumpdir format}. Each such
5307 line is terminated by a newline character. The last line is followed
5308 by an additional newline to indicate the end of the data.
5309
5310 @anchor{incremental-op}The option @option{--incremental} (@option{-G})
5311 gives the same behavior as @option{--listed-incremental} when used
5312 with @option{--list} and @option{--extract} options. When used with
5313 @option{--create} option, it creates an incremental archive without
5314 creating snapshot file. Thus, it is impossible to create several
5315 levels of incremental backups with @option{--incremental} option.
5316
5317 @node Backup Levels
5318 @section Levels of Backups
5319
5320 An archive containing all the files in the file system is called a
5321 @dfn{full backup} or @dfn{full dump}. You could insure your data by
5322 creating a full dump every day. This strategy, however, would waste a
5323 substantial amount of archive media and user time, as unchanged files
5324 are daily re-archived.
5325
5326 It is more efficient to do a full dump only occasionally. To back up
5327 files between full dumps, you can use @dfn{incremental dumps}. A @dfn{level
5328 one} dump archives all the files that have changed since the last full
5329 dump.
5330
5331 A typical dump strategy would be to perform a full dump once a week,
5332 and a level one dump once a day. This means some versions of files
5333 will in fact be archived more than once, but this dump strategy makes
5334 it possible to restore a file system to within one day of accuracy by
5335 only extracting two archives---the last weekly (full) dump and the
5336 last daily (level one) dump. The only information lost would be in
5337 files changed or created since the last daily backup. (Doing dumps
5338 more than once a day is usually not worth the trouble).
5339
5340 @GNUTAR{} comes with scripts you can use to do full
5341 and level-one (actually, even level-two and so on) dumps. Using
5342 scripts (shell programs) to perform backups and restoration is a
5343 convenient and reliable alternative to typing out file name lists
5344 and @command{tar} commands by hand.
5345
5346 Before you use these scripts, you need to edit the file
5347 @file{backup-specs}, which specifies parameters used by the backup
5348 scripts and by the restore script. This file is usually located
5349 in @file{/etc/backup} directory. @xref{Backup Parameters}, for its
5350 detailed description. Once the backup parameters are set, you can
5351 perform backups or restoration by running the appropriate script.
5352
5353 The name of the backup script is @code{backup}. The name of the
5354 restore script is @code{restore}. The following sections describe
5355 their use in detail.
5356
5357 @emph{Please Note:} The backup and restoration scripts are
5358 designed to be used together. While it is possible to restore files by
5359 hand from an archive which was created using a backup script, and to create
5360 an archive by hand which could then be extracted using the restore script,
5361 it is easier to use the scripts. @xref{Incremental Dumps}, before
5362 making such an attempt.
5363
5364 @node Backup Parameters
5365 @section Setting Parameters for Backups and Restoration
5366
5367 The file @file{backup-specs} specifies backup parameters for the
5368 backup and restoration scripts provided with @command{tar}. You must
5369 edit @file{backup-specs} to fit your system configuration and schedule
5370 before using these scripts.
5371
5372 Syntactically, @file{backup-specs} is a shell script, containing
5373 mainly variable assignments. However, any valid shell construct
5374 is allowed in this file. Particularly, you may wish to define
5375 functions within that script (e.g., see @code{RESTORE_BEGIN} below).
5376 For more information about shell script syntax, please refer to
5377 @url{http://www.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html#ta
5378 g_02, the definition of the Shell Command Language}. See also
5379 @ref{Top,,Bash Features,bashref,Bash Reference Manual}.
5380
5381 The shell variables controlling behavior of @code{backup} and
5382 @code{restore} are described in the following subsections.
5383
5384 @menu
5385 * General-Purpose Variables::
5386 * Magnetic Tape Control::
5387 * User Hooks::
5388 * backup-specs example:: An Example Text of @file{Backup-specs}
5389 @end menu
5390
5391 @node General-Purpose Variables
5392 @subsection General-Purpose Variables
5393
5394 @defvr {Backup variable} ADMINISTRATOR
5395 The user name of the backup administrator. @code{Backup} scripts
5396 sends a backup report to this address.
5397 @end defvr
5398
5399 @defvr {Backup variable} BACKUP_HOUR
5400 The hour at which the backups are done. This can be a number from 0
5401 to 23, or the time specification in form @var{hours}:@var{minutes},
5402 or the string @samp{now}.
5403
5404 This variable is used by @code{backup}. Its value may be overridden
5405 using @option{--time} option (@pxref{Scripted Backups}).
5406 @end defvr
5407
5408 @defvr {Backup variable} TAPE_FILE
5409
5410 The device @command{tar} writes the archive to. If @var{TAPE_FILE}
5411 is a remote archive (@pxref{remote-dev}), backup script will suppose
5412 that your @command{mt} is able to access remote devices. If @var{RSH}
5413 (@pxref{RSH}) is set, @option{--rsh-command} option will be added to
5414 invocations of @command{mt}.
5415 @end defvr
5416
5417 @defvr {Backup variable} BLOCKING
5418
5419 The blocking factor @command{tar} will use when writing the dump archive.
5420 @xref{Blocking Factor}.
5421 @end defvr
5422
5423 @defvr {Backup variable} BACKUP_DIRS
5424
5425 A list of file systems to be dumped (for @code{backup}), or restored
5426 (for @code{restore}). You can include any directory
5427 name in the list --- subdirectories on that file system will be
5428 included, regardless of how they may look to other networked machines.
5429 Subdirectories on other file systems will be ignored.
5430
5431 The host name specifies which host to run @command{tar} on, and should
5432 normally be the host that actually contains the file system. However,
5433 the host machine must have @GNUTAR{} installed, and
5434 must be able to access the directory containing the backup scripts and
5435 their support files using the same file name that is used on the
5436 machine where the scripts are run (ie. what @command{pwd} will print
5437 when in that directory on that machine). If the host that contains
5438 the file system does not have this capability, you can specify another
5439 host as long as it can access the file system through NFS.
5440
5441 If the list of file systems is very long you may wish to put it
5442 in a separate file. This file is usually named
5443 @file{/etc/backup/dirs}, but this name may be overridden in
5444 @file{backup-specs} using @code{DIRLIST} variable.
5445 @end defvr
5446
5447 @defvr {Backup variable} DIRLIST
5448
5449 A path to the file containing the list of the file systems to backup
5450 or restore. By default it is @file{/etc/backup/dirs}.
5451 @end defvr
5452
5453 @defvr {Backup variable} BACKUP_FILES
5454
5455 A list of individual files to be dumped (for @code{backup}), or restored
5456 (for @code{restore}). These should be accessible from the machine on
5457 which the backup script is run.
5458
5459 If the list of file systems is very long you may wish to store it
5460 in a separate file. This file is usually named
5461 @file{/etc/backup/files}, but this name may be overridden in
5462 @file{backup-specs} using @code{FILELIST} variable.
5463 @end defvr
5464
5465 @defvr {Backup variable} FILELIST
5466
5467 A path to the file containing the list of the individual files to backup
5468 or restore. By default it is @file{/etc/backup/files}.
5469 @end defvr
5470
5471 @defvr {Backup variable} MT
5472
5473 Full file name of @command{mt} binary.
5474 @end defvr
5475
5476 @defvr {Backup variable} RSH
5477 @anchor{RSH}
5478 Full file name of @command{rsh} binary or its equivalent. You may wish to
5479 set it to @code{ssh}, to improve security. In this case you will have
5480 to use public key authentication.
5481 @end defvr
5482
5483 @defvr {Backup variable} RSH_COMMAND
5484
5485 Full file name of @command{rsh} binary on remote mashines. This will
5486 be passed via @option{--rsh-command} option to the remote invocation
5487 of @GNUTAR{}.
5488 @end defvr
5489
5490 @defvr {Backup variable} VOLNO_FILE
5491
5492 Name of temporary file to hold volume numbers. This needs to be accessible
5493 by all the machines which have file systems to be dumped.
5494 @end defvr
5495
5496 @defvr {Backup variable} XLIST
5497
5498 Name of @dfn{exclude file list}. An @dfn{exclude file list} is a file
5499 located on the remote machine and containing the list of files to
5500 be excluded from the backup. Exclude file lists are searched in
5501 /etc/tar-backup directory. A common use for exclude file lists
5502 is to exclude files containing security-sensitive information
5503 (e.g., @file{/etc/shadow} from backups).
5504
5505 This variable affects only @code{backup}.
5506 @end defvr
5507
5508 @defvr {Backup variable} SLEEP_TIME
5509
5510 Time to sleep between dumps of any two successive file systems
5511
5512 This variable affects only @code{backup}.
5513 @end defvr
5514
5515 @defvr {Backup variable} DUMP_REMIND_SCRIPT
5516
5517 Script to be run when it's time to insert a new tape in for the next
5518 volume. Administrators may want to tailor this script for their site.
5519 If this variable isn't set, @GNUTAR{} will display its built-in prompt
5520 @FIXME-xref{describe it somewhere!}, and will expect confirmation from
5521 the console.
5522 @end defvr
5523
5524 @defvr {Backup variable} SLEEP_MESSAGE
5525
5526 Message to display on the terminal while waiting for dump time. Usually
5527 this will just be some literal text.
5528 @end defvr
5529
5530 @defvr {Backup variable} TAR
5531
5532 Full file name of the @GNUTAR{} executable. If this is not set, backup
5533 scripts will search @command{tar} in the current shell path.
5534 @end defvr
5535
5536 @node Magnetic Tape Control
5537 @subsection Magnetic Tape Control
5538
5539 Backup scripts access tape device using special @dfn{hook functions}.
5540 These functions take a single argument -- the name of the tape
5541 device. Their names are kept in the following variables:
5542
5543 @defvr {Backup variable} MT_BEGIN
5544 The name of @dfn{begin} function. This function is called before
5545 accessing the drive. By default it retensions the tape:
5546
5547 @smallexample
5548 MT_BEGIN=mt_begin
5549
5550 mt_begin() @{
5551 mt -f "$1" retension
5552 @}
5553 @end smallexample
5554 @end defvr
5555
5556 @defvr {Backup variable} MT_REWIND
5557 The name of @dfn{rewind} function. The default definition is as
5558 follows:
5559
5560 @smallexample
5561 MT_REWIND=mt_rewind
5562
5563 mt_rewind() @{
5564 mt -f "$1" rewind
5565 @}
5566 @end smallexample
5567
5568 @end defvr
5569
5570 @defvr {Backup variable} MT_OFFLINE
5571 The name of the function switching the tape off line. By default
5572 it is defined as follows:
5573
5574 @smallexample
5575 MT_OFFLINE=mt_offline
5576
5577 mt_offline() @{
5578 mt -f "$1" offl
5579 @}
5580 @end smallexample
5581 @end defvr
5582
5583 @defvr {Backup variable} MT_STATUS
5584 The name of the function used to obtain the status of the archive device,
5585 including error count. Default definition:
5586
5587 @smallexample
5588 MT_STATUS=mt_status
5589
5590 mt_status() @{
5591 mt -f "$1" status
5592 @}
5593 @end smallexample
5594 @end defvr
5595
5596 @node User Hooks
5597 @subsection User Hooks
5598
5599 @dfn{User hooks} are shell functions executed before and after
5600 each @command{tar} invocation. Thus, there are @dfn{backup
5601 hooks}, which are executed before and after dumping each file
5602 system, and @dfn{restore hooks}, executed before and
5603 after restoring a file system. Each user hook is a shell function
5604 taking four arguments:
5605
5606 @deffn {User Hook Function} hook @var{level} @var{host} @var{fs} @var{fsname}
5607 Its arguments are:
5608
5609 @table @var
5610 @item level
5611 Current backup or restore level.
5612
5613 @item host
5614 Name or IP address of the host machine being dumped or restored.
5615
5616 @item fs
5617 Full path name to the file system being dumped or restored.
5618
5619 @item fsname
5620 File system name with directory separators replaced with colons. This
5621 is useful, e.g., for creating unique files.
5622 @end table
5623 @end deffn
5624
5625 Following variables keep the names of user hook functions
5626
5627 @defvr {Backup variable} DUMP_BEGIN
5628 Dump begin function. It is executed before dumping the file system.
5629 @end defvr
5630
5631 @defvr {Backup variable} DUMP_END
5632 Executed after dumping the file system.
5633 @end defvr
5634
5635 @defvr {Backup variable} RESTORE_BEGIN
5636 Executed before restoring the file system.
5637 @end defvr
5638
5639 @defvr {Backup variable} RESTORE_END
5640 Executed after restoring the file system.
5641 @end defvr
5642
5643 @node backup-specs example
5644 @subsection An Example Text of @file{Backup-specs}
5645
5646 The following is an example of @file{backup-specs}:
5647
5648 @smallexample
5649 # site-specific parameters for file system backup.
5650
5651 ADMINISTRATOR=friedman
5652 BACKUP_HOUR=1
5653 TAPE_FILE=/dev/nrsmt0
5654
5655 # Use @code{ssh} instead of the less secure @code{rsh}
5656 RSH=/usr/bin/ssh
5657 RSH_COMMAND=/usr/bin/ssh
5658
5659 # Override MT_STATUS function:
5660 my_status() @{
5661 mts -t $TAPE_FILE
5662 @}
5663 MT_STATUS=my_status
5664
5665 # Disable MT_OFFLINE function
5666 MT_OFFLINE=:
5667
5668 BLOCKING=124
5669 BACKUP_DIRS="
5670 albert:/fs/fsf
5671 apple-gunkies:/gd
5672 albert:/fs/gd2
5673 albert:/fs/gp
5674 geech:/usr/jla
5675 churchy:/usr/roland
5676 albert:/
5677 albert:/usr
5678 apple-gunkies:/
5679 apple-gunkies:/usr
5680 gnu:/hack
5681 gnu:/u
5682 apple-gunkies:/com/mailer/gnu
5683 apple-gunkies:/com/archive/gnu"
5684
5685 BACKUP_FILES="/com/mailer/aliases /com/mailer/league*[a-z]"
5686
5687 @end smallexample
5688
5689 @node Scripted Backups
5690 @section Using the Backup Scripts
5691
5692 The syntax for running a backup script is:
5693
5694 @smallexample
5695 backup --level=@var{level} --time=@var{time}
5696 @end smallexample
5697
5698 The @option{level} option requests the dump level. Thus, to produce
5699 a full dump, specify @code{--level=0} (this is the default, so
5700 @option{--level} may be omitted if its value is @code{0}).
5701 @footnote{For backward compatibility, the @code{backup} will also
5702 try to deduce the requested dump level from the name of the
5703 script itself. If the name consists of a string @samp{level-}
5704 followed by a single decimal digit, that digit is taken as
5705 the dump level number. Thus, you may create a link from @code{backup}
5706 to @code{level-1} and then run @code{level-1} whenever you need to
5707 create a level one dump.}
5708
5709 The @option{--time} option determines when should the backup be
5710 run. @var{Time} may take three forms:
5711
5712 @table @asis
5713 @item @var{hh}:@var{mm}
5714
5715 The dump must be run at @var{hh} hours @var{mm} minutes.
5716
5717 @item @var{hh}
5718
5719 The dump must be run at @var{hh} hours
5720
5721 @item now
5722
5723 The dump must be run immediately.
5724 @end table
5725
5726 You should start a script with a tape or disk mounted. Once you
5727 start a script, it prompts you for new tapes or disks as it
5728 needs them. Media volumes don't have to correspond to archive
5729 files --- a multi-volume archive can be started in the middle of a
5730 tape that already contains the end of another multi-volume archive.
5731 The @code{restore} script prompts for media by its archive volume,
5732 so to avoid an error message you should keep track of which tape
5733 (or disk) contains which volume of the archive (@pxref{Scripted
5734 Restoration}).
5735
5736 The backup scripts write two files on the file system. The first is a
5737 record file in @file{/etc/tar-backup/}, which is used by the scripts
5738 to store and retrieve information about which files were dumped. This
5739 file is not meant to be read by humans, and should not be deleted by
5740 them. @xref{Snapshot Files}, for a more detailed explanation of this
5741 file.
5742
5743 The second file is a log file containing the names of the file systems
5744 and files dumped, what time the backup was made, and any error
5745 messages that were generated, as well as how much space was left in
5746 the media volume after the last volume of the archive was written.
5747 You should check this log file after every backup. The file name is
5748 @file{log-@var{mm-dd-yyyy}-level-@var{n}}, where @var{mm-dd-yyyy}
5749 represents current date, and @var{n} represents current dump level number.
5750
5751 The script also prints the name of each system being dumped to the
5752 standard output.
5753
5754 Following is the full list of options accepted by @code{backup}
5755 script:
5756
5757 @table @option
5758 @item -l @var{level}
5759 @itemx --level=@var{level}
5760 Do backup level @var{level} (default 0).
5761
5762 @item -f
5763 @itemx --force
5764 Force backup even if today's log file already exists.
5765
5766 @item -v[@var{level}]
5767 @itemx --verbose[=@var{level}]
5768 Set verbosity level. The higher the level is, the more debugging
5769 information will be output during execution. Devault @var{level}
5770 is 100, which means the highest debugging level.
5771
5772 @item -t @var{start-time}
5773 @itemx --time=@var{start-time}
5774 Wait till @var{time}, then do backup.
5775
5776 @item -h
5777 @itemx --help
5778 Display short help message and exit.
5779
5780 @item -V
5781 @itemx --version
5782 Display information about the program's name, version, origin and legal
5783 status, all on standard output, and then exit successfully.
5784 @end table
5785
5786
5787 @node Scripted Restoration
5788 @section Using the Restore Script
5789
5790 To restore files that were archived using a scripted backup, use the
5791 @code{restore} script. Its usage is quite straightforward. In the
5792 simplest form, invoke @code{restore --all}, it will
5793 then restore all the file systems and files specified in
5794 @file{backup-specs} (@pxref{General-Purpose Variables,BACKUP_DIRS}).
5795
5796 You may select the file systems (and/or files) to restore by
5797 giving @code{restore} list of @dfn{patterns} in its command
5798 line. For example, running
5799
5800 @smallexample
5801 restore 'albert:*'
5802 @end smallexample
5803
5804 @noindent
5805 will restore all file systems on the machine @samp{albert}. A more
5806 complicated example:
5807
5808 @smallexample
5809 restore 'albert:*' '*:/var'
5810 @end smallexample
5811
5812 @noindent
5813 This command will restore all file systems on the machine @samp{albert}
5814 as well as @file{/var} file system on all machines.
5815
5816 By default @code{restore} will start restoring files from the lowest
5817 available dump level (usually zero) and will continue through
5818 all available dump levels. There may be situations where such a
5819 thorough restore is not necessary. For example, you may wish to
5820 restore only files from the recent level one backup. To do so,
5821 use @option{--level} option, as shown in the example below:
5822
5823 @smallexample
5824 restore --level=1
5825 @end smallexample
5826
5827 The full list of options accepted by @code{restore} follows:
5828
5829 @table @option
5830 @item -a
5831 @itemx --all
5832 Restore all file systems and files specified in @file{backup-specs}
5833
5834 @item -l @var{level}
5835 @itemx --level=@var{level}
5836 Start restoring from the given backup level, instead of the default 0.
5837
5838 @item -v[@var{level}]
5839 @itemx --verbose[=@var{level}]
5840 Set verbosity level. The higher the level is, the more debugging
5841 information will be output during execution. Devault @var{level}
5842 is 100, which means the highest debugging level.
5843
5844 @item -h
5845 @itemx --help
5846 Display short help message and exit.
5847
5848 @item -V
5849 @itemx --version
5850 Display information about the program's name, version, origin and legal
5851 status, all on standard output, and then exit successfully.
5852 @end table
5853
5854 You should start the restore script with the media containing the
5855 first volume of the archive mounted. The script will prompt for other
5856 volumes as they are needed. If the archive is on tape, you don't need
5857 to rewind the tape to to its beginning---if the tape head is
5858 positioned past the beginning of the archive, the script will rewind
5859 the tape as needed. @FIXME-xref{Media, for a discussion of tape
5860 positioning.}
5861
5862 @quotation
5863 @strong{Warning:} The script will delete files from the active file
5864 system if they were not in the file system when the archive was made.
5865 @end quotation
5866
5867 @xref{Incremental Dumps}, for an explanation of how the script makes
5868 that determination.
5869
5870 @node Choosing
5871 @chapter Choosing Files and Names for @command{tar}
5872 @UNREVISED
5873
5874 Certain options to @command{tar} enable you to specify a name for your
5875 archive. Other options let you decide which files to include or exclude
5876 from the archive, based on when or whether files were modified, whether
5877 the file names do or don't match specified patterns, or whether files
5878 are in specified directories.
5879
5880 This chapter discusses these options in detail.
5881
5882 @menu
5883 * file:: Choosing the Archive's Name
5884 * Selecting Archive Members::
5885 * files:: Reading Names from a File
5886 * exclude:: Excluding Some Files
5887 * wildcards:: Wildcards Patterns and Matching
5888 * quoting styles:: Ways of Quoting Special Characters in Names
5889 * transform:: Modifying File and Member Names
5890 * after:: Operating Only on New Files
5891 * recurse:: Descending into Directories
5892 * one:: Crossing File System Boundaries
5893 @end menu
5894
5895 @node file
5896 @section Choosing and Naming Archive Files
5897 @UNREVISED
5898
5899 @cindex Naming an archive
5900 @cindex Archive Name
5901 @cindex Choosing an archive file
5902 @cindex Where is the archive?
5903 By default, @command{tar} uses an archive file name that was compiled when
5904 it was built on the system; usually this name refers to some physical
5905 tape drive on the machine. However, the person who installed @command{tar}
5906 on the system may not have set the default to a meaningful value as far as
5907 most users are concerned. As a result, you will usually want to tell
5908 @command{tar} where to find (or create) the archive. The
5909 @option{--file=@var{archive-name}} (@option{-f @var{archive-name}})
5910 option allows you to either specify or name a file to use as the archive
5911 instead of the default archive file location.
5912
5913 @table @option
5914 @opindex file, short description
5915 @item --file=@var{archive-name}
5916 @itemx -f @var{archive-name}
5917 Name the archive to create or operate on. Use in conjunction with
5918 any operation.
5919 @end table
5920
5921 For example, in this @command{tar} command,
5922
5923 @smallexample
5924 $ @kbd{tar -cvf collection.tar blues folk jazz}
5925 @end smallexample
5926
5927 @noindent
5928 @file{collection.tar} is the name of the archive. It must directly
5929 follow the @option{-f} option, since whatever directly follows @option{-f}
5930 @emph{will} end up naming the archive. If you neglect to specify an
5931 archive name, you may end up overwriting a file in the working directory
5932 with the archive you create since @command{tar} will use this file's name
5933 for the archive name.
5934
5935 An archive can be saved as a file in the file system, sent through a
5936 pipe or over a network, or written to an I/O device such as a tape,
5937 floppy disk, or CD write drive.
5938
5939 @cindex Writing new archives
5940 @cindex Archive creation
5941 If you do not name the archive, @command{tar} uses the value of the
5942 environment variable @env{TAPE} as the file name for the archive. If
5943 that is not available, @command{tar} uses a default, compiled-in archive
5944 name, usually that for tape unit zero (ie. @file{/dev/tu00}).
5945
5946 @cindex Standard input and output
5947 @cindex tar to standard input and output
5948 If you use @file{-} as an @var{archive-name}, @command{tar} reads the
5949 archive from standard input (when listing or extracting files), or
5950 writes it to standard output (when creating an archive). If you use
5951 @file{-} as an @var{archive-name} when modifying an archive,
5952 @command{tar} reads the original archive from its standard input and
5953 writes the entire new archive to its standard output.
5954
5955 The following example is a convenient way of copying directory
5956 hierarchy from @file{sourcedir} to @file{targetdir}.
5957
5958 @smallexample
5959 $ @kbd{(cd sourcedir; tar -cf - .) | (cd targetdir; tar -xpf -)}
5960 @end smallexample
5961
5962 The @option{-C} option allows to avoid using subshells:
5963
5964 @smallexample
5965 $ @kbd{tar -C sourcedir -cf - . | tar -C targetdir -xpf -}
5966 @end smallexample
5967
5968 In both examples above, the leftmost @command{tar} invocation archives
5969 the contents of @file{sourcedir} to the standard output, while the
5970 rightmost one reads this archive from its standard input and
5971 extracts it. The @option{-p} option tells it to restore permissions
5972 of the extracted files.
5973
5974 @cindex Remote devices
5975 @cindex tar to a remote device
5976 @anchor{remote-dev}
5977 To specify an archive file on a device attached to a remote machine,
5978 use the following:
5979
5980 @smallexample
5981 @kbd{--file=@var{hostname}:/@var{dev}/@var{file-name}}
5982 @end smallexample
5983
5984 @noindent
5985 @command{tar} will complete the remote connection, if possible, and
5986 prompt you for a username and password. If you use
5987 @option{--file=@@@var{hostname}:/@var{dev}/@var{file-name}}, @command{tar}
5988 will complete the remote connection, if possible, using your username
5989 as the username on the remote machine.
5990
5991 @cindex Local and remote archives
5992 @anchor{local and remote archives}
5993 If the archive file name includes a colon (@samp{:}), then it is assumed
5994 to be a file on another machine. If the archive file is
5995 @samp{@var{user}@@@var{host}:@var{file}}, then @var{file} is used on the
5996 host @var{host}. The remote host is accessed using the @command{rsh}
5997 program, with a username of @var{user}. If the username is omitted
5998 (along with the @samp{@@} sign), then your user name will be used.
5999 (This is the normal @command{rsh} behavior.) It is necessary for the
6000 remote machine, in addition to permitting your @command{rsh} access, to
6001 have the @file{rmt} program installed (This command is included in
6002 the @GNUTAR{} distribution and by default is installed under
6003 @file{@var{prefix}/libexec/rmt}, were @var{prefix} means your
6004 installation prefix). If you need to use a file whose name includes a
6005 colon, then the remote tape drive behavior
6006 can be inhibited by using the @option{--force-local} option.
6007
6008 When the archive is being created to @file{/dev/null}, @GNUTAR{}
6009 tries to minimize input and output operations. The Amanda backup
6010 system, when used with @GNUTAR{}, has an initial sizing pass which
6011 uses this feature.
6012
6013 @node Selecting Archive Members
6014 @section Selecting Archive Members
6015 @cindex Specifying files to act on
6016 @cindex Specifying archive members
6017
6018 @dfn{File Name arguments} specify which files in the file system
6019 @command{tar} operates on, when creating or adding to an archive, or which
6020 archive members @command{tar} operates on, when reading or deleting from
6021 an archive. @xref{Operations}.
6022
6023 To specify file names, you can include them as the last arguments on
6024 the command line, as follows:
6025 @smallexample
6026 @kbd{tar} @var{operation} [@var{option1} @var{option2} @dots{}] [@var{file name-1} @var{file name-2} @dots{}]
6027 @end smallexample
6028
6029 If a file name begins with dash (@samp{-}), precede it with
6030 @option{--add-file} option to prevent it from being treated as an
6031 option.
6032
6033 If you specify a directory name as a file name argument, all the files
6034 in that directory are operated on by @command{tar}.
6035
6036 If you do not specify files, @command{tar} behavior differs depending
6037 on the operation mode as described below:
6038
6039 When @command{tar} is invoked with @option{--create} (@option{-c}),
6040 @command{tar} will stop immediately, reporting the following:
6041
6042 @smallexample
6043 @group
6044 $ @kbd{tar cf a.tar}
6045 tar: Cowardly refusing to create an empty archive
6046 Try `tar --help' or `tar --usage' for more information.
6047 @end group
6048 @end smallexample
6049
6050 If you specify either @option{--list} (@option{-t}) or
6051 @option{--extract} (@option{--get}, @option{-x}), @command{tar}
6052 operates on all the archive members in the archive.
6053
6054 If run with @option{--diff} option, tar will compare the archive with
6055 the contents of the current working directory.
6056
6057 If you specify any other operation, @command{tar} does nothing.
6058
6059 By default, @command{tar} takes file names from the command line. However,
6060 there are other ways to specify file or member names, or to modify the
6061 manner in which @command{tar} selects the files or members upon which to
6062 operate. In general, these methods work both for specifying the names
6063 of files and archive members.
6064
6065 @node files
6066 @section Reading Names from a File
6067
6068 @cindex Reading file names from a file
6069 @cindex Lists of file names
6070 @cindex File Name arguments, alternatives
6071 Instead of giving the names of files or archive members on the command
6072 line, you can put the names into a file, and then use the
6073 @option{--files-from=@var{file-of-names}} (@option{-T
6074 @var{file-of-names}}) option to @command{tar}. Give the name of the
6075 file which contains the list of files to include as the argument to
6076 @option{--files-from}. In the list, the file names should be separated by
6077 newlines. You will frequently use this option when you have generated
6078 the list of files to archive with the @command{find} utility.
6079
6080 @table @option
6081 @opindex files-from
6082 @item --files-from=@var{file-name}
6083 @itemx -T @var{file-name}
6084 Get names to extract or create from file @var{file-name}.
6085 @end table
6086
6087 If you give a single dash as a file name for @option{--files-from}, (i.e.,
6088 you specify either @code{--files-from=-} or @code{-T -}), then the file
6089 names are read from standard input.
6090
6091 Unless you are running @command{tar} with @option{--create}, you can not use
6092 both @code{--files-from=-} and @code{--file=-} (@code{-f -}) in the same
6093 command.
6094
6095 Any number of @option{-T} options can be given in the command line.
6096
6097 The following example shows how to use @command{find} to generate a list of
6098 files smaller than 400K in length and put that list into a file
6099 called @file{small-files}. You can then use the @option{-T} option to
6100 @command{tar} to specify the files from that file, @file{small-files}, to
6101 create the archive @file{little.tgz}. (The @option{-z} option to
6102 @command{tar} compresses the archive with @command{gzip}; @pxref{gzip} for
6103 more information.)
6104
6105 @smallexample
6106 $ @kbd{find . -size -400 -print > small-files}
6107 $ @kbd{tar -c -v -z -T small-files -f little.tgz}
6108 @end smallexample
6109
6110 @noindent
6111 In the file list given by @option{-T} option, any file name beginning
6112 with @samp{-} character is considered a @command{tar} option and is
6113 processed accordingly.@footnote{Versions of @GNUTAR{} up to 1.15.1
6114 recognized only @option{-C} option in file lists, and only if the
6115 option and its argument occupied two consecutive lines.} For example,
6116 the common use of this feature is to change to another directory by
6117 specifying @option{-C} option:
6118
6119 @smallexample
6120 @group
6121 $ @kbd{cat list}
6122 -C/etc
6123 passwd
6124 hosts
6125 -C/lib
6126 libc.a
6127 $ @kbd{tar -c -f foo.tar --files-from list}
6128 @end group
6129 @end smallexample
6130
6131 @noindent
6132 In this example, @command{tar} will first switch to @file{/etc}
6133 directory and add files @file{passwd} and @file{hosts} to the
6134 archive. Then it will change to @file{/lib} directory and will archive
6135 the file @file{libc.a}. Thus, the resulting archive @file{foo.tar} will
6136 contain:
6137
6138 @smallexample
6139 @group
6140 $ @kbd{tar tf foo.tar}
6141 passwd
6142 hosts
6143 libc.a
6144 @end group
6145 @end smallexample
6146
6147 @noindent
6148 @opindex directory, using in @option{--files-from} argument
6149 Notice that the option parsing algorithm used with @option{-T} is
6150 stricter than the one used by shell. Namely, when specifying option
6151 arguments, you should observe the following rules:
6152
6153 @itemize @bullet
6154 @item
6155 When using short (single-letter) option form, its argument must
6156 immediately follow the option letter, without any intervening
6157 whitespace. For example: @code{-Cdir}.
6158
6159 @item
6160 When using long option form, the option argument must be separated
6161 from the option by a single equal sign. No whitespace is allowed on
6162 any side of the equal sign. For example: @code{--directory=dir}.
6163
6164 @item
6165 For both short and long option forms, the option argument can be given
6166 on the next line after the option name, e.g.:
6167
6168 @smallexample
6169 @group
6170 --directory
6171 dir
6172 @end group
6173 @end smallexample
6174
6175 @noindent
6176 and
6177
6178 @smallexample
6179 @group
6180 -C
6181 dir
6182 @end group
6183 @end smallexample
6184 @end itemize
6185
6186 @opindex add-file
6187 If you happen to have a file whose name starts with @samp{-},
6188 precede it with @option{--add-file} option to prevent it from
6189 being recognized as an option. For example: @code{--add-file=--my-file}.
6190
6191 @menu
6192 * nul::
6193 @end menu
6194
6195 @node nul
6196 @subsection @code{NUL} Terminated File Names
6197
6198 @cindex File names, terminated by @code{NUL}
6199 @cindex @code{NUL} terminated file names
6200 The @option{--null} option causes
6201 @option{--files-from=@var{file-of-names}} (@option{-T @var{file-of-names}})
6202 to read file names terminated by a @code{NUL} instead of a newline, so
6203 files whose names contain newlines can be archived using
6204 @option{--files-from}.
6205
6206 @table @option
6207 @opindex null
6208 @item --null
6209 Only consider @code{NUL} terminated file names, instead of files that
6210 terminate in a newline.
6211 @end table
6212
6213 The @option{--null} option is just like the one in @acronym{GNU}
6214 @command{xargs} and @command{cpio}, and is useful with the
6215 @option{-print0} predicate of @acronym{GNU} @command{find}. In
6216 @command{tar}, @option{--null} also disables special handling for
6217 file names that begin with dash.
6218
6219 This example shows how to use @command{find} to generate a list of files
6220 larger than 800K in length and put that list into a file called
6221 @file{long-files}. The @option{-print0} option to @command{find} is just
6222 like @option{-print}, except that it separates files with a @code{NUL}
6223 rather than with a newline. You can then run @command{tar} with both the
6224 @option{--null} and @option{-T} options to specify that @command{tar} get the
6225 files from that file, @file{long-files}, to create the archive
6226 @file{big.tgz}. The @option{--null} option to @command{tar} will cause
6227 @command{tar} to recognize the @code{NUL} separator between files.
6228
6229 @smallexample
6230 $ @kbd{find . -size +800 -print0 > long-files}
6231 $ @kbd{tar -c -v --null --files-from=long-files --file=big.tar}
6232 @end smallexample
6233
6234 @FIXME{say anything else here to conclude the section?}
6235
6236 @node exclude
6237 @section Excluding Some Files
6238 @UNREVISED
6239
6240 @cindex File names, excluding files by
6241 @cindex Excluding files by name and pattern
6242 @cindex Excluding files by file system
6243 To avoid operating on files whose names match a particular pattern,
6244 use the @option{--exclude} or @option{--exclude-from} options.
6245
6246 @table @option
6247 @opindex exclude
6248 @item --exclude=@var{pattern}
6249 Causes @command{tar} to ignore files that match the @var{pattern}.
6250 @end table
6251
6252 @findex exclude
6253 The @option{--exclude=@var{pattern}} option prevents any file or
6254 member whose name matches the shell wildcard (@var{pattern}) from
6255 being operated on.
6256 For example, to create an archive with all the contents of the directory
6257 @file{src} except for files whose names end in @file{.o}, use the
6258 command @samp{tar -cf src.tar --exclude='*.o' src}.
6259
6260 You may give multiple @option{--exclude} options.
6261
6262 @table @option
6263 @opindex exclude-from
6264 @item --exclude-from=@var{file}
6265 @itemx -X @var{file}
6266 Causes @command{tar} to ignore files that match the patterns listed in
6267 @var{file}.
6268 @end table
6269
6270 @findex exclude-from
6271 Use the @option{--exclude-from} option to read a
6272 list of patterns, one per line, from @var{file}; @command{tar} will
6273 ignore files matching those patterns. Thus if @command{tar} is
6274 called as @w{@samp{tar -c -X foo .}} and the file @file{foo} contains a
6275 single line @file{*.o}, no files whose names end in @file{.o} will be
6276 added to the archive.
6277
6278 @table @option
6279 @opindex exclude-caches
6280 @item --exclude-caches
6281 Causes @command{tar} to ignore directories containing a cache directory tag.
6282 @end table
6283
6284 @findex exclude-caches
6285 When creating an archive, the @option{--exclude-caches} option causes
6286 @command{tar} to exclude all directories that contain a @dfn{cache
6287 directory tag}. A cache directory tag is a short file with the
6288 well-known name @file{CACHEDIR.TAG} and having a standard header
6289 specified in @url{http://www.brynosaurus.com/cachedir/spec.html}.
6290 Various applications write cache directory tags into directories they
6291 use to hold regenerable, non-precious data, so that such data can be
6292 more easily excluded from backups.
6293
6294 @menu
6295 * problems with exclude::
6296 @end menu
6297
6298 @node problems with exclude
6299 @unnumberedsubsec Problems with Using the @code{exclude} Options
6300
6301 @opindex exclude, potential problems with
6302 Some users find @samp{exclude} options confusing. Here are some common
6303 pitfalls:
6304
6305 @itemize @bullet
6306 @item
6307 The main operating mode of @command{tar} does not act on a path name
6308 explicitly listed on the command line if one of its file name
6309 components is excluded. In the example above, if
6310 you create an archive and exclude files that end with @samp{*.o}, but
6311 explicitly name the file @samp{dir.o/foo} after all the options have been
6312 listed, @samp{dir.o/foo} will be excluded from the archive.
6313
6314 @item
6315 You can sometimes confuse the meanings of @option{--exclude} and
6316 @option{--exclude-from}. Be careful: use @option{--exclude} when files
6317 to be excluded are given as a pattern on the command line. Use
6318 @option{--exclude-from} to introduce the name of a file which contains
6319 a list of patterns, one per line; each of these patterns can exclude
6320 zero, one, or many files.
6321
6322 @item
6323 When you use @option{--exclude=@var{pattern}}, be sure to quote the
6324 @var{pattern} parameter, so @GNUTAR{} sees wildcard characters
6325 like @samp{*}. If you do not do this, the shell might expand the
6326 @samp{*} itself using files at hand, so @command{tar} might receive a
6327 list of files instead of one pattern, or none at all, making the
6328 command somewhat illegal. This might not correspond to what you want.
6329
6330 For example, write:
6331
6332 @smallexample
6333 $ @kbd{tar -c -f @var{archive.tar} --exclude '*.o' @var{directory}}
6334 @end smallexample
6335
6336 @noindent
6337 rather than:
6338
6339 @smallexample
6340 # @emph{Wrong!}
6341 $ @kbd{tar -c -f @var{archive.tar} --exclude *.o @var{directory}}
6342 @end smallexample
6343
6344 @item
6345 You must use use shell syntax, or globbing, rather than @code{regexp}
6346 syntax, when using exclude options in @command{tar}. If you try to use
6347 @code{regexp} syntax to describe files to be excluded, your command
6348 might fail.
6349
6350 @item
6351 @FIXME{The change in semantics must have occurred before 1.11,
6352 so I doubt if it is worth mentioning at all. Anyway, should at
6353 least specify in which version the semantics changed.}
6354 In earlier versions of @command{tar}, what is now the
6355 @option{--exclude-from} option was called @option{--exclude} instead.
6356 Now, @option{--exclude} applies to patterns listed on the command
6357 line and @option{--exclude-from} applies to patterns listed in a
6358 file.
6359
6360 @end itemize
6361
6362 @node wildcards
6363 @section Wildcards Patterns and Matching
6364
6365 @dfn{Globbing} is the operation by which @dfn{wildcard} characters,
6366 @samp{*} or @samp{?} for example, are replaced and expanded into all
6367 existing files matching the given pattern. @GNUTAR{} can use wildcard
6368 patterns for matching (or globbing) archive members when extracting
6369 from or listing an archive. Wildcard patterns are also used for
6370 verifying volume labels of @command{tar} archives. This section has the
6371 purpose of explaining wildcard syntax for @command{tar}.
6372
6373 @FIXME{the next few paragraphs need work.}
6374
6375 A @var{pattern} should be written according to shell syntax, using wildcard
6376 characters to effect globbing. Most characters in the pattern stand
6377 for themselves in the matched string, and case is significant: @samp{a}
6378 will match only @samp{a}, and not @samp{A}. The character @samp{?} in the
6379 pattern matches any single character in the matched string. The character
6380 @samp{*} in the pattern matches zero, one, or more single characters in
6381 the matched string. The character @samp{\} says to take the following
6382 character of the pattern @emph{literally}; it is useful when one needs to
6383 match the @samp{?}, @samp{*}, @samp{[} or @samp{\} characters, themselves.
6384
6385 The character @samp{[}, up to the matching @samp{]}, introduces a character
6386 class. A @dfn{character class} is a list of acceptable characters
6387 for the next single character of the matched string. For example,
6388 @samp{[abcde]} would match any of the first five letters of the alphabet.
6389 Note that within a character class, all of the ``special characters''
6390 listed above other than @samp{\} lose their special meaning; for example,
6391 @samp{[-\\[*?]]} would match any of the characters, @samp{-}, @samp{\},
6392 @samp{[}, @samp{*}, @samp{?}, or @samp{]}. (Due to parsing constraints,
6393 the characters @samp{-} and @samp{]} must either come @emph{first} or
6394 @emph{last} in a character class.)
6395
6396 @cindex Excluding characters from a character class
6397 @cindex Character class, excluding characters from
6398 If the first character of the class after the opening @samp{[}
6399 is @samp{!} or @samp{^}, then the meaning of the class is reversed.
6400 Rather than listing character to match, it lists those characters which
6401 are @emph{forbidden} as the next single character of the matched string.
6402
6403 Other characters of the class stand for themselves. The special
6404 construction @samp{[@var{a}-@var{e}]}, using an hyphen between two
6405 letters, is meant to represent all characters between @var{a} and
6406 @var{e}, inclusive.
6407
6408 @FIXME{need to add a sentence or so here to make this clear for those
6409 who don't have dan around.}
6410
6411 Periods (@samp{.}) or forward slashes (@samp{/}) are not considered
6412 special for wildcard matches. However, if a pattern completely matches
6413 a directory prefix of a matched string, then it matches the full matched
6414 string: thus, excluding a directory also excludes all the files beneath it.
6415
6416 @menu
6417 * controlling pattern-matching::
6418 @end menu
6419
6420 @node controlling pattern-matching
6421 @unnumberedsubsec Controlling Pattern-Matching
6422
6423 For the purposes of this section, we call @dfn{exclusion members} all
6424 member names obtained while processing @option{--exclude} and
6425 @option{--exclude-from} options, and @dfn{inclusion members} those
6426 member names that were given in the command line or read from the file
6427 specified with @option{--files-from} option.
6428
6429 These two pairs of member lists are used in the following operations:
6430 @option{--diff}, @option{--extract}, @option{--list},
6431 @option{--update}.
6432
6433 There are no inclusion members in create mode (@option{--create} and
6434 @option{--append}), since in this mode the names obtained from the
6435 command line refer to @emph{files}, not archive members.
6436
6437 By default, inclusion members are compared with archive members
6438 literally @footnote{Notice that earlier @GNUTAR{} versions used
6439 globbing for inclusion members, which contradicted to UNIX98
6440 specification and was not documented. @xref{Changes}, for more
6441 information on this and other changes} and exclusion members are
6442 treated as globbing patterns. For example:
6443
6444 @smallexample
6445 @group
6446 $ @kbd{tar tf foo.tar}
6447 a.c
6448 b.c
6449 a.txt
6450 [remarks]
6451 # @i{Member names are used verbatim:}
6452 $ @kbd{tar -xf foo.tar -v '[remarks]'}
6453 [remarks]
6454 # @i{Exclude member names are globbed:}
6455 $ @kbd{tar -xf foo.tar -v --exclude '*.c'}
6456 a.txt
6457 [remarks]
6458 @end group
6459 @end smallexample
6460
6461 This behavior can be altered by using the following options:
6462
6463 @table @option
6464 @opindex wildcards
6465 @item --wildcards
6466 Treat all member names as wildcards.
6467
6468 @opindex no-wildcards
6469 @item --no-wildcards
6470 Treat all member names as literal strings.
6471 @end table
6472
6473 Thus, to extract files whose names end in @samp{.c}, you can use:
6474
6475 @smallexample
6476 $ @kbd{tar -xf foo.tar -v --wildcards '*.c'}
6477 a.c
6478 b.c
6479 @end smallexample
6480
6481 @noindent
6482 Notice quoting of the pattern to prevent the shell from interpreting
6483 it.
6484
6485 The effect of @option{--wildcards} option is cancelled by
6486 @option{--no-wildcards}. This can be used to pass part of
6487 the command line arguments verbatim and other part as globbing
6488 patterns. For example, the following invocation:
6489
6490 @smallexample
6491 $ @kbd{tar -xf foo.tar --wildcards '*.txt' --no-wildcards '[remarks]'}
6492 @end smallexample
6493
6494 @noindent
6495 instructs @command{tar} to extract from @file{foo.tar} all files whose
6496 names end in @samp{.txt} and the file named @file{[remarks]}.
6497
6498 Normally, a pattern matches a name if an initial subsequence of the
6499 name's components matches the pattern, where @samp{*}, @samp{?}, and
6500 @samp{[...]} are the usual shell wildcards, @samp{\} escapes wildcards,
6501 and wildcards can match @samp{/}.
6502
6503 Other than optionally stripping leading @samp{/} from names
6504 (@pxref{absolute}), patterns and names are used as-is. For
6505 example, trailing @samp{/} is not trimmed from a user-specified name
6506 before deciding whether to exclude it.
6507
6508 However, this matching procedure can be altered by the options listed
6509 below. These options accumulate. For example:
6510
6511 @smallexample
6512 --ignore-case --exclude='makefile' --no-ignore-case ---exclude='readme'
6513 @end smallexample
6514
6515 ignores case when excluding @samp{makefile}, but not when excluding
6516 @samp{readme}.
6517
6518 @table @option
6519 @opindex anchored
6520 @opindex no-anchored
6521 @item --anchored
6522 @itemx --no-anchored
6523 If anchored, a pattern must match an initial subsequence
6524 of the name's components. Otherwise, the pattern can match any
6525 subsequence. Default is @option{--no-anchored} for exclusion members
6526 and @option{--anchored} inclusion members.
6527
6528 @opindex ignore-case
6529 @opindex no-ignore-case
6530 @item --ignore-case
6531 @itemx --no-ignore-case
6532 When ignoring case, upper-case patterns match lower-case names and vice versa.
6533 When not ignoring case (the default), matching is case-sensitive.
6534
6535 @opindex wildcards-match-slash
6536 @opindex no-wildcards-match-slash
6537 @item --wildcards-match-slash
6538 @itemx --no-wildcards-match-slash
6539 When wildcards match slash (the default for exclusion members), a
6540 wildcard like @samp{*} in the pattern can match a @samp{/} in the
6541 name. Otherwise, @samp{/} is matched only by @samp{/}.
6542
6543 @end table
6544
6545 The @option{--recursion} and @option{--no-recursion} options
6546 (@pxref{recurse}) also affect how member patterns are interpreted. If
6547 recursion is in effect, a pattern matches a name if it matches any of
6548 the name's parent directories.
6549
6550 The following table summarizes pattern-matching default values:
6551
6552 @multitable @columnfractions .3 .7
6553 @headitem Members @tab Default settings
6554 @item Inclusion @tab @option{--no-wildcards --anchored --no-wildcards-match-slash}
6555 @item Exclusion @tab @option{--wildcards --no-anchored --wildcards-match-slash}
6556 @end multitable
6557
6558 @node quoting styles
6559 @section Quoting Member Names
6560
6561 When displaying member names, @command{tar} takes care to avoid
6562 ambiguities caused by certain characters. This is called @dfn{name
6563 quoting}. The characters in question are:
6564
6565 @itemize @bullet
6566 @item Non-printable control characters:
6567
6568 @multitable @columnfractions 0.20 0.10 0.60
6569 @headitem Character @tab ASCII @tab Character name
6570 @item \a @tab 7 @tab Audible bell
6571 @item \b @tab 8 @tab Backspace
6572 @item \f @tab 12 @tab Form feed
6573 @item \n @tab 10 @tab New line
6574 @item \r @tab 13 @tab Carriage return
6575 @item \t @tab 9 @tab Horizontal tabulation
6576 @item \v @tab 11 @tab Vertical tabulation
6577 @end multitable
6578
6579 @item Space (ASCII 32)
6580
6581 @item Single and double quotes (@samp{'} and @samp{"})
6582
6583 @item Backslash (@samp{\})
6584 @end itemize
6585
6586 The exact way @command{tar} uses to quote these characters depends on
6587 the @dfn{quoting style}. The default quoting style, called
6588 @dfn{escape} (see below), uses backslash notation to represent control
6589 characters, space and backslash. Using this quoting style, control
6590 characters are represented as listed in column @samp{Character} in the
6591 above table, a space is printed as @samp{\ } and a backslash as @samp{\\}.
6592
6593 @GNUTAR{} offers seven distinct quoting styles, which can be selected
6594 using @option{--quoting-style} option:
6595
6596 @table @option
6597 @item --quoting-style=@var{style}
6598 @opindex quoting-style
6599
6600 Sets quoting style. Valid values for @var{style} argument are:
6601 literal, shell, shell-always, c, escape, locale, clocale.
6602 @end table
6603
6604 These styles are described in detail below. To illustrate their
6605 effect, we will use an imaginary tar archive @file{arch.tar}
6606 containing the following members:
6607
6608 @smallexample
6609 @group
6610 # 1. Contains horizontal tabulation character.
6611 a tab
6612 # 2. Contains newline character
6613 a
6614 newline
6615 # 3. Contains a space
6616 a space
6617 # 4. Contains double quotes
6618 a"double"quote
6619 # 5. Contains single quotes
6620 a'single'quote
6621 # 6. Contains a backslash character:
6622 a\backslash
6623 @end group
6624 @end smallexample
6625
6626 Here is how usual @command{ls} command would have listed them, if they
6627 had existed in the current working directory:
6628
6629 @smallexample
6630 @group
6631 $ @kbd{ls}
6632 a\ttab
6633 a\nnewline
6634 a\ space
6635 a"double"quote
6636 a'single'quote
6637 a\\backslash
6638 @end group
6639 @end smallexample
6640
6641 Quoting styles:
6642
6643 @table @samp
6644 @item literal
6645 No quoting, display each character as is:
6646
6647 @smallexample
6648 @group
6649 $ @kbd{tar tf arch.tar --quoting-style=literal}
6650 ./
6651 ./a space
6652 ./a'single'quote
6653 ./a"double"quote
6654 ./a\backslash
6655 ./a tab
6656 ./a
6657 newline
6658 @end group
6659 @end smallexample
6660
6661 @item shell
6662 Display characters the same way Bourne shell does:
6663 control characters, except @samp{\t} and @samp{\n}, are printed using
6664 backslash escapes, @samp{\t} and @samp{\n} are printed as is, and a
6665 single quote is printed as @samp{\'}. If a name contains any quoted
6666 characters, it is enclosed in single quotes. In particular, if a name
6667 contains single quotes, it is printed as several single-quoted strings:
6668
6669 @smallexample
6670 @group
6671 $ @kbd{tar tf arch.tar --quoting-style=shell}
6672 ./
6673 './a space'
6674 './a'\''single'\''quote'
6675 './a"double"quote'
6676 './a\backslash'
6677 './a tab'
6678 './a
6679 newline'
6680 @end group
6681 @end smallexample
6682
6683 @item shell-always
6684 Same as @samp{shell}, but the names are always enclosed in single
6685 quotes:
6686
6687 @smallexample
6688 @group
6689 $ @kbd{tar tf arch.tar --quoting-style=shell-always}
6690 './'
6691 './a space'
6692 './a'\''single'\''quote'
6693 './a"double"quote'
6694 './a\backslash'
6695 './a tab'
6696 './a
6697 newline'
6698 @end group
6699 @end smallexample
6700
6701 @item c
6702 Use the notation of the C programming language. All names are
6703 enclosed in double quotes. Control characters are quoted using
6704 backslash notations, double quotes are represented as @samp{\"},
6705 backslash characters are represented as @samp{\\}. Single quotes and
6706 spaces are not quoted:
6707
6708 @smallexample
6709 @group
6710 $ @kbd{tar tf arch.tar --quoting-style=c}
6711 "./"
6712 "./a space"
6713 "./a'single'quote"
6714 "./a\"double\"quote"
6715 "./a\\backslash"
6716 "./a\ttab"
6717 "./a\nnewline"
6718 @end group
6719 @end smallexample
6720
6721 @item escape
6722 Control characters are printed using backslash notation, a space is
6723 printed as @samp{\ } and a backslash as @samp{\\}. This is the
6724 default quoting style, unless it was changed when configured the
6725 package.
6726
6727 @smallexample
6728 @group
6729 $ @kbd{tar tf arch.tar --quoting-style=escape}
6730 ./
6731 ./a space
6732 ./a'single'quote
6733 ./a"double"quote
6734 ./a\\backslash
6735 ./a\ttab
6736 ./a\nnewline
6737 @end group
6738 @end smallexample
6739
6740 @item locale
6741 Control characters, single quote and backslash are printed using
6742 backslash notation. All names are quoted using left and right
6743 quotation marks, appropriate to the current locale. If it does not
6744 define quotation marks, use @samp{`} as left and @samp{'} as right
6745 quotation marks. Any occurrences of the right quotation mark in a
6746 name are escaped with @samp{\}, for example:
6747
6748 For example:
6749
6750 @smallexample
6751 @group
6752 $ @kbd{tar tf arch.tar --quoting-style=locale}
6753 `./'
6754 `./a space'
6755 `./a\'single\'quote'
6756 `./a"double"quote'
6757 `./a\\backslash'
6758 `./a\ttab'
6759 `./a\nnewline'
6760 @end group
6761 @end smallexample
6762
6763 @item clocale
6764 Same as @samp{locale}, but @samp{"} is used for both left and right
6765 quotation marks, if not provided by the currently selected locale:
6766
6767 @smallexample
6768 @group
6769 $ @kbd{tar tf arch.tar --quoting-style=clocale}
6770 "./"
6771 "./a space"
6772 "./a'single'quote"
6773 "./a\"double\"quote"
6774 "./a\\backslash"
6775 "./a\ttab"
6776 "./a\nnewline"
6777 @end group
6778 @end smallexample
6779 @end table
6780
6781 You can specify which characters should be quoted in addition to those
6782 implied by the current quoting style:
6783
6784 @table @option
6785 @item --quote-chars=@var{string}
6786 Always quote characters from @var{string}, even if the selected
6787 quoting style would not quote them.
6788 @end table
6789
6790 For example, using @samp{escape} quoting (compare with the usual
6791 escape listing above):
6792
6793 @smallexample
6794 @group
6795 $ @kbd{tar tf arch.tar --quoting-style=escape --quote-chars=' "'}
6796 ./
6797 ./a\ space
6798 ./a'single'quote
6799 ./a\"double\"quote
6800 ./a\\backslash
6801 ./a\ttab
6802 ./a\nnewline
6803 @end group
6804 @end smallexample
6805
6806 To disable quoting of such additional characters, use the following
6807 option:
6808
6809 @table @option
6810 @item --no-quote-chars=@var{string}
6811 Remove characters listed in @var{string} from the list of quoted
6812 characters set by the previous @option{--quote-chars} option.
6813 @end table
6814
6815 This option is particularly useful if you have added
6816 @option{--quote-chars} to your @env{TAR_OPTIONS} (@pxref{TAR_OPTIONS})
6817 and wish to disable it for the current invocation.
6818
6819 Note, that @option{--no-quote-chars} does @emph{not} disable those
6820 characters that are quoted by default in the selected quoting style.
6821
6822 @node transform
6823 @section Modifying File and Member Names
6824
6825 @command{Tar} archives contain detailed information about files stored
6826 in them and full file names are part of that information. When
6827 storing file to an archive, its file name is recorded in the archive
6828 along with the actual file contents. When restoring from an archive,
6829 a file is created on disk with exactly the same name as that stored
6830 in the archive. In the majority of cases this is the desired behavior
6831 of a file archiver. However, there are some cases when it is not.
6832
6833 First of all, it is often unsafe to extract archive members with
6834 absolute file names or those that begin with a @file{../}. @GNUTAR{}
6835 takes special precautions when extracting such names and provides a
6836 special option for handling them, which is described in
6837 @xref{absolute}.
6838
6839 Secondly, you may wish to extract file names without some leading
6840 directory components, or with otherwise modified names. In other
6841 cases it is desirable to store files under differing names in the
6842 archive.
6843
6844 @GNUTAR{} provides two options for these needs.
6845
6846 @table @option
6847 @opindex strip-components
6848 @item --strip-components=@var{number}
6849 Strip given @var{number} of leading components from file names before
6850 extraction.
6851 @end table
6852
6853 For example, suppose you have archived whole @file{/usr} hierarchy to
6854 a tar archive named @file{usr.tar}. Among other files, this archive
6855 contains @file{usr/include/stdlib.h}, which you wish to extract to
6856 the current working directory. To do so, you type:
6857
6858 @smallexample
6859 $ @kbd{tar -xf usr.tar --strip=2 usr/include/stdlib.h}
6860 @end smallexample
6861
6862 The option @option{--strip=2} instructs @command{tar} to strip the
6863 two leading components (@file{usr/} and @file{include/}) off the file
6864 name.
6865
6866 If you add to the above invocation @option{--verbose} (@option{-v})
6867 option, you will note that the verbose listing still contains the
6868 full file name, with the two removed components still in place. This
6869 can be inconvenient, so @command{tar} provides a special option for
6870 altering this behavior:
6871
6872 @anchor{show-transformed-names}
6873 @table @option
6874 @opindex --show-transformed-names
6875 @item --show-transformed-names
6876 Display file or member names with all requested transformations
6877 applied.
6878 @end table
6879
6880 For example:
6881
6882 @smallexample
6883 @group
6884 $ @kbd{tar -xf usr.tar -v --strip=2 usr/include/stdlib.h}
6885 usr/include/stdlib.h
6886 $ @kbd{tar -xf usr.tar -v --strip=2 --show-transformed usr/include/stdlib.h}
6887 stdlib.h
6888 @end group
6889 @end smallexample
6890
6891 Notice that in both cases the file is @file{stdlib.h} extracted to the
6892 current working directory, @option{--show-transformed-names} affects
6893 only the way its name is displayed.
6894
6895 This option is especially useful for verifying whether the invocation
6896 will have the desired effect. Thus, before running
6897
6898 @smallexample
6899 $ @kbd{tar -x --strip=@var{n}}
6900 @end smallexample
6901
6902 @noindent
6903 it is often advisable to run
6904
6905 @smallexample
6906 $ @kbd{tar -t -v --show-transformed --strip=@var{n}}
6907 @end smallexample
6908
6909 @noindent
6910 to make sure the command will produce the intended results.
6911
6912 In case you need to apply more complex modifications to the file name,
6913 @GNUTAR{} provides a general-purpose transformation option:
6914
6915 @table @option
6916 @opindex --transform
6917 @item --transform=@var{expression}
6918 Modify file names using supplied @var{expression}.
6919 @end table
6920
6921 @noindent
6922 The @var{expression} is a @command{sed}-like replace expression of the
6923 form:
6924
6925 @smallexample
6926 s/@var{regexp}/@var{replace}/[@var{flags}]
6927 @end smallexample
6928
6929 @noindent
6930 where @var{regexp} is a @dfn{regular expression}, @var{replace} is a
6931 replacement for each file name part that matches @var{regexp}. Both
6932 @var{regexp} and @var{replace} are described in detail in
6933 @ref{The "s" Command, The "s" Command, The `s' Command, sed, GNU sed}.
6934
6935 The supported @var{flags} are:
6936
6937 @table @samp
6938 @item g
6939 Apply the replacement to @emph{all} matches to the @var{regexp}, not
6940 just the first.
6941
6942 @item i
6943 Use case-insensitive matching
6944
6945 @item x
6946 @var{regexp} is an @dfn{extended regular expression} (@pxref{Extended
6947 regexps, Extended regular expressions, Extended regular expressions,
6948 sed, GNU sed}.
6949 @end table
6950
6951 Any delimiter can be used in lieue of @samp{/}, the only requirement being
6952 that it be used consistently throughout the expression. For example,
6953 the following two expressions are equivalent:
6954
6955 @smallexample
6956 @group
6957 s/one/two/
6958 s,one,two,
6959 @end group
6960 @end smallexample
6961
6962 Changing of delimiter is often useful when the @var{regex} contains
6963 slashes. For example, it is more convenient to write:
6964
6965 @smallexample
6966 s,/,-,
6967 @end smallexample
6968
6969 @noindent
6970 instead of
6971
6972 @smallexample
6973 s/\//-/
6974 @end smallexample
6975
6976 Here are several examples of @option{--transform} usage:
6977
6978 @enumerate
6979 @item Extract @file{usr/} hierarchy into @file{usr/local/}:
6980
6981 @smallexample
6982 $ @kbd{tar --transform='s,usr/,usr/local/,' -x arch.tar}
6983 @end smallexample
6984
6985 @item Strip two leading directory components (equivalent to
6986 @option{--strip-components=2}):
6987
6988 @smallexample
6989 $ @kbd{tar --transform='s,/*[^/]*/[^/]*/,,' -x arch.tar}
6990 @end smallexample
6991
6992 @item Prepend @file{/prefix/} to each file name:
6993
6994 @smallexample
6995 $ @kbd{tar --transform 's,^,/prefix/,' -x arch.tar}
6996 @end smallexample
6997
6998 @item Convert each file name to lower case:
6999
7000 @smallexample
7001 $ @kbd{tar --transform 's/.*/\L&/' -x arch.tar}
7002 @end smallexample
7003
7004 @end enumerate
7005
7006 Unlike @option{--strip-components}, @option{--transform} can be used
7007 in any @GNUTAR{} operation mode. For example, the following command
7008 adds files to the archive while replacing the leading @file{usr/}
7009 component with @file{var/}:
7010
7011 @smallexample
7012 $ @kbd{tar -cf arch.tar --transform='s,^usr/,var/,' /}
7013 @end smallexample
7014
7015 To test @option{--transform} effect we suggest to use
7016 @option{--show-transformed-names}:
7017
7018 @smallexample
7019 $ @kbd{tar -cf arch.tar --transform='s,^usr/,var/,' \
7020 --verbose --show-transformed-names /}
7021 @end smallexample
7022
7023 @node after
7024 @section Operating Only on New Files
7025 @UNREVISED
7026
7027 @cindex Excluding file by age
7028 @cindex Data Modification time, excluding files by
7029 @cindex Modification time, excluding files by
7030 @cindex Age, excluding files by
7031 The @option{--after-date=@var{date}} (@option{--newer=@var{date}},
7032 @option{-N @var{date}}) option causes @command{tar} to only work on
7033 files whose data modification or status change times are newer than
7034 the @var{date} given. If @var{date} starts with @samp{/} or @samp{.},
7035 it is taken to be a file name; the data modification time of that file
7036 is used as the date. If you use this option when creating or appending
7037 to an archive, the archive will only include new files. If you use
7038 @option{--after-date} when extracting an archive, @command{tar} will
7039 only extract files newer than the @var{date} you specify.
7040
7041 If you only want @command{tar} to make the date comparison based on
7042 modification of the file's data (rather than status
7043 changes), then use the @option{--newer-mtime=@var{date}} option.
7044
7045 You may use these options with any operation. Note that these options
7046 differ from the @option{--update} (@option{-u}) operation in that they
7047 allow you to specify a particular date against which @command{tar} can
7048 compare when deciding whether or not to archive the files.
7049
7050 @table @option
7051 @opindex after-date
7052 @opindex newer
7053 @item --after-date=@var{date}
7054 @itemx --newer=@var{date}
7055 @itemx -N @var{date}
7056 Only store files newer than @var{date}.
7057
7058 Acts on files only if their data modification or status change times are
7059 later than @var{date}. Use in conjunction with any operation.
7060
7061 If @var{date} starts with @samp{/} or @samp{.}, it is taken to be a file
7062 name; the data modification time of that file is used as the date.
7063
7064 @opindex newer-mtime
7065 @item --newer-mtime=@var{date}
7066 Acts like @option{--after-date}, but only looks at data modification times.
7067 @end table
7068
7069 These options limit @command{tar} to operate only on files which have
7070 been modified after the date specified. A file's status is considered to have
7071 changed if its contents have been modified, or if its owner,
7072 permissions, and so forth, have been changed. (For more information on
7073 how to specify a date, see @ref{Date input formats}; remember that the
7074 entire date argument must be quoted if it contains any spaces.)
7075
7076 Gurus would say that @option{--after-date} tests both the data
7077 modification time (@code{mtime}, the time the contents of the file
7078 were last modified) and the status change time (@code{ctime}, the time
7079 the file's status was last changed: owner, permissions, etc.@:)
7080 fields, while @option{--newer-mtime} tests only the @code{mtime}
7081 field.
7082
7083 To be precise, @option{--after-date} checks @emph{both} @code{mtime} and
7084 @code{ctime} and processes the file if either one is more recent than
7085 @var{date}, while @option{--newer-mtime} only checks @code{mtime} and
7086 disregards @code{ctime}. Neither does it use @code{atime} (the last time the
7087 contents of the file were looked at).
7088
7089 Date specifiers can have embedded spaces. Because of this, you may need
7090 to quote date arguments to keep the shell from parsing them as separate
7091 arguments. For example, the following command will add to the archive
7092 all the files modified less than two days ago:
7093
7094 @smallexample
7095 $ @kbd{tar -cf foo.tar --newer-mtime '2 days ago'}
7096 @end smallexample
7097
7098 @quotation
7099 @strong{Please Note:} @option{--after-date} and @option{--newer-mtime}
7100 should not be used for incremental backups. @xref{Incremental Dumps},
7101 for proper way of creating incremental backups.
7102 @end quotation
7103
7104 @node recurse
7105 @section Descending into Directories
7106 @UNREVISED
7107 @cindex Avoiding recursion in directories
7108 @cindex Descending directories, avoiding
7109 @cindex Directories, avoiding recursion
7110 @cindex Recursion in directories, avoiding
7111
7112 @FIXME{arrggh! this is still somewhat confusing to me. :-< }
7113
7114 Usually, @command{tar} will recursively explore all directories (either
7115 those given on the command line or through the @option{--files-from}
7116 option) for the various files they contain. However, you may not always
7117 want @command{tar} to act this way.
7118
7119 @opindex no-recursion
7120 The @option{--no-recursion} option inhibits @command{tar}'s recursive descent
7121 into specified directories. If you specify @option{--no-recursion}, you can
7122 use the @command{find} utility for hunting through levels of directories to
7123 construct a list of file names which you could then pass to @command{tar}.
7124 @command{find} allows you to be more selective when choosing which files to
7125 archive; see @ref{files}, for more information on using @command{find} with
7126 @command{tar}, or look.
7127
7128 @table @option
7129 @item --no-recursion
7130 Prevents @command{tar} from recursively descending directories.
7131
7132 @opindex recursion
7133 @item --recursion
7134 Requires @command{tar} to recursively descend directories.
7135 This is the default.
7136 @end table
7137
7138 When you use @option{--no-recursion}, @GNUTAR{} grabs
7139 directory entries themselves, but does not descend on them
7140 recursively. Many people use @command{find} for locating files they
7141 want to back up, and since @command{tar} @emph{usually} recursively
7142 descends on directories, they have to use the @samp{@w{-not -type d}}
7143 test in their @command{find} invocation (@pxref{Type, Type, Type test,
7144 find, Finding Files}), as they usually do not want all the files in a
7145 directory. They then use the @option{--files-from} option to archive
7146 the files located via @command{find}.
7147
7148 The problem when restoring files archived in this manner is that the
7149 directories themselves are not in the archive; so the
7150 @option{--same-permissions} (@option{--preserve-permissions},
7151 @option{-p}) option does not affect them---while users might really
7152 like it to. Specifying @option{--no-recursion} is a way to tell
7153 @command{tar} to grab only the directory entries given to it, adding
7154 no new files on its own. To summarize, if you use @command{find} to
7155 create a list of files to be stored in an archive, use it as follows:
7156
7157 @smallexample
7158 @group
7159 $ @kbd{find @var{dir} @var{tests} | \
7160 tar -cf @var{archive} -T - --no-recursion}
7161 @end group
7162 @end smallexample
7163
7164 The @option{--no-recursion} option also applies when extracting: it
7165 causes @command{tar} to extract only the matched directory entries, not
7166 the files under those directories.
7167
7168 The @option{--no-recursion} option also affects how globbing patterns
7169 are interpreted (@pxref{controlling pattern-matching}).
7170
7171 The @option{--no-recursion} and @option{--recursion} options apply to
7172 later options and operands, and can be overridden by later occurrences
7173 of @option{--no-recursion} and @option{--recursion}. For example:
7174
7175 @smallexample
7176 $ @kbd{tar -cf jams.tar --no-recursion grape --recursion grape/concord}
7177 @end smallexample
7178
7179 @noindent
7180 creates an archive with one entry for @file{grape}, and the recursive
7181 contents of @file{grape/concord}, but no entries under @file{grape}
7182 other than @file{grape/concord}.
7183
7184 @node one
7185 @section Crossing File System Boundaries
7186 @cindex File system boundaries, not crossing
7187 @UNREVISED
7188
7189 @command{tar} will normally automatically cross file system boundaries in
7190 order to archive files which are part of a directory tree. You can
7191 change this behavior by running @command{tar} and specifying
7192 @option{--one-file-system}. This option only affects files that are
7193 archived because they are in a directory that is being archived;
7194 @command{tar} will still archive files explicitly named on the command line
7195 or through @option{--files-from}, regardless of where they reside.
7196
7197 @table @option
7198 @opindex one-file-system
7199 @item --one-file-system
7200 Prevents @command{tar} from crossing file system boundaries when
7201 archiving. Use in conjunction with any write operation.
7202 @end table
7203
7204 The @option{--one-file-system} option causes @command{tar} to modify its
7205 normal behavior in archiving the contents of directories. If a file in
7206 a directory is not on the same file system as the directory itself, then
7207 @command{tar} will not archive that file. If the file is a directory
7208 itself, @command{tar} will not archive anything beneath it; in other words,
7209 @command{tar} will not cross mount points.
7210
7211 This option is useful for making full or incremental archival backups of
7212 a file system. If this option is used in conjunction with
7213 @option{--verbose} (@option{-v}), files that are excluded are
7214 mentioned by name on the standard error.
7215
7216 @menu
7217 * directory:: Changing Directory
7218 * absolute:: Absolute File Names
7219 @end menu
7220
7221 @node directory
7222 @subsection Changing the Working Directory
7223 @UNREVISED
7224
7225 @FIXME{need to read over this node now for continuity; i've switched
7226 things around some.}
7227
7228 @cindex Changing directory mid-stream
7229 @cindex Directory, changing mid-stream
7230 @cindex Working directory, specifying
7231 To change the working directory in the middle of a list of file names,
7232 either on the command line or in a file specified using
7233 @option{--files-from} (@option{-T}), use @option{--directory} (@option{-C}).
7234 This will change the working directory to the specified directory
7235 after that point in the list.
7236
7237 @table @option
7238 @opindex directory
7239 @item --directory=@var{directory}
7240 @itemx -C @var{directory}
7241 Changes the working directory in the middle of a command line.
7242 @end table
7243
7244 For example,
7245
7246 @smallexample
7247 $ @kbd{tar -c -f jams.tar grape prune -C food cherry}
7248 @end smallexample
7249
7250 @noindent
7251 will place the files @file{grape} and @file{prune} from the current
7252 directory into the archive @file{jams.tar}, followed by the file
7253 @file{cherry} from the directory @file{food}. This option is especially
7254 useful when you have several widely separated files that you want to
7255 store in the same archive.
7256
7257 Note that the file @file{cherry} is recorded in the archive under the
7258 precise name @file{cherry}, @emph{not} @file{food/cherry}. Thus, the
7259 archive will contain three files that all appear to have come from the
7260 same directory; if the archive is extracted with plain @samp{tar
7261 --extract}, all three files will be written in the current directory.
7262
7263 Contrast this with the command,
7264
7265 @smallexample
7266 $ @kbd{tar -c -f jams.tar grape prune -C food red/cherry}
7267 @end smallexample
7268
7269 @noindent
7270 which records the third file in the archive under the name
7271 @file{red/cherry} so that, if the archive is extracted using
7272 @samp{tar --extract}, the third file will be written in a subdirectory
7273 named @file{orange-colored}.
7274
7275 You can use the @option{--directory} option to make the archive
7276 independent of the original name of the directory holding the files.
7277 The following command places the files @file{/etc/passwd},
7278 @file{/etc/hosts}, and @file{/lib/libc.a} into the archive
7279 @file{foo.tar}:
7280
7281 @smallexample
7282 $ @kbd{tar -c -f foo.tar -C /etc passwd hosts -C /lib libc.a}
7283 @end smallexample
7284
7285 @noindent
7286 However, the names of the archive members will be exactly what they were
7287 on the command line: @file{passwd}, @file{hosts}, and @file{libc.a}.
7288 They will not appear to be related by file name to the original
7289 directories where those files were located.
7290
7291 Note that @option{--directory} options are interpreted consecutively. If
7292 @option{--directory} specifies a relative file name, it is interpreted
7293 relative to the then current directory, which might not be the same as
7294 the original current working directory of @command{tar}, due to a previous
7295 @option{--directory} option.
7296
7297 When using @option{--files-from} (@pxref{files}), you can put various
7298 @command{tar} options (including @option{-C}) in the file list. Notice,
7299 however, that in this case the option and its argument may not be
7300 separated by whitespace. If you use short option, its argument must
7301 either follow the option letter immediately, without any intervening
7302 whitespace, or occupy the next line. Otherwise, if you use long
7303 option, separate its argument by an equal sign.
7304
7305 For instance, the file list for the above example will be:
7306
7307 @smallexample
7308 @group
7309 -C
7310 /etc
7311 passwd
7312 hosts
7313 -C
7314 /lib
7315 libc.a
7316 @end group
7317 @end smallexample
7318
7319 @noindent
7320 To use it, you would invoke @command{tar} as follows:
7321
7322 @smallexample
7323 $ @kbd{tar -c -f foo.tar --files-from list}
7324 @end smallexample
7325
7326 Notice also that you can only use the short option variant in the file
7327 list, i.e., always use @option{-C}, not @option{--directory}.
7328
7329 The interpretation of @option{--directory} is disabled by
7330 @option{--null} option.
7331
7332 @node absolute
7333 @subsection Absolute File Names
7334 @UNREVISED
7335
7336 @table @option
7337 @opindex absolute-names
7338 @item --absolute-names
7339 @itemx -P
7340 Do not strip leading slashes from file names, and permit file names
7341 containing a @file{..} file name component.
7342 @end table
7343
7344 By default, @GNUTAR{} drops a leading @samp{/} on
7345 input or output, and complains about file names containing a @file{..}
7346 component. This option turns off this behavior.
7347
7348 When @command{tar} extracts archive members from an archive, it strips any
7349 leading slashes (@samp{/}) from the member name. This causes absolute
7350 member names in the archive to be treated as relative file names. This
7351 allows you to have such members extracted wherever you want, instead of
7352 being restricted to extracting the member in the exact directory named
7353 in the archive. For example, if the archive member has the name
7354 @file{/etc/passwd}, @command{tar} will extract it as if the name were
7355 really @file{etc/passwd}.
7356
7357 File names containing @file{..} can cause problems when extracting, so
7358 @command{tar} normally warns you about such files when creating an
7359 archive, and rejects attempts to extracts such files.
7360
7361 Other @command{tar} programs do not do this. As a result, if you
7362 create an archive whose member names start with a slash, they will be
7363 difficult for other people with a non-@GNUTAR{}
7364 program to use. Therefore, @GNUTAR{} also strips
7365 leading slashes from member names when putting members into the
7366 archive. For example, if you ask @command{tar} to add the file
7367 @file{/bin/ls} to an archive, it will do so, but the member name will
7368 be @file{bin/ls}.@footnote{A side effect of this is that when
7369 @option{--create} is used with @option{--verbose} the resulting output
7370 is not, generally speaking, the same as the one you'd get running
7371 @kbd{tar --list} command. This may be important if you use some
7372 scripts for comparing both outputs. @xref{listing member and file names},
7373 for the information on how to handle this case.}
7374
7375 If you use the @option{--absolute-names} (@option{-P}) option,
7376 @command{tar} will do none of these transformations.
7377
7378 To archive or extract files relative to the root directory, specify
7379 the @option{--absolute-names} (@option{-P}) option.
7380
7381 Normally, @command{tar} acts on files relative to the working
7382 directory---ignoring superior directory names when archiving, and
7383 ignoring leading slashes when extracting.
7384
7385 When you specify @option{--absolute-names} (@option{-P}),
7386 @command{tar} stores file names including all superior directory
7387 names, and preserves leading slashes. If you only invoked
7388 @command{tar} from the root directory you would never need the
7389 @option{--absolute-names} option, but using this option
7390 may be more convenient than switching to root.
7391
7392 @FIXME{Should be an example in the tutorial/wizardry section using this
7393 to transfer files between systems.}
7394
7395 @FIXME{Is write access an issue?}
7396
7397 @table @option
7398 @item --absolute-names
7399 Preserves full file names (including superior directory names) when
7400 archiving files. Preserves leading slash when extracting files.
7401
7402 @end table
7403
7404 @FIXME{this is still horrible; need to talk with dan on monday.}
7405
7406 @command{tar} prints out a message about removing the @samp{/} from
7407 file names. This message appears once per @GNUTAR{}
7408 invocation. It represents something which ought to be told; ignoring
7409 what it means can cause very serious surprises, later.
7410
7411 Some people, nevertheless, do not want to see this message. Wanting to
7412 play really dangerously, one may of course redirect @command{tar} standard
7413 error to the sink. For example, under @command{sh}:
7414
7415 @smallexample
7416 $ @kbd{tar -c -f archive.tar /home 2> /dev/null}
7417 @end smallexample
7418
7419 @noindent
7420 Another solution, both nicer and simpler, would be to change to
7421 the @file{/} directory first, and then avoid absolute notation.
7422 For example:
7423
7424 @smallexample
7425 $ @kbd{(cd / && tar -c -f archive.tar home)}
7426 # @i{or}:
7427 $ @kbd{tar -c -f archive.tar -C / home}
7428 @end smallexample
7429
7430 @include getdate.texi
7431
7432 @node Formats
7433 @chapter Controlling the Archive Format
7434
7435 @cindex Tar archive formats
7436 Due to historical reasons, there are several formats of tar archives.
7437 All of them are based on the same principles, but have some subtle
7438 differences that often make them incompatible with each other.
7439
7440 GNU tar is able to create and handle archives in a variety of formats.
7441 The most frequently used formats are (in alphabetical order):
7442
7443 @table @asis
7444 @item gnu
7445 Format used by @GNUTAR{} versions up to 1.13.25. This format derived
7446 from an early @acronym{POSIX} standard, adding some improvements such as
7447 sparse file handling and incremental archives. Unfortunately these
7448 features were implemented in a way incompatible with other archive
7449 formats.
7450
7451 Archives in @samp{gnu} format are able to hold pathnames of unlimited
7452 length.
7453
7454 @item oldgnu
7455 Format used by @GNUTAR{} of versions prior to 1.12.
7456
7457 @item v7
7458 Archive format, compatible with the V7 implementation of tar. This
7459 format imposes a number of limitations. The most important of them
7460 are:
7461
7462 @enumerate
7463 @item The maximum length of a file name is limited to 99 characters.
7464 @item The maximum length of a symbolic link is limited to 99 characters.
7465 @item It is impossible to store special files (block and character
7466 devices, fifos etc.)
7467 @item Maximum value of user or group ID is limited to 2097151 (7777777
7468 octal)
7469 @item V7 archives do not contain symbolic ownership information (user
7470 and group name of the file owner).
7471 @end enumerate
7472
7473 This format has traditionally been used by Automake when producing
7474 Makefiles. This practice will change in the future, in the meantime,
7475 however this means that projects containing filenames more than 99
7476 characters long will not be able to use @GNUTAR{} @value{VERSION} and
7477 Automake prior to 1.9.
7478
7479 @item ustar
7480 Archive format defined by @acronym{POSIX.1-1988} specification. It stores
7481 symbolic ownership information. It is also able to store
7482 special files. However, it imposes several restrictions as well:
7483
7484 @enumerate
7485 @item The maximum length of a file name is limited to 256 characters,
7486 provided that the filename can be split at directory separator in
7487 two parts, first of them being at most 155 bytes long. So, in most
7488 cases the maximum file name length will be shorter than 256
7489 characters.
7490 @item The maximum length of a symbolic link name is limited to
7491 100 characters.
7492 @item Maximum size of a file the archive is able to accomodate
7493 is 8GB
7494 @item Maximum value of UID/GID is 2097151.
7495 @item Maximum number of bits in device major and minor numbers is 21.
7496 @end enumerate
7497
7498 @item star
7499 Format used by J@"org Schilling @command{star}
7500 implementation. @GNUTAR{} is able to read @samp{star} archives but
7501 currently does not produce them.
7502
7503 @item posix
7504 Archive format defined by @acronym{POSIX.1-2001} specification. This is the
7505 most flexible and feature-rich format. It does not impose any
7506 restrictions on file sizes or filename lengths. This format is quite
7507 recent, so not all tar implementations are able to handle it properly.
7508 However, this format is designed in such a way that any tar
7509 implementation able to read @samp{ustar} archives will be able to read
7510 most @samp{posix} archives as well, with the only exception that any
7511 additional information (such as long file names etc.) will in such
7512 case be extracted as plain text files along with the files it refers to.
7513
7514 This archive format will be the default format for future versions
7515 of @GNUTAR{}.
7516
7517 @end table
7518
7519 The following table summarizes the limitations of each of these
7520 formats:
7521
7522 @multitable @columnfractions .10 .20 .20 .20 .20
7523 @headitem Format @tab UID @tab File Size @tab Path Name @tab Devn
7524 @item gnu @tab 1.8e19 @tab Unlimited @tab Unlimited @tab 63
7525 @item oldgnu @tab 1.8e19 @tab Unlimited @tab Unlimited @tab 63
7526 @item v7 @tab 2097151 @tab 8GB @tab 99 @tab n/a
7527 @item ustar @tab 2097151 @tab 8GB @tab 256 @tab 21
7528 @item posix @tab Unlimited @tab Unlimited @tab Unlimited @tab Unlimited
7529 @end multitable
7530
7531 The default format for @GNUTAR{} is defined at compilation
7532 time. You may check it by running @command{tar --help}, and examining
7533 the last lines of its output. Usually, @GNUTAR{} is configured
7534 to create archives in @samp{gnu} format, however, future version will
7535 switch to @samp{posix}.
7536
7537 @menu
7538 * Portability:: Making @command{tar} Archives More Portable
7539 * Compression:: Using Less Space through Compression
7540 * Attributes:: Handling File Attributes
7541 * Standard:: The Standard Format
7542 * Extensions:: @acronym{GNU} Extensions to the Archive Format
7543 * cpio:: Comparison of @command{tar} and @command{cpio}
7544 @end menu
7545
7546 @node Portability
7547 @section Making @command{tar} Archives More Portable
7548
7549 Creating a @command{tar} archive on a particular system that is meant to be
7550 useful later on many other machines and with other versions of @command{tar}
7551 is more challenging than you might think. @command{tar} archive formats
7552 have been evolving since the first versions of Unix. Many such formats
7553 are around, and are not always compatible with each other. This section
7554 discusses a few problems, and gives some advice about making @command{tar}
7555 archives more portable.
7556
7557 One golden rule is simplicity. For example, limit your @command{tar}
7558 archives to contain only regular files and directories, avoiding
7559 other kind of special files. Do not attempt to save sparse files or
7560 contiguous files as such. Let's discuss a few more problems, in turn.
7561
7562 @FIXME{Discuss GNU extensions (incremental backups, multi-volume
7563 archives and archive labels) in GNU and PAX formats.}
7564
7565 @menu
7566 * Portable Names:: Portable Names
7567 * dereference:: Symbolic Links
7568 * old:: Old V7 Archives
7569 * ustar:: Ustar Archives
7570 * gnu:: GNU and old GNU format archives.
7571 * posix:: @acronym{POSIX} archives
7572 * Checksumming:: Checksumming Problems
7573 * Large or Negative Values:: Large files, negative time stamps, etc.
7574 @end menu
7575
7576 @node Portable Names
7577 @subsection Portable Names
7578
7579 Use portable file and member names. A name is portable if it contains
7580 only ASCII letters and digits, @samp{/}, @samp{.}, @samp{_}, and
7581 @samp{-}; it cannot be empty, start with @samp{-} or @samp{//}, or
7582 contain @samp{/-}. Avoid deep directory nesting. For portability to
7583 old Unix hosts, limit your file name components to 14 characters or
7584 less.
7585
7586 If you intend to have your @command{tar} archives to be read under
7587 MSDOS, you should not rely on case distinction for file names, and you
7588 might use the @acronym{GNU} @command{doschk} program for helping you
7589 further diagnosing illegal MSDOS names, which are even more limited
7590 than System V's.
7591
7592 @node dereference
7593 @subsection Symbolic Links
7594 @cindex File names, using symbolic links
7595 @cindex Symbolic link as file name
7596
7597 @opindex dereference
7598 Normally, when @command{tar} archives a symbolic link, it writes a
7599 block to the archive naming the target of the link. In that way, the
7600 @command{tar} archive is a faithful record of the file system contents.
7601 @option{--dereference} (@option{-h}) is used with @option{--create} (@option{-c}), and causes
7602 @command{tar} to archive the files symbolic links point to, instead of
7603 the links themselves. When this option is used, when @command{tar}
7604 encounters a symbolic link, it will archive the linked-to file,
7605 instead of simply recording the presence of a symbolic link.
7606
7607 The name under which the file is stored in the file system is not
7608 recorded in the archive. To record both the symbolic link name and
7609 the file name in the system, archive the file under both names. If
7610 all links were recorded automatically by @command{tar}, an extracted file
7611 might be linked to a file name that no longer exists in the file
7612 system.
7613
7614 If a linked-to file is encountered again by @command{tar} while creating
7615 the same archive, an entire second copy of it will be stored. (This
7616 @emph{might} be considered a bug.)
7617
7618 So, for portable archives, do not archive symbolic links as such,
7619 and use @option{--dereference} (@option{-h}): many systems do not support
7620 symbolic links, and moreover, your distribution might be unusable if
7621 it contains unresolved symbolic links.
7622
7623 @node old
7624 @subsection Old V7 Archives
7625 @cindex Format, old style
7626 @cindex Old style format
7627 @cindex Old style archives
7628 @cindex v7 archive format
7629
7630 Certain old versions of @command{tar} cannot handle additional
7631 information recorded by newer @command{tar} programs. To create an
7632 archive in V7 format (not ANSI), which can be read by these old
7633 versions, specify the @option{--format=v7} option in
7634 conjunction with the @option{--create} (@option{-c}) (@command{tar} also
7635 accepts @option{--portability} or @samp{op-old-archive} for this
7636 option). When you specify it,
7637 @command{tar} leaves out information about directories, pipes, fifos,
7638 contiguous files, and device files, and specifies file ownership by
7639 group and user IDs instead of group and user names.
7640
7641 When updating an archive, do not use @option{--format=v7}
7642 unless the archive was created using this option.
7643
7644 In most cases, a @emph{new} format archive can be read by an @emph{old}
7645 @command{tar} program without serious trouble, so this option should
7646 seldom be needed. On the other hand, most modern @command{tar}s are
7647 able to read old format archives, so it might be safer for you to
7648 always use @option{--format=v7} for your distributions.
7649
7650 @node ustar
7651 @subsection Ustar Archive Format
7652
7653 @cindex ustar archive format
7654 Archive format defined by @acronym{POSIX}.1-1988 specification is called
7655 @code{ustar}. Although it is more flexible than the V7 format, it
7656 still has many restrictions (@xref{Formats,ustar}, for the detailed
7657 description of @code{ustar} format). Along with V7 format,
7658 @code{ustar} format is a good choice for archives intended to be read
7659 with other implementations of @command{tar}.
7660
7661 To create archive in @code{ustar} format, use @option{--format=ustar}
7662 option in conjunction with the @option{--create} (@option{-c}).
7663
7664 @node gnu
7665 @subsection @acronym{GNU} and old @GNUTAR{} format
7666
7667 @cindex GNU archive format
7668 @cindex Old GNU archive format
7669 @GNUTAR{} was based on an early draft of the
7670 @acronym{POSIX} 1003.1 @code{ustar} standard. @acronym{GNU} extensions to
7671 @command{tar}, such as the support for file names longer than 100
7672 characters, use portions of the @command{tar} header record which were
7673 specified in that @acronym{POSIX} draft as unused. Subsequent changes in
7674 @acronym{POSIX} have allocated the same parts of the header record for
7675 other purposes. As a result, @GNUTAR{} format is
7676 incompatible with the current @acronym{POSIX} specification, and with
7677 @command{tar} programs that follow it.
7678
7679 In the majority of cases, @command{tar} will be configured to create
7680 this format by default. This will change in the future releases, since
7681 we plan to make @samp{posix} format the default.
7682
7683 To force creation a @GNUTAR{} archive, use option
7684 @option{--format=gnu}.
7685
7686 @node posix
7687 @subsection @GNUTAR{} and @acronym{POSIX} @command{tar}
7688
7689 @cindex POSIX archive format
7690 @cindex PAX archive format
7691 The version @value{VERSION} of @GNUTAR{} is able
7692 to read and create archives conforming to @acronym{POSIX.1-2001} standard.
7693
7694 A @acronym{POSIX} conformant archive will be created if @command{tar}
7695 was given @option{--format=posix} option.
7696
7697 @node Checksumming
7698 @subsection Checksumming Problems
7699
7700 SunOS and HP-UX @command{tar} fail to accept archives created using
7701 @GNUTAR{} and containing non-ASCII file names, that
7702 is, file names having characters with the eight bit set, because they
7703 use signed checksums, while @GNUTAR{} uses unsigned
7704 checksums while creating archives, as per @acronym{POSIX} standards. On
7705 reading, @GNUTAR{} computes both checksums and
7706 accept any. It is somewhat worrying that a lot of people may go
7707 around doing backup of their files using faulty (or at least
7708 non-standard) software, not learning about it until it's time to
7709 restore their missing files with an incompatible file extractor, or
7710 vice versa.
7711
7712 @GNUTAR{} compute checksums both ways, and accept
7713 any on read, so @acronym{GNU} tar can read Sun tapes even with their
7714 wrong checksums. @GNUTAR{} produces the standard
7715 checksum, however, raising incompatibilities with Sun. That is to
7716 say, @GNUTAR{} has not been modified to
7717 @emph{produce} incorrect archives to be read by buggy @command{tar}'s.
7718 I've been told that more recent Sun @command{tar} now read standard
7719 archives, so maybe Sun did a similar patch, after all?
7720
7721 The story seems to be that when Sun first imported @command{tar}
7722 sources on their system, they recompiled it without realizing that
7723 the checksums were computed differently, because of a change in
7724 the default signing of @code{char}'s in their compiler. So they
7725 started computing checksums wrongly. When they later realized their
7726 mistake, they merely decided to stay compatible with it, and with
7727 themselves afterwards. Presumably, but I do not really know, HP-UX
7728 has chosen that their @command{tar} archives to be compatible with Sun's.
7729 The current standards do not favor Sun @command{tar} format. In any
7730 case, it now falls on the shoulders of SunOS and HP-UX users to get
7731 a @command{tar} able to read the good archives they receive.
7732
7733 @node Large or Negative Values
7734 @subsection Large or Negative Values
7735 @cindex large values
7736 @cindex future time stamps
7737 @cindex negative time stamps
7738 @UNREVISED{}
7739
7740 The above sections suggest to use @samp{oldest possible} archive
7741 format if in doubt. However, sometimes it is not possible. If you
7742 attempt to archive a file whose metadata cannot be represented using
7743 required format, @GNUTAR{} will print error message and ignore such a
7744 file. You will than have to switch to a format that is able to
7745 handle such values. The format summary table (@pxref{Formats}) will
7746 help you to do so.
7747
7748 In particular, when trying to archive files larger than 8GB or with
7749 timestamps not in the range 1970-01-01 00:00:00 through 2242-03-16
7750 12:56:31 @sc{utc}, you will have to chose between @acronym{GNU} and
7751 @acronym{POSIX} archive formats. When considering which format to
7752 choose, bear in mind that the @acronym{GNU} format uses
7753 two's-complement base-256 notation to store values that do not fit
7754 into standard @acronym{ustar} range. Such archives can generally be
7755 read only by a @GNUTAR{} implementation. Moreover, they sometimes
7756 cannot be correctly restored on another hosts even by @GNUTAR{}. For
7757 example, using two's complement representation for negative time
7758 stamps that assumes a signed 32-bit @code{time_t} generates archives
7759 that are not portable to hosts with differing @code{time_t}
7760 representations.
7761
7762 On the other hand, @acronym{POSIX} archives, generally speaking, can
7763 be extracted by any tar implementation that understands older
7764 @acronym{ustar} format. The only exception are files larger than 8GB.
7765
7766 @FIXME{Describe how @acronym{POSIX} archives are extracted by non
7767 POSIX-aware tars.}
7768
7769 @node Compression
7770 @section Using Less Space through Compression
7771
7772 @menu
7773 * gzip:: Creating and Reading Compressed Archives
7774 * sparse:: Archiving Sparse Files
7775 @end menu
7776
7777 @node gzip
7778 @subsection Creating and Reading Compressed Archives
7779 @cindex Compressed archives
7780 @cindex Storing archives in compressed format
7781
7782 @GNUTAR{} is able to create and read compressed archives. It supports
7783 @command{gzip} and @command{bzip2} compression programs. For backward
7784 compatibilty, it also supports @command{compress} command, although
7785 we strongly recommend against using it, since there is a patent
7786 covering the algorithm it uses and you could be sued for patent
7787 infringement merely by running @command{compress}! Besides, it is less
7788 effective than @command{gzip} and @command{bzip2}.
7789
7790 Creating a compressed archive is simple: you just specify a
7791 @dfn{compression option} along with the usual archive creation
7792 commands. The compression option is @option{-z} (@option{--gzip}) to
7793 create a @command{gzip} compressed archive, @option{-j}
7794 (@option{--bzip2}) to create a @command{bzip2} compressed archive, and
7795 @option{-Z} (@option{--compress}) to use @command{compress} program.
7796 For example:
7797
7798 @smallexample
7799 $ @kbd{tar cfz archive.tar.gz .}
7800 @end smallexample
7801
7802 Reading compressed archive is even simpler: you don't need to specify
7803 any additional options as @GNUTAR{} recognizes its format
7804 automatically. Thus, the following commands will list and extract the
7805 archive created in previous example:
7806
7807 @smallexample
7808 # List the compressed archive
7809 $ @kbd{tar tf archive.tar.gz}
7810 # Extract the compressed archive
7811 $ @kbd{tar xf archive.tar.gz}
7812 @end smallexample
7813
7814 The only case when you have to specify a decompression option while
7815 reading the archive is when reading from a pipe or from a tape drive
7816 that does not support random access. However, in this case @GNUTAR{}
7817 will indicate which option you should use. For example:
7818
7819 @smallexample
7820 $ @kbd{cat archive.tar.gz | tar tf -}
7821 tar: Archive is compressed. Use -z option
7822 tar: Error is not recoverable: exiting now
7823 @end smallexample
7824
7825 If you see such diagnostics, just add the suggested option to the
7826 invocation of @GNUTAR{}:
7827
7828 @smallexample
7829 $ @kbd{cat archive.tar.gz | tar tfz -}
7830 @end smallexample
7831
7832 Notice also, that there are several restrictions on operations on
7833 compressed archives. First of all, compressed archives cannot be
7834 modified, i.e., you cannot update (@option{--update} (@option{-u})) them or delete
7835 (@option{--delete}) members from them. Likewise, you cannot append
7836 another @command{tar} archive to a compressed archive using
7837 @option{--append} (@option{-r})). Secondly, multi-volume archives cannot be
7838 compressed.
7839
7840 The following table summarizes compression options used by @GNUTAR{}.
7841
7842 @table @option
7843 @opindex gzip
7844 @opindex ungzip
7845 @item -z
7846 @itemx --gzip
7847 @itemx --ungzip
7848 Filter the archive through @command{gzip}.
7849
7850 You can use @option{--gzip} and @option{--gunzip} on physical devices
7851 (tape drives, etc.) and remote files as well as on normal files; data
7852 to or from such devices or remote files is reblocked by another copy
7853 of the @command{tar} program to enforce the specified (or default) record
7854 size. The default compression parameters are used; if you need to
7855 override them, set @env{GZIP} environment variable, e.g.:
7856
7857 @smallexample
7858 $ @kbd{GZIP=--best tar cfz archive.tar.gz subdir}
7859 @end smallexample
7860
7861 @noindent
7862 Another way would be to avoid the @option{--gzip} (@option{--gunzip}, @option{--ungzip}, @option{-z}) option and run
7863 @command{gzip} explicitly:
7864
7865 @smallexample
7866 $ @kbd{tar cf - subdir | gzip --best -c - > archive.tar.gz}
7867 @end smallexample
7868
7869 @cindex corrupted archives
7870 About corrupted compressed archives: @command{gzip}'ed files have no
7871 redundancy, for maximum compression. The adaptive nature of the
7872 compression scheme means that the compression tables are implicitly
7873 spread all over the archive. If you lose a few blocks, the dynamic
7874 construction of the compression tables becomes unsynchronized, and there
7875 is little chance that you could recover later in the archive.
7876
7877 There are pending suggestions for having a per-volume or per-file
7878 compression in @GNUTAR{}. This would allow for viewing the
7879 contents without decompression, and for resynchronizing decompression at
7880 every volume or file, in case of corrupted archives. Doing so, we might
7881 lose some compressibility. But this would have make recovering easier.
7882 So, there are pros and cons. We'll see!
7883
7884 @opindex bzip2
7885 @item -j
7886 @itemx --bzip2
7887 Filter the archive through @code{bzip2}. Otherwise like @option{--gzip}.
7888
7889 @opindex compress
7890 @opindex uncompress
7891 @item -Z
7892 @itemx --compress
7893 @itemx --uncompress
7894 Filter the archive through @command{compress}. Otherwise like @option{--gzip}.
7895
7896 The @acronym{GNU} Project recommends you not use
7897 @command{compress}, because there is a patent covering the algorithm it
7898 uses. You could be sued for patent infringement merely by running
7899 @command{compress}.
7900
7901 @opindex use-compress-program
7902 @item --use-compress-program=@var{prog}
7903 Use external compression program @var{prog}. Use this option if you
7904 have a compression program that @GNUTAR{} does not support. There
7905 are two requirements to which @var{prog} should comply:
7906
7907 First, when called without options, it should read data from standard
7908 input, compress it and output it on standard output.
7909
7910 Secondly, if called with @option{-d} argument, it should do exactly
7911 the opposite, i.e., read the compressed data from the standard input
7912 and produce uncompressed data on the standard output.
7913 @end table
7914
7915 @cindex gpg, using with tar
7916 @cindex gnupg, using with tar
7917 @cindex Using encrypted archives
7918 The @option{--use-compress-program} option, in particular, lets you
7919 implement your own filters, not necessarily dealing with
7920 compression/decomression. For example, suppose you wish to implement
7921 PGP encryption on top of compression, using @command{gpg} (@pxref{Top,
7922 gpg, gpg ---- encryption and signing tool, gpg}). The following
7923 script does that:
7924
7925 @smallexample
7926 @group
7927 #! /bin/sh
7928 case $1 in
7929 -d) gpg --decrypt - | gzip -d -c;;
7930 '') gzip -c | gpg -s ;;
7931 *) echo "Unknown option $1">&2; exit 1;;
7932 esac
7933 @end group
7934 @end smallexample
7935
7936 Suppose you name it @file{gpgz} and save it somewhere in your
7937 @env{PATH}. Then the following command will create a commpressed
7938 archive signed with your private key:
7939
7940 @smallexample
7941 $ @kbd{tar -cf foo.tar.gpgz --use-compress=gpgz .}
7942 @end smallexample
7943
7944 @noindent
7945 Likewise, the following command will list its contents:
7946
7947 @smallexample
7948 $ @kbd{tar -tf foo.tar.gpgz --use-compress=gpgz .}
7949 @end smallexample
7950
7951 @ignore
7952 The above is based on the following discussion:
7953
7954 I have one question, or maybe it's a suggestion if there isn't a way
7955 to do it now. I would like to use @option{--gzip}, but I'd also like
7956 the output to be fed through a program like @acronym{GNU}
7957 @command{ecc} (actually, right now that's @samp{exactly} what I'd like
7958 to use :-)), basically adding ECC protection on top of compression.
7959 It seems as if this should be quite easy to do, but I can't work out
7960 exactly how to go about it. Of course, I can pipe the standard output
7961 of @command{tar} through @command{ecc}, but then I lose (though I
7962 haven't started using it yet, I confess) the ability to have
7963 @command{tar} use @command{rmt} for it's I/O (I think).
7964
7965 I think the most straightforward thing would be to let me specify a
7966 general set of filters outboard of compression (preferably ordered,
7967 so the order can be automatically reversed on input operations, and
7968 with the options they require specifiable), but beggars shouldn't be
7969 choosers and anything you decide on would be fine with me.
7970
7971 By the way, I like @command{ecc} but if (as the comments say) it can't
7972 deal with loss of block sync, I'm tempted to throw some time at adding
7973 that capability. Supposing I were to actually do such a thing and
7974 get it (apparently) working, do you accept contributed changes to
7975 utilities like that? (Leigh Clayton @file{loc@@soliton.com}, May 1995).
7976
7977 Isn't that exactly the role of the
7978 @option{--use-compress-prog=@var{program}} option?
7979 I never tried it myself, but I suspect you may want to write a
7980 @var{prog} script or program able to filter stdin to stdout to
7981 way you want. It should recognize the @option{-d} option, for when
7982 extraction is needed rather than creation.
7983
7984 It has been reported that if one writes compressed data (through the
7985 @option{--gzip} or @option{--compress} options) to a DLT and tries to use
7986 the DLT compression mode, the data will actually get bigger and one will
7987 end up with less space on the tape.
7988 @end ignore
7989
7990 @node sparse
7991 @subsection Archiving Sparse Files
7992 @cindex Sparse Files
7993 @UNREVISED
7994
7995 @table @option
7996 @opindex sparse
7997 @item -S
7998 @itemx --sparse
7999 Handle sparse files efficiently.
8000 @end table
8001
8002 This option causes all files to be put in the archive to be tested for
8003 sparseness, and handled specially if they are. The @option{--sparse}
8004 (@option{-S}) option is useful when many @code{dbm} files, for example, are being
8005 backed up. Using this option dramatically decreases the amount of
8006 space needed to store such a file.
8007
8008 In later versions, this option may be removed, and the testing and
8009 treatment of sparse files may be done automatically with any special
8010 @acronym{GNU} options. For now, it is an option needing to be specified on
8011 the command line with the creation or updating of an archive.
8012
8013 Files in the file system occasionally have ``holes.'' A hole in a file
8014 is a section of the file's contents which was never written. The
8015 contents of a hole read as all zeros. On many operating systems,
8016 actual disk storage is not allocated for holes, but they are counted
8017 in the length of the file. If you archive such a file, @command{tar}
8018 could create an archive longer than the original. To have @command{tar}
8019 attempt to recognize the holes in a file, use @option{--sparse} (@option{-S}). When
8020 you use this option, then, for any file using less disk space than
8021 would be expected from its length, @command{tar} searches the file for
8022 consecutive stretches of zeros. It then records in the archive for
8023 the file where the consecutive stretches of zeros are, and only
8024 archives the ``real contents'' of the file. On extraction (using
8025 @option{--sparse} is not needed on extraction) any such
8026 files have holes created wherever the continuous stretches of zeros
8027 were found. Thus, if you use @option{--sparse}, @command{tar} archives
8028 won't take more space than the original.
8029
8030 A file is sparse if it contains blocks of zeros whose existence is
8031 recorded, but that have no space allocated on disk. When you specify
8032 the @option{--sparse} option in conjunction with the @option{--create}
8033 (@option{-c}) operation, @command{tar} tests all files for sparseness
8034 while archiving. If @command{tar} finds a file to be sparse, it uses a
8035 sparse representation of the file in the archive. @xref{create}, for
8036 more information about creating archives.
8037
8038 @option{--sparse} is useful when archiving files, such as dbm files,
8039 likely to contain many nulls. This option dramatically
8040 decreases the amount of space needed to store such an archive.
8041
8042 @quotation
8043 @strong{Please Note:} Always use @option{--sparse} when performing file
8044 system backups, to avoid archiving the expanded forms of files stored
8045 sparsely in the system.
8046
8047 Even if your system has no sparse files currently, some may be
8048 created in the future. If you use @option{--sparse} while making file
8049 system backups as a matter of course, you can be assured the archive
8050 will never take more space on the media than the files take on disk
8051 (otherwise, archiving a disk filled with sparse files might take
8052 hundreds of tapes). @xref{Incremental Dumps}.
8053 @end quotation
8054
8055 @command{tar} ignores the @option{--sparse} option when reading an archive.
8056
8057 @table @option
8058 @item --sparse
8059 @itemx -S
8060 Files stored sparsely in the file system are represented sparsely in
8061 the archive. Use in conjunction with write operations.
8062 @end table
8063
8064 However, users should be well aware that at archive creation time,
8065 @GNUTAR{} still has to read whole disk file to
8066 locate the @dfn{holes}, and so, even if sparse files use little space
8067 on disk and in the archive, they may sometimes require inordinate
8068 amount of time for reading and examining all-zero blocks of a file.
8069 Although it works, it's painfully slow for a large (sparse) file, even
8070 though the resulting tar archive may be small. (One user reports that
8071 dumping a @file{core} file of over 400 megabytes, but with only about
8072 3 megabytes of actual data, took about 9 minutes on a Sun Sparcstation
8073 ELC, with full CPU utilization.)
8074
8075 This reading is required in all cases and is not related to the fact
8076 the @option{--sparse} option is used or not, so by merely @emph{not}
8077 using the option, you are not saving time@footnote{Well! We should say
8078 the whole truth, here. When @option{--sparse} is selected while creating
8079 an archive, the current @command{tar} algorithm requires sparse files to be
8080 read twice, not once. We hope to develop a new archive format for saving
8081 sparse files in which one pass will be sufficient.}.
8082
8083 Programs like @command{dump} do not have to read the entire file; by
8084 examining the file system directly, they can determine in advance
8085 exactly where the holes are and thus avoid reading through them. The
8086 only data it need read are the actual allocated data blocks.
8087 @GNUTAR{} uses a more portable and straightforward
8088 archiving approach, it would be fairly difficult that it does
8089 otherwise. Elizabeth Zwicky writes to @file{comp.unix.internals}, on
8090 1990-12-10:
8091
8092 @quotation
8093 What I did say is that you cannot tell the difference between a hole and an
8094 equivalent number of nulls without reading raw blocks. @code{st_blocks} at
8095 best tells you how many holes there are; it doesn't tell you @emph{where}.
8096 Just as programs may, conceivably, care what @code{st_blocks} is (care
8097 to name one that does?), they may also care where the holes are (I have
8098 no examples of this one either, but it's equally imaginable).
8099
8100 I conclude from this that good archivers are not portable. One can
8101 arguably conclude that if you want a portable program, you can in good
8102 conscience restore files with as many holes as possible, since you can't
8103 get it right.
8104 @end quotation
8105
8106 @node Attributes
8107 @section Handling File Attributes
8108 @UNREVISED
8109
8110 When @command{tar} reads files, it updates their access times. To
8111 avoid this, use the @option{--atime-preserve[=METHOD]} option, which can either
8112 reset the access time retroactively or avoid changing it in the first
8113 place.
8114
8115 Handling of file attributes
8116
8117 @table @option
8118 @opindex atime-preserve
8119 @item --atime-preserve
8120 @itemx --atime-preserve=replace
8121 @itemx --atime-preserve=system
8122 Preserve the access times of files that are read. This works only for
8123 files that you own, unless you have superuser privileges.
8124
8125 @option{--atime-preserve=replace} works on most systems, but it also
8126 restores the data modification time and updates the status change
8127 time. Hence it doesn't interact with incremental dumps nicely
8128 (@pxref{Backups}), and it can set access or data modification times
8129 incorrectly if other programs access the file while @command{tar} is
8130 running.
8131
8132 @option{--atime-preserve=system} avoids changing the access time in
8133 the first place, if the operating system supports this.
8134 Unfortunately, this may or may not work on any given operating system
8135 or file system. If @command{tar} knows for sure it won't work, it
8136 complains right away.
8137
8138 Currently @option{--atime-preserve} with no operand defaults to
8139 @option{--atime-preserve=replace}, but this is intended to change to
8140 @option{--atime-preserve=system} when the latter is better-supported.
8141
8142 @opindex touch
8143 @item -m
8144 @itemx --touch
8145 Do not extract data modification time.
8146
8147 When this option is used, @command{tar} leaves the data modification times
8148 of the files it extracts as the times when the files were extracted,
8149 instead of setting it to the times recorded in the archive.
8150
8151 This option is meaningless with @option{--list} (@option{-t}).
8152
8153 @opindex same-owner
8154 @item --same-owner
8155 Create extracted files with the same ownership they have in the
8156 archive.
8157
8158 This is the default behavior for the superuser,
8159 so this option is meaningful only for non-root users, when @command{tar}
8160 is executed on those systems able to give files away. This is
8161 considered as a security flaw by many people, at least because it
8162 makes quite difficult to correctly account users for the disk space
8163 they occupy. Also, the @code{suid} or @code{sgid} attributes of
8164 files are easily and silently lost when files are given away.
8165
8166 When writing an archive, @command{tar} writes the user id and user name
8167 separately. If it can't find a user name (because the user id is not
8168 in @file{/etc/passwd}), then it does not write one. When restoring,
8169 it tries to look the name (if one was written) up in
8170 @file{/etc/passwd}. If it fails, then it uses the user id stored in
8171 the archive instead.
8172
8173 @opindex no-same-owner
8174 @item --no-same-owner
8175 @itemx -o
8176 Do not attempt to restore ownership when extracting. This is the
8177 default behavior for ordinary users, so this option has an effect
8178 only for the superuser.
8179
8180 @opindex numeric-owner
8181 @item --numeric-owner
8182 The @option{--numeric-owner} option allows (ANSI) archives to be written
8183 without user/group name information or such information to be ignored
8184 when extracting. It effectively disables the generation and/or use
8185 of user/group name information. This option forces extraction using
8186 the numeric ids from the archive, ignoring the names.
8187
8188 This is useful in certain circumstances, when restoring a backup from
8189 an emergency floppy with different passwd/group files for example.
8190 It is otherwise impossible to extract files with the right ownerships
8191 if the password file in use during the extraction does not match the
8192 one belonging to the file system(s) being extracted. This occurs,
8193 for example, if you are restoring your files after a major crash and
8194 had booted from an emergency floppy with no password file or put your
8195 disk into another machine to do the restore.
8196
8197 The numeric ids are @emph{always} saved into @command{tar} archives.
8198 The identifying names are added at create time when provided by the
8199 system, unless @option{--old-archive} (@option{-o}) is used. Numeric ids could be
8200 used when moving archives between a collection of machines using
8201 a centralized management for attribution of numeric ids to users
8202 and groups. This is often made through using the NIS capabilities.
8203
8204 When making a @command{tar} file for distribution to other sites, it
8205 is sometimes cleaner to use a single owner for all files in the
8206 distribution, and nicer to specify the write permission bits of the
8207 files as stored in the archive independently of their actual value on
8208 the file system. The way to prepare a clean distribution is usually
8209 to have some Makefile rule creating a directory, copying all needed
8210 files in that directory, then setting ownership and permissions as
8211 wanted (there are a lot of possible schemes), and only then making a
8212 @command{tar} archive out of this directory, before cleaning
8213 everything out. Of course, we could add a lot of options to
8214 @GNUTAR{} for fine tuning permissions and ownership.
8215 This is not the good way, I think. @GNUTAR{} is
8216 already crowded with options and moreover, the approach just explained
8217 gives you a great deal of control already.
8218
8219 @opindex same-permissions, short description
8220 @opindex preserve-permissions, short description
8221 @item -p
8222 @itemx --same-permissions
8223 @itemx --preserve-permissions
8224 Extract all protection information.
8225
8226 This option causes @command{tar} to set the modes (access permissions) of
8227 extracted files exactly as recorded in the archive. If this option
8228 is not used, the current @code{umask} setting limits the permissions
8229 on extracted files. This option is by default enabled when
8230 @command{tar} is executed by a superuser.
8231
8232
8233 This option is meaningless with @option{--list} (@option{-t}).
8234
8235 @opindex preserve
8236 @item --preserve
8237 Same as both @option{--same-permissions} and @option{--same-order}.
8238
8239 The @option{--preserve} option has no equivalent short option name.
8240 It is equivalent to @option{--same-permissions} plus @option{--same-order}.
8241
8242 @FIXME{I do not see the purpose of such an option. (Neither I. FP.)
8243 Neither do I. --Sergey}
8244
8245 @end table
8246
8247 @node Standard
8248 @section Basic Tar Format
8249 @UNREVISED
8250
8251 While an archive may contain many files, the archive itself is a
8252 single ordinary file. Like any other file, an archive file can be
8253 written to a storage device such as a tape or disk, sent through a
8254 pipe or over a network, saved on the active file system, or even
8255 stored in another archive. An archive file is not easy to read or
8256 manipulate without using the @command{tar} utility or Tar mode in
8257 @acronym{GNU} Emacs.
8258
8259 Physically, an archive consists of a series of file entries terminated
8260 by an end-of-archive entry, which consists of two 512 blocks of zero
8261 bytes. A file
8262 entry usually describes one of the files in the archive (an
8263 @dfn{archive member}), and consists of a file header and the contents
8264 of the file. File headers contain file names and statistics, checksum
8265 information which @command{tar} uses to detect file corruption, and
8266 information about file types.
8267
8268 Archives are permitted to have more than one member with the same
8269 member name. One way this situation can occur is if more than one
8270 version of a file has been stored in the archive. For information
8271 about adding new versions of a file to an archive, see @ref{update}.
8272 @FIXME-xref{To learn more about having more than one archive member with the
8273 same name, see -backup node, when it's written.}
8274
8275 In addition to entries describing archive members, an archive may
8276 contain entries which @command{tar} itself uses to store information.
8277 @xref{label}, for an example of such an archive entry.
8278
8279 A @command{tar} archive file contains a series of blocks. Each block
8280 contains @code{BLOCKSIZE} bytes. Although this format may be thought
8281 of as being on magnetic tape, other media are often used.
8282
8283 Each file archived is represented by a header block which describes
8284 the file, followed by zero or more blocks which give the contents
8285 of the file. At the end of the archive file there are two 512-byte blocks
8286 filled with binary zeros as an end-of-file marker. A reasonable system
8287 should write such end-of-file marker at the end of an archive, but
8288 must not assume that such a block exists when reading an archive. In
8289 particular @GNUTAR{} always issues a warning if it does not encounter it.
8290
8291 The blocks may be @dfn{blocked} for physical I/O operations.
8292 Each record of @var{n} blocks (where @var{n} is set by the
8293 @option{--blocking-factor=@var{512-size}} (@option{-b @var{512-size}}) option to @command{tar}) is written with a single
8294 @w{@samp{write ()}} operation. On magnetic tapes, the result of
8295 such a write is a single record. When writing an archive,
8296 the last record of blocks should be written at the full size, with
8297 blocks after the zero block containing all zeros. When reading
8298 an archive, a reasonable system should properly handle an archive
8299 whose last record is shorter than the rest, or which contains garbage
8300 records after a zero block.
8301
8302 The header block is defined in C as follows. In the @GNUTAR{}
8303 distribution, this is part of file @file{src/tar.h}:
8304
8305 @smallexample
8306 @include header.texi
8307 @end smallexample
8308
8309 All characters in header blocks are represented by using 8-bit
8310 characters in the local variant of ASCII. Each field within the
8311 structure is contiguous; that is, there is no padding used within
8312 the structure. Each character on the archive medium is stored
8313 contiguously.
8314
8315 Bytes representing the contents of files (after the header block
8316 of each file) are not translated in any way and are not constrained
8317 to represent characters in any character set. The @command{tar} format
8318 does not distinguish text files from binary files, and no translation
8319 of file contents is performed.
8320
8321 The @code{name}, @code{linkname}, @code{magic}, @code{uname}, and
8322 @code{gname} are null-terminated character strings. All other fields
8323 are zero-filled octal numbers in ASCII. Each numeric field of width
8324 @var{w} contains @var{w} minus 1 digits, and a null.
8325
8326 The @code{name} field is the file name of the file, with directory names
8327 (if any) preceding the file name, separated by slashes.
8328
8329 @FIXME{how big a name before field overflows?}
8330
8331 The @code{mode} field provides nine bits specifying file permissions
8332 and three bits to specify the Set UID, Set GID, and Save Text
8333 (@dfn{sticky}) modes. Values for these bits are defined above.
8334 When special permissions are required to create a file with a given
8335 mode, and the user restoring files from the archive does not hold such
8336 permissions, the mode bit(s) specifying those special permissions
8337 are ignored. Modes which are not supported by the operating system
8338 restoring files from the archive will be ignored. Unsupported modes
8339 should be faked up when creating or updating an archive; e.g., the
8340 group permission could be copied from the @emph{other} permission.
8341
8342 The @code{uid} and @code{gid} fields are the numeric user and group
8343 ID of the file owners, respectively. If the operating system does
8344 not support numeric user or group IDs, these fields should be ignored.
8345
8346 The @code{size} field is the size of the file in bytes; linked files
8347 are archived with this field specified as zero. @FIXME-xref{Modifiers, in
8348 particular the @option{--incremental} (@option{-G}) option.}
8349
8350 The @code{mtime} field is the data modification time of the file at
8351 the time it was archived. It is the ASCII representation of the octal
8352 value of the last time the file's contents were modified, represented
8353 as an integer number of
8354 seconds since January 1, 1970, 00:00 Coordinated Universal Time.
8355
8356 The @code{chksum} field is the ASCII representation of the octal value
8357 of the simple sum of all bytes in the header block. Each 8-bit
8358 byte in the header is added to an unsigned integer, initialized to
8359 zero, the precision of which shall be no less than seventeen bits.
8360 When calculating the checksum, the @code{chksum} field is treated as
8361 if it were all blanks.
8362
8363 The @code{typeflag} field specifies the type of file archived. If a
8364 particular implementation does not recognize or permit the specified
8365 type, the file will be extracted as if it were a regular file. As this
8366 action occurs, @command{tar} issues a warning to the standard error.
8367
8368 The @code{atime} and @code{ctime} fields are used in making incremental
8369 backups; they store, respectively, the particular file's access and
8370 status change times.
8371
8372 The @code{offset} is used by the @option{--multi-volume} (@option{-M}) option, when
8373 making a multi-volume archive. The offset is number of bytes into
8374 the file that we need to restart at to continue the file on the next
8375 tape, i.e., where we store the location that a continued file is
8376 continued at.
8377
8378 The following fields were added to deal with sparse files. A file
8379 is @dfn{sparse} if it takes in unallocated blocks which end up being
8380 represented as zeros, i.e., no useful data. A test to see if a file
8381 is sparse is to look at the number blocks allocated for it versus the
8382 number of characters in the file; if there are fewer blocks allocated
8383 for the file than would normally be allocated for a file of that
8384 size, then the file is sparse. This is the method @command{tar} uses to
8385 detect a sparse file, and once such a file is detected, it is treated
8386 differently from non-sparse files.
8387
8388 Sparse files are often @code{dbm} files, or other database-type files
8389 which have data at some points and emptiness in the greater part of
8390 the file. Such files can appear to be very large when an @samp{ls
8391 -l} is done on them, when in truth, there may be a very small amount
8392 of important data contained in the file. It is thus undesirable
8393 to have @command{tar} think that it must back up this entire file, as
8394 great quantities of room are wasted on empty blocks, which can lead
8395 to running out of room on a tape far earlier than is necessary.
8396 Thus, sparse files are dealt with so that these empty blocks are
8397 not written to the tape. Instead, what is written to the tape is a
8398 description, of sorts, of the sparse file: where the holes are, how
8399 big the holes are, and how much data is found at the end of the hole.
8400 This way, the file takes up potentially far less room on the tape,
8401 and when the file is extracted later on, it will look exactly the way
8402 it looked beforehand. The following is a description of the fields
8403 used to handle a sparse file:
8404
8405 The @code{sp} is an array of @code{struct sparse}. Each @code{struct
8406 sparse} contains two 12-character strings which represent an offset
8407 into the file and a number of bytes to be written at that offset.
8408 The offset is absolute, and not relative to the offset in preceding
8409 array element.
8410
8411 The header can hold four of these @code{struct sparse} at the moment;
8412 if more are needed, they are not stored in the header.
8413
8414 The @code{isextended} flag is set when an @code{extended_header}
8415 is needed to deal with a file. Note that this means that this flag
8416 can only be set when dealing with a sparse file, and it is only set
8417 in the event that the description of the file will not fit in the
8418 allotted room for sparse structures in the header. In other words,
8419 an extended_header is needed.
8420
8421 The @code{extended_header} structure is used for sparse files which
8422 need more sparse structures than can fit in the header. The header can
8423 fit 4 such structures; if more are needed, the flag @code{isextended}
8424 gets set and the next block is an @code{extended_header}.
8425
8426 Each @code{extended_header} structure contains an array of 21
8427 sparse structures, along with a similar @code{isextended} flag
8428 that the header had. There can be an indeterminate number of such
8429 @code{extended_header}s to describe a sparse file.
8430
8431 @table @asis
8432
8433 @item @code{REGTYPE}
8434 @itemx @code{AREGTYPE}
8435 These flags represent a regular file. In order to be compatible
8436 with older versions of @command{tar}, a @code{typeflag} value of
8437 @code{AREGTYPE} should be silently recognized as a regular file.
8438 New archives should be created using @code{REGTYPE}. Also, for
8439 backward compatibility, @command{tar} treats a regular file whose name
8440 ends with a slash as a directory.
8441
8442 @item @code{LNKTYPE}
8443 This flag represents a file linked to another file, of any type,
8444 previously archived. Such files are identified in Unix by each
8445 file having the same device and inode number. The linked-to name is
8446 specified in the @code{linkname} field with a trailing null.
8447
8448 @item @code{SYMTYPE}
8449 This represents a symbolic link to another file. The linked-to name
8450 is specified in the @code{linkname} field with a trailing null.
8451
8452 @item @code{CHRTYPE}
8453 @itemx @code{BLKTYPE}
8454 These represent character special files and block special files
8455 respectively. In this case the @code{devmajor} and @code{devminor}
8456 fields will contain the major and minor device numbers respectively.
8457 Operating systems may map the device specifications to their own
8458 local specification, or may ignore the entry.
8459
8460 @item @code{DIRTYPE}
8461 This flag specifies a directory or sub-directory. The directory
8462 name in the @code{name} field should end with a slash. On systems where
8463 disk allocation is performed on a directory basis, the @code{size} field
8464 will contain the maximum number of bytes (which may be rounded to
8465 the nearest disk block allocation unit) which the directory may
8466 hold. A @code{size} field of zero indicates no such limiting. Systems
8467 which do not support limiting in this manner should ignore the
8468 @code{size} field.
8469
8470 @item @code{FIFOTYPE}
8471 This specifies a FIFO special file. Note that the archiving of a
8472 FIFO file archives the existence of this file and not its contents.
8473
8474 @item @code{CONTTYPE}
8475 This specifies a contiguous file, which is the same as a normal
8476 file except that, in operating systems which support it, all its
8477 space is allocated contiguously on the disk. Operating systems
8478 which do not allow contiguous allocation should silently treat this
8479 type as a normal file.
8480
8481 @item @code{A} @dots{} @code{Z}
8482 These are reserved for custom implementations. Some of these are
8483 used in the @acronym{GNU} modified format, as described below.
8484
8485 @end table
8486
8487 Other values are reserved for specification in future revisions of
8488 the P1003 standard, and should not be used by any @command{tar} program.
8489
8490 The @code{magic} field indicates that this archive was output in
8491 the P1003 archive format. If this field contains @code{TMAGIC},
8492 the @code{uname} and @code{gname} fields will contain the ASCII
8493 representation of the owner and group of the file respectively.
8494 If found, the user and group IDs are used rather than the values in
8495 the @code{uid} and @code{gid} fields.
8496
8497 For references, see ISO/IEC 9945-1:1990 or IEEE Std 1003.1-1990, pages
8498 169-173 (section 10.1) for @cite{Archive/Interchange File Format}; and
8499 IEEE Std 1003.2-1992, pages 380-388 (section 4.48) and pages 936-940
8500 (section E.4.48) for @cite{pax - Portable archive interchange}.
8501
8502 @node Extensions
8503 @section @acronym{GNU} Extensions to the Archive Format
8504 @UNREVISED
8505
8506 The @acronym{GNU} format uses additional file types to describe new types of
8507 files in an archive. These are listed below.
8508
8509 @table @code
8510 @item GNUTYPE_DUMPDIR
8511 @itemx 'D'
8512 This represents a directory and a list of files created by the
8513 @option{--incremental} (@option{-G}) option. The @code{size} field gives the total
8514 size of the associated list of files. Each file name is preceded by
8515 either a @samp{Y} (the file should be in this archive) or an @samp{N}.
8516 (The file is a directory, or is not stored in the archive.) Each file
8517 name is terminated by a null. There is an additional null after the
8518 last file name.
8519
8520 @item GNUTYPE_MULTIVOL
8521 @itemx 'M'
8522 This represents a file continued from another volume of a multi-volume
8523 archive created with the @option{--multi-volume} (@option{-M}) option. The original
8524 type of the file is not given here. The @code{size} field gives the
8525 maximum size of this piece of the file (assuming the volume does
8526 not end before the file is written out). The @code{offset} field
8527 gives the offset from the beginning of the file where this part of
8528 the file begins. Thus @code{size} plus @code{offset} should equal
8529 the original size of the file.
8530
8531 @item GNUTYPE_SPARSE
8532 @itemx 'S'
8533 This flag indicates that we are dealing with a sparse file. Note
8534 that archiving a sparse file requires special operations to find
8535 holes in the file, which mark the positions of these holes, along
8536 with the number of bytes of data to be found after the hole.
8537
8538 @item GNUTYPE_VOLHDR
8539 @itemx 'V'
8540 This file type is used to mark the volume header that was given with
8541 the @option{--label=@var{archive-label}} (@option{-V @var{archive-label}}) option when the archive was created. The @code{name}
8542 field contains the @code{name} given after the @option{--label=@var{archive-label}} (@option{-V @var{archive-label}}) option.
8543 The @code{size} field is zero. Only the first file in each volume
8544 of an archive should have this type.
8545
8546 @end table
8547
8548 You may have trouble reading a @acronym{GNU} format archive on a
8549 non-@acronym{GNU} system if the options @option{--incremental} (@option{-G}),
8550 @option{--multi-volume} (@option{-M}), @option{--sparse} (@option{-S}), or @option{--label=@var{archive-label}} (@option{-V @var{archive-label}}) were
8551 used when writing the archive. In general, if @command{tar} does not
8552 use the @acronym{GNU}-added fields of the header, other versions of
8553 @command{tar} should be able to read the archive. Otherwise, the
8554 @command{tar} program will give an error, the most likely one being a
8555 checksum error.
8556
8557 @node cpio
8558 @section Comparison of @command{tar} and @command{cpio}
8559 @UNREVISED
8560
8561 @FIXME{Reorganize the following material}
8562
8563 The @command{cpio} archive formats, like @command{tar}, do have maximum
8564 pathname lengths. The binary and old ASCII formats have a max path
8565 length of 256, and the new ASCII and CRC ASCII formats have a max
8566 path length of 1024. @acronym{GNU} @command{cpio} can read and write archives
8567 with arbitrary pathname lengths, but other @command{cpio} implementations
8568 may crash unexplainedly trying to read them.
8569
8570 @command{tar} handles symbolic links in the form in which it comes in BSD;
8571 @command{cpio} doesn't handle symbolic links in the form in which it comes
8572 in System V prior to SVR4, and some vendors may have added symlinks
8573 to their system without enhancing @command{cpio} to know about them.
8574 Others may have enhanced it in a way other than the way I did it
8575 at Sun, and which was adopted by AT&T (and which is, I think, also
8576 present in the @command{cpio} that Berkeley picked up from AT&T and put
8577 into a later BSD release---I think I gave them my changes).
8578
8579 (SVR4 does some funny stuff with @command{tar}; basically, its @command{cpio}
8580 can handle @command{tar} format input, and write it on output, and it
8581 probably handles symbolic links. They may not have bothered doing
8582 anything to enhance @command{tar} as a result.)
8583
8584 @command{cpio} handles special files; traditional @command{tar} doesn't.
8585
8586 @command{tar} comes with V7, System III, System V, and BSD source;
8587 @command{cpio} comes only with System III, System V, and later BSD
8588 (4.3-tahoe and later).
8589
8590 @command{tar}'s way of handling multiple hard links to a file can handle
8591 file systems that support 32-bit inumbers (e.g., the BSD file system);
8592 @command{cpio}s way requires you to play some games (in its "binary"
8593 format, i-numbers are only 16 bits, and in its "portable ASCII" format,
8594 they're 18 bits---it would have to play games with the "file system ID"
8595 field of the header to make sure that the file system ID/i-number pairs
8596 of different files were always different), and I don't know which
8597 @command{cpio}s, if any, play those games. Those that don't might get
8598 confused and think two files are the same file when they're not, and
8599 make hard links between them.
8600
8601 @command{tar}s way of handling multiple hard links to a file places only
8602 one copy of the link on the tape, but the name attached to that copy
8603 is the @emph{only} one you can use to retrieve the file; @command{cpio}s
8604 way puts one copy for every link, but you can retrieve it using any
8605 of the names.
8606
8607 @quotation
8608 What type of check sum (if any) is used, and how is this calculated.
8609 @end quotation
8610
8611 See the attached manual pages for @command{tar} and @command{cpio} format.
8612 @command{tar} uses a checksum which is the sum of all the bytes in the
8613 @command{tar} header for a file; @command{cpio} uses no checksum.
8614
8615 @quotation
8616 If anyone knows why @command{cpio} was made when @command{tar} was present
8617 at the unix scene,
8618 @end quotation
8619
8620 It wasn't. @command{cpio} first showed up in PWB/UNIX 1.0; no
8621 generally-available version of UNIX had @command{tar} at the time. I don't
8622 know whether any version that was generally available @emph{within AT&T}
8623 had @command{tar}, or, if so, whether the people within AT&T who did
8624 @command{cpio} knew about it.
8625
8626 On restore, if there is a corruption on a tape @command{tar} will stop at
8627 that point, while @command{cpio} will skip over it and try to restore the
8628 rest of the files.
8629
8630 The main difference is just in the command syntax and header format.
8631
8632 @command{tar} is a little more tape-oriented in that everything is blocked
8633 to start on a record boundary.
8634
8635 @quotation
8636 Is there any differences between the ability to recover crashed
8637 archives between the two of them. (Is there any chance of recovering
8638 crashed archives at all.)
8639 @end quotation
8640
8641 Theoretically it should be easier under @command{tar} since the blocking
8642 lets you find a header with some variation of @samp{dd skip=@var{nn}}.
8643 However, modern @command{cpio}'s and variations have an option to just
8644 search for the next file header after an error with a reasonable chance
8645 of resyncing. However, lots of tape driver software won't allow you to
8646 continue past a media error which should be the only reason for getting
8647 out of sync unless a file changed sizes while you were writing the
8648 archive.
8649
8650 @quotation
8651 If anyone knows why @command{cpio} was made when @command{tar} was present
8652 at the unix scene, please tell me about this too.
8653 @end quotation
8654
8655 Probably because it is more media efficient (by not blocking everything
8656 and using only the space needed for the headers where @command{tar}
8657 always uses 512 bytes per file header) and it knows how to archive
8658 special files.
8659
8660 You might want to look at the freely available alternatives. The
8661 major ones are @command{afio}, @GNUTAR{}, and
8662 @command{pax}, each of which have their own extensions with some
8663 backwards compatibility.
8664
8665 Sparse files were @command{tar}red as sparse files (which you can
8666 easily test, because the resulting archive gets smaller, and
8667 @acronym{GNU} @command{cpio} can no longer read it).
8668
8669 @node Media
8670 @chapter Tapes and Other Archive Media
8671 @UNREVISED
8672
8673 A few special cases about tape handling warrant more detailed
8674 description. These special cases are discussed below.
8675
8676 Many complexities surround the use of @command{tar} on tape drives. Since
8677 the creation and manipulation of archives located on magnetic tape was
8678 the original purpose of @command{tar}, it contains many features making
8679 such manipulation easier.
8680
8681 Archives are usually written on dismountable media---tape cartridges,
8682 mag tapes, or floppy disks.
8683
8684 The amount of data a tape or disk holds depends not only on its size,
8685 but also on how it is formatted. A 2400 foot long reel of mag tape
8686 holds 40 megabytes of data when formatted at 1600 bits per inch. The
8687 physically smaller EXABYTE tape cartridge holds 2.3 gigabytes.
8688
8689 Magnetic media are re-usable---once the archive on a tape is no longer
8690 needed, the archive can be erased and the tape or disk used over.
8691 Media quality does deteriorate with use, however. Most tapes or disks
8692 should be discarded when they begin to produce data errors. EXABYTE
8693 tape cartridges should be discarded when they generate an @dfn{error
8694 count} (number of non-usable bits) of more than 10k.
8695
8696 Magnetic media are written and erased using magnetic fields, and
8697 should be protected from such fields to avoid damage to stored data.
8698 Sticking a floppy disk to a filing cabinet using a magnet is probably
8699 not a good idea.
8700
8701 @menu
8702 * Device:: Device selection and switching
8703 * Remote Tape Server::
8704 * Common Problems and Solutions::
8705 * Blocking:: Blocking
8706 * Many:: Many archives on one tape
8707 * Using Multiple Tapes:: Using Multiple Tapes
8708 * label:: Including a Label in the Archive
8709 * verify::
8710 * Write Protection::
8711 @end menu
8712
8713 @node Device
8714 @section Device Selection and Switching
8715 @UNREVISED
8716
8717 @table @option
8718 @item -f [@var{hostname}:]@var{file}
8719 @itemx --file=[@var{hostname}:]@var{file}
8720 Use archive file or device @var{file} on @var{hostname}.
8721 @end table
8722
8723 This option is used to specify the file name of the archive @command{tar}
8724 works on.
8725
8726 If the file name is @samp{-}, @command{tar} reads the archive from standard
8727 input (when listing or extracting), or writes it to standard output
8728 (when creating). If the @samp{-} file name is given when updating an
8729 archive, @command{tar} will read the original archive from its standard
8730 input, and will write the entire new archive to its standard output.
8731
8732 If the file name contains a @samp{:}, it is interpreted as
8733 @samp{hostname:file name}. If the @var{hostname} contains an @dfn{at}
8734 sign (@samp{@@}), it is treated as @samp{user@@hostname:file name}. In
8735 either case, @command{tar} will invoke the command @command{rsh} (or
8736 @command{remsh}) to start up an @command{/usr/libexec/rmt} on the remote
8737 machine. If you give an alternate login name, it will be given to the
8738 @command{rsh}.
8739 Naturally, the remote machine must have an executable
8740 @command{/usr/libexec/rmt}. This program is free software from the
8741 University of California, and a copy of the source code can be found
8742 with the sources for @command{tar}; it's compiled and installed by default.
8743 The exact path to this utility is determined when configuring the package.
8744 It is @file{@var{prefix}/libexec/rmt}, where @var{prefix} stands for
8745 your installation prefix. This location may also be overridden at
8746 runtime by using @option{rmt-command=@var{command}} option (@xref{Option Summary,
8747 ---rmt-command}, for detailed description of this option. @xref{Remote
8748 Tape Server}, for the description of @command{rmt} command).
8749
8750 If this option is not given, but the environment variable @env{TAPE}
8751 is set, its value is used; otherwise, old versions of @command{tar}
8752 used a default archive name (which was picked when @command{tar} was
8753 compiled). The default is normally set up to be the @dfn{first} tape
8754 drive or other transportable I/O medium on the system.
8755
8756 Starting with version 1.11.5, @GNUTAR{} uses
8757 standard input and standard output as the default device, and I will
8758 not try anymore supporting automatic device detection at installation
8759 time. This was failing really in too many cases, it was hopeless.
8760 This is now completely left to the installer to override standard
8761 input and standard output for default device, if this seems
8762 preferable. Further, I think @emph{most} actual usages of
8763 @command{tar} are done with pipes or disks, not really tapes,
8764 cartridges or diskettes.
8765
8766 Some users think that using standard input and output is running
8767 after trouble. This could lead to a nasty surprise on your screen if
8768 you forget to specify an output file name---especially if you are going
8769 through a network or terminal server capable of buffering large amounts
8770 of output. We had so many bug reports in that area of configuring
8771 default tapes automatically, and so many contradicting requests, that
8772 we finally consider the problem to be portably intractable. We could
8773 of course use something like @samp{/dev/tape} as a default, but this
8774 is @emph{also} running after various kind of trouble, going from hung
8775 processes to accidental destruction of real tapes. After having seen
8776 all this mess, using standard input and output as a default really
8777 sounds like the only clean choice left, and a very useful one too.
8778
8779 @GNUTAR{} reads and writes archive in records, I
8780 suspect this is the main reason why block devices are preferred over
8781 character devices. Most probably, block devices are more efficient
8782 too. The installer could also check for @samp{DEFTAPE} in
8783 @file{<sys/mtio.h>}.
8784
8785 @table @option
8786 @opindex force-local, short description
8787 @item --force-local
8788 Archive file is local even if it contains a colon.
8789
8790 @opindex rsh-command
8791 @item --rsh-command=@var{command}
8792 Use remote @var{command} instead of @command{rsh}. This option exists
8793 so that people who use something other than the standard @command{rsh}
8794 (e.g., a Kerberized @command{rsh}) can access a remote device.
8795
8796 When this command is not used, the shell command found when
8797 the @command{tar} program was installed is used instead. This is
8798 the first found of @file{/usr/ucb/rsh}, @file{/usr/bin/remsh},
8799 @file{/usr/bin/rsh}, @file{/usr/bsd/rsh} or @file{/usr/bin/nsh}.
8800 The installer may have overridden this by defining the environment
8801 variable @env{RSH} @emph{at installation time}.
8802
8803 @item -[0-7][lmh]
8804 Specify drive and density.
8805
8806 @opindex multi-volume, short description
8807 @item -M
8808 @itemx --multi-volume
8809 Create/list/extract multi-volume archive.
8810
8811 This option causes @command{tar} to write a @dfn{multi-volume} archive---one
8812 that may be larger than will fit on the medium used to hold it.
8813 @xref{Multi-Volume Archives}.
8814
8815 @opindex tape-length, short description
8816 @item -L @var{num}
8817 @itemx --tape-length=@var{num}
8818 Change tape after writing @var{num} x 1024 bytes.
8819
8820 This option might be useful when your tape drivers do not properly
8821 detect end of physical tapes. By being slightly conservative on the
8822 maximum tape length, you might avoid the problem entirely.
8823
8824 @opindex info-script, short description
8825 @opindex new-volume-script, short description
8826 @item -F @var{file}
8827 @itemx --info-script=@var{file}
8828 @itemx --new-volume-script=@var{file}
8829 Execute @file{file} at end of each tape. This implies
8830 @option{--multi-volume} (@option{-M}). @xref{info-script}, for a detailed
8831 description of this option.
8832 @end table
8833
8834 @node Remote Tape Server
8835 @section The Remote Tape Server
8836
8837 @cindex remote tape drive
8838 @pindex rmt
8839 In order to access the tape drive on a remote machine, @command{tar}
8840 uses the remote tape server written at the University of California at
8841 Berkeley. The remote tape server must be installed as
8842 @file{@var{prefix}/libexec/rmt} on any machine whose tape drive you
8843 want to use. @command{tar} calls @command{rmt} by running an
8844 @command{rsh} or @command{remsh} to the remote machine, optionally
8845 using a different login name if one is supplied.
8846
8847 A copy of the source for the remote tape server is provided. It is
8848 Copyright @copyright{} 1983 by the Regents of the University of
8849 California, but can be freely distributed. It is compiled and
8850 installed by default.
8851
8852 @cindex absolute file names
8853 Unless you use the @option{--absolute-names} (@option{-P}) option,
8854 @GNUTAR{} will not allow you to create an archive that contains
8855 absolute file names (a file name beginning with @samp{/}.) If you try,
8856 @command{tar} will automatically remove the leading @samp{/} from the
8857 file names it stores in the archive. It will also type a warning
8858 message telling you what it is doing.
8859
8860 When reading an archive that was created with a different
8861 @command{tar} program, @GNUTAR{} automatically
8862 extracts entries in the archive which have absolute file names as if
8863 the file names were not absolute. This is an important feature. A
8864 visitor here once gave a @command{tar} tape to an operator to restore;
8865 the operator used Sun @command{tar} instead of @GNUTAR{},
8866 and the result was that it replaced large portions of
8867 our @file{/bin} and friends with versions from the tape; needless to
8868 say, we were unhappy about having to recover the file system from
8869 backup tapes.
8870
8871 For example, if the archive contained a file @file{/usr/bin/computoy},
8872 @GNUTAR{} would extract the file to @file{usr/bin/computoy},
8873 relative to the current directory. If you want to extract the files in
8874 an archive to the same absolute names that they had when the archive
8875 was created, you should do a @samp{cd /} before extracting the files
8876 from the archive, or you should either use the @option{--absolute-names}
8877 option, or use the command @samp{tar -C / @dots{}}.
8878
8879 @cindex Ultrix 3.1 and write failure
8880 Some versions of Unix (Ultrix 3.1 is known to have this problem),
8881 can claim that a short write near the end of a tape succeeded,
8882 when it actually failed. This will result in the -M option not
8883 working correctly. The best workaround at the moment is to use a
8884 significantly larger blocking factor than the default 20.
8885
8886 In order to update an archive, @command{tar} must be able to backspace the
8887 archive in order to reread or rewrite a record that was just read (or
8888 written). This is currently possible only on two kinds of files: normal
8889 disk files (or any other file that can be backspaced with @samp{lseek}),
8890 and industry-standard 9-track magnetic tape (or any other kind of tape
8891 that can be backspaced with the @code{MTIOCTOP} @code{ioctl}.
8892
8893 This means that the @option{--append}, @option{--concatenate}, and
8894 @option{--delete} commands will not work on any other kind of file.
8895 Some media simply cannot be backspaced, which means these commands and
8896 options will never be able to work on them. These non-backspacing
8897 media include pipes and cartridge tape drives.
8898
8899 Some other media can be backspaced, and @command{tar} will work on them
8900 once @command{tar} is modified to do so.
8901
8902 Archives created with the @option{--multi-volume}, @option{--label}, and
8903 @option{--incremental} (@option{-G}) options may not be readable by other version
8904 of @command{tar}. In particular, restoring a file that was split over
8905 a volume boundary will require some careful work with @command{dd}, if
8906 it can be done at all. Other versions of @command{tar} may also create
8907 an empty file whose name is that of the volume header. Some versions
8908 of @command{tar} may create normal files instead of directories archived
8909 with the @option{--incremental} (@option{-G}) option.
8910
8911 @node Common Problems and Solutions
8912 @section Some Common Problems and their Solutions
8913
8914 @ifclear PUBLISH
8915
8916 @format
8917 errors from system:
8918 permission denied
8919 no such file or directory
8920 not owner
8921
8922 errors from @command{tar}:
8923 directory checksum error
8924 header format error
8925
8926 errors from media/system:
8927 i/o error
8928 device busy
8929 @end format
8930
8931 @end ifclear
8932
8933 @node Blocking
8934 @section Blocking
8935 @UNREVISED
8936
8937 @dfn{Block} and @dfn{record} terminology is rather confused, and it
8938 is also confusing to the expert reader. On the other hand, readers
8939 who are new to the field have a fresh mind, and they may safely skip
8940 the next two paragraphs, as the remainder of this manual uses those
8941 two terms in a quite consistent way.
8942
8943 John Gilmore, the writer of the public domain @command{tar} from which
8944 @GNUTAR{} was originally derived, wrote (June 1995):
8945
8946 @quotation
8947 The nomenclature of tape drives comes from IBM, where I believe
8948 they were invented for the IBM 650 or so. On IBM mainframes, what
8949 is recorded on tape are tape blocks. The logical organization of
8950 data is into records. There are various ways of putting records into
8951 blocks, including @code{F} (fixed sized records), @code{V} (variable
8952 sized records), @code{FB} (fixed blocked: fixed size records, @var{n}
8953 to a block), @code{VB} (variable size records, @var{n} to a block),
8954 @code{VSB} (variable spanned blocked: variable sized records that can
8955 occupy more than one block), etc. The @code{JCL} @samp{DD RECFORM=}
8956 parameter specified this to the operating system.
8957
8958 The Unix man page on @command{tar} was totally confused about this.
8959 When I wrote @code{PD TAR}, I used the historically correct terminology
8960 (@command{tar} writes data records, which are grouped into blocks).
8961 It appears that the bogus terminology made it into @acronym{POSIX} (no surprise
8962 here), and now Fran@,{c}ois has migrated that terminology back
8963 into the source code too.
8964 @end quotation
8965
8966 The term @dfn{physical block} means the basic transfer chunk from or
8967 to a device, after which reading or writing may stop without anything
8968 being lost. In this manual, the term @dfn{block} usually refers to
8969 a disk physical block, @emph{assuming} that each disk block is 512
8970 bytes in length. It is true that some disk devices have different
8971 physical blocks, but @command{tar} ignore these differences in its own
8972 format, which is meant to be portable, so a @command{tar} block is always
8973 512 bytes in length, and @dfn{block} always mean a @command{tar} block.
8974 The term @dfn{logical block} often represents the basic chunk of
8975 allocation of many disk blocks as a single entity, which the operating
8976 system treats somewhat atomically; this concept is only barely used
8977 in @GNUTAR{}.
8978
8979 The term @dfn{physical record} is another way to speak of a physical
8980 block, those two terms are somewhat interchangeable. In this manual,
8981 the term @dfn{record} usually refers to a tape physical block,
8982 @emph{assuming} that the @command{tar} archive is kept on magnetic tape.
8983 It is true that archives may be put on disk or used with pipes,
8984 but nevertheless, @command{tar} tries to read and write the archive one
8985 @dfn{record} at a time, whatever the medium in use. One record is made
8986 up of an integral number of blocks, and this operation of putting many
8987 disk blocks into a single tape block is called @dfn{reblocking}, or
8988 more simply, @dfn{blocking}. The term @dfn{logical record} refers to
8989 the logical organization of many characters into something meaningful
8990 to the application. The term @dfn{unit record} describes a small set
8991 of characters which are transmitted whole to or by the application,
8992 and often refers to a line of text. Those two last terms are unrelated
8993 to what we call a @dfn{record} in @GNUTAR{}.
8994
8995 When writing to tapes, @command{tar} writes the contents of the archive
8996 in chunks known as @dfn{records}. To change the default blocking
8997 factor, use the @option{--blocking-factor=@var{512-size}} (@option{-b
8998 @var{512-size}}) option. Each record will then be composed of
8999 @var{512-size} blocks. (Each @command{tar} block is 512 bytes.
9000 @xref{Standard}.) Each file written to the archive uses at least one
9001 full record. As a result, using a larger record size can result in
9002 more wasted space for small files. On the other hand, a larger record
9003 size can often be read and written much more efficiently.
9004
9005 Further complicating the problem is that some tape drives ignore the
9006 blocking entirely. For these, a larger record size can still improve
9007 performance (because the software layers above the tape drive still
9008 honor the blocking), but not as dramatically as on tape drives that
9009 honor blocking.
9010
9011 When reading an archive, @command{tar} can usually figure out the
9012 record size on itself. When this is the case, and a non-standard
9013 record size was used when the archive was created, @command{tar} will
9014 print a message about a non-standard blocking factor, and then operate
9015 normally. On some tape devices, however, @command{tar} cannot figure
9016 out the record size itself. On most of those, you can specify a
9017 blocking factor (with @option{--blocking-factor}) larger than the
9018 actual blocking factor, and then use the @option{--read-full-records}
9019 (@option{-B}) option. (If you specify a blocking factor with
9020 @option{--blocking-factor} and don't use the
9021 @option{--read-full-records} option, then @command{tar} will not
9022 attempt to figure out the recording size itself.) On some devices,
9023 you must always specify the record size exactly with
9024 @option{--blocking-factor} when reading, because @command{tar} cannot
9025 figure it out. In any case, use @option{--list} (@option{-t}) before
9026 doing any extractions to see whether @command{tar} is reading the archive
9027 correctly.
9028
9029 @command{tar} blocks are all fixed size (512 bytes), and its scheme for
9030 putting them into records is to put a whole number of them (one or
9031 more) into each record. @command{tar} records are all the same size;
9032 at the end of the file there's a block containing all zeros, which
9033 is how you tell that the remainder of the last record(s) are garbage.
9034
9035 In a standard @command{tar} file (no options), the block size is 512
9036 and the record size is 10240, for a blocking factor of 20. What the
9037 @option{--blocking-factor} option does is sets the blocking factor,
9038 changing the record size while leaving the block size at 512 bytes.
9039 20 was fine for ancient 800 or 1600 bpi reel-to-reel tape drives;
9040 most tape drives these days prefer much bigger records in order to
9041 stream and not waste tape. When writing tapes for myself, some tend
9042 to use a factor of the order of 2048, say, giving a record size of
9043 around one megabyte.
9044
9045 If you use a blocking factor larger than 20, older @command{tar}
9046 programs might not be able to read the archive, so we recommend this
9047 as a limit to use in practice. @GNUTAR{}, however,
9048 will support arbitrarily large record sizes, limited only by the
9049 amount of virtual memory or the physical characteristics of the tape
9050 device.
9051
9052 @menu
9053 * Format Variations:: Format Variations
9054 * Blocking Factor:: The Blocking Factor of an Archive
9055 @end menu
9056
9057 @node Format Variations
9058 @subsection Format Variations
9059 @cindex Format Parameters
9060 @cindex Format Options
9061 @cindex Options, archive format specifying
9062 @cindex Options, format specifying
9063 @UNREVISED
9064
9065 Format parameters specify how an archive is written on the archive
9066 media. The best choice of format parameters will vary depending on
9067 the type and number of files being archived, and on the media used to
9068 store the archive.
9069
9070 To specify format parameters when accessing or creating an archive,
9071 you can use the options described in the following sections.
9072 If you do not specify any format parameters, @command{tar} uses
9073 default parameters. You cannot modify a compressed archive.
9074 If you create an archive with the @option{--blocking-factor} option
9075 specified (@pxref{Blocking Factor}), you must specify that
9076 blocking-factor when operating on the archive. @xref{Formats}, for other
9077 examples of format parameter considerations.
9078
9079 @node Blocking Factor
9080 @subsection The Blocking Factor of an Archive
9081 @cindex Blocking Factor
9082 @cindex Record Size
9083 @cindex Number of blocks per record
9084 @cindex Number of bytes per record
9085 @cindex Bytes per record
9086 @cindex Blocks per record
9087 @UNREVISED
9088
9089 @opindex blocking-factor
9090 The data in an archive is grouped into blocks, which are 512 bytes.
9091 Blocks are read and written in whole number multiples called
9092 @dfn{records}. The number of blocks in a record (ie. the size of a
9093 record in units of 512 bytes) is called the @dfn{blocking factor}.
9094 The @option{--blocking-factor=@var{512-size}} (@option{-b
9095 @var{512-size}}) option specifies the blocking factor of an archive.
9096 The default blocking factor is typically 20 (i.e., 10240 bytes), but
9097 can be specified at installation. To find out the blocking factor of
9098 an existing archive, use @samp{tar --list --file=@var{archive-name}}.
9099 This may not work on some devices.
9100
9101 Records are separated by gaps, which waste space on the archive media.
9102 If you are archiving on magnetic tape, using a larger blocking factor
9103 (and therefore larger records) provides faster throughput and allows you
9104 to fit more data on a tape (because there are fewer gaps). If you are
9105 archiving on cartridge, a very large blocking factor (say 126 or more)
9106 greatly increases performance. A smaller blocking factor, on the other
9107 hand, may be useful when archiving small files, to avoid archiving lots
9108 of nulls as @command{tar} fills out the archive to the end of the record.
9109 In general, the ideal record size depends on the size of the
9110 inter-record gaps on the tape you are using, and the average size of the
9111 files you are archiving. @xref{create}, for information on
9112 writing archives.
9113
9114 @FIXME{Need example of using a cartridge with blocking factor=126 or more.}
9115
9116 Archives with blocking factors larger than 20 cannot be read
9117 by very old versions of @command{tar}, or by some newer versions
9118 of @command{tar} running on old machines with small address spaces.
9119 With @GNUTAR{}, the blocking factor of an archive is limited
9120 only by the maximum record size of the device containing the archive,
9121 or by the amount of available virtual memory.
9122
9123 Also, on some systems, not using adequate blocking factors, as sometimes
9124 imposed by the device drivers, may yield unexpected diagnostics. For
9125 example, this has been reported:
9126
9127 @smallexample
9128 Cannot write to /dev/dlt: Invalid argument
9129 @end smallexample
9130
9131 @noindent
9132 In such cases, it sometimes happen that the @command{tar} bundled by
9133 the system is aware of block size idiosyncrasies, while @GNUTAR{}
9134 requires an explicit specification for the block size,
9135 which it cannot guess. This yields some people to consider
9136 @GNUTAR{} is misbehaving, because by comparison,
9137 @cite{the bundle @command{tar} works OK}. Adding @w{@kbd{-b 256}},
9138 for example, might resolve the problem.
9139
9140 If you use a non-default blocking factor when you create an archive, you
9141 must specify the same blocking factor when you modify that archive. Some
9142 archive devices will also require you to specify the blocking factor when
9143 reading that archive, however this is not typically the case. Usually, you
9144 can use @option{--list} (@option{-t}) without specifying a blocking factor---@command{tar}
9145 reports a non-default record size and then lists the archive members as
9146 it would normally. To extract files from an archive with a non-standard
9147 blocking factor (particularly if you're not sure what the blocking factor
9148 is), you can usually use the @option{--read-full-records} (@option{-B}) option while
9149 specifying a blocking factor larger then the blocking factor of the archive
9150 (ie. @samp{tar --extract --read-full-records --blocking-factor=300}.
9151 @xref{list}, for more information on the @option{--list} (@option{-t})
9152 operation. @xref{Reading}, for a more detailed explanation of that option.
9153
9154 @table @option
9155 @item --blocking-factor=@var{number}
9156 @itemx -b @var{number}
9157 Specifies the blocking factor of an archive. Can be used with any
9158 operation, but is usually not necessary with @option{--list} (@option{-t}).
9159 @end table
9160
9161 Device blocking
9162
9163 @table @option
9164 @item -b @var{blocks}
9165 @itemx --blocking-factor=@var{blocks}
9166 Set record size to @math{@var{blocks} * 512} bytes.
9167
9168 This option is used to specify a @dfn{blocking factor} for the archive.
9169 When reading or writing the archive, @command{tar}, will do reads and writes
9170 of the archive in records of @math{@var{block}*512} bytes. This is true
9171 even when the archive is compressed. Some devices requires that all
9172 write operations be a multiple of a certain size, and so, @command{tar}
9173 pads the archive out to the next record boundary.
9174
9175 The default blocking factor is set when @command{tar} is compiled, and is
9176 typically 20. Blocking factors larger than 20 cannot be read by very
9177 old versions of @command{tar}, or by some newer versions of @command{tar}
9178 running on old machines with small address spaces.
9179
9180 With a magnetic tape, larger records give faster throughput and fit
9181 more data on a tape (because there are fewer inter-record gaps).
9182 If the archive is in a disk file or a pipe, you may want to specify
9183 a smaller blocking factor, since a large one will result in a large
9184 number of null bytes at the end of the archive.
9185
9186 When writing cartridge or other streaming tapes, a much larger
9187 blocking factor (say 126 or more) will greatly increase performance.
9188 However, you must specify the same blocking factor when reading or
9189 updating the archive.
9190
9191 Apparently, Exabyte drives have a physical block size of 8K bytes.
9192 If we choose our blocksize as a multiple of 8k bytes, then the problem
9193 seems to disappear. Id est, we are using block size of 112 right
9194 now, and we haven't had the problem since we switched@dots{}
9195
9196 With @GNUTAR{} the blocking factor is limited only
9197 by the maximum record size of the device containing the archive, or by
9198 the amount of available virtual memory.
9199
9200 However, deblocking or reblocking is virtually avoided in a special
9201 case which often occurs in practice, but which requires all the
9202 following conditions to be simultaneously true:
9203 @itemize @bullet
9204 @item
9205 the archive is subject to a compression option,
9206 @item
9207 the archive is not handled through standard input or output, nor
9208 redirected nor piped,
9209 @item
9210 the archive is directly handled to a local disk, instead of any special
9211 device,
9212 @item
9213 @option{--blocking-factor} is not explicitly specified on the @command{tar}
9214 invocation.
9215 @end itemize
9216
9217 If the output goes directly to a local disk, and not through
9218 stdout, then the last write is not extended to a full record size.
9219 Otherwise, reblocking occurs. Here are a few other remarks on this
9220 topic:
9221
9222 @itemize @bullet
9223
9224 @item
9225 @command{gzip} will complain about trailing garbage if asked to
9226 uncompress a compressed archive on tape, there is an option to turn
9227 the message off, but it breaks the regularity of simply having to use
9228 @samp{@var{prog} -d} for decompression. It would be nice if gzip was
9229 silently ignoring any number of trailing zeros. I'll ask Jean-loup
9230 Gailly, by sending a copy of this message to him.
9231
9232 @item
9233 @command{compress} does not show this problem, but as Jean-loup pointed
9234 out to Michael, @samp{compress -d} silently adds garbage after
9235 the result of decompression, which tar ignores because it already
9236 recognized its end-of-file indicator. So this bug may be safely
9237 ignored.
9238
9239 @item
9240 @samp{gzip -d -q} will be silent about the trailing zeros indeed,
9241 but will still return an exit status of 2 which tar reports in turn.
9242 @command{tar} might ignore the exit status returned, but I hate doing
9243 that, as it weakens the protection @command{tar} offers users against
9244 other possible problems at decompression time. If @command{gzip} was
9245 silently skipping trailing zeros @emph{and} also avoiding setting the
9246 exit status in this innocuous case, that would solve this situation.
9247
9248 @item
9249 @command{tar} should become more solid at not stopping to read a pipe at
9250 the first null block encountered. This inelegantly breaks the pipe.
9251 @command{tar} should rather drain the pipe out before exiting itself.
9252 @end itemize
9253
9254 @opindex ignore-zeros, short description
9255 @item -i
9256 @itemx --ignore-zeros
9257 Ignore blocks of zeros in archive (means EOF).
9258
9259 The @option{--ignore-zeros} (@option{-i}) option causes @command{tar} to ignore blocks
9260 of zeros in the archive. Normally a block of zeros indicates the
9261 end of the archive, but when reading a damaged archive, or one which
9262 was created by concatenating several archives together, this option
9263 allows @command{tar} to read the entire archive. This option is not on
9264 by default because many versions of @command{tar} write garbage after
9265 the zeroed blocks.
9266
9267 Note that this option causes @command{tar} to read to the end of the
9268 archive file, which may sometimes avoid problems when multiple files
9269 are stored on a single physical tape.
9270
9271 @opindex read-full-records, short description
9272 @item -B
9273 @itemx --read-full-records
9274 Reblock as we read (for reading 4.2BSD pipes).
9275
9276 If @option{--read-full-records} is used, @command{tar}
9277 will not panic if an attempt to read a record from the archive does
9278 not return a full record. Instead, @command{tar} will keep reading
9279 until it has obtained a full
9280 record.
9281
9282 This option is turned on by default when @command{tar} is reading
9283 an archive from standard input, or from a remote machine. This is
9284 because on BSD Unix systems, a read of a pipe will return however
9285 much happens to be in the pipe, even if it is less than @command{tar}
9286 requested. If this option was not used, @command{tar} would fail as
9287 soon as it read an incomplete record from the pipe.
9288
9289 This option is also useful with the commands for updating an archive.
9290
9291 @end table
9292
9293 Tape blocking
9294
9295 @FIXME{Appropriate options should be moved here from elsewhere.}
9296
9297 @cindex blocking factor
9298 @cindex tape blocking
9299
9300 When handling various tapes or cartridges, you have to take care of
9301 selecting a proper blocking, that is, the number of disk blocks you
9302 put together as a single tape block on the tape, without intervening
9303 tape gaps. A @dfn{tape gap} is a small landing area on the tape
9304 with no information on it, used for decelerating the tape to a
9305 full stop, and for later regaining the reading or writing speed.
9306 When the tape driver starts reading a record, the record has to
9307 be read whole without stopping, as a tape gap is needed to stop the
9308 tape motion without loosing information.
9309
9310 @cindex Exabyte blocking
9311 @cindex DAT blocking
9312 Using higher blocking (putting more disk blocks per tape block) will use
9313 the tape more efficiently as there will be less tape gaps. But reading
9314 such tapes may be more difficult for the system, as more memory will be
9315 required to receive at once the whole record. Further, if there is a
9316 reading error on a huge record, this is less likely that the system will
9317 succeed in recovering the information. So, blocking should not be too
9318 low, nor it should be too high. @command{tar} uses by default a blocking of
9319 20 for historical reasons, and it does not really matter when reading or
9320 writing to disk. Current tape technology would easily accommodate higher
9321 blockings. Sun recommends a blocking of 126 for Exabytes and 96 for DATs.
9322 We were told that for some DLT drives, the blocking should be a multiple
9323 of 4Kb, preferably 64Kb (@w{@kbd{-b 128}}) or 256 for decent performance.
9324 Other manufacturers may use different recommendations for the same tapes.
9325 This might also depends of the buffering techniques used inside modern
9326 tape controllers. Some imposes a minimum blocking, or a maximum blocking.
9327 Others request blocking to be some exponent of two.
9328
9329 So, there is no fixed rule for blocking. But blocking at read time
9330 should ideally be the same as blocking used at write time. At one place
9331 I know, with a wide variety of equipment, they found it best to use a
9332 blocking of 32 to guarantee that their tapes are fully interchangeable.
9333
9334 I was also told that, for recycled tapes, prior erasure (by the same
9335 drive unit that will be used to create the archives) sometimes lowers
9336 the error rates observed at rewriting time.
9337
9338 I might also use @option{--number-blocks} instead of
9339 @option{--block-number}, so @option{--block} will then expand to
9340 @option{--blocking-factor} unambiguously.
9341
9342 @node Many
9343 @section Many Archives on One Tape
9344
9345 @FIXME{Appropriate options should be moved here from elsewhere.}
9346
9347 @findex ntape @r{device}
9348 Most tape devices have two entries in the @file{/dev} directory, or
9349 entries that come in pairs, which differ only in the minor number for
9350 this device. Let's take for example @file{/dev/tape}, which often
9351 points to the only or usual tape device of a given system. There might
9352 be a corresponding @file{/dev/nrtape} or @file{/dev/ntape}. The simpler
9353 name is the @emph{rewinding} version of the device, while the name
9354 having @samp{nr} in it is the @emph{no rewinding} version of the same
9355 device.
9356
9357 A rewinding tape device will bring back the tape to its beginning point
9358 automatically when this device is opened or closed. Since @command{tar}
9359 opens the archive file before using it and closes it afterwards, this
9360 means that a simple:
9361
9362 @smallexample
9363 $ @kbd{tar cf /dev/tape @var{directory}}
9364 @end smallexample
9365
9366 @noindent
9367 will reposition the tape to its beginning both prior and after saving
9368 @var{directory} contents to it, thus erasing prior tape contents and
9369 making it so that any subsequent write operation will destroy what has
9370 just been saved.
9371
9372 @cindex tape positioning
9373 So, a rewinding device is normally meant to hold one and only one file.
9374 If you want to put more than one @command{tar} archive on a given tape, you
9375 will need to avoid using the rewinding version of the tape device. You
9376 will also have to pay special attention to tape positioning. Errors in
9377 positioning may overwrite the valuable data already on your tape. Many
9378 people, burnt by past experiences, will only use rewinding devices and
9379 limit themselves to one file per tape, precisely to avoid the risk of
9380 such errors. Be fully aware that writing at the wrong position on a
9381 tape loses all information past this point and most probably until the
9382 end of the tape, and this destroyed information @emph{cannot} be
9383 recovered.
9384
9385 To save @var{directory-1} as a first archive at the beginning of a
9386 tape, and leave that tape ready for a second archive, you should use:
9387
9388 @smallexample
9389 $ @kbd{mt -f /dev/nrtape rewind}
9390 $ @kbd{tar cf /dev/nrtape @var{directory-1}}
9391 @end smallexample
9392
9393 @cindex tape marks
9394 @dfn{Tape marks} are special magnetic patterns written on the tape
9395 media, which are later recognizable by the reading hardware. These
9396 marks are used after each file, when there are many on a single tape.
9397 An empty file (that is to say, two tape marks in a row) signal the
9398 logical end of the tape, after which no file exist. Usually,
9399 non-rewinding tape device drivers will react to the close request issued
9400 by @command{tar} by first writing two tape marks after your archive, and by
9401 backspacing over one of these. So, if you remove the tape at that time
9402 from the tape drive, it is properly terminated. But if you write
9403 another file at the current position, the second tape mark will be
9404 erased by the new information, leaving only one tape mark between files.
9405
9406 So, you may now save @var{directory-2} as a second archive after the
9407 first on the same tape by issuing the command:
9408
9409 @smallexample
9410 $ @kbd{tar cf /dev/nrtape @var{directory-2}}
9411 @end smallexample
9412
9413 @noindent
9414 and so on for all the archives you want to put on the same tape.
9415
9416 Another usual case is that you do not write all the archives the same
9417 day, and you need to remove and store the tape between two archive
9418 sessions. In general, you must remember how many files are already
9419 saved on your tape. Suppose your tape already has 16 files on it, and
9420 that you are ready to write the 17th. You have to take care of skipping
9421 the first 16 tape marks before saving @var{directory-17}, say, by using
9422 these commands:
9423
9424 @smallexample
9425 $ @kbd{mt -f /dev/nrtape rewind}
9426 $ @kbd{mt -f /dev/nrtape fsf 16}
9427 $ @kbd{tar cf /dev/nrtape @var{directory-17}}
9428 @end smallexample
9429
9430 In all the previous examples, we put aside blocking considerations, but
9431 you should do the proper things for that as well. @xref{Blocking}.
9432
9433 @menu
9434 * Tape Positioning:: Tape Positions and Tape Marks
9435 * mt:: The @command{mt} Utility
9436 @end menu
9437
9438 @node Tape Positioning
9439 @subsection Tape Positions and Tape Marks
9440 @UNREVISED
9441
9442 Just as archives can store more than one file from the file system,
9443 tapes can store more than one archive file. To keep track of where
9444 archive files (or any other type of file stored on tape) begin and
9445 end, tape archive devices write magnetic @dfn{tape marks} on the
9446 archive media. Tape drives write one tape mark between files,
9447 two at the end of all the file entries.
9448
9449 If you think of data as a series of records "rrrr"'s, and tape marks as
9450 "*"'s, a tape might look like the following:
9451
9452 @smallexample
9453 rrrr*rrrrrr*rrrrr*rr*rrrrr**-------------------------
9454 @end smallexample
9455
9456 Tape devices read and write tapes using a read/write @dfn{tape
9457 head}---a physical part of the device which can only access one
9458 point on the tape at a time. When you use @command{tar} to read or
9459 write archive data from a tape device, the device will begin reading
9460 or writing from wherever on the tape the tape head happens to be,
9461 regardless of which archive or what part of the archive the tape
9462 head is on. Before writing an archive, you should make sure that no
9463 data on the tape will be overwritten (unless it is no longer needed).
9464 Before reading an archive, you should make sure the tape head is at
9465 the beginning of the archive you want to read. You can do it manually
9466 via @code{mt} utility (@pxref{mt}). The @code{restore} script does
9467 that automatically (@pxref{Scripted Restoration}).
9468
9469 If you want to add new archive file entries to a tape, you should
9470 advance the tape to the end of the existing file entries, backspace
9471 over the last tape mark, and write the new archive file. If you were
9472 to add two archives to the example above, the tape might look like the
9473 following:
9474
9475 @smallexample
9476 rrrr*rrrrrr*rrrrr*rr*rrrrr*rrr*rrrr**----------------
9477 @end smallexample
9478
9479 @node mt
9480 @subsection The @command{mt} Utility
9481 @UNREVISED
9482
9483 @FIXME{Is it true that this only works on non-block devices?
9484 should explain the difference, (fixed or variable).}
9485 @xref{Blocking Factor}.
9486
9487 You can use the @command{mt} utility to advance or rewind a tape past a
9488 specified number of archive files on the tape. This will allow you
9489 to move to the beginning of an archive before extracting or reading
9490 it, or to the end of all the archives before writing a new one.
9491 @FIXME{Why isn't there an "advance 'til you find two tape marks
9492 together"?}
9493
9494 The syntax of the @command{mt} command is:
9495
9496 @smallexample
9497 @kbd{mt [-f @var{tapename}] @var{operation} [@var{number}]}
9498 @end smallexample
9499
9500 where @var{tapename} is the name of the tape device, @var{number} is
9501 the number of times an operation is performed (with a default of one),
9502 and @var{operation} is one of the following:
9503
9504 @FIXME{is there any use for record operations?}
9505
9506 @table @option
9507 @item eof
9508 @itemx weof
9509 Writes @var{number} tape marks at the current position on the tape.
9510
9511 @item fsf
9512 Moves tape position forward @var{number} files.
9513
9514 @item bsf
9515 Moves tape position back @var{number} files.
9516
9517 @item rewind
9518 Rewinds the tape. (Ignores @var{number}).
9519
9520 @item offline
9521 @itemx rewoff1
9522 Rewinds the tape and takes the tape device off-line. (Ignores @var{number}).
9523
9524 @item status
9525 Prints status information about the tape unit.
9526
9527 @end table
9528
9529 @FIXME{Is there a better way to frob the spacing on the list?}
9530
9531 If you don't specify a @var{tapename}, @command{mt} uses the environment
9532 variable @env{TAPE}; if @env{TAPE} is not set, @command{mt} uses the device
9533 @file{/dev/rmt12}.
9534
9535 @command{mt} returns a 0 exit status when the operation(s) were
9536 successful, 1 if the command was unrecognized, and 2 if an operation
9537 failed.
9538
9539 @node Using Multiple Tapes
9540 @section Using Multiple Tapes
9541 @UNREVISED
9542
9543 Often you might want to write a large archive, one larger than will fit
9544 on the actual tape you are using. In such a case, you can run multiple
9545 @command{tar} commands, but this can be inconvenient, particularly if you
9546 are using options like @option{--exclude=@var{pattern}} or dumping entire file systems.
9547 Therefore, @command{tar} supports multiple tapes automatically.
9548
9549 Use @option{--multi-volume} (@option{-M}) on the command line, and
9550 then @command{tar} will, when it reaches the end of the tape, prompt
9551 for another tape, and continue the archive. Each tape will have an
9552 independent archive, and can be read without needing the other. (As
9553 an exception to this, the file that @command{tar} was archiving when
9554 it ran out of tape will usually be split between the two archives; in
9555 this case you need to extract from the first archive, using
9556 @option{--multi-volume}, and then put in the second tape when
9557 prompted, so @command{tar} can restore both halves of the file.)
9558
9559 @GNUTAR{} multi-volume archives do not use a truly portable format.
9560 You need @GNUTAR{} at both ends to process them properly.
9561
9562 When prompting for a new tape, @command{tar} accepts any of the following
9563 responses:
9564
9565 @table @kbd
9566 @item ?
9567 Request @command{tar} to explain possible responses
9568 @item q
9569 Request @command{tar} to exit immediately.
9570 @item n @var{file-name}
9571 Request @command{tar} to write the next volume on the file @var{file-name}.
9572 @item !
9573 Request @command{tar} to run a subshell. This option can be disabled
9574 by giving @option{--restrict} command line option to @command{tar}.
9575 @item y
9576 Request @command{tar} to begin writing the next volume.
9577 @end table
9578
9579 (You should only type @samp{y} after you have changed the tape;
9580 otherwise @command{tar} will write over the volume it just finished.)
9581
9582 @cindex End-of-archive info script
9583 @cindex Info script
9584 @anchor{info-script}
9585 @opindex info-script
9586 @opindex new-volume-script
9587 If you want more elaborate behavior than this, give @command{tar} the
9588 @option{--info-script=@var{script-name}}
9589 (@option{--new-volume-script=@var{script-name}}, @option{-F
9590 @var{script-name}}) option. The file @var{script-name} is expected to
9591 be a program (or shell script) to be run instead of the normal
9592 prompting procedure. It is executed without any command line
9593 arguments. Additional data is passed to it via the following
9594 environment variables:
9595
9596 @table @env
9597 @vrindex TAR_VERSION, info script environment variable
9598 @item TAR_VERSION
9599 @GNUTAR{} version number.
9600
9601 @vrindex TAR_ARCHIVE, info script environment variable
9602 @item TAR_ARCHIVE
9603 The name of the archive @command{tar} is processing.
9604
9605 @vrindex TAR_VOLUME, info script environment variable
9606 @item TAR_VOLUME
9607 Ordinal number of the volume @command{tar} is about to start.
9608
9609 @vrindex TAR_SUBCOMMAND, info script environment variable
9610 @item TAR_SUBCOMMAND
9611 Short option describing the operation @command{tar} is executed.
9612 @xref{Operations}, for a complete list of subcommand options.
9613
9614 @vrindex TAR_FORMAT, info script environment variable
9615 @item TAR_FORMAT
9616 Format of the archive being processed. @xref{Formats}, for a complete
9617 list of archive format names.
9618 @end table
9619
9620 The info script can instruct @command{tar} to use new archive name,
9621 by writing in to file descriptor 3 (see below for an
9622 example).
9623
9624 If the info script fails, @command{tar} exits; otherwise, it begins
9625 writing the next volume.
9626
9627 The method @command{tar} uses to detect end of tape is not perfect, and
9628 fails on some operating systems or on some devices. You can use the
9629 @option{--tape-length=@var{size}} (@option{-L @var{size}}) option if
9630 @command{tar} can't detect the end of the tape itself. This option
9631 selects @option{--multi-volume} (@option{-M}) automatically. The
9632 @var{size} argument should then be the usable size of the tape in
9633 units of 1024 bytes. But for many devices, and floppy disks in
9634 particular, this option is never required for real, as far as we know.
9635
9636 @cindex Volume number file
9637 @cindex volno file
9638 @anchor{volno-file}
9639 @opindex volno-file
9640 The volume number used by @command{tar} in its tape-change prompt
9641 can be changed; if you give the
9642 @option{--volno-file=@var{file-of-number}} option, then
9643 @var{file-of-number} should be an unexisting file to be created, or
9644 else, a file already containing a decimal number. That number will be
9645 used as the volume number of the first volume written. When
9646 @command{tar} is finished, it will rewrite the file with the
9647 now-current volume number. (This does not change the volume number
9648 written on a tape label, as per @ref{label}, it @emph{only} affects
9649 the number used in the prompt.)
9650
9651 If you want @command{tar} to cycle through a series of files or tape
9652 drives, there are three approaches to choose from. First of all, you
9653 can give @command{tar} multiple @option{--file} options. In this case
9654 the specified files will be used, in sequence, as the successive
9655 volumes of the archive. Only when the first one in the sequence needs
9656 to be used again will @command{tar} prompt for a tape change (or run
9657 the info script). Secondly, you can use the @samp{n} response to the
9658 tape-change prompt, and, finally, you can use an info script, that
9659 writes new archive name to file descriptor. The following example
9660 illustrates this approach:
9661
9662 @smallexample
9663 @group
9664 #! /bin/sh
9665 echo Preparing volume $TAR_VOLUME of $TAR_ARCHIVE.
9666
9667 name=`expr $TAR_ARCHIVE : '\(.*\)-.*'`
9668 case $TAR_SUBCOMMAND in
9669 -c) ;;
9670 -d|-x|-t) test -r $@{name:-$TAR_ARCHIVE@}-$TAR_VOLUME || exit 1
9671 ;;
9672 *) exit 1
9673 esac
9674
9675 echo $@{name:-$TAR_ARCHIVE@}-$TAR_VOLUME >&3
9676 @end group
9677 @end smallexample
9678
9679 Each volume of a multi-volume archive is an independent @command{tar}
9680 archive, complete in itself. For example, you can list or extract any
9681 volume alone; just don't specify @option{--multi-volume}
9682 (@option{-M}). However, if one file in the archive is split across
9683 volumes, the only way to extract it successfully is with a
9684 multi-volume extract command @option{--extract --multi-volume}
9685 (@option{-xM}) starting on or before the volume where the file begins.
9686
9687 For example, let's presume someone has two tape drives on a system
9688 named @file{/dev/tape0} and @file{/dev/tape1}. For having @GNUTAR{}
9689 to switch to the second drive when it needs to write the
9690 second tape, and then back to the first tape, etc., just do either of:
9691
9692 @smallexample
9693 $ @kbd{tar --create --multi-volume --file=/dev/tape0 --file=/dev/tape1 @var{files}}
9694 $ @kbd{tar cMff /dev/tape0 /dev/tape1 @var{files}}
9695 @end smallexample
9696
9697 @menu
9698 * Multi-Volume Archives:: Archives Longer than One Tape or Disk
9699 * Tape Files:: Tape Files
9700 * Tarcat:: Concatenate Volumes into a Single Archive
9701
9702 @end menu
9703
9704 @node Multi-Volume Archives
9705 @subsection Archives Longer than One Tape or Disk
9706 @cindex Multi-volume archives
9707 @UNREVISED
9708
9709 @opindex multi-volume
9710 To create an archive that is larger than will fit on a single unit of
9711 the media, use the @option{--multi-volume} (@option{-M}) option in conjunction with
9712 the @option{--create} option (@pxref{create}). A @dfn{multi-volume}
9713 archive can be manipulated like any other archive (provided the
9714 @option{--multi-volume} option is specified), but is stored on more
9715 than one tape or disk.
9716
9717 When you specify @option{--multi-volume}, @command{tar} does not report an
9718 error when it comes to the end of an archive volume (when reading), or
9719 the end of the media (when writing). Instead, it prompts you to load
9720 a new storage volume. If the archive is on a magnetic tape, you
9721 should change tapes when you see the prompt; if the archive is on a
9722 floppy disk, you should change disks; etc.
9723
9724 You can read each individual volume of a multi-volume archive as if it
9725 were an archive by itself. For example, to list the contents of one
9726 volume, use @option{--list}, without @option{--multi-volume} specified.
9727 To extract an archive member from one volume (assuming it is described
9728 that volume), use @option{--extract}, again without
9729 @option{--multi-volume}.
9730
9731 If an archive member is split across volumes (ie. its entry begins on
9732 one volume of the media and ends on another), you need to specify
9733 @option{--multi-volume} to extract it successfully. In this case, you
9734 should load the volume where the archive member starts, and use
9735 @samp{tar --extract --multi-volume}---@command{tar} will prompt for later
9736 volumes as it needs them. @xref{extracting archives}, for more
9737 information about extracting archives.
9738
9739 @option{--info-script=@var{script-name}}
9740 (@option{--new-volume-script=@var{script-name}}, @option{-F
9741 @var{script-name}}) (@pxref{info-script}) is like
9742 @option{--multi-volume} (@option{-M}), except that @command{tar} does
9743 not prompt you directly to change media volumes when a volume is
9744 full---instead, @command{tar} runs commands you have stored in
9745 @var{script-name}. For example, this option can be used to eject
9746 cassettes, or to broadcast messages such as @samp{Someone please come
9747 change my tape} when performing unattended backups. When
9748 @var{script-name} is done, @command{tar} will assume that the media
9749 has been changed.
9750
9751 Multi-volume archives can be modified like any other archive. To add
9752 files to a multi-volume archive, you need to only mount the last
9753 volume of the archive media (and new volumes, if needed). For all
9754 other operations, you need to use the entire archive.
9755
9756 If a multi-volume archive was labeled using
9757 @option{--label=@var{archive-label}} (@option{-V @var{archive-label}})
9758 (@pxref{label}) when it was created, @command{tar} will not
9759 automatically label volumes which are added later. To label
9760 subsequent volumes, specify @option{--label=@var{archive-label}} again
9761 in conjunction with the @option{--append}, @option{--update} or
9762 @option{--concatenate} operation.
9763
9764 @cindex Labeling multi-volume archives
9765 @FIXME{example}
9766
9767 @FIXME{There should be a sample program here, including an exit
9768 before end. Is the exit status even checked in tar? :-(}
9769
9770 @table @option
9771 @item --multi-volume
9772 @itemx -M
9773 Creates a multi-volume archive, when used in conjunction with
9774 @option{--create} (@option{-c}). To perform any other operation on a multi-volume
9775 archive, specify @option{--multi-volume} in conjunction with that
9776 operation.
9777
9778 @item --info-script=@var{program-file}
9779 @itemx --new-volume-script=@var{program-file}
9780 @itemx -F @var{program-file}
9781 Creates a multi-volume archive via a script. Used in conjunction with
9782 @option{--create} (@option{-c}). @xref{info-script}, dor a detailed discussion.
9783 @end table
9784
9785 Beware that there is @emph{no} real standard about the proper way, for
9786 a @command{tar} archive, to span volume boundaries. If you have a
9787 multi-volume created by some vendor's @command{tar}, there is almost
9788 no chance you could read all the volumes with @GNUTAR{}.
9789 The converse is also true: you may not expect
9790 multi-volume archives created by @GNUTAR{} to be
9791 fully recovered by vendor's @command{tar}. Since there is little
9792 chance that, in mixed system configurations, some vendor's
9793 @command{tar} will work on another vendor's machine, and there is a
9794 great chance that @GNUTAR{} will work on most of
9795 them, your best bet is to install @GNUTAR{} on all
9796 machines between which you know exchange of files is possible.
9797
9798 @node Tape Files
9799 @subsection Tape Files
9800 @UNREVISED
9801
9802 To give the archive a name which will be recorded in it, use the
9803 @option{--label=@var{volume-label}} (@option{-V @var{volume-label}})
9804 option. This will write a special block identifying
9805 @var{volume-label} as the name of the archive to the front of the
9806 archive which will be displayed when the archive is listed with
9807 @option{--list}. If you are creating a multi-volume archive with
9808 @option{--multi-volume} (@pxref{Using Multiple Tapes}), then the
9809 volume label will have @samp{Volume @var{nnn}} appended to the name
9810 you give, where @var{nnn} is the number of the volume of the archive.
9811 (If you use the @option{--label=@var{volume-label}}) option when
9812 reading an archive, it checks to make sure the label on the tape
9813 matches the one you give. @xref{label}.
9814
9815 When @command{tar} writes an archive to tape, it creates a single
9816 tape file. If multiple archives are written to the same tape, one
9817 after the other, they each get written as separate tape files. When
9818 extracting, it is necessary to position the tape at the right place
9819 before running @command{tar}. To do this, use the @command{mt} command.
9820 For more information on the @command{mt} command and on the organization
9821 of tapes into a sequence of tape files, see @ref{mt}.
9822
9823 People seem to often do:
9824
9825 @smallexample
9826 @kbd{--label="@var{some-prefix} `date +@var{some-format}`"}
9827 @end smallexample
9828
9829 or such, for pushing a common date in all volumes or an archive set.
9830
9831 @node Tarcat
9832 @subsection Concatenate Volumes into a Single Archive
9833
9834 @pindex tarcat
9835 Sometimes it is necessary to convert existing @GNUTAR{} multi-volume
9836 archive to a single @command{tar} archive. Simply concatenating all
9837 volumes into one will not work, since each volume carries an additional
9838 information at the beginning. @GNUTAR{} is shipped with the shell
9839 script @command{tarcat} designed for this purpose.
9840
9841 The script takes a list of files comprising a multi-volume archive
9842 and creates the resulting archive at the standard output. For example:
9843
9844 @smallexample
9845 @kbd{tarcat vol.1 vol.2 vol.3 | tar tf -}
9846 @end smallexample
9847
9848 The script implements a simple heuristics to determine the format of
9849 the first volume file and to decide how to process the rest of the
9850 files. However, it makes no attempt to verify whether the files are
9851 given in order or even if they are valid @command{tar} archives.
9852 It uses @command{dd} and does not filter its standard error, so you
9853 will usually see lots of spurious messages.
9854
9855 @FIXME{The script is not installed. Should we install it?}
9856
9857 @node label
9858 @section Including a Label in the Archive
9859 @cindex Labeling an archive
9860 @cindex Labels on the archive media
9861 @UNREVISED
9862
9863 @opindex label
9864 To avoid problems caused by misplaced paper labels on the archive
9865 media, you can include a @dfn{label} entry---an archive member which
9866 contains the name of the archive---in the archive itself. Use the
9867 @option{--label=@var{archive-label}} (@option{-V @var{archive-label}})
9868 option in conjunction with the @option{--create} operation to include
9869 a label entry in the archive as it is being created.
9870
9871 @table @option
9872 @item --label=@var{archive-label}
9873 @itemx -V @var{archive-label}
9874 Includes an @dfn{archive-label} at the beginning of the archive when
9875 the archive is being created, when used in conjunction with the
9876 @option{--create} operation. Checks to make sure the archive label
9877 matches the one specified (when used in conjunction with any other
9878 operation.
9879 @end table
9880
9881 If you create an archive using both
9882 @option{--label=@var{archive-label}} (@option{-V @var{archive-label}})
9883 and @option{--multi-volume} (@option{-M}), each volume of the archive
9884 will have an archive label of the form @samp{@var{archive-label}
9885 Volume @var{n}}, where @var{n} is 1 for the first volume, 2 for the
9886 next, and so on. @xref{Using Multiple Tapes}, for information on
9887 creating multiple volume archives.
9888
9889 @cindex Volume label, listing
9890 @cindex Listing volume label
9891 The volume label will be displayed by @option{--list} along with
9892 the file contents. If verbose display is requested, it will also be
9893 explicitely marked as in the example below:
9894
9895 @smallexample
9896 @group
9897 $ @kbd{tar --verbose --list --file=iamanarchive}
9898 V--------- 0 0 0 1992-03-07 12:01 iamalabel--Volume Header--
9899 -rw-r--r-- ringo user 40 1990-05-21 13:30 iamafilename
9900 @end group
9901 @end smallexample
9902
9903 @opindex test-label
9904 @anchor{--test-label option}
9905 However, @option{--list} option will cause listing entire
9906 contents of the archive, which may be undesirable (for example, if the
9907 archive is stored on a tape). You can request checking only the volume
9908 by specifying @option{--test-label} option. This option reads only the
9909 first block of an archive, so it can be used with slow storage
9910 devices. For example:
9911
9912 @smallexample
9913 @group
9914 $ @kbd{tar --test-label --file=iamanarchive}
9915 iamalabel
9916 @end group
9917 @end smallexample
9918
9919 If @option{--test-label} is used with a single command line
9920 argument, @command{tar} compares the volume label with the
9921 argument. It exits with code 0 if the two strings match, and with code
9922 2 otherwise. In this case no output is displayed. For example:
9923
9924 @smallexample
9925 @group
9926 $ @kbd{tar --test-label --file=iamanarchive 'iamalable'}
9927 @result{} 0
9928 $ @kbd{tar --test-label --file=iamanarchive 'iamalable' alabel}
9929 @result{} 1
9930 @end group
9931 @end smallexample
9932
9933 If you request any operation, other than @option{--create}, along
9934 with using @option{--label} option, @command{tar} will first check if
9935 the archive label matches the one specified and will refuse to proceed
9936 if it does not. Use this as a safety precaution to avoid accidentally
9937 overwriting existing archives. For example, if you wish to add files
9938 to @file{archive}, presumably labelled with string @samp{My volume},
9939 you will get:
9940
9941 @smallexample
9942 @group
9943 $ @kbd{tar -rf archive --label 'My volume' .}
9944 tar: Archive not labeled to match `My volume'
9945 @end group
9946 @end smallexample
9947
9948 @noindent
9949 in case its label does not match. This will work even if
9950 @file{archive} is not labelled at all.
9951
9952 Similarly, @command{tar} will refuse to list or extract the
9953 archive if its label doesn't match the @var{archive-label}
9954 specified. In those cases, @var{archive-label} argument is interpreted
9955 as a globbing-style pattern which must match the actual magnetic
9956 volume label. @xref{exclude}, for a precise description of how match
9957 is attempted@footnote{Previous versions of @command{tar} used full
9958 regular expression matching, or before that, only exact string
9959 matching, instead of wildcard matchers. We decided for the sake of
9960 simplicity to use a uniform matching device through
9961 @command{tar}.}. If the switch @option{--multi-volume} (@option{-M}) is being used,
9962 the volume label matcher will also suffix @var{archive-label} by
9963 @w{@samp{ Volume [1-9]*}} if the initial match fails, before giving
9964 up. Since the volume numbering is automatically added in labels at
9965 creation time, it sounded logical to equally help the user taking care
9966 of it when the archive is being read.
9967
9968 The @option{--label} was once called @option{--volume}, but is not
9969 available under that name anymore.
9970
9971 You can also use @option{--label} to get a common information on
9972 all tapes of a series. For having this information different in each
9973 series created through a single script used on a regular basis, just
9974 manage to get some date string as part of the label. For example:
9975
9976 @smallexample
9977 @group
9978 $ @kbd{tar cfMV /dev/tape "Daily backup for `date +%Y-%m-%d`"}
9979 $ @kbd{tar --create --file=/dev/tape --multi-volume \
9980 --volume="Daily backup for `date +%Y-%m-%d`"}
9981 @end group
9982 @end smallexample
9983
9984 Also note that each label has its own date and time, which corresponds
9985 to when @GNUTAR{} initially attempted to write it,
9986 often soon after the operator launches @command{tar} or types the
9987 carriage return telling that the next tape is ready. Comparing date
9988 labels does give an idea of tape throughput only if the delays for
9989 rewinding tapes and the operator switching them were negligible, which
9990 is usually not the case.
9991
9992 @node verify
9993 @section Verifying Data as It is Stored
9994 @cindex Verifying a write operation
9995 @cindex Double-checking a write operation
9996
9997 @table @option
9998 @item -W
9999 @itemx --verify
10000 @opindex verify, short description
10001 Attempt to verify the archive after writing.
10002 @end table
10003
10004 This option causes @command{tar} to verify the archive after writing it.
10005 Each volume is checked after it is written, and any discrepancies
10006 are recorded on the standard error output.
10007
10008 Verification requires that the archive be on a back-space-able medium.
10009 This means pipes, some cartridge tape drives, and some other devices
10010 cannot be verified.
10011
10012 You can insure the accuracy of an archive by comparing files in the
10013 system with archive members. @command{tar} can compare an archive to the
10014 file system as the archive is being written, to verify a write
10015 operation, or can compare a previously written archive, to insure that
10016 it is up to date.
10017
10018 @opindex verify, using with @option{--create}
10019 @opindex create, using with @option{--verify}
10020 To check for discrepancies in an archive immediately after it is
10021 written, use the @option{--verify} (@option{-W}) option in conjunction with
10022 the @option{--create} operation. When this option is
10023 specified, @command{tar} checks archive members against their counterparts
10024 in the file system, and reports discrepancies on the standard error.
10025
10026 To verify an archive, you must be able to read it from before the end
10027 of the last written entry. This option is useful for detecting data
10028 errors on some tapes. Archives written to pipes, some cartridge tape
10029 drives, and some other devices cannot be verified.
10030
10031 One can explicitly compare an already made archive with the file
10032 system by using the @option{--compare} (@option{--diff}, @option{-d})
10033 option, instead of using the more automatic @option{--verify} option.
10034 @xref{compare}.
10035
10036 Note that these two options have a slightly different intent. The
10037 @option{--compare} option checks how identical are the logical contents of some
10038 archive with what is on your disks, while the @option{--verify} option is
10039 really for checking if the physical contents agree and if the recording
10040 media itself is of dependable quality. So, for the @option{--verify}
10041 operation, @command{tar} tries to defeat all in-memory cache pertaining to
10042 the archive, while it lets the speed optimization undisturbed for the
10043 @option{--compare} option. If you nevertheless use @option{--compare} for
10044 media verification, you may have to defeat the in-memory cache yourself,
10045 maybe by opening and reclosing the door latch of your recording unit,
10046 forcing some doubt in your operating system about the fact this is really
10047 the same volume as the one just written or read.
10048
10049 The @option{--verify} option would not be necessary if drivers were indeed
10050 able to detect dependably all write failures. This sometimes require many
10051 magnetic heads, some able to read after the writes occurred. One would
10052 not say that drivers unable to detect all cases are necessarily flawed,
10053 as long as programming is concerned.
10054
10055 The @option{--verify} (@option{-W}) option will not work in
10056 conjunction with the @option{--multi-volume} (@option{-M}) option or
10057 the @option{--append} (@option{-r}), @option{--update} (@option{-u})
10058 and @option{--delete} operations. @xref{Operations}, for more
10059 information on these operations.
10060
10061 Also, since @command{tar} normally strips leading @samp{/} from file
10062 names (@pxref{absolute}), a command like @samp{tar --verify -cf
10063 /tmp/foo.tar /etc} will work as desired only if the working directory is
10064 @file{/}, as @command{tar} uses the archive's relative member names
10065 (e.g., @file{etc/motd}) when verifying the archive.
10066
10067 @node Write Protection
10068 @section Write Protection
10069
10070 Almost all tapes and diskettes, and in a few rare cases, even disks can
10071 be @dfn{write protected}, to protect data on them from being changed.
10072 Once an archive is written, you should write protect the media to prevent
10073 the archive from being accidentally overwritten or deleted. (This will
10074 protect the archive from being changed with a tape or floppy drive---it
10075 will not protect it from magnet fields or other physical hazards).
10076
10077 The write protection device itself is usually an integral part of the
10078 physical media, and can be a two position (write enabled/write
10079 disabled) switch, a notch which can be popped out or covered, a ring
10080 which can be removed from the center of a tape reel, or some other
10081 changeable feature.
10082
10083 @node Changes
10084 @appendix Changes
10085
10086 This appendix lists some important user-visible changes between
10087 version @GNUTAR{} @value{VERSION} and previous versions. An up-to-date
10088 version of this document is available at
10089 @uref{http://www.gnu.org/@/software/@/tar/manual/changes.html,the
10090 @GNUTAR{} documentation page}.
10091
10092 @table @asis
10093 @item Use of globbing patterns when listing and extracting.
10094
10095 Previous versions of GNU tar assumed shell-style globbing when
10096 extracting from or listing an archive. For example:
10097
10098 @smallexample
10099 $ @kbd{tar xf foo.tar '*.c'}
10100 @end smallexample
10101
10102 would extract all files whose names end in @samp{.c}. This behavior
10103 was not documented and was incompatible with traditional tar
10104 implementations. Therefore, starting from version 1.15.91, GNU tar
10105 no longer uses globbing by default. For example, the above invocation
10106 is now interpreted as a request to extract from the archive the file
10107 named @file{*.c}.
10108
10109 To facilitate transition to the new behavior for those users who got
10110 used to the previous incorrect one, @command{tar} will print a warning
10111 if it finds out that a requested member was not found in the archive
10112 and its name looks like a globbing pattern. For example:
10113
10114 @smallexample
10115 $ @kbd{tar xf foo.tar '*.c'}
10116 tar: Pattern matching characters used in file names. Please,
10117 tar: use --wildcards to enable pattern matching, or --no-wildcards to
10118 tar: suppress this warning.
10119 tar: *.c: Not found in archive
10120 tar: Error exit delayed from previous errors
10121 @end smallexample
10122
10123 To treat member names as globbing patterns, use --wildcards option.
10124 If you want to tar to mimic the behavior of versions prior to 1.15.91,
10125 add this option to your @env{TAR_OPTIONS} variable.
10126
10127 @xref{wildcards}, for the detailed discussion of the use of globbing
10128 patterns by @GNUTAR{}.
10129
10130 @item Use of short option @option{-o}.
10131
10132 Earlier versions of @GNUTAR{} understood @option{-o} command line
10133 option as a synonym for @option{--old-archive}.
10134
10135 @GNUTAR{} starting from version 1.13.90 understands this option as
10136 a synonym for @option{--no-same-owner}. This is compatible with
10137 UNIX98 @command{tar} implementations.
10138
10139 However, to facilitate transition, @option{-o} option retains its
10140 old semantics when it is used with one of archive-creation commands.
10141 Users are encouraged to use @option{--format=oldgnu} instead.
10142
10143 It is especially important, since versions of @acronym{GNU} Automake
10144 up to and including 1.8.4 invoke tar with this option to produce
10145 distribution tarballs. @xref{Formats,v7}, for the detailed discussion
10146 of this issue and its implications.
10147
10148 @FIXME{Change the first argument to tar-formats if and when Automake
10149 people accept my patch to the documentation, and the new Automake is
10150 out --Sergey 2006-05-25}.
10151 @xref{Options, tar-v7, Changing Automake's Behavior,
10152 automake, GNU Automake}, for a description on how to use various
10153 archive formats with @command{automake}.
10154
10155 Future versions of @GNUTAR{} will understand @option{-o} only as a
10156 synonym for @option{--no-same-owner}.
10157
10158 @item Use of short option @option{-l}
10159
10160 Earlier versions of @GNUTAR{} understood @option{-l} option as a
10161 synonym for @option{--one-file-system}. Since such usage contradicted
10162 to UNIX98 specification and harmed compatibility with other
10163 implementation, it was declared deprecated in version 1.14. However,
10164 to facilitate transition to its new semantics, it was supported by
10165 versions 1.15 and 1.15.90. The present use of @option{-l} as a short
10166 variant of @option{--check-links} was introduced in version 1.15.91.
10167
10168 @item Use of options @option{--portability} and @option{--old-archive}
10169
10170 These options are deprecated. Please use @option{--format=v7} instead.
10171
10172 @item Use of option @option{--posix}
10173
10174 This option is deprecated. Please use @option{--format=posix} instead.
10175 @end table
10176
10177 @node Configuring Help Summary
10178 @appendix Configuring Help Summary
10179
10180 Running @kbd{tar --help} displays the short @command{tar} option
10181 summary (@pxref{help}). This summary is organised by @dfn{groups} of
10182 semantically close options. The options within each group are printed
10183 in the following order: a short option, eventually followed by a list
10184 of corresponding long option names, followed by a short description of
10185 the option. For example, here is an excerpt from the actual @kbd{tar
10186 --help} output:
10187
10188 @verbatim
10189 Main operation mode:
10190
10191 -A, --catenate, --concatenate append tar files to an archive
10192 -c, --create create a new archive
10193 -d, --diff, --compare find differences between archive and
10194 file system
10195 --delete delete from the archive
10196 @end verbatim
10197
10198 @vrindex ARGP_HELP_FMT, environment variable
10199 The exact visual representation of the help output is configurable via
10200 @env{ARGP_HELP_FMT} environment variable. The value of this variable
10201 is a comma-separated list of @dfn{format variable} assignments. There
10202 are two kinds of format variables. An @dfn{offset variable} keeps the
10203 offset of some part of help output text from the leftmost column on
10204 the screen. A @dfn{boolean} variable is a flag that toggles some
10205 output feature on or off. Depending on the type of the corresponding
10206 variable, there are two kinds of assignments:
10207
10208 @table @asis
10209 @item Offset assignment
10210
10211 The assignment to an offset variable has the following syntax:
10212
10213 @smallexample
10214 @var{variable}=@var{value}
10215 @end smallexample
10216
10217 @noindent
10218 where @var{variable} is the variable name, and @var{value} is a
10219 numeric value to be assigned to the variable.
10220
10221 @item Boolean assignment
10222
10223 To assign @code{true} value to a variable, simply put this variable name. To
10224 assign @code{false} value, prefix the variable name with @samp{no-}. For
10225 example:
10226
10227 @smallexample
10228 @group
10229 # Assign @code{true} value:
10230 dup-args
10231 # Assign @code{false} value:
10232 no-dup-args
10233 @end group
10234 @end smallexample
10235 @end table
10236
10237 Following variables are declared:
10238
10239 @deftypevr {Help Output} boolean dup-args
10240 If true, arguments for an option are shown with both short and long
10241 options, even when a given option has both forms, for example:
10242
10243 @smallexample
10244 -f ARCHIVE, --file=ARCHIVE use archive file or device ARCHIVE
10245 @end smallexample
10246
10247 If false, then if an option has both short and long forms, the
10248 argument is only shown with the long one, for example:
10249
10250 @smallexample
10251 -f, --file=ARCHIVE use archive file or device ARCHIVE
10252 @end smallexample
10253
10254 @noindent
10255 and a message indicating that the argument is applicable to both
10256 forms is printed below the options. This message can be disabled
10257 using @code{dup-args-note} (see below).
10258
10259 The default is false.
10260 @end deftypevr
10261
10262 @deftypevr {Help Output} boolean dup-args-note
10263 If this variable is true, which is the default, the following notice
10264 is displayed at the end of the help output:
10265
10266 @quotation
10267 Mandatory or optional arguments to long options are also mandatory or
10268 optional for any corresponding short options.
10269 @end quotation
10270
10271 Setting @code{no-dup-args-note} inhibits this message. Normally, only one of
10272 variables @code{dup-args} or @code{dup-args-note} should be set.
10273 @end deftypevr
10274
10275 @deftypevr {Help Output} offset short-opt-col
10276 Column in which short options start. Default is 2.
10277
10278 @smallexample
10279 @group
10280 $ @kbd{tar --help|grep ARCHIVE}
10281 -f, --file=ARCHIVE use archive file or device ARCHIVE
10282 $ @kbd{ARGP_HELP_FMT=short-opt-col=6 tar --help|grep ARCHIVE}
10283 -f, --file=ARCHIVE use archive file or device ARCHIVE
10284 @end group
10285 @end smallexample
10286 @end deftypevr
10287
10288 @deftypevr {Help Output} offset long-opt-col
10289 Column in which long options start. Default is 6. For example:
10290
10291 @smallexample
10292 @group
10293 $ @kbd{tar --help|grep ARCHIVE}
10294 -f, --file=ARCHIVE use archive file or device ARCHIVE
10295 $ @kbd{ARGP_HELP_FMT=long-opt-col=16 tar --help|grep ARCHIVE}
10296 -f, --file=ARCHIVE use archive file or device ARCHIVE
10297 @end group
10298 @end smallexample
10299 @end deftypevr
10300
10301 @deftypevr {Help Output} offset doc-opt-col
10302 Column in which @dfn{doc options} start. A doc option isn't actually
10303 an option, but rather an arbitrary piece of documentation that is
10304 displayed in much the same manner as the options. For example, in
10305 the description of @option{--format} option:
10306
10307 @smallexample
10308 @group
10309 -H, --format=FORMAT create archive of the given format.
10310
10311 FORMAT is one of the following:
10312
10313 gnu GNU tar 1.13.x format
10314 oldgnu GNU format as per tar <= 1.12
10315 pax POSIX 1003.1-2001 (pax) format
10316 posix same as pax
10317 ustar POSIX 1003.1-1988 (ustar) format
10318 v7 old V7 tar format
10319 @end group
10320 @end smallexample
10321
10322 @noindent
10323 the format names are doc options. Thus, if you set
10324 @kbd{ARGP_HELP_FMT=doc-opt-col=6} the above part of the help output
10325 will look as follows:
10326
10327 @smallexample
10328 @group
10329 -H, --format=FORMAT create archive of the given format.
10330
10331 FORMAT is one of the following:
10332
10333 gnu GNU tar 1.13.x format
10334 oldgnu GNU format as per tar <= 1.12
10335 pax POSIX 1003.1-2001 (pax) format
10336 posix same as pax
10337 ustar POSIX 1003.1-1988 (ustar) format
10338 v7 old V7 tar format
10339 @end group
10340 @end smallexample
10341 @end deftypevr
10342
10343 @deftypevr {Help Output} offset opt-doc-col
10344 Column in which option description starts. Default is 29.
10345
10346 @smallexample
10347 @group
10348 $ @kbd{tar --help|grep ARCHIVE}
10349 -f, --file=ARCHIVE use archive file or device ARCHIVE
10350 $ @kbd{ARGP_HELP_FMT=opt-doc-col=19 tar --help|grep ARCHIVE}
10351 -f, --file=ARCHIVE use archive file or device ARCHIVE
10352 $ @kbd{ARGP_HELP_FMT=opt-doc-col=9 tar --help|grep ARCHIVE}
10353 -f, --file=ARCHIVE
10354 use archive file or device ARCHIVE
10355 @end group
10356 @end smallexample
10357
10358 @noindent
10359 Notice, that the description starts on a separate line if
10360 @code{opt-doc-col} value is too small.
10361 @end deftypevr
10362
10363 @deftypevr {Help Output} offset header-col
10364 Column in which @dfn{group headers} are printed. A group header is a
10365 descriptive text preceding an option group. For example, in the
10366 following text:
10367
10368 @verbatim
10369 Main operation mode:
10370
10371 -A, --catenate, --concatenate append tar files to
10372 an archive
10373 -c, --create create a new archive
10374 @end verbatim
10375 @noindent
10376 @samp{Main operation mode:} is the group header.
10377
10378 The default value is 1.
10379 @end deftypevr
10380
10381 @deftypevr {Help Output} offset usage-indent
10382 Indentation of wrapped usage lines. Affects @option{--usage}
10383 output. Default is 12.
10384 @end deftypevr
10385
10386 @deftypevr {Help Output} offset rmargin
10387 Right margin of the text output. Used for wrapping.
10388 @end deftypevr
10389
10390 @node Genfile
10391 @appendix Genfile
10392 @include genfile.texi
10393
10394 @node Snapshot Files
10395 @appendix Format of the Incremental Snapshot Files
10396 @include snapshot.texi
10397
10398 @node Free Software Needs Free Documentation
10399 @appendix Free Software Needs Free Documentation
10400 @include freemanuals.texi
10401
10402 @node Copying This Manual
10403 @appendix Copying This Manual
10404
10405 @menu
10406 * GNU Free Documentation License:: License for copying this manual
10407 @end menu
10408
10409 @include fdl.texi
10410
10411 @node Index of Command Line Options
10412 @appendix Index of Command Line Options
10413
10414 This appendix contains an index of all @GNUTAR{} long command line
10415 options. The options are listed without the preceeding double-dash.
10416
10417 @FIXME{@itemize
10418 @item Make sure @emph{all} options are indexed.
10419 @item Provide an index of short options
10420 @end itemize}
10421
10422 @printindex op
10423
10424 @node Index
10425 @appendix Index
10426
10427 @printindex cp
10428
10429 @summarycontents
10430 @contents
10431 @bye
10432
10433 @c Local variables:
10434 @c texinfo-column-for-description: 32
10435 @c End:
This page took 0.474083 seconds and 5 git commands to generate.