]> 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 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
6950 @item @var{number}
6951 Only replace the @var{number}th match of the @var{regexp}.
6952
6953 Note: the @var{posix} standard does not specify what should happen
6954 when you mix the @samp{g} and @var{number} modifiers. @GNUTAR{}
6955 follows the GNU @command{sed} implementation in this regard, so
6956 the the interaction is defined to be: ignore matches before the
6957 @var{number}th, and then match and replace all matches from the
6958 @var{number}th on.
6959
6960 @end table
6961
6962 Any delimiter can be used in lieue of @samp{/}, the only requirement being
6963 that it be used consistently throughout the expression. For example,
6964 the following two expressions are equivalent:
6965
6966 @smallexample
6967 @group
6968 s/one/two/
6969 s,one,two,
6970 @end group
6971 @end smallexample
6972
6973 Changing of delimiter is often useful when the @var{regex} contains
6974 slashes. For example, it is more convenient to write:
6975
6976 @smallexample
6977 s,/,-,
6978 @end smallexample
6979
6980 @noindent
6981 instead of
6982
6983 @smallexample
6984 s/\//-/
6985 @end smallexample
6986
6987 Here are several examples of @option{--transform} usage:
6988
6989 @enumerate
6990 @item Extract @file{usr/} hierarchy into @file{usr/local/}:
6991
6992 @smallexample
6993 $ @kbd{tar --transform='s,usr/,usr/local/,' -x arch.tar}
6994 @end smallexample
6995
6996 @item Strip two leading directory components (equivalent to
6997 @option{--strip-components=2}):
6998
6999 @smallexample
7000 $ @kbd{tar --transform='s,/*[^/]*/[^/]*/,,' -x arch.tar}
7001 @end smallexample
7002
7003 @item Prepend @file{/prefix/} to each file name:
7004
7005 @smallexample
7006 $ @kbd{tar --transform 's,^,/prefix/,' -x arch.tar}
7007 @end smallexample
7008
7009 @item Convert each file name to lower case:
7010
7011 @smallexample
7012 $ @kbd{tar --transform 's/.*/\L&/' -x arch.tar}
7013 @end smallexample
7014
7015 @end enumerate
7016
7017 Unlike @option{--strip-components}, @option{--transform} can be used
7018 in any @GNUTAR{} operation mode. For example, the following command
7019 adds files to the archive while replacing the leading @file{usr/}
7020 component with @file{var/}:
7021
7022 @smallexample
7023 $ @kbd{tar -cf arch.tar --transform='s,^usr/,var/,' /}
7024 @end smallexample
7025
7026 To test @option{--transform} effect we suggest to use
7027 @option{--show-transformed-names}:
7028
7029 @smallexample
7030 $ @kbd{tar -cf arch.tar --transform='s,^usr/,var/,' \
7031 --verbose --show-transformed-names /}
7032 @end smallexample
7033
7034 @node after
7035 @section Operating Only on New Files
7036 @UNREVISED
7037
7038 @cindex Excluding file by age
7039 @cindex Data Modification time, excluding files by
7040 @cindex Modification time, excluding files by
7041 @cindex Age, excluding files by
7042 The @option{--after-date=@var{date}} (@option{--newer=@var{date}},
7043 @option{-N @var{date}}) option causes @command{tar} to only work on
7044 files whose data modification or status change times are newer than
7045 the @var{date} given. If @var{date} starts with @samp{/} or @samp{.},
7046 it is taken to be a file name; the data modification time of that file
7047 is used as the date. If you use this option when creating or appending
7048 to an archive, the archive will only include new files. If you use
7049 @option{--after-date} when extracting an archive, @command{tar} will
7050 only extract files newer than the @var{date} you specify.
7051
7052 If you only want @command{tar} to make the date comparison based on
7053 modification of the file's data (rather than status
7054 changes), then use the @option{--newer-mtime=@var{date}} option.
7055
7056 You may use these options with any operation. Note that these options
7057 differ from the @option{--update} (@option{-u}) operation in that they
7058 allow you to specify a particular date against which @command{tar} can
7059 compare when deciding whether or not to archive the files.
7060
7061 @table @option
7062 @opindex after-date
7063 @opindex newer
7064 @item --after-date=@var{date}
7065 @itemx --newer=@var{date}
7066 @itemx -N @var{date}
7067 Only store files newer than @var{date}.
7068
7069 Acts on files only if their data modification or status change times are
7070 later than @var{date}. Use in conjunction with any operation.
7071
7072 If @var{date} starts with @samp{/} or @samp{.}, it is taken to be a file
7073 name; the data modification time of that file is used as the date.
7074
7075 @opindex newer-mtime
7076 @item --newer-mtime=@var{date}
7077 Acts like @option{--after-date}, but only looks at data modification times.
7078 @end table
7079
7080 These options limit @command{tar} to operate only on files which have
7081 been modified after the date specified. A file's status is considered to have
7082 changed if its contents have been modified, or if its owner,
7083 permissions, and so forth, have been changed. (For more information on
7084 how to specify a date, see @ref{Date input formats}; remember that the
7085 entire date argument must be quoted if it contains any spaces.)
7086
7087 Gurus would say that @option{--after-date} tests both the data
7088 modification time (@code{mtime}, the time the contents of the file
7089 were last modified) and the status change time (@code{ctime}, the time
7090 the file's status was last changed: owner, permissions, etc.@:)
7091 fields, while @option{--newer-mtime} tests only the @code{mtime}
7092 field.
7093
7094 To be precise, @option{--after-date} checks @emph{both} @code{mtime} and
7095 @code{ctime} and processes the file if either one is more recent than
7096 @var{date}, while @option{--newer-mtime} only checks @code{mtime} and
7097 disregards @code{ctime}. Neither does it use @code{atime} (the last time the
7098 contents of the file were looked at).
7099
7100 Date specifiers can have embedded spaces. Because of this, you may need
7101 to quote date arguments to keep the shell from parsing them as separate
7102 arguments. For example, the following command will add to the archive
7103 all the files modified less than two days ago:
7104
7105 @smallexample
7106 $ @kbd{tar -cf foo.tar --newer-mtime '2 days ago'}
7107 @end smallexample
7108
7109 @quotation
7110 @strong{Please Note:} @option{--after-date} and @option{--newer-mtime}
7111 should not be used for incremental backups. @xref{Incremental Dumps},
7112 for proper way of creating incremental backups.
7113 @end quotation
7114
7115 @node recurse
7116 @section Descending into Directories
7117 @UNREVISED
7118 @cindex Avoiding recursion in directories
7119 @cindex Descending directories, avoiding
7120 @cindex Directories, avoiding recursion
7121 @cindex Recursion in directories, avoiding
7122
7123 @FIXME{arrggh! this is still somewhat confusing to me. :-< }
7124
7125 Usually, @command{tar} will recursively explore all directories (either
7126 those given on the command line or through the @option{--files-from}
7127 option) for the various files they contain. However, you may not always
7128 want @command{tar} to act this way.
7129
7130 @opindex no-recursion
7131 The @option{--no-recursion} option inhibits @command{tar}'s recursive descent
7132 into specified directories. If you specify @option{--no-recursion}, you can
7133 use the @command{find} utility for hunting through levels of directories to
7134 construct a list of file names which you could then pass to @command{tar}.
7135 @command{find} allows you to be more selective when choosing which files to
7136 archive; see @ref{files}, for more information on using @command{find} with
7137 @command{tar}, or look.
7138
7139 @table @option
7140 @item --no-recursion
7141 Prevents @command{tar} from recursively descending directories.
7142
7143 @opindex recursion
7144 @item --recursion
7145 Requires @command{tar} to recursively descend directories.
7146 This is the default.
7147 @end table
7148
7149 When you use @option{--no-recursion}, @GNUTAR{} grabs
7150 directory entries themselves, but does not descend on them
7151 recursively. Many people use @command{find} for locating files they
7152 want to back up, and since @command{tar} @emph{usually} recursively
7153 descends on directories, they have to use the @samp{@w{-not -type d}}
7154 test in their @command{find} invocation (@pxref{Type, Type, Type test,
7155 find, Finding Files}), as they usually do not want all the files in a
7156 directory. They then use the @option{--files-from} option to archive
7157 the files located via @command{find}.
7158
7159 The problem when restoring files archived in this manner is that the
7160 directories themselves are not in the archive; so the
7161 @option{--same-permissions} (@option{--preserve-permissions},
7162 @option{-p}) option does not affect them---while users might really
7163 like it to. Specifying @option{--no-recursion} is a way to tell
7164 @command{tar} to grab only the directory entries given to it, adding
7165 no new files on its own. To summarize, if you use @command{find} to
7166 create a list of files to be stored in an archive, use it as follows:
7167
7168 @smallexample
7169 @group
7170 $ @kbd{find @var{dir} @var{tests} | \
7171 tar -cf @var{archive} -T - --no-recursion}
7172 @end group
7173 @end smallexample
7174
7175 The @option{--no-recursion} option also applies when extracting: it
7176 causes @command{tar} to extract only the matched directory entries, not
7177 the files under those directories.
7178
7179 The @option{--no-recursion} option also affects how globbing patterns
7180 are interpreted (@pxref{controlling pattern-matching}).
7181
7182 The @option{--no-recursion} and @option{--recursion} options apply to
7183 later options and operands, and can be overridden by later occurrences
7184 of @option{--no-recursion} and @option{--recursion}. For example:
7185
7186 @smallexample
7187 $ @kbd{tar -cf jams.tar --no-recursion grape --recursion grape/concord}
7188 @end smallexample
7189
7190 @noindent
7191 creates an archive with one entry for @file{grape}, and the recursive
7192 contents of @file{grape/concord}, but no entries under @file{grape}
7193 other than @file{grape/concord}.
7194
7195 @node one
7196 @section Crossing File System Boundaries
7197 @cindex File system boundaries, not crossing
7198 @UNREVISED
7199
7200 @command{tar} will normally automatically cross file system boundaries in
7201 order to archive files which are part of a directory tree. You can
7202 change this behavior by running @command{tar} and specifying
7203 @option{--one-file-system}. This option only affects files that are
7204 archived because they are in a directory that is being archived;
7205 @command{tar} will still archive files explicitly named on the command line
7206 or through @option{--files-from}, regardless of where they reside.
7207
7208 @table @option
7209 @opindex one-file-system
7210 @item --one-file-system
7211 Prevents @command{tar} from crossing file system boundaries when
7212 archiving. Use in conjunction with any write operation.
7213 @end table
7214
7215 The @option{--one-file-system} option causes @command{tar} to modify its
7216 normal behavior in archiving the contents of directories. If a file in
7217 a directory is not on the same file system as the directory itself, then
7218 @command{tar} will not archive that file. If the file is a directory
7219 itself, @command{tar} will not archive anything beneath it; in other words,
7220 @command{tar} will not cross mount points.
7221
7222 This option is useful for making full or incremental archival backups of
7223 a file system. If this option is used in conjunction with
7224 @option{--verbose} (@option{-v}), files that are excluded are
7225 mentioned by name on the standard error.
7226
7227 @menu
7228 * directory:: Changing Directory
7229 * absolute:: Absolute File Names
7230 @end menu
7231
7232 @node directory
7233 @subsection Changing the Working Directory
7234 @UNREVISED
7235
7236 @FIXME{need to read over this node now for continuity; i've switched
7237 things around some.}
7238
7239 @cindex Changing directory mid-stream
7240 @cindex Directory, changing mid-stream
7241 @cindex Working directory, specifying
7242 To change the working directory in the middle of a list of file names,
7243 either on the command line or in a file specified using
7244 @option{--files-from} (@option{-T}), use @option{--directory} (@option{-C}).
7245 This will change the working directory to the specified directory
7246 after that point in the list.
7247
7248 @table @option
7249 @opindex directory
7250 @item --directory=@var{directory}
7251 @itemx -C @var{directory}
7252 Changes the working directory in the middle of a command line.
7253 @end table
7254
7255 For example,
7256
7257 @smallexample
7258 $ @kbd{tar -c -f jams.tar grape prune -C food cherry}
7259 @end smallexample
7260
7261 @noindent
7262 will place the files @file{grape} and @file{prune} from the current
7263 directory into the archive @file{jams.tar}, followed by the file
7264 @file{cherry} from the directory @file{food}. This option is especially
7265 useful when you have several widely separated files that you want to
7266 store in the same archive.
7267
7268 Note that the file @file{cherry} is recorded in the archive under the
7269 precise name @file{cherry}, @emph{not} @file{food/cherry}. Thus, the
7270 archive will contain three files that all appear to have come from the
7271 same directory; if the archive is extracted with plain @samp{tar
7272 --extract}, all three files will be written in the current directory.
7273
7274 Contrast this with the command,
7275
7276 @smallexample
7277 $ @kbd{tar -c -f jams.tar grape prune -C food red/cherry}
7278 @end smallexample
7279
7280 @noindent
7281 which records the third file in the archive under the name
7282 @file{red/cherry} so that, if the archive is extracted using
7283 @samp{tar --extract}, the third file will be written in a subdirectory
7284 named @file{orange-colored}.
7285
7286 You can use the @option{--directory} option to make the archive
7287 independent of the original name of the directory holding the files.
7288 The following command places the files @file{/etc/passwd},
7289 @file{/etc/hosts}, and @file{/lib/libc.a} into the archive
7290 @file{foo.tar}:
7291
7292 @smallexample
7293 $ @kbd{tar -c -f foo.tar -C /etc passwd hosts -C /lib libc.a}
7294 @end smallexample
7295
7296 @noindent
7297 However, the names of the archive members will be exactly what they were
7298 on the command line: @file{passwd}, @file{hosts}, and @file{libc.a}.
7299 They will not appear to be related by file name to the original
7300 directories where those files were located.
7301
7302 Note that @option{--directory} options are interpreted consecutively. If
7303 @option{--directory} specifies a relative file name, it is interpreted
7304 relative to the then current directory, which might not be the same as
7305 the original current working directory of @command{tar}, due to a previous
7306 @option{--directory} option.
7307
7308 When using @option{--files-from} (@pxref{files}), you can put various
7309 @command{tar} options (including @option{-C}) in the file list. Notice,
7310 however, that in this case the option and its argument may not be
7311 separated by whitespace. If you use short option, its argument must
7312 either follow the option letter immediately, without any intervening
7313 whitespace, or occupy the next line. Otherwise, if you use long
7314 option, separate its argument by an equal sign.
7315
7316 For instance, the file list for the above example will be:
7317
7318 @smallexample
7319 @group
7320 -C
7321 /etc
7322 passwd
7323 hosts
7324 -C
7325 /lib
7326 libc.a
7327 @end group
7328 @end smallexample
7329
7330 @noindent
7331 To use it, you would invoke @command{tar} as follows:
7332
7333 @smallexample
7334 $ @kbd{tar -c -f foo.tar --files-from list}
7335 @end smallexample
7336
7337 Notice also that you can only use the short option variant in the file
7338 list, i.e., always use @option{-C}, not @option{--directory}.
7339
7340 The interpretation of @option{--directory} is disabled by
7341 @option{--null} option.
7342
7343 @node absolute
7344 @subsection Absolute File Names
7345 @UNREVISED
7346
7347 @table @option
7348 @opindex absolute-names
7349 @item --absolute-names
7350 @itemx -P
7351 Do not strip leading slashes from file names, and permit file names
7352 containing a @file{..} file name component.
7353 @end table
7354
7355 By default, @GNUTAR{} drops a leading @samp{/} on
7356 input or output, and complains about file names containing a @file{..}
7357 component. This option turns off this behavior.
7358
7359 When @command{tar} extracts archive members from an archive, it strips any
7360 leading slashes (@samp{/}) from the member name. This causes absolute
7361 member names in the archive to be treated as relative file names. This
7362 allows you to have such members extracted wherever you want, instead of
7363 being restricted to extracting the member in the exact directory named
7364 in the archive. For example, if the archive member has the name
7365 @file{/etc/passwd}, @command{tar} will extract it as if the name were
7366 really @file{etc/passwd}.
7367
7368 File names containing @file{..} can cause problems when extracting, so
7369 @command{tar} normally warns you about such files when creating an
7370 archive, and rejects attempts to extracts such files.
7371
7372 Other @command{tar} programs do not do this. As a result, if you
7373 create an archive whose member names start with a slash, they will be
7374 difficult for other people with a non-@GNUTAR{}
7375 program to use. Therefore, @GNUTAR{} also strips
7376 leading slashes from member names when putting members into the
7377 archive. For example, if you ask @command{tar} to add the file
7378 @file{/bin/ls} to an archive, it will do so, but the member name will
7379 be @file{bin/ls}.@footnote{A side effect of this is that when
7380 @option{--create} is used with @option{--verbose} the resulting output
7381 is not, generally speaking, the same as the one you'd get running
7382 @kbd{tar --list} command. This may be important if you use some
7383 scripts for comparing both outputs. @xref{listing member and file names},
7384 for the information on how to handle this case.}
7385
7386 If you use the @option{--absolute-names} (@option{-P}) option,
7387 @command{tar} will do none of these transformations.
7388
7389 To archive or extract files relative to the root directory, specify
7390 the @option{--absolute-names} (@option{-P}) option.
7391
7392 Normally, @command{tar} acts on files relative to the working
7393 directory---ignoring superior directory names when archiving, and
7394 ignoring leading slashes when extracting.
7395
7396 When you specify @option{--absolute-names} (@option{-P}),
7397 @command{tar} stores file names including all superior directory
7398 names, and preserves leading slashes. If you only invoked
7399 @command{tar} from the root directory you would never need the
7400 @option{--absolute-names} option, but using this option
7401 may be more convenient than switching to root.
7402
7403 @FIXME{Should be an example in the tutorial/wizardry section using this
7404 to transfer files between systems.}
7405
7406 @FIXME{Is write access an issue?}
7407
7408 @table @option
7409 @item --absolute-names
7410 Preserves full file names (including superior directory names) when
7411 archiving files. Preserves leading slash when extracting files.
7412
7413 @end table
7414
7415 @FIXME{this is still horrible; need to talk with dan on monday.}
7416
7417 @command{tar} prints out a message about removing the @samp{/} from
7418 file names. This message appears once per @GNUTAR{}
7419 invocation. It represents something which ought to be told; ignoring
7420 what it means can cause very serious surprises, later.
7421
7422 Some people, nevertheless, do not want to see this message. Wanting to
7423 play really dangerously, one may of course redirect @command{tar} standard
7424 error to the sink. For example, under @command{sh}:
7425
7426 @smallexample
7427 $ @kbd{tar -c -f archive.tar /home 2> /dev/null}
7428 @end smallexample
7429
7430 @noindent
7431 Another solution, both nicer and simpler, would be to change to
7432 the @file{/} directory first, and then avoid absolute notation.
7433 For example:
7434
7435 @smallexample
7436 $ @kbd{(cd / && tar -c -f archive.tar home)}
7437 # @i{or}:
7438 $ @kbd{tar -c -f archive.tar -C / home}
7439 @end smallexample
7440
7441 @include getdate.texi
7442
7443 @node Formats
7444 @chapter Controlling the Archive Format
7445
7446 @cindex Tar archive formats
7447 Due to historical reasons, there are several formats of tar archives.
7448 All of them are based on the same principles, but have some subtle
7449 differences that often make them incompatible with each other.
7450
7451 GNU tar is able to create and handle archives in a variety of formats.
7452 The most frequently used formats are (in alphabetical order):
7453
7454 @table @asis
7455 @item gnu
7456 Format used by @GNUTAR{} versions up to 1.13.25. This format derived
7457 from an early @acronym{POSIX} standard, adding some improvements such as
7458 sparse file handling and incremental archives. Unfortunately these
7459 features were implemented in a way incompatible with other archive
7460 formats.
7461
7462 Archives in @samp{gnu} format are able to hold pathnames of unlimited
7463 length.
7464
7465 @item oldgnu
7466 Format used by @GNUTAR{} of versions prior to 1.12.
7467
7468 @item v7
7469 Archive format, compatible with the V7 implementation of tar. This
7470 format imposes a number of limitations. The most important of them
7471 are:
7472
7473 @enumerate
7474 @item The maximum length of a file name is limited to 99 characters.
7475 @item The maximum length of a symbolic link is limited to 99 characters.
7476 @item It is impossible to store special files (block and character
7477 devices, fifos etc.)
7478 @item Maximum value of user or group ID is limited to 2097151 (7777777
7479 octal)
7480 @item V7 archives do not contain symbolic ownership information (user
7481 and group name of the file owner).
7482 @end enumerate
7483
7484 This format has traditionally been used by Automake when producing
7485 Makefiles. This practice will change in the future, in the meantime,
7486 however this means that projects containing filenames more than 99
7487 characters long will not be able to use @GNUTAR{} @value{VERSION} and
7488 Automake prior to 1.9.
7489
7490 @item ustar
7491 Archive format defined by @acronym{POSIX.1-1988} specification. It stores
7492 symbolic ownership information. It is also able to store
7493 special files. However, it imposes several restrictions as well:
7494
7495 @enumerate
7496 @item The maximum length of a file name is limited to 256 characters,
7497 provided that the filename can be split at directory separator in
7498 two parts, first of them being at most 155 bytes long. So, in most
7499 cases the maximum file name length will be shorter than 256
7500 characters.
7501 @item The maximum length of a symbolic link name is limited to
7502 100 characters.
7503 @item Maximum size of a file the archive is able to accomodate
7504 is 8GB
7505 @item Maximum value of UID/GID is 2097151.
7506 @item Maximum number of bits in device major and minor numbers is 21.
7507 @end enumerate
7508
7509 @item star
7510 Format used by J@"org Schilling @command{star}
7511 implementation. @GNUTAR{} is able to read @samp{star} archives but
7512 currently does not produce them.
7513
7514 @item posix
7515 Archive format defined by @acronym{POSIX.1-2001} specification. This is the
7516 most flexible and feature-rich format. It does not impose any
7517 restrictions on file sizes or filename lengths. This format is quite
7518 recent, so not all tar implementations are able to handle it properly.
7519 However, this format is designed in such a way that any tar
7520 implementation able to read @samp{ustar} archives will be able to read
7521 most @samp{posix} archives as well, with the only exception that any
7522 additional information (such as long file names etc.) will in such
7523 case be extracted as plain text files along with the files it refers to.
7524
7525 This archive format will be the default format for future versions
7526 of @GNUTAR{}.
7527
7528 @end table
7529
7530 The following table summarizes the limitations of each of these
7531 formats:
7532
7533 @multitable @columnfractions .10 .20 .20 .20 .20
7534 @headitem Format @tab UID @tab File Size @tab Path Name @tab Devn
7535 @item gnu @tab 1.8e19 @tab Unlimited @tab Unlimited @tab 63
7536 @item oldgnu @tab 1.8e19 @tab Unlimited @tab Unlimited @tab 63
7537 @item v7 @tab 2097151 @tab 8GB @tab 99 @tab n/a
7538 @item ustar @tab 2097151 @tab 8GB @tab 256 @tab 21
7539 @item posix @tab Unlimited @tab Unlimited @tab Unlimited @tab Unlimited
7540 @end multitable
7541
7542 The default format for @GNUTAR{} is defined at compilation
7543 time. You may check it by running @command{tar --help}, and examining
7544 the last lines of its output. Usually, @GNUTAR{} is configured
7545 to create archives in @samp{gnu} format, however, future version will
7546 switch to @samp{posix}.
7547
7548 @menu
7549 * Portability:: Making @command{tar} Archives More Portable
7550 * Compression:: Using Less Space through Compression
7551 * Attributes:: Handling File Attributes
7552 * Standard:: The Standard Format
7553 * Extensions:: @acronym{GNU} Extensions to the Archive Format
7554 * cpio:: Comparison of @command{tar} and @command{cpio}
7555 @end menu
7556
7557 @node Portability
7558 @section Making @command{tar} Archives More Portable
7559
7560 Creating a @command{tar} archive on a particular system that is meant to be
7561 useful later on many other machines and with other versions of @command{tar}
7562 is more challenging than you might think. @command{tar} archive formats
7563 have been evolving since the first versions of Unix. Many such formats
7564 are around, and are not always compatible with each other. This section
7565 discusses a few problems, and gives some advice about making @command{tar}
7566 archives more portable.
7567
7568 One golden rule is simplicity. For example, limit your @command{tar}
7569 archives to contain only regular files and directories, avoiding
7570 other kind of special files. Do not attempt to save sparse files or
7571 contiguous files as such. Let's discuss a few more problems, in turn.
7572
7573 @FIXME{Discuss GNU extensions (incremental backups, multi-volume
7574 archives and archive labels) in GNU and PAX formats.}
7575
7576 @menu
7577 * Portable Names:: Portable Names
7578 * dereference:: Symbolic Links
7579 * old:: Old V7 Archives
7580 * ustar:: Ustar Archives
7581 * gnu:: GNU and old GNU format archives.
7582 * posix:: @acronym{POSIX} archives
7583 * Checksumming:: Checksumming Problems
7584 * Large or Negative Values:: Large files, negative time stamps, etc.
7585 @end menu
7586
7587 @node Portable Names
7588 @subsection Portable Names
7589
7590 Use portable file and member names. A name is portable if it contains
7591 only ASCII letters and digits, @samp{/}, @samp{.}, @samp{_}, and
7592 @samp{-}; it cannot be empty, start with @samp{-} or @samp{//}, or
7593 contain @samp{/-}. Avoid deep directory nesting. For portability to
7594 old Unix hosts, limit your file name components to 14 characters or
7595 less.
7596
7597 If you intend to have your @command{tar} archives to be read under
7598 MSDOS, you should not rely on case distinction for file names, and you
7599 might use the @acronym{GNU} @command{doschk} program for helping you
7600 further diagnosing illegal MSDOS names, which are even more limited
7601 than System V's.
7602
7603 @node dereference
7604 @subsection Symbolic Links
7605 @cindex File names, using symbolic links
7606 @cindex Symbolic link as file name
7607
7608 @opindex dereference
7609 Normally, when @command{tar} archives a symbolic link, it writes a
7610 block to the archive naming the target of the link. In that way, the
7611 @command{tar} archive is a faithful record of the file system contents.
7612 @option{--dereference} (@option{-h}) is used with @option{--create} (@option{-c}), and causes
7613 @command{tar} to archive the files symbolic links point to, instead of
7614 the links themselves. When this option is used, when @command{tar}
7615 encounters a symbolic link, it will archive the linked-to file,
7616 instead of simply recording the presence of a symbolic link.
7617
7618 The name under which the file is stored in the file system is not
7619 recorded in the archive. To record both the symbolic link name and
7620 the file name in the system, archive the file under both names. If
7621 all links were recorded automatically by @command{tar}, an extracted file
7622 might be linked to a file name that no longer exists in the file
7623 system.
7624
7625 If a linked-to file is encountered again by @command{tar} while creating
7626 the same archive, an entire second copy of it will be stored. (This
7627 @emph{might} be considered a bug.)
7628
7629 So, for portable archives, do not archive symbolic links as such,
7630 and use @option{--dereference} (@option{-h}): many systems do not support
7631 symbolic links, and moreover, your distribution might be unusable if
7632 it contains unresolved symbolic links.
7633
7634 @node old
7635 @subsection Old V7 Archives
7636 @cindex Format, old style
7637 @cindex Old style format
7638 @cindex Old style archives
7639 @cindex v7 archive format
7640
7641 Certain old versions of @command{tar} cannot handle additional
7642 information recorded by newer @command{tar} programs. To create an
7643 archive in V7 format (not ANSI), which can be read by these old
7644 versions, specify the @option{--format=v7} option in
7645 conjunction with the @option{--create} (@option{-c}) (@command{tar} also
7646 accepts @option{--portability} or @samp{op-old-archive} for this
7647 option). When you specify it,
7648 @command{tar} leaves out information about directories, pipes, fifos,
7649 contiguous files, and device files, and specifies file ownership by
7650 group and user IDs instead of group and user names.
7651
7652 When updating an archive, do not use @option{--format=v7}
7653 unless the archive was created using this option.
7654
7655 In most cases, a @emph{new} format archive can be read by an @emph{old}
7656 @command{tar} program without serious trouble, so this option should
7657 seldom be needed. On the other hand, most modern @command{tar}s are
7658 able to read old format archives, so it might be safer for you to
7659 always use @option{--format=v7} for your distributions.
7660
7661 @node ustar
7662 @subsection Ustar Archive Format
7663
7664 @cindex ustar archive format
7665 Archive format defined by @acronym{POSIX}.1-1988 specification is called
7666 @code{ustar}. Although it is more flexible than the V7 format, it
7667 still has many restrictions (@xref{Formats,ustar}, for the detailed
7668 description of @code{ustar} format). Along with V7 format,
7669 @code{ustar} format is a good choice for archives intended to be read
7670 with other implementations of @command{tar}.
7671
7672 To create archive in @code{ustar} format, use @option{--format=ustar}
7673 option in conjunction with the @option{--create} (@option{-c}).
7674
7675 @node gnu
7676 @subsection @acronym{GNU} and old @GNUTAR{} format
7677
7678 @cindex GNU archive format
7679 @cindex Old GNU archive format
7680 @GNUTAR{} was based on an early draft of the
7681 @acronym{POSIX} 1003.1 @code{ustar} standard. @acronym{GNU} extensions to
7682 @command{tar}, such as the support for file names longer than 100
7683 characters, use portions of the @command{tar} header record which were
7684 specified in that @acronym{POSIX} draft as unused. Subsequent changes in
7685 @acronym{POSIX} have allocated the same parts of the header record for
7686 other purposes. As a result, @GNUTAR{} format is
7687 incompatible with the current @acronym{POSIX} specification, and with
7688 @command{tar} programs that follow it.
7689
7690 In the majority of cases, @command{tar} will be configured to create
7691 this format by default. This will change in the future releases, since
7692 we plan to make @samp{posix} format the default.
7693
7694 To force creation a @GNUTAR{} archive, use option
7695 @option{--format=gnu}.
7696
7697 @node posix
7698 @subsection @GNUTAR{} and @acronym{POSIX} @command{tar}
7699
7700 @cindex POSIX archive format
7701 @cindex PAX archive format
7702 The version @value{VERSION} of @GNUTAR{} is able
7703 to read and create archives conforming to @acronym{POSIX.1-2001} standard.
7704
7705 A @acronym{POSIX} conformant archive will be created if @command{tar}
7706 was given @option{--format=posix} option.
7707
7708 @node Checksumming
7709 @subsection Checksumming Problems
7710
7711 SunOS and HP-UX @command{tar} fail to accept archives created using
7712 @GNUTAR{} and containing non-ASCII file names, that
7713 is, file names having characters with the eight bit set, because they
7714 use signed checksums, while @GNUTAR{} uses unsigned
7715 checksums while creating archives, as per @acronym{POSIX} standards. On
7716 reading, @GNUTAR{} computes both checksums and
7717 accept any. It is somewhat worrying that a lot of people may go
7718 around doing backup of their files using faulty (or at least
7719 non-standard) software, not learning about it until it's time to
7720 restore their missing files with an incompatible file extractor, or
7721 vice versa.
7722
7723 @GNUTAR{} compute checksums both ways, and accept
7724 any on read, so @acronym{GNU} tar can read Sun tapes even with their
7725 wrong checksums. @GNUTAR{} produces the standard
7726 checksum, however, raising incompatibilities with Sun. That is to
7727 say, @GNUTAR{} has not been modified to
7728 @emph{produce} incorrect archives to be read by buggy @command{tar}'s.
7729 I've been told that more recent Sun @command{tar} now read standard
7730 archives, so maybe Sun did a similar patch, after all?
7731
7732 The story seems to be that when Sun first imported @command{tar}
7733 sources on their system, they recompiled it without realizing that
7734 the checksums were computed differently, because of a change in
7735 the default signing of @code{char}'s in their compiler. So they
7736 started computing checksums wrongly. When they later realized their
7737 mistake, they merely decided to stay compatible with it, and with
7738 themselves afterwards. Presumably, but I do not really know, HP-UX
7739 has chosen that their @command{tar} archives to be compatible with Sun's.
7740 The current standards do not favor Sun @command{tar} format. In any
7741 case, it now falls on the shoulders of SunOS and HP-UX users to get
7742 a @command{tar} able to read the good archives they receive.
7743
7744 @node Large or Negative Values
7745 @subsection Large or Negative Values
7746 @cindex large values
7747 @cindex future time stamps
7748 @cindex negative time stamps
7749 @UNREVISED{}
7750
7751 The above sections suggest to use @samp{oldest possible} archive
7752 format if in doubt. However, sometimes it is not possible. If you
7753 attempt to archive a file whose metadata cannot be represented using
7754 required format, @GNUTAR{} will print error message and ignore such a
7755 file. You will than have to switch to a format that is able to
7756 handle such values. The format summary table (@pxref{Formats}) will
7757 help you to do so.
7758
7759 In particular, when trying to archive files larger than 8GB or with
7760 timestamps not in the range 1970-01-01 00:00:00 through 2242-03-16
7761 12:56:31 @sc{utc}, you will have to chose between @acronym{GNU} and
7762 @acronym{POSIX} archive formats. When considering which format to
7763 choose, bear in mind that the @acronym{GNU} format uses
7764 two's-complement base-256 notation to store values that do not fit
7765 into standard @acronym{ustar} range. Such archives can generally be
7766 read only by a @GNUTAR{} implementation. Moreover, they sometimes
7767 cannot be correctly restored on another hosts even by @GNUTAR{}. For
7768 example, using two's complement representation for negative time
7769 stamps that assumes a signed 32-bit @code{time_t} generates archives
7770 that are not portable to hosts with differing @code{time_t}
7771 representations.
7772
7773 On the other hand, @acronym{POSIX} archives, generally speaking, can
7774 be extracted by any tar implementation that understands older
7775 @acronym{ustar} format. The only exception are files larger than 8GB.
7776
7777 @FIXME{Describe how @acronym{POSIX} archives are extracted by non
7778 POSIX-aware tars.}
7779
7780 @node Compression
7781 @section Using Less Space through Compression
7782
7783 @menu
7784 * gzip:: Creating and Reading Compressed Archives
7785 * sparse:: Archiving Sparse Files
7786 @end menu
7787
7788 @node gzip
7789 @subsection Creating and Reading Compressed Archives
7790 @cindex Compressed archives
7791 @cindex Storing archives in compressed format
7792
7793 @GNUTAR{} is able to create and read compressed archives. It supports
7794 @command{gzip} and @command{bzip2} compression programs. For backward
7795 compatibilty, it also supports @command{compress} command, although
7796 we strongly recommend against using it, since there is a patent
7797 covering the algorithm it uses and you could be sued for patent
7798 infringement merely by running @command{compress}! Besides, it is less
7799 effective than @command{gzip} and @command{bzip2}.
7800
7801 Creating a compressed archive is simple: you just specify a
7802 @dfn{compression option} along with the usual archive creation
7803 commands. The compression option is @option{-z} (@option{--gzip}) to
7804 create a @command{gzip} compressed archive, @option{-j}
7805 (@option{--bzip2}) to create a @command{bzip2} compressed archive, and
7806 @option{-Z} (@option{--compress}) to use @command{compress} program.
7807 For example:
7808
7809 @smallexample
7810 $ @kbd{tar cfz archive.tar.gz .}
7811 @end smallexample
7812
7813 Reading compressed archive is even simpler: you don't need to specify
7814 any additional options as @GNUTAR{} recognizes its format
7815 automatically. Thus, the following commands will list and extract the
7816 archive created in previous example:
7817
7818 @smallexample
7819 # List the compressed archive
7820 $ @kbd{tar tf archive.tar.gz}
7821 # Extract the compressed archive
7822 $ @kbd{tar xf archive.tar.gz}
7823 @end smallexample
7824
7825 The only case when you have to specify a decompression option while
7826 reading the archive is when reading from a pipe or from a tape drive
7827 that does not support random access. However, in this case @GNUTAR{}
7828 will indicate which option you should use. For example:
7829
7830 @smallexample
7831 $ @kbd{cat archive.tar.gz | tar tf -}
7832 tar: Archive is compressed. Use -z option
7833 tar: Error is not recoverable: exiting now
7834 @end smallexample
7835
7836 If you see such diagnostics, just add the suggested option to the
7837 invocation of @GNUTAR{}:
7838
7839 @smallexample
7840 $ @kbd{cat archive.tar.gz | tar tfz -}
7841 @end smallexample
7842
7843 Notice also, that there are several restrictions on operations on
7844 compressed archives. First of all, compressed archives cannot be
7845 modified, i.e., you cannot update (@option{--update} (@option{-u})) them or delete
7846 (@option{--delete}) members from them. Likewise, you cannot append
7847 another @command{tar} archive to a compressed archive using
7848 @option{--append} (@option{-r})). Secondly, multi-volume archives cannot be
7849 compressed.
7850
7851 The following table summarizes compression options used by @GNUTAR{}.
7852
7853 @table @option
7854 @opindex gzip
7855 @opindex ungzip
7856 @item -z
7857 @itemx --gzip
7858 @itemx --ungzip
7859 Filter the archive through @command{gzip}.
7860
7861 You can use @option{--gzip} and @option{--gunzip} on physical devices
7862 (tape drives, etc.) and remote files as well as on normal files; data
7863 to or from such devices or remote files is reblocked by another copy
7864 of the @command{tar} program to enforce the specified (or default) record
7865 size. The default compression parameters are used; if you need to
7866 override them, set @env{GZIP} environment variable, e.g.:
7867
7868 @smallexample
7869 $ @kbd{GZIP=--best tar cfz archive.tar.gz subdir}
7870 @end smallexample
7871
7872 @noindent
7873 Another way would be to avoid the @option{--gzip} (@option{--gunzip}, @option{--ungzip}, @option{-z}) option and run
7874 @command{gzip} explicitly:
7875
7876 @smallexample
7877 $ @kbd{tar cf - subdir | gzip --best -c - > archive.tar.gz}
7878 @end smallexample
7879
7880 @cindex corrupted archives
7881 About corrupted compressed archives: @command{gzip}'ed files have no
7882 redundancy, for maximum compression. The adaptive nature of the
7883 compression scheme means that the compression tables are implicitly
7884 spread all over the archive. If you lose a few blocks, the dynamic
7885 construction of the compression tables becomes unsynchronized, and there
7886 is little chance that you could recover later in the archive.
7887
7888 There are pending suggestions for having a per-volume or per-file
7889 compression in @GNUTAR{}. This would allow for viewing the
7890 contents without decompression, and for resynchronizing decompression at
7891 every volume or file, in case of corrupted archives. Doing so, we might
7892 lose some compressibility. But this would have make recovering easier.
7893 So, there are pros and cons. We'll see!
7894
7895 @opindex bzip2
7896 @item -j
7897 @itemx --bzip2
7898 Filter the archive through @code{bzip2}. Otherwise like @option{--gzip}.
7899
7900 @opindex compress
7901 @opindex uncompress
7902 @item -Z
7903 @itemx --compress
7904 @itemx --uncompress
7905 Filter the archive through @command{compress}. Otherwise like @option{--gzip}.
7906
7907 The @acronym{GNU} Project recommends you not use
7908 @command{compress}, because there is a patent covering the algorithm it
7909 uses. You could be sued for patent infringement merely by running
7910 @command{compress}.
7911
7912 @opindex use-compress-program
7913 @item --use-compress-program=@var{prog}
7914 Use external compression program @var{prog}. Use this option if you
7915 have a compression program that @GNUTAR{} does not support. There
7916 are two requirements to which @var{prog} should comply:
7917
7918 First, when called without options, it should read data from standard
7919 input, compress it and output it on standard output.
7920
7921 Secondly, if called with @option{-d} argument, it should do exactly
7922 the opposite, i.e., read the compressed data from the standard input
7923 and produce uncompressed data on the standard output.
7924 @end table
7925
7926 @cindex gpg, using with tar
7927 @cindex gnupg, using with tar
7928 @cindex Using encrypted archives
7929 The @option{--use-compress-program} option, in particular, lets you
7930 implement your own filters, not necessarily dealing with
7931 compression/decomression. For example, suppose you wish to implement
7932 PGP encryption on top of compression, using @command{gpg} (@pxref{Top,
7933 gpg, gpg ---- encryption and signing tool, gpg}). The following
7934 script does that:
7935
7936 @smallexample
7937 @group
7938 #! /bin/sh
7939 case $1 in
7940 -d) gpg --decrypt - | gzip -d -c;;
7941 '') gzip -c | gpg -s ;;
7942 *) echo "Unknown option $1">&2; exit 1;;
7943 esac
7944 @end group
7945 @end smallexample
7946
7947 Suppose you name it @file{gpgz} and save it somewhere in your
7948 @env{PATH}. Then the following command will create a commpressed
7949 archive signed with your private key:
7950
7951 @smallexample
7952 $ @kbd{tar -cf foo.tar.gpgz --use-compress=gpgz .}
7953 @end smallexample
7954
7955 @noindent
7956 Likewise, the following command will list its contents:
7957
7958 @smallexample
7959 $ @kbd{tar -tf foo.tar.gpgz --use-compress=gpgz .}
7960 @end smallexample
7961
7962 @ignore
7963 The above is based on the following discussion:
7964
7965 I have one question, or maybe it's a suggestion if there isn't a way
7966 to do it now. I would like to use @option{--gzip}, but I'd also like
7967 the output to be fed through a program like @acronym{GNU}
7968 @command{ecc} (actually, right now that's @samp{exactly} what I'd like
7969 to use :-)), basically adding ECC protection on top of compression.
7970 It seems as if this should be quite easy to do, but I can't work out
7971 exactly how to go about it. Of course, I can pipe the standard output
7972 of @command{tar} through @command{ecc}, but then I lose (though I
7973 haven't started using it yet, I confess) the ability to have
7974 @command{tar} use @command{rmt} for it's I/O (I think).
7975
7976 I think the most straightforward thing would be to let me specify a
7977 general set of filters outboard of compression (preferably ordered,
7978 so the order can be automatically reversed on input operations, and
7979 with the options they require specifiable), but beggars shouldn't be
7980 choosers and anything you decide on would be fine with me.
7981
7982 By the way, I like @command{ecc} but if (as the comments say) it can't
7983 deal with loss of block sync, I'm tempted to throw some time at adding
7984 that capability. Supposing I were to actually do such a thing and
7985 get it (apparently) working, do you accept contributed changes to
7986 utilities like that? (Leigh Clayton @file{loc@@soliton.com}, May 1995).
7987
7988 Isn't that exactly the role of the
7989 @option{--use-compress-prog=@var{program}} option?
7990 I never tried it myself, but I suspect you may want to write a
7991 @var{prog} script or program able to filter stdin to stdout to
7992 way you want. It should recognize the @option{-d} option, for when
7993 extraction is needed rather than creation.
7994
7995 It has been reported that if one writes compressed data (through the
7996 @option{--gzip} or @option{--compress} options) to a DLT and tries to use
7997 the DLT compression mode, the data will actually get bigger and one will
7998 end up with less space on the tape.
7999 @end ignore
8000
8001 @node sparse
8002 @subsection Archiving Sparse Files
8003 @cindex Sparse Files
8004 @UNREVISED
8005
8006 @table @option
8007 @opindex sparse
8008 @item -S
8009 @itemx --sparse
8010 Handle sparse files efficiently.
8011 @end table
8012
8013 This option causes all files to be put in the archive to be tested for
8014 sparseness, and handled specially if they are. The @option{--sparse}
8015 (@option{-S}) option is useful when many @code{dbm} files, for example, are being
8016 backed up. Using this option dramatically decreases the amount of
8017 space needed to store such a file.
8018
8019 In later versions, this option may be removed, and the testing and
8020 treatment of sparse files may be done automatically with any special
8021 @acronym{GNU} options. For now, it is an option needing to be specified on
8022 the command line with the creation or updating of an archive.
8023
8024 Files in the file system occasionally have ``holes.'' A hole in a file
8025 is a section of the file's contents which was never written. The
8026 contents of a hole read as all zeros. On many operating systems,
8027 actual disk storage is not allocated for holes, but they are counted
8028 in the length of the file. If you archive such a file, @command{tar}
8029 could create an archive longer than the original. To have @command{tar}
8030 attempt to recognize the holes in a file, use @option{--sparse} (@option{-S}). When
8031 you use this option, then, for any file using less disk space than
8032 would be expected from its length, @command{tar} searches the file for
8033 consecutive stretches of zeros. It then records in the archive for
8034 the file where the consecutive stretches of zeros are, and only
8035 archives the ``real contents'' of the file. On extraction (using
8036 @option{--sparse} is not needed on extraction) any such
8037 files have holes created wherever the continuous stretches of zeros
8038 were found. Thus, if you use @option{--sparse}, @command{tar} archives
8039 won't take more space than the original.
8040
8041 A file is sparse if it contains blocks of zeros whose existence is
8042 recorded, but that have no space allocated on disk. When you specify
8043 the @option{--sparse} option in conjunction with the @option{--create}
8044 (@option{-c}) operation, @command{tar} tests all files for sparseness
8045 while archiving. If @command{tar} finds a file to be sparse, it uses a
8046 sparse representation of the file in the archive. @xref{create}, for
8047 more information about creating archives.
8048
8049 @option{--sparse} is useful when archiving files, such as dbm files,
8050 likely to contain many nulls. This option dramatically
8051 decreases the amount of space needed to store such an archive.
8052
8053 @quotation
8054 @strong{Please Note:} Always use @option{--sparse} when performing file
8055 system backups, to avoid archiving the expanded forms of files stored
8056 sparsely in the system.
8057
8058 Even if your system has no sparse files currently, some may be
8059 created in the future. If you use @option{--sparse} while making file
8060 system backups as a matter of course, you can be assured the archive
8061 will never take more space on the media than the files take on disk
8062 (otherwise, archiving a disk filled with sparse files might take
8063 hundreds of tapes). @xref{Incremental Dumps}.
8064 @end quotation
8065
8066 @command{tar} ignores the @option{--sparse} option when reading an archive.
8067
8068 @table @option
8069 @item --sparse
8070 @itemx -S
8071 Files stored sparsely in the file system are represented sparsely in
8072 the archive. Use in conjunction with write operations.
8073 @end table
8074
8075 However, users should be well aware that at archive creation time,
8076 @GNUTAR{} still has to read whole disk file to
8077 locate the @dfn{holes}, and so, even if sparse files use little space
8078 on disk and in the archive, they may sometimes require inordinate
8079 amount of time for reading and examining all-zero blocks of a file.
8080 Although it works, it's painfully slow for a large (sparse) file, even
8081 though the resulting tar archive may be small. (One user reports that
8082 dumping a @file{core} file of over 400 megabytes, but with only about
8083 3 megabytes of actual data, took about 9 minutes on a Sun Sparcstation
8084 ELC, with full CPU utilization.)
8085
8086 This reading is required in all cases and is not related to the fact
8087 the @option{--sparse} option is used or not, so by merely @emph{not}
8088 using the option, you are not saving time@footnote{Well! We should say
8089 the whole truth, here. When @option{--sparse} is selected while creating
8090 an archive, the current @command{tar} algorithm requires sparse files to be
8091 read twice, not once. We hope to develop a new archive format for saving
8092 sparse files in which one pass will be sufficient.}.
8093
8094 Programs like @command{dump} do not have to read the entire file; by
8095 examining the file system directly, they can determine in advance
8096 exactly where the holes are and thus avoid reading through them. The
8097 only data it need read are the actual allocated data blocks.
8098 @GNUTAR{} uses a more portable and straightforward
8099 archiving approach, it would be fairly difficult that it does
8100 otherwise. Elizabeth Zwicky writes to @file{comp.unix.internals}, on
8101 1990-12-10:
8102
8103 @quotation
8104 What I did say is that you cannot tell the difference between a hole and an
8105 equivalent number of nulls without reading raw blocks. @code{st_blocks} at
8106 best tells you how many holes there are; it doesn't tell you @emph{where}.
8107 Just as programs may, conceivably, care what @code{st_blocks} is (care
8108 to name one that does?), they may also care where the holes are (I have
8109 no examples of this one either, but it's equally imaginable).
8110
8111 I conclude from this that good archivers are not portable. One can
8112 arguably conclude that if you want a portable program, you can in good
8113 conscience restore files with as many holes as possible, since you can't
8114 get it right.
8115 @end quotation
8116
8117 @node Attributes
8118 @section Handling File Attributes
8119 @UNREVISED
8120
8121 When @command{tar} reads files, it updates their access times. To
8122 avoid this, use the @option{--atime-preserve[=METHOD]} option, which can either
8123 reset the access time retroactively or avoid changing it in the first
8124 place.
8125
8126 Handling of file attributes
8127
8128 @table @option
8129 @opindex atime-preserve
8130 @item --atime-preserve
8131 @itemx --atime-preserve=replace
8132 @itemx --atime-preserve=system
8133 Preserve the access times of files that are read. This works only for
8134 files that you own, unless you have superuser privileges.
8135
8136 @option{--atime-preserve=replace} works on most systems, but it also
8137 restores the data modification time and updates the status change
8138 time. Hence it doesn't interact with incremental dumps nicely
8139 (@pxref{Backups}), and it can set access or data modification times
8140 incorrectly if other programs access the file while @command{tar} is
8141 running.
8142
8143 @option{--atime-preserve=system} avoids changing the access time in
8144 the first place, if the operating system supports this.
8145 Unfortunately, this may or may not work on any given operating system
8146 or file system. If @command{tar} knows for sure it won't work, it
8147 complains right away.
8148
8149 Currently @option{--atime-preserve} with no operand defaults to
8150 @option{--atime-preserve=replace}, but this is intended to change to
8151 @option{--atime-preserve=system} when the latter is better-supported.
8152
8153 @opindex touch
8154 @item -m
8155 @itemx --touch
8156 Do not extract data modification time.
8157
8158 When this option is used, @command{tar} leaves the data modification times
8159 of the files it extracts as the times when the files were extracted,
8160 instead of setting it to the times recorded in the archive.
8161
8162 This option is meaningless with @option{--list} (@option{-t}).
8163
8164 @opindex same-owner
8165 @item --same-owner
8166 Create extracted files with the same ownership they have in the
8167 archive.
8168
8169 This is the default behavior for the superuser,
8170 so this option is meaningful only for non-root users, when @command{tar}
8171 is executed on those systems able to give files away. This is
8172 considered as a security flaw by many people, at least because it
8173 makes quite difficult to correctly account users for the disk space
8174 they occupy. Also, the @code{suid} or @code{sgid} attributes of
8175 files are easily and silently lost when files are given away.
8176
8177 When writing an archive, @command{tar} writes the user id and user name
8178 separately. If it can't find a user name (because the user id is not
8179 in @file{/etc/passwd}), then it does not write one. When restoring,
8180 it tries to look the name (if one was written) up in
8181 @file{/etc/passwd}. If it fails, then it uses the user id stored in
8182 the archive instead.
8183
8184 @opindex no-same-owner
8185 @item --no-same-owner
8186 @itemx -o
8187 Do not attempt to restore ownership when extracting. This is the
8188 default behavior for ordinary users, so this option has an effect
8189 only for the superuser.
8190
8191 @opindex numeric-owner
8192 @item --numeric-owner
8193 The @option{--numeric-owner} option allows (ANSI) archives to be written
8194 without user/group name information or such information to be ignored
8195 when extracting. It effectively disables the generation and/or use
8196 of user/group name information. This option forces extraction using
8197 the numeric ids from the archive, ignoring the names.
8198
8199 This is useful in certain circumstances, when restoring a backup from
8200 an emergency floppy with different passwd/group files for example.
8201 It is otherwise impossible to extract files with the right ownerships
8202 if the password file in use during the extraction does not match the
8203 one belonging to the file system(s) being extracted. This occurs,
8204 for example, if you are restoring your files after a major crash and
8205 had booted from an emergency floppy with no password file or put your
8206 disk into another machine to do the restore.
8207
8208 The numeric ids are @emph{always} saved into @command{tar} archives.
8209 The identifying names are added at create time when provided by the
8210 system, unless @option{--old-archive} (@option{-o}) is used. Numeric ids could be
8211 used when moving archives between a collection of machines using
8212 a centralized management for attribution of numeric ids to users
8213 and groups. This is often made through using the NIS capabilities.
8214
8215 When making a @command{tar} file for distribution to other sites, it
8216 is sometimes cleaner to use a single owner for all files in the
8217 distribution, and nicer to specify the write permission bits of the
8218 files as stored in the archive independently of their actual value on
8219 the file system. The way to prepare a clean distribution is usually
8220 to have some Makefile rule creating a directory, copying all needed
8221 files in that directory, then setting ownership and permissions as
8222 wanted (there are a lot of possible schemes), and only then making a
8223 @command{tar} archive out of this directory, before cleaning
8224 everything out. Of course, we could add a lot of options to
8225 @GNUTAR{} for fine tuning permissions and ownership.
8226 This is not the good way, I think. @GNUTAR{} is
8227 already crowded with options and moreover, the approach just explained
8228 gives you a great deal of control already.
8229
8230 @opindex same-permissions, short description
8231 @opindex preserve-permissions, short description
8232 @item -p
8233 @itemx --same-permissions
8234 @itemx --preserve-permissions
8235 Extract all protection information.
8236
8237 This option causes @command{tar} to set the modes (access permissions) of
8238 extracted files exactly as recorded in the archive. If this option
8239 is not used, the current @code{umask} setting limits the permissions
8240 on extracted files. This option is by default enabled when
8241 @command{tar} is executed by a superuser.
8242
8243
8244 This option is meaningless with @option{--list} (@option{-t}).
8245
8246 @opindex preserve
8247 @item --preserve
8248 Same as both @option{--same-permissions} and @option{--same-order}.
8249
8250 The @option{--preserve} option has no equivalent short option name.
8251 It is equivalent to @option{--same-permissions} plus @option{--same-order}.
8252
8253 @FIXME{I do not see the purpose of such an option. (Neither I. FP.)
8254 Neither do I. --Sergey}
8255
8256 @end table
8257
8258 @node Standard
8259 @section Basic Tar Format
8260 @UNREVISED
8261
8262 While an archive may contain many files, the archive itself is a
8263 single ordinary file. Like any other file, an archive file can be
8264 written to a storage device such as a tape or disk, sent through a
8265 pipe or over a network, saved on the active file system, or even
8266 stored in another archive. An archive file is not easy to read or
8267 manipulate without using the @command{tar} utility or Tar mode in
8268 @acronym{GNU} Emacs.
8269
8270 Physically, an archive consists of a series of file entries terminated
8271 by an end-of-archive entry, which consists of two 512 blocks of zero
8272 bytes. A file
8273 entry usually describes one of the files in the archive (an
8274 @dfn{archive member}), and consists of a file header and the contents
8275 of the file. File headers contain file names and statistics, checksum
8276 information which @command{tar} uses to detect file corruption, and
8277 information about file types.
8278
8279 Archives are permitted to have more than one member with the same
8280 member name. One way this situation can occur is if more than one
8281 version of a file has been stored in the archive. For information
8282 about adding new versions of a file to an archive, see @ref{update}.
8283 @FIXME-xref{To learn more about having more than one archive member with the
8284 same name, see -backup node, when it's written.}
8285
8286 In addition to entries describing archive members, an archive may
8287 contain entries which @command{tar} itself uses to store information.
8288 @xref{label}, for an example of such an archive entry.
8289
8290 A @command{tar} archive file contains a series of blocks. Each block
8291 contains @code{BLOCKSIZE} bytes. Although this format may be thought
8292 of as being on magnetic tape, other media are often used.
8293
8294 Each file archived is represented by a header block which describes
8295 the file, followed by zero or more blocks which give the contents
8296 of the file. At the end of the archive file there are two 512-byte blocks
8297 filled with binary zeros as an end-of-file marker. A reasonable system
8298 should write such end-of-file marker at the end of an archive, but
8299 must not assume that such a block exists when reading an archive. In
8300 particular @GNUTAR{} always issues a warning if it does not encounter it.
8301
8302 The blocks may be @dfn{blocked} for physical I/O operations.
8303 Each record of @var{n} blocks (where @var{n} is set by the
8304 @option{--blocking-factor=@var{512-size}} (@option{-b @var{512-size}}) option to @command{tar}) is written with a single
8305 @w{@samp{write ()}} operation. On magnetic tapes, the result of
8306 such a write is a single record. When writing an archive,
8307 the last record of blocks should be written at the full size, with
8308 blocks after the zero block containing all zeros. When reading
8309 an archive, a reasonable system should properly handle an archive
8310 whose last record is shorter than the rest, or which contains garbage
8311 records after a zero block.
8312
8313 The header block is defined in C as follows. In the @GNUTAR{}
8314 distribution, this is part of file @file{src/tar.h}:
8315
8316 @smallexample
8317 @include header.texi
8318 @end smallexample
8319
8320 All characters in header blocks are represented by using 8-bit
8321 characters in the local variant of ASCII. Each field within the
8322 structure is contiguous; that is, there is no padding used within
8323 the structure. Each character on the archive medium is stored
8324 contiguously.
8325
8326 Bytes representing the contents of files (after the header block
8327 of each file) are not translated in any way and are not constrained
8328 to represent characters in any character set. The @command{tar} format
8329 does not distinguish text files from binary files, and no translation
8330 of file contents is performed.
8331
8332 The @code{name}, @code{linkname}, @code{magic}, @code{uname}, and
8333 @code{gname} are null-terminated character strings. All other fields
8334 are zero-filled octal numbers in ASCII. Each numeric field of width
8335 @var{w} contains @var{w} minus 1 digits, and a null.
8336
8337 The @code{name} field is the file name of the file, with directory names
8338 (if any) preceding the file name, separated by slashes.
8339
8340 @FIXME{how big a name before field overflows?}
8341
8342 The @code{mode} field provides nine bits specifying file permissions
8343 and three bits to specify the Set UID, Set GID, and Save Text
8344 (@dfn{sticky}) modes. Values for these bits are defined above.
8345 When special permissions are required to create a file with a given
8346 mode, and the user restoring files from the archive does not hold such
8347 permissions, the mode bit(s) specifying those special permissions
8348 are ignored. Modes which are not supported by the operating system
8349 restoring files from the archive will be ignored. Unsupported modes
8350 should be faked up when creating or updating an archive; e.g., the
8351 group permission could be copied from the @emph{other} permission.
8352
8353 The @code{uid} and @code{gid} fields are the numeric user and group
8354 ID of the file owners, respectively. If the operating system does
8355 not support numeric user or group IDs, these fields should be ignored.
8356
8357 The @code{size} field is the size of the file in bytes; linked files
8358 are archived with this field specified as zero. @FIXME-xref{Modifiers, in
8359 particular the @option{--incremental} (@option{-G}) option.}
8360
8361 The @code{mtime} field is the data modification time of the file at
8362 the time it was archived. It is the ASCII representation of the octal
8363 value of the last time the file's contents were modified, represented
8364 as an integer number of
8365 seconds since January 1, 1970, 00:00 Coordinated Universal Time.
8366
8367 The @code{chksum} field is the ASCII representation of the octal value
8368 of the simple sum of all bytes in the header block. Each 8-bit
8369 byte in the header is added to an unsigned integer, initialized to
8370 zero, the precision of which shall be no less than seventeen bits.
8371 When calculating the checksum, the @code{chksum} field is treated as
8372 if it were all blanks.
8373
8374 The @code{typeflag} field specifies the type of file archived. If a
8375 particular implementation does not recognize or permit the specified
8376 type, the file will be extracted as if it were a regular file. As this
8377 action occurs, @command{tar} issues a warning to the standard error.
8378
8379 The @code{atime} and @code{ctime} fields are used in making incremental
8380 backups; they store, respectively, the particular file's access and
8381 status change times.
8382
8383 The @code{offset} is used by the @option{--multi-volume} (@option{-M}) option, when
8384 making a multi-volume archive. The offset is number of bytes into
8385 the file that we need to restart at to continue the file on the next
8386 tape, i.e., where we store the location that a continued file is
8387 continued at.
8388
8389 The following fields were added to deal with sparse files. A file
8390 is @dfn{sparse} if it takes in unallocated blocks which end up being
8391 represented as zeros, i.e., no useful data. A test to see if a file
8392 is sparse is to look at the number blocks allocated for it versus the
8393 number of characters in the file; if there are fewer blocks allocated
8394 for the file than would normally be allocated for a file of that
8395 size, then the file is sparse. This is the method @command{tar} uses to
8396 detect a sparse file, and once such a file is detected, it is treated
8397 differently from non-sparse files.
8398
8399 Sparse files are often @code{dbm} files, or other database-type files
8400 which have data at some points and emptiness in the greater part of
8401 the file. Such files can appear to be very large when an @samp{ls
8402 -l} is done on them, when in truth, there may be a very small amount
8403 of important data contained in the file. It is thus undesirable
8404 to have @command{tar} think that it must back up this entire file, as
8405 great quantities of room are wasted on empty blocks, which can lead
8406 to running out of room on a tape far earlier than is necessary.
8407 Thus, sparse files are dealt with so that these empty blocks are
8408 not written to the tape. Instead, what is written to the tape is a
8409 description, of sorts, of the sparse file: where the holes are, how
8410 big the holes are, and how much data is found at the end of the hole.
8411 This way, the file takes up potentially far less room on the tape,
8412 and when the file is extracted later on, it will look exactly the way
8413 it looked beforehand. The following is a description of the fields
8414 used to handle a sparse file:
8415
8416 The @code{sp} is an array of @code{struct sparse}. Each @code{struct
8417 sparse} contains two 12-character strings which represent an offset
8418 into the file and a number of bytes to be written at that offset.
8419 The offset is absolute, and not relative to the offset in preceding
8420 array element.
8421
8422 The header can hold four of these @code{struct sparse} at the moment;
8423 if more are needed, they are not stored in the header.
8424
8425 The @code{isextended} flag is set when an @code{extended_header}
8426 is needed to deal with a file. Note that this means that this flag
8427 can only be set when dealing with a sparse file, and it is only set
8428 in the event that the description of the file will not fit in the
8429 allotted room for sparse structures in the header. In other words,
8430 an extended_header is needed.
8431
8432 The @code{extended_header} structure is used for sparse files which
8433 need more sparse structures than can fit in the header. The header can
8434 fit 4 such structures; if more are needed, the flag @code{isextended}
8435 gets set and the next block is an @code{extended_header}.
8436
8437 Each @code{extended_header} structure contains an array of 21
8438 sparse structures, along with a similar @code{isextended} flag
8439 that the header had. There can be an indeterminate number of such
8440 @code{extended_header}s to describe a sparse file.
8441
8442 @table @asis
8443
8444 @item @code{REGTYPE}
8445 @itemx @code{AREGTYPE}
8446 These flags represent a regular file. In order to be compatible
8447 with older versions of @command{tar}, a @code{typeflag} value of
8448 @code{AREGTYPE} should be silently recognized as a regular file.
8449 New archives should be created using @code{REGTYPE}. Also, for
8450 backward compatibility, @command{tar} treats a regular file whose name
8451 ends with a slash as a directory.
8452
8453 @item @code{LNKTYPE}
8454 This flag represents a file linked to another file, of any type,
8455 previously archived. Such files are identified in Unix by each
8456 file having the same device and inode number. The linked-to name is
8457 specified in the @code{linkname} field with a trailing null.
8458
8459 @item @code{SYMTYPE}
8460 This represents a symbolic link to another file. The linked-to name
8461 is specified in the @code{linkname} field with a trailing null.
8462
8463 @item @code{CHRTYPE}
8464 @itemx @code{BLKTYPE}
8465 These represent character special files and block special files
8466 respectively. In this case the @code{devmajor} and @code{devminor}
8467 fields will contain the major and minor device numbers respectively.
8468 Operating systems may map the device specifications to their own
8469 local specification, or may ignore the entry.
8470
8471 @item @code{DIRTYPE}
8472 This flag specifies a directory or sub-directory. The directory
8473 name in the @code{name} field should end with a slash. On systems where
8474 disk allocation is performed on a directory basis, the @code{size} field
8475 will contain the maximum number of bytes (which may be rounded to
8476 the nearest disk block allocation unit) which the directory may
8477 hold. A @code{size} field of zero indicates no such limiting. Systems
8478 which do not support limiting in this manner should ignore the
8479 @code{size} field.
8480
8481 @item @code{FIFOTYPE}
8482 This specifies a FIFO special file. Note that the archiving of a
8483 FIFO file archives the existence of this file and not its contents.
8484
8485 @item @code{CONTTYPE}
8486 This specifies a contiguous file, which is the same as a normal
8487 file except that, in operating systems which support it, all its
8488 space is allocated contiguously on the disk. Operating systems
8489 which do not allow contiguous allocation should silently treat this
8490 type as a normal file.
8491
8492 @item @code{A} @dots{} @code{Z}
8493 These are reserved for custom implementations. Some of these are
8494 used in the @acronym{GNU} modified format, as described below.
8495
8496 @end table
8497
8498 Other values are reserved for specification in future revisions of
8499 the P1003 standard, and should not be used by any @command{tar} program.
8500
8501 The @code{magic} field indicates that this archive was output in
8502 the P1003 archive format. If this field contains @code{TMAGIC},
8503 the @code{uname} and @code{gname} fields will contain the ASCII
8504 representation of the owner and group of the file respectively.
8505 If found, the user and group IDs are used rather than the values in
8506 the @code{uid} and @code{gid} fields.
8507
8508 For references, see ISO/IEC 9945-1:1990 or IEEE Std 1003.1-1990, pages
8509 169-173 (section 10.1) for @cite{Archive/Interchange File Format}; and
8510 IEEE Std 1003.2-1992, pages 380-388 (section 4.48) and pages 936-940
8511 (section E.4.48) for @cite{pax - Portable archive interchange}.
8512
8513 @node Extensions
8514 @section @acronym{GNU} Extensions to the Archive Format
8515 @UNREVISED
8516
8517 The @acronym{GNU} format uses additional file types to describe new types of
8518 files in an archive. These are listed below.
8519
8520 @table @code
8521 @item GNUTYPE_DUMPDIR
8522 @itemx 'D'
8523 This represents a directory and a list of files created by the
8524 @option{--incremental} (@option{-G}) option. The @code{size} field gives the total
8525 size of the associated list of files. Each file name is preceded by
8526 either a @samp{Y} (the file should be in this archive) or an @samp{N}.
8527 (The file is a directory, or is not stored in the archive.) Each file
8528 name is terminated by a null. There is an additional null after the
8529 last file name.
8530
8531 @item GNUTYPE_MULTIVOL
8532 @itemx 'M'
8533 This represents a file continued from another volume of a multi-volume
8534 archive created with the @option{--multi-volume} (@option{-M}) option. The original
8535 type of the file is not given here. The @code{size} field gives the
8536 maximum size of this piece of the file (assuming the volume does
8537 not end before the file is written out). The @code{offset} field
8538 gives the offset from the beginning of the file where this part of
8539 the file begins. Thus @code{size} plus @code{offset} should equal
8540 the original size of the file.
8541
8542 @item GNUTYPE_SPARSE
8543 @itemx 'S'
8544 This flag indicates that we are dealing with a sparse file. Note
8545 that archiving a sparse file requires special operations to find
8546 holes in the file, which mark the positions of these holes, along
8547 with the number of bytes of data to be found after the hole.
8548
8549 @item GNUTYPE_VOLHDR
8550 @itemx 'V'
8551 This file type is used to mark the volume header that was given with
8552 the @option{--label=@var{archive-label}} (@option{-V @var{archive-label}}) option when the archive was created. The @code{name}
8553 field contains the @code{name} given after the @option{--label=@var{archive-label}} (@option{-V @var{archive-label}}) option.
8554 The @code{size} field is zero. Only the first file in each volume
8555 of an archive should have this type.
8556
8557 @end table
8558
8559 You may have trouble reading a @acronym{GNU} format archive on a
8560 non-@acronym{GNU} system if the options @option{--incremental} (@option{-G}),
8561 @option{--multi-volume} (@option{-M}), @option{--sparse} (@option{-S}), or @option{--label=@var{archive-label}} (@option{-V @var{archive-label}}) were
8562 used when writing the archive. In general, if @command{tar} does not
8563 use the @acronym{GNU}-added fields of the header, other versions of
8564 @command{tar} should be able to read the archive. Otherwise, the
8565 @command{tar} program will give an error, the most likely one being a
8566 checksum error.
8567
8568 @node cpio
8569 @section Comparison of @command{tar} and @command{cpio}
8570 @UNREVISED
8571
8572 @FIXME{Reorganize the following material}
8573
8574 The @command{cpio} archive formats, like @command{tar}, do have maximum
8575 pathname lengths. The binary and old ASCII formats have a max path
8576 length of 256, and the new ASCII and CRC ASCII formats have a max
8577 path length of 1024. @acronym{GNU} @command{cpio} can read and write archives
8578 with arbitrary pathname lengths, but other @command{cpio} implementations
8579 may crash unexplainedly trying to read them.
8580
8581 @command{tar} handles symbolic links in the form in which it comes in BSD;
8582 @command{cpio} doesn't handle symbolic links in the form in which it comes
8583 in System V prior to SVR4, and some vendors may have added symlinks
8584 to their system without enhancing @command{cpio} to know about them.
8585 Others may have enhanced it in a way other than the way I did it
8586 at Sun, and which was adopted by AT&T (and which is, I think, also
8587 present in the @command{cpio} that Berkeley picked up from AT&T and put
8588 into a later BSD release---I think I gave them my changes).
8589
8590 (SVR4 does some funny stuff with @command{tar}; basically, its @command{cpio}
8591 can handle @command{tar} format input, and write it on output, and it
8592 probably handles symbolic links. They may not have bothered doing
8593 anything to enhance @command{tar} as a result.)
8594
8595 @command{cpio} handles special files; traditional @command{tar} doesn't.
8596
8597 @command{tar} comes with V7, System III, System V, and BSD source;
8598 @command{cpio} comes only with System III, System V, and later BSD
8599 (4.3-tahoe and later).
8600
8601 @command{tar}'s way of handling multiple hard links to a file can handle
8602 file systems that support 32-bit inumbers (e.g., the BSD file system);
8603 @command{cpio}s way requires you to play some games (in its "binary"
8604 format, i-numbers are only 16 bits, and in its "portable ASCII" format,
8605 they're 18 bits---it would have to play games with the "file system ID"
8606 field of the header to make sure that the file system ID/i-number pairs
8607 of different files were always different), and I don't know which
8608 @command{cpio}s, if any, play those games. Those that don't might get
8609 confused and think two files are the same file when they're not, and
8610 make hard links between them.
8611
8612 @command{tar}s way of handling multiple hard links to a file places only
8613 one copy of the link on the tape, but the name attached to that copy
8614 is the @emph{only} one you can use to retrieve the file; @command{cpio}s
8615 way puts one copy for every link, but you can retrieve it using any
8616 of the names.
8617
8618 @quotation
8619 What type of check sum (if any) is used, and how is this calculated.
8620 @end quotation
8621
8622 See the attached manual pages for @command{tar} and @command{cpio} format.
8623 @command{tar} uses a checksum which is the sum of all the bytes in the
8624 @command{tar} header for a file; @command{cpio} uses no checksum.
8625
8626 @quotation
8627 If anyone knows why @command{cpio} was made when @command{tar} was present
8628 at the unix scene,
8629 @end quotation
8630
8631 It wasn't. @command{cpio} first showed up in PWB/UNIX 1.0; no
8632 generally-available version of UNIX had @command{tar} at the time. I don't
8633 know whether any version that was generally available @emph{within AT&T}
8634 had @command{tar}, or, if so, whether the people within AT&T who did
8635 @command{cpio} knew about it.
8636
8637 On restore, if there is a corruption on a tape @command{tar} will stop at
8638 that point, while @command{cpio} will skip over it and try to restore the
8639 rest of the files.
8640
8641 The main difference is just in the command syntax and header format.
8642
8643 @command{tar} is a little more tape-oriented in that everything is blocked
8644 to start on a record boundary.
8645
8646 @quotation
8647 Is there any differences between the ability to recover crashed
8648 archives between the two of them. (Is there any chance of recovering
8649 crashed archives at all.)
8650 @end quotation
8651
8652 Theoretically it should be easier under @command{tar} since the blocking
8653 lets you find a header with some variation of @samp{dd skip=@var{nn}}.
8654 However, modern @command{cpio}'s and variations have an option to just
8655 search for the next file header after an error with a reasonable chance
8656 of resyncing. However, lots of tape driver software won't allow you to
8657 continue past a media error which should be the only reason for getting
8658 out of sync unless a file changed sizes while you were writing the
8659 archive.
8660
8661 @quotation
8662 If anyone knows why @command{cpio} was made when @command{tar} was present
8663 at the unix scene, please tell me about this too.
8664 @end quotation
8665
8666 Probably because it is more media efficient (by not blocking everything
8667 and using only the space needed for the headers where @command{tar}
8668 always uses 512 bytes per file header) and it knows how to archive
8669 special files.
8670
8671 You might want to look at the freely available alternatives. The
8672 major ones are @command{afio}, @GNUTAR{}, and
8673 @command{pax}, each of which have their own extensions with some
8674 backwards compatibility.
8675
8676 Sparse files were @command{tar}red as sparse files (which you can
8677 easily test, because the resulting archive gets smaller, and
8678 @acronym{GNU} @command{cpio} can no longer read it).
8679
8680 @node Media
8681 @chapter Tapes and Other Archive Media
8682 @UNREVISED
8683
8684 A few special cases about tape handling warrant more detailed
8685 description. These special cases are discussed below.
8686
8687 Many complexities surround the use of @command{tar} on tape drives. Since
8688 the creation and manipulation of archives located on magnetic tape was
8689 the original purpose of @command{tar}, it contains many features making
8690 such manipulation easier.
8691
8692 Archives are usually written on dismountable media---tape cartridges,
8693 mag tapes, or floppy disks.
8694
8695 The amount of data a tape or disk holds depends not only on its size,
8696 but also on how it is formatted. A 2400 foot long reel of mag tape
8697 holds 40 megabytes of data when formatted at 1600 bits per inch. The
8698 physically smaller EXABYTE tape cartridge holds 2.3 gigabytes.
8699
8700 Magnetic media are re-usable---once the archive on a tape is no longer
8701 needed, the archive can be erased and the tape or disk used over.
8702 Media quality does deteriorate with use, however. Most tapes or disks
8703 should be discarded when they begin to produce data errors. EXABYTE
8704 tape cartridges should be discarded when they generate an @dfn{error
8705 count} (number of non-usable bits) of more than 10k.
8706
8707 Magnetic media are written and erased using magnetic fields, and
8708 should be protected from such fields to avoid damage to stored data.
8709 Sticking a floppy disk to a filing cabinet using a magnet is probably
8710 not a good idea.
8711
8712 @menu
8713 * Device:: Device selection and switching
8714 * Remote Tape Server::
8715 * Common Problems and Solutions::
8716 * Blocking:: Blocking
8717 * Many:: Many archives on one tape
8718 * Using Multiple Tapes:: Using Multiple Tapes
8719 * label:: Including a Label in the Archive
8720 * verify::
8721 * Write Protection::
8722 @end menu
8723
8724 @node Device
8725 @section Device Selection and Switching
8726 @UNREVISED
8727
8728 @table @option
8729 @item -f [@var{hostname}:]@var{file}
8730 @itemx --file=[@var{hostname}:]@var{file}
8731 Use archive file or device @var{file} on @var{hostname}.
8732 @end table
8733
8734 This option is used to specify the file name of the archive @command{tar}
8735 works on.
8736
8737 If the file name is @samp{-}, @command{tar} reads the archive from standard
8738 input (when listing or extracting), or writes it to standard output
8739 (when creating). If the @samp{-} file name is given when updating an
8740 archive, @command{tar} will read the original archive from its standard
8741 input, and will write the entire new archive to its standard output.
8742
8743 If the file name contains a @samp{:}, it is interpreted as
8744 @samp{hostname:file name}. If the @var{hostname} contains an @dfn{at}
8745 sign (@samp{@@}), it is treated as @samp{user@@hostname:file name}. In
8746 either case, @command{tar} will invoke the command @command{rsh} (or
8747 @command{remsh}) to start up an @command{/usr/libexec/rmt} on the remote
8748 machine. If you give an alternate login name, it will be given to the
8749 @command{rsh}.
8750 Naturally, the remote machine must have an executable
8751 @command{/usr/libexec/rmt}. This program is free software from the
8752 University of California, and a copy of the source code can be found
8753 with the sources for @command{tar}; it's compiled and installed by default.
8754 The exact path to this utility is determined when configuring the package.
8755 It is @file{@var{prefix}/libexec/rmt}, where @var{prefix} stands for
8756 your installation prefix. This location may also be overridden at
8757 runtime by using @option{rmt-command=@var{command}} option (@xref{Option Summary,
8758 ---rmt-command}, for detailed description of this option. @xref{Remote
8759 Tape Server}, for the description of @command{rmt} command).
8760
8761 If this option is not given, but the environment variable @env{TAPE}
8762 is set, its value is used; otherwise, old versions of @command{tar}
8763 used a default archive name (which was picked when @command{tar} was
8764 compiled). The default is normally set up to be the @dfn{first} tape
8765 drive or other transportable I/O medium on the system.
8766
8767 Starting with version 1.11.5, @GNUTAR{} uses
8768 standard input and standard output as the default device, and I will
8769 not try anymore supporting automatic device detection at installation
8770 time. This was failing really in too many cases, it was hopeless.
8771 This is now completely left to the installer to override standard
8772 input and standard output for default device, if this seems
8773 preferable. Further, I think @emph{most} actual usages of
8774 @command{tar} are done with pipes or disks, not really tapes,
8775 cartridges or diskettes.
8776
8777 Some users think that using standard input and output is running
8778 after trouble. This could lead to a nasty surprise on your screen if
8779 you forget to specify an output file name---especially if you are going
8780 through a network or terminal server capable of buffering large amounts
8781 of output. We had so many bug reports in that area of configuring
8782 default tapes automatically, and so many contradicting requests, that
8783 we finally consider the problem to be portably intractable. We could
8784 of course use something like @samp{/dev/tape} as a default, but this
8785 is @emph{also} running after various kind of trouble, going from hung
8786 processes to accidental destruction of real tapes. After having seen
8787 all this mess, using standard input and output as a default really
8788 sounds like the only clean choice left, and a very useful one too.
8789
8790 @GNUTAR{} reads and writes archive in records, I
8791 suspect this is the main reason why block devices are preferred over
8792 character devices. Most probably, block devices are more efficient
8793 too. The installer could also check for @samp{DEFTAPE} in
8794 @file{<sys/mtio.h>}.
8795
8796 @table @option
8797 @opindex force-local, short description
8798 @item --force-local
8799 Archive file is local even if it contains a colon.
8800
8801 @opindex rsh-command
8802 @item --rsh-command=@var{command}
8803 Use remote @var{command} instead of @command{rsh}. This option exists
8804 so that people who use something other than the standard @command{rsh}
8805 (e.g., a Kerberized @command{rsh}) can access a remote device.
8806
8807 When this command is not used, the shell command found when
8808 the @command{tar} program was installed is used instead. This is
8809 the first found of @file{/usr/ucb/rsh}, @file{/usr/bin/remsh},
8810 @file{/usr/bin/rsh}, @file{/usr/bsd/rsh} or @file{/usr/bin/nsh}.
8811 The installer may have overridden this by defining the environment
8812 variable @env{RSH} @emph{at installation time}.
8813
8814 @item -[0-7][lmh]
8815 Specify drive and density.
8816
8817 @opindex multi-volume, short description
8818 @item -M
8819 @itemx --multi-volume
8820 Create/list/extract multi-volume archive.
8821
8822 This option causes @command{tar} to write a @dfn{multi-volume} archive---one
8823 that may be larger than will fit on the medium used to hold it.
8824 @xref{Multi-Volume Archives}.
8825
8826 @opindex tape-length, short description
8827 @item -L @var{num}
8828 @itemx --tape-length=@var{num}
8829 Change tape after writing @var{num} x 1024 bytes.
8830
8831 This option might be useful when your tape drivers do not properly
8832 detect end of physical tapes. By being slightly conservative on the
8833 maximum tape length, you might avoid the problem entirely.
8834
8835 @opindex info-script, short description
8836 @opindex new-volume-script, short description
8837 @item -F @var{file}
8838 @itemx --info-script=@var{file}
8839 @itemx --new-volume-script=@var{file}
8840 Execute @file{file} at end of each tape. This implies
8841 @option{--multi-volume} (@option{-M}). @xref{info-script}, for a detailed
8842 description of this option.
8843 @end table
8844
8845 @node Remote Tape Server
8846 @section The Remote Tape Server
8847
8848 @cindex remote tape drive
8849 @pindex rmt
8850 In order to access the tape drive on a remote machine, @command{tar}
8851 uses the remote tape server written at the University of California at
8852 Berkeley. The remote tape server must be installed as
8853 @file{@var{prefix}/libexec/rmt} on any machine whose tape drive you
8854 want to use. @command{tar} calls @command{rmt} by running an
8855 @command{rsh} or @command{remsh} to the remote machine, optionally
8856 using a different login name if one is supplied.
8857
8858 A copy of the source for the remote tape server is provided. It is
8859 Copyright @copyright{} 1983 by the Regents of the University of
8860 California, but can be freely distributed. It is compiled and
8861 installed by default.
8862
8863 @cindex absolute file names
8864 Unless you use the @option{--absolute-names} (@option{-P}) option,
8865 @GNUTAR{} will not allow you to create an archive that contains
8866 absolute file names (a file name beginning with @samp{/}.) If you try,
8867 @command{tar} will automatically remove the leading @samp{/} from the
8868 file names it stores in the archive. It will also type a warning
8869 message telling you what it is doing.
8870
8871 When reading an archive that was created with a different
8872 @command{tar} program, @GNUTAR{} automatically
8873 extracts entries in the archive which have absolute file names as if
8874 the file names were not absolute. This is an important feature. A
8875 visitor here once gave a @command{tar} tape to an operator to restore;
8876 the operator used Sun @command{tar} instead of @GNUTAR{},
8877 and the result was that it replaced large portions of
8878 our @file{/bin} and friends with versions from the tape; needless to
8879 say, we were unhappy about having to recover the file system from
8880 backup tapes.
8881
8882 For example, if the archive contained a file @file{/usr/bin/computoy},
8883 @GNUTAR{} would extract the file to @file{usr/bin/computoy},
8884 relative to the current directory. If you want to extract the files in
8885 an archive to the same absolute names that they had when the archive
8886 was created, you should do a @samp{cd /} before extracting the files
8887 from the archive, or you should either use the @option{--absolute-names}
8888 option, or use the command @samp{tar -C / @dots{}}.
8889
8890 @cindex Ultrix 3.1 and write failure
8891 Some versions of Unix (Ultrix 3.1 is known to have this problem),
8892 can claim that a short write near the end of a tape succeeded,
8893 when it actually failed. This will result in the -M option not
8894 working correctly. The best workaround at the moment is to use a
8895 significantly larger blocking factor than the default 20.
8896
8897 In order to update an archive, @command{tar} must be able to backspace the
8898 archive in order to reread or rewrite a record that was just read (or
8899 written). This is currently possible only on two kinds of files: normal
8900 disk files (or any other file that can be backspaced with @samp{lseek}),
8901 and industry-standard 9-track magnetic tape (or any other kind of tape
8902 that can be backspaced with the @code{MTIOCTOP} @code{ioctl}.
8903
8904 This means that the @option{--append}, @option{--concatenate}, and
8905 @option{--delete} commands will not work on any other kind of file.
8906 Some media simply cannot be backspaced, which means these commands and
8907 options will never be able to work on them. These non-backspacing
8908 media include pipes and cartridge tape drives.
8909
8910 Some other media can be backspaced, and @command{tar} will work on them
8911 once @command{tar} is modified to do so.
8912
8913 Archives created with the @option{--multi-volume}, @option{--label}, and
8914 @option{--incremental} (@option{-G}) options may not be readable by other version
8915 of @command{tar}. In particular, restoring a file that was split over
8916 a volume boundary will require some careful work with @command{dd}, if
8917 it can be done at all. Other versions of @command{tar} may also create
8918 an empty file whose name is that of the volume header. Some versions
8919 of @command{tar} may create normal files instead of directories archived
8920 with the @option{--incremental} (@option{-G}) option.
8921
8922 @node Common Problems and Solutions
8923 @section Some Common Problems and their Solutions
8924
8925 @ifclear PUBLISH
8926
8927 @format
8928 errors from system:
8929 permission denied
8930 no such file or directory
8931 not owner
8932
8933 errors from @command{tar}:
8934 directory checksum error
8935 header format error
8936
8937 errors from media/system:
8938 i/o error
8939 device busy
8940 @end format
8941
8942 @end ifclear
8943
8944 @node Blocking
8945 @section Blocking
8946 @UNREVISED
8947
8948 @dfn{Block} and @dfn{record} terminology is rather confused, and it
8949 is also confusing to the expert reader. On the other hand, readers
8950 who are new to the field have a fresh mind, and they may safely skip
8951 the next two paragraphs, as the remainder of this manual uses those
8952 two terms in a quite consistent way.
8953
8954 John Gilmore, the writer of the public domain @command{tar} from which
8955 @GNUTAR{} was originally derived, wrote (June 1995):
8956
8957 @quotation
8958 The nomenclature of tape drives comes from IBM, where I believe
8959 they were invented for the IBM 650 or so. On IBM mainframes, what
8960 is recorded on tape are tape blocks. The logical organization of
8961 data is into records. There are various ways of putting records into
8962 blocks, including @code{F} (fixed sized records), @code{V} (variable
8963 sized records), @code{FB} (fixed blocked: fixed size records, @var{n}
8964 to a block), @code{VB} (variable size records, @var{n} to a block),
8965 @code{VSB} (variable spanned blocked: variable sized records that can
8966 occupy more than one block), etc. The @code{JCL} @samp{DD RECFORM=}
8967 parameter specified this to the operating system.
8968
8969 The Unix man page on @command{tar} was totally confused about this.
8970 When I wrote @code{PD TAR}, I used the historically correct terminology
8971 (@command{tar} writes data records, which are grouped into blocks).
8972 It appears that the bogus terminology made it into @acronym{POSIX} (no surprise
8973 here), and now Fran@,{c}ois has migrated that terminology back
8974 into the source code too.
8975 @end quotation
8976
8977 The term @dfn{physical block} means the basic transfer chunk from or
8978 to a device, after which reading or writing may stop without anything
8979 being lost. In this manual, the term @dfn{block} usually refers to
8980 a disk physical block, @emph{assuming} that each disk block is 512
8981 bytes in length. It is true that some disk devices have different
8982 physical blocks, but @command{tar} ignore these differences in its own
8983 format, which is meant to be portable, so a @command{tar} block is always
8984 512 bytes in length, and @dfn{block} always mean a @command{tar} block.
8985 The term @dfn{logical block} often represents the basic chunk of
8986 allocation of many disk blocks as a single entity, which the operating
8987 system treats somewhat atomically; this concept is only barely used
8988 in @GNUTAR{}.
8989
8990 The term @dfn{physical record} is another way to speak of a physical
8991 block, those two terms are somewhat interchangeable. In this manual,
8992 the term @dfn{record} usually refers to a tape physical block,
8993 @emph{assuming} that the @command{tar} archive is kept on magnetic tape.
8994 It is true that archives may be put on disk or used with pipes,
8995 but nevertheless, @command{tar} tries to read and write the archive one
8996 @dfn{record} at a time, whatever the medium in use. One record is made
8997 up of an integral number of blocks, and this operation of putting many
8998 disk blocks into a single tape block is called @dfn{reblocking}, or
8999 more simply, @dfn{blocking}. The term @dfn{logical record} refers to
9000 the logical organization of many characters into something meaningful
9001 to the application. The term @dfn{unit record} describes a small set
9002 of characters which are transmitted whole to or by the application,
9003 and often refers to a line of text. Those two last terms are unrelated
9004 to what we call a @dfn{record} in @GNUTAR{}.
9005
9006 When writing to tapes, @command{tar} writes the contents of the archive
9007 in chunks known as @dfn{records}. To change the default blocking
9008 factor, use the @option{--blocking-factor=@var{512-size}} (@option{-b
9009 @var{512-size}}) option. Each record will then be composed of
9010 @var{512-size} blocks. (Each @command{tar} block is 512 bytes.
9011 @xref{Standard}.) Each file written to the archive uses at least one
9012 full record. As a result, using a larger record size can result in
9013 more wasted space for small files. On the other hand, a larger record
9014 size can often be read and written much more efficiently.
9015
9016 Further complicating the problem is that some tape drives ignore the
9017 blocking entirely. For these, a larger record size can still improve
9018 performance (because the software layers above the tape drive still
9019 honor the blocking), but not as dramatically as on tape drives that
9020 honor blocking.
9021
9022 When reading an archive, @command{tar} can usually figure out the
9023 record size on itself. When this is the case, and a non-standard
9024 record size was used when the archive was created, @command{tar} will
9025 print a message about a non-standard blocking factor, and then operate
9026 normally. On some tape devices, however, @command{tar} cannot figure
9027 out the record size itself. On most of those, you can specify a
9028 blocking factor (with @option{--blocking-factor}) larger than the
9029 actual blocking factor, and then use the @option{--read-full-records}
9030 (@option{-B}) option. (If you specify a blocking factor with
9031 @option{--blocking-factor} and don't use the
9032 @option{--read-full-records} option, then @command{tar} will not
9033 attempt to figure out the recording size itself.) On some devices,
9034 you must always specify the record size exactly with
9035 @option{--blocking-factor} when reading, because @command{tar} cannot
9036 figure it out. In any case, use @option{--list} (@option{-t}) before
9037 doing any extractions to see whether @command{tar} is reading the archive
9038 correctly.
9039
9040 @command{tar} blocks are all fixed size (512 bytes), and its scheme for
9041 putting them into records is to put a whole number of them (one or
9042 more) into each record. @command{tar} records are all the same size;
9043 at the end of the file there's a block containing all zeros, which
9044 is how you tell that the remainder of the last record(s) are garbage.
9045
9046 In a standard @command{tar} file (no options), the block size is 512
9047 and the record size is 10240, for a blocking factor of 20. What the
9048 @option{--blocking-factor} option does is sets the blocking factor,
9049 changing the record size while leaving the block size at 512 bytes.
9050 20 was fine for ancient 800 or 1600 bpi reel-to-reel tape drives;
9051 most tape drives these days prefer much bigger records in order to
9052 stream and not waste tape. When writing tapes for myself, some tend
9053 to use a factor of the order of 2048, say, giving a record size of
9054 around one megabyte.
9055
9056 If you use a blocking factor larger than 20, older @command{tar}
9057 programs might not be able to read the archive, so we recommend this
9058 as a limit to use in practice. @GNUTAR{}, however,
9059 will support arbitrarily large record sizes, limited only by the
9060 amount of virtual memory or the physical characteristics of the tape
9061 device.
9062
9063 @menu
9064 * Format Variations:: Format Variations
9065 * Blocking Factor:: The Blocking Factor of an Archive
9066 @end menu
9067
9068 @node Format Variations
9069 @subsection Format Variations
9070 @cindex Format Parameters
9071 @cindex Format Options
9072 @cindex Options, archive format specifying
9073 @cindex Options, format specifying
9074 @UNREVISED
9075
9076 Format parameters specify how an archive is written on the archive
9077 media. The best choice of format parameters will vary depending on
9078 the type and number of files being archived, and on the media used to
9079 store the archive.
9080
9081 To specify format parameters when accessing or creating an archive,
9082 you can use the options described in the following sections.
9083 If you do not specify any format parameters, @command{tar} uses
9084 default parameters. You cannot modify a compressed archive.
9085 If you create an archive with the @option{--blocking-factor} option
9086 specified (@pxref{Blocking Factor}), you must specify that
9087 blocking-factor when operating on the archive. @xref{Formats}, for other
9088 examples of format parameter considerations.
9089
9090 @node Blocking Factor
9091 @subsection The Blocking Factor of an Archive
9092 @cindex Blocking Factor
9093 @cindex Record Size
9094 @cindex Number of blocks per record
9095 @cindex Number of bytes per record
9096 @cindex Bytes per record
9097 @cindex Blocks per record
9098 @UNREVISED
9099
9100 @opindex blocking-factor
9101 The data in an archive is grouped into blocks, which are 512 bytes.
9102 Blocks are read and written in whole number multiples called
9103 @dfn{records}. The number of blocks in a record (ie. the size of a
9104 record in units of 512 bytes) is called the @dfn{blocking factor}.
9105 The @option{--blocking-factor=@var{512-size}} (@option{-b
9106 @var{512-size}}) option specifies the blocking factor of an archive.
9107 The default blocking factor is typically 20 (i.e., 10240 bytes), but
9108 can be specified at installation. To find out the blocking factor of
9109 an existing archive, use @samp{tar --list --file=@var{archive-name}}.
9110 This may not work on some devices.
9111
9112 Records are separated by gaps, which waste space on the archive media.
9113 If you are archiving on magnetic tape, using a larger blocking factor
9114 (and therefore larger records) provides faster throughput and allows you
9115 to fit more data on a tape (because there are fewer gaps). If you are
9116 archiving on cartridge, a very large blocking factor (say 126 or more)
9117 greatly increases performance. A smaller blocking factor, on the other
9118 hand, may be useful when archiving small files, to avoid archiving lots
9119 of nulls as @command{tar} fills out the archive to the end of the record.
9120 In general, the ideal record size depends on the size of the
9121 inter-record gaps on the tape you are using, and the average size of the
9122 files you are archiving. @xref{create}, for information on
9123 writing archives.
9124
9125 @FIXME{Need example of using a cartridge with blocking factor=126 or more.}
9126
9127 Archives with blocking factors larger than 20 cannot be read
9128 by very old versions of @command{tar}, or by some newer versions
9129 of @command{tar} running on old machines with small address spaces.
9130 With @GNUTAR{}, the blocking factor of an archive is limited
9131 only by the maximum record size of the device containing the archive,
9132 or by the amount of available virtual memory.
9133
9134 Also, on some systems, not using adequate blocking factors, as sometimes
9135 imposed by the device drivers, may yield unexpected diagnostics. For
9136 example, this has been reported:
9137
9138 @smallexample
9139 Cannot write to /dev/dlt: Invalid argument
9140 @end smallexample
9141
9142 @noindent
9143 In such cases, it sometimes happen that the @command{tar} bundled by
9144 the system is aware of block size idiosyncrasies, while @GNUTAR{}
9145 requires an explicit specification for the block size,
9146 which it cannot guess. This yields some people to consider
9147 @GNUTAR{} is misbehaving, because by comparison,
9148 @cite{the bundle @command{tar} works OK}. Adding @w{@kbd{-b 256}},
9149 for example, might resolve the problem.
9150
9151 If you use a non-default blocking factor when you create an archive, you
9152 must specify the same blocking factor when you modify that archive. Some
9153 archive devices will also require you to specify the blocking factor when
9154 reading that archive, however this is not typically the case. Usually, you
9155 can use @option{--list} (@option{-t}) without specifying a blocking factor---@command{tar}
9156 reports a non-default record size and then lists the archive members as
9157 it would normally. To extract files from an archive with a non-standard
9158 blocking factor (particularly if you're not sure what the blocking factor
9159 is), you can usually use the @option{--read-full-records} (@option{-B}) option while
9160 specifying a blocking factor larger then the blocking factor of the archive
9161 (ie. @samp{tar --extract --read-full-records --blocking-factor=300}.
9162 @xref{list}, for more information on the @option{--list} (@option{-t})
9163 operation. @xref{Reading}, for a more detailed explanation of that option.
9164
9165 @table @option
9166 @item --blocking-factor=@var{number}
9167 @itemx -b @var{number}
9168 Specifies the blocking factor of an archive. Can be used with any
9169 operation, but is usually not necessary with @option{--list} (@option{-t}).
9170 @end table
9171
9172 Device blocking
9173
9174 @table @option
9175 @item -b @var{blocks}
9176 @itemx --blocking-factor=@var{blocks}
9177 Set record size to @math{@var{blocks} * 512} bytes.
9178
9179 This option is used to specify a @dfn{blocking factor} for the archive.
9180 When reading or writing the archive, @command{tar}, will do reads and writes
9181 of the archive in records of @math{@var{block}*512} bytes. This is true
9182 even when the archive is compressed. Some devices requires that all
9183 write operations be a multiple of a certain size, and so, @command{tar}
9184 pads the archive out to the next record boundary.
9185
9186 The default blocking factor is set when @command{tar} is compiled, and is
9187 typically 20. Blocking factors larger than 20 cannot be read by very
9188 old versions of @command{tar}, or by some newer versions of @command{tar}
9189 running on old machines with small address spaces.
9190
9191 With a magnetic tape, larger records give faster throughput and fit
9192 more data on a tape (because there are fewer inter-record gaps).
9193 If the archive is in a disk file or a pipe, you may want to specify
9194 a smaller blocking factor, since a large one will result in a large
9195 number of null bytes at the end of the archive.
9196
9197 When writing cartridge or other streaming tapes, a much larger
9198 blocking factor (say 126 or more) will greatly increase performance.
9199 However, you must specify the same blocking factor when reading or
9200 updating the archive.
9201
9202 Apparently, Exabyte drives have a physical block size of 8K bytes.
9203 If we choose our blocksize as a multiple of 8k bytes, then the problem
9204 seems to disappear. Id est, we are using block size of 112 right
9205 now, and we haven't had the problem since we switched@dots{}
9206
9207 With @GNUTAR{} the blocking factor is limited only
9208 by the maximum record size of the device containing the archive, or by
9209 the amount of available virtual memory.
9210
9211 However, deblocking or reblocking is virtually avoided in a special
9212 case which often occurs in practice, but which requires all the
9213 following conditions to be simultaneously true:
9214 @itemize @bullet
9215 @item
9216 the archive is subject to a compression option,
9217 @item
9218 the archive is not handled through standard input or output, nor
9219 redirected nor piped,
9220 @item
9221 the archive is directly handled to a local disk, instead of any special
9222 device,
9223 @item
9224 @option{--blocking-factor} is not explicitly specified on the @command{tar}
9225 invocation.
9226 @end itemize
9227
9228 If the output goes directly to a local disk, and not through
9229 stdout, then the last write is not extended to a full record size.
9230 Otherwise, reblocking occurs. Here are a few other remarks on this
9231 topic:
9232
9233 @itemize @bullet
9234
9235 @item
9236 @command{gzip} will complain about trailing garbage if asked to
9237 uncompress a compressed archive on tape, there is an option to turn
9238 the message off, but it breaks the regularity of simply having to use
9239 @samp{@var{prog} -d} for decompression. It would be nice if gzip was
9240 silently ignoring any number of trailing zeros. I'll ask Jean-loup
9241 Gailly, by sending a copy of this message to him.
9242
9243 @item
9244 @command{compress} does not show this problem, but as Jean-loup pointed
9245 out to Michael, @samp{compress -d} silently adds garbage after
9246 the result of decompression, which tar ignores because it already
9247 recognized its end-of-file indicator. So this bug may be safely
9248 ignored.
9249
9250 @item
9251 @samp{gzip -d -q} will be silent about the trailing zeros indeed,
9252 but will still return an exit status of 2 which tar reports in turn.
9253 @command{tar} might ignore the exit status returned, but I hate doing
9254 that, as it weakens the protection @command{tar} offers users against
9255 other possible problems at decompression time. If @command{gzip} was
9256 silently skipping trailing zeros @emph{and} also avoiding setting the
9257 exit status in this innocuous case, that would solve this situation.
9258
9259 @item
9260 @command{tar} should become more solid at not stopping to read a pipe at
9261 the first null block encountered. This inelegantly breaks the pipe.
9262 @command{tar} should rather drain the pipe out before exiting itself.
9263 @end itemize
9264
9265 @opindex ignore-zeros, short description
9266 @item -i
9267 @itemx --ignore-zeros
9268 Ignore blocks of zeros in archive (means EOF).
9269
9270 The @option{--ignore-zeros} (@option{-i}) option causes @command{tar} to ignore blocks
9271 of zeros in the archive. Normally a block of zeros indicates the
9272 end of the archive, but when reading a damaged archive, or one which
9273 was created by concatenating several archives together, this option
9274 allows @command{tar} to read the entire archive. This option is not on
9275 by default because many versions of @command{tar} write garbage after
9276 the zeroed blocks.
9277
9278 Note that this option causes @command{tar} to read to the end of the
9279 archive file, which may sometimes avoid problems when multiple files
9280 are stored on a single physical tape.
9281
9282 @opindex read-full-records, short description
9283 @item -B
9284 @itemx --read-full-records
9285 Reblock as we read (for reading 4.2BSD pipes).
9286
9287 If @option{--read-full-records} is used, @command{tar}
9288 will not panic if an attempt to read a record from the archive does
9289 not return a full record. Instead, @command{tar} will keep reading
9290 until it has obtained a full
9291 record.
9292
9293 This option is turned on by default when @command{tar} is reading
9294 an archive from standard input, or from a remote machine. This is
9295 because on BSD Unix systems, a read of a pipe will return however
9296 much happens to be in the pipe, even if it is less than @command{tar}
9297 requested. If this option was not used, @command{tar} would fail as
9298 soon as it read an incomplete record from the pipe.
9299
9300 This option is also useful with the commands for updating an archive.
9301
9302 @end table
9303
9304 Tape blocking
9305
9306 @FIXME{Appropriate options should be moved here from elsewhere.}
9307
9308 @cindex blocking factor
9309 @cindex tape blocking
9310
9311 When handling various tapes or cartridges, you have to take care of
9312 selecting a proper blocking, that is, the number of disk blocks you
9313 put together as a single tape block on the tape, without intervening
9314 tape gaps. A @dfn{tape gap} is a small landing area on the tape
9315 with no information on it, used for decelerating the tape to a
9316 full stop, and for later regaining the reading or writing speed.
9317 When the tape driver starts reading a record, the record has to
9318 be read whole without stopping, as a tape gap is needed to stop the
9319 tape motion without loosing information.
9320
9321 @cindex Exabyte blocking
9322 @cindex DAT blocking
9323 Using higher blocking (putting more disk blocks per tape block) will use
9324 the tape more efficiently as there will be less tape gaps. But reading
9325 such tapes may be more difficult for the system, as more memory will be
9326 required to receive at once the whole record. Further, if there is a
9327 reading error on a huge record, this is less likely that the system will
9328 succeed in recovering the information. So, blocking should not be too
9329 low, nor it should be too high. @command{tar} uses by default a blocking of
9330 20 for historical reasons, and it does not really matter when reading or
9331 writing to disk. Current tape technology would easily accommodate higher
9332 blockings. Sun recommends a blocking of 126 for Exabytes and 96 for DATs.
9333 We were told that for some DLT drives, the blocking should be a multiple
9334 of 4Kb, preferably 64Kb (@w{@kbd{-b 128}}) or 256 for decent performance.
9335 Other manufacturers may use different recommendations for the same tapes.
9336 This might also depends of the buffering techniques used inside modern
9337 tape controllers. Some imposes a minimum blocking, or a maximum blocking.
9338 Others request blocking to be some exponent of two.
9339
9340 So, there is no fixed rule for blocking. But blocking at read time
9341 should ideally be the same as blocking used at write time. At one place
9342 I know, with a wide variety of equipment, they found it best to use a
9343 blocking of 32 to guarantee that their tapes are fully interchangeable.
9344
9345 I was also told that, for recycled tapes, prior erasure (by the same
9346 drive unit that will be used to create the archives) sometimes lowers
9347 the error rates observed at rewriting time.
9348
9349 I might also use @option{--number-blocks} instead of
9350 @option{--block-number}, so @option{--block} will then expand to
9351 @option{--blocking-factor} unambiguously.
9352
9353 @node Many
9354 @section Many Archives on One Tape
9355
9356 @FIXME{Appropriate options should be moved here from elsewhere.}
9357
9358 @findex ntape @r{device}
9359 Most tape devices have two entries in the @file{/dev} directory, or
9360 entries that come in pairs, which differ only in the minor number for
9361 this device. Let's take for example @file{/dev/tape}, which often
9362 points to the only or usual tape device of a given system. There might
9363 be a corresponding @file{/dev/nrtape} or @file{/dev/ntape}. The simpler
9364 name is the @emph{rewinding} version of the device, while the name
9365 having @samp{nr} in it is the @emph{no rewinding} version of the same
9366 device.
9367
9368 A rewinding tape device will bring back the tape to its beginning point
9369 automatically when this device is opened or closed. Since @command{tar}
9370 opens the archive file before using it and closes it afterwards, this
9371 means that a simple:
9372
9373 @smallexample
9374 $ @kbd{tar cf /dev/tape @var{directory}}
9375 @end smallexample
9376
9377 @noindent
9378 will reposition the tape to its beginning both prior and after saving
9379 @var{directory} contents to it, thus erasing prior tape contents and
9380 making it so that any subsequent write operation will destroy what has
9381 just been saved.
9382
9383 @cindex tape positioning
9384 So, a rewinding device is normally meant to hold one and only one file.
9385 If you want to put more than one @command{tar} archive on a given tape, you
9386 will need to avoid using the rewinding version of the tape device. You
9387 will also have to pay special attention to tape positioning. Errors in
9388 positioning may overwrite the valuable data already on your tape. Many
9389 people, burnt by past experiences, will only use rewinding devices and
9390 limit themselves to one file per tape, precisely to avoid the risk of
9391 such errors. Be fully aware that writing at the wrong position on a
9392 tape loses all information past this point and most probably until the
9393 end of the tape, and this destroyed information @emph{cannot} be
9394 recovered.
9395
9396 To save @var{directory-1} as a first archive at the beginning of a
9397 tape, and leave that tape ready for a second archive, you should use:
9398
9399 @smallexample
9400 $ @kbd{mt -f /dev/nrtape rewind}
9401 $ @kbd{tar cf /dev/nrtape @var{directory-1}}
9402 @end smallexample
9403
9404 @cindex tape marks
9405 @dfn{Tape marks} are special magnetic patterns written on the tape
9406 media, which are later recognizable by the reading hardware. These
9407 marks are used after each file, when there are many on a single tape.
9408 An empty file (that is to say, two tape marks in a row) signal the
9409 logical end of the tape, after which no file exist. Usually,
9410 non-rewinding tape device drivers will react to the close request issued
9411 by @command{tar} by first writing two tape marks after your archive, and by
9412 backspacing over one of these. So, if you remove the tape at that time
9413 from the tape drive, it is properly terminated. But if you write
9414 another file at the current position, the second tape mark will be
9415 erased by the new information, leaving only one tape mark between files.
9416
9417 So, you may now save @var{directory-2} as a second archive after the
9418 first on the same tape by issuing the command:
9419
9420 @smallexample
9421 $ @kbd{tar cf /dev/nrtape @var{directory-2}}
9422 @end smallexample
9423
9424 @noindent
9425 and so on for all the archives you want to put on the same tape.
9426
9427 Another usual case is that you do not write all the archives the same
9428 day, and you need to remove and store the tape between two archive
9429 sessions. In general, you must remember how many files are already
9430 saved on your tape. Suppose your tape already has 16 files on it, and
9431 that you are ready to write the 17th. You have to take care of skipping
9432 the first 16 tape marks before saving @var{directory-17}, say, by using
9433 these commands:
9434
9435 @smallexample
9436 $ @kbd{mt -f /dev/nrtape rewind}
9437 $ @kbd{mt -f /dev/nrtape fsf 16}
9438 $ @kbd{tar cf /dev/nrtape @var{directory-17}}
9439 @end smallexample
9440
9441 In all the previous examples, we put aside blocking considerations, but
9442 you should do the proper things for that as well. @xref{Blocking}.
9443
9444 @menu
9445 * Tape Positioning:: Tape Positions and Tape Marks
9446 * mt:: The @command{mt} Utility
9447 @end menu
9448
9449 @node Tape Positioning
9450 @subsection Tape Positions and Tape Marks
9451 @UNREVISED
9452
9453 Just as archives can store more than one file from the file system,
9454 tapes can store more than one archive file. To keep track of where
9455 archive files (or any other type of file stored on tape) begin and
9456 end, tape archive devices write magnetic @dfn{tape marks} on the
9457 archive media. Tape drives write one tape mark between files,
9458 two at the end of all the file entries.
9459
9460 If you think of data as a series of records "rrrr"'s, and tape marks as
9461 "*"'s, a tape might look like the following:
9462
9463 @smallexample
9464 rrrr*rrrrrr*rrrrr*rr*rrrrr**-------------------------
9465 @end smallexample
9466
9467 Tape devices read and write tapes using a read/write @dfn{tape
9468 head}---a physical part of the device which can only access one
9469 point on the tape at a time. When you use @command{tar} to read or
9470 write archive data from a tape device, the device will begin reading
9471 or writing from wherever on the tape the tape head happens to be,
9472 regardless of which archive or what part of the archive the tape
9473 head is on. Before writing an archive, you should make sure that no
9474 data on the tape will be overwritten (unless it is no longer needed).
9475 Before reading an archive, you should make sure the tape head is at
9476 the beginning of the archive you want to read. You can do it manually
9477 via @code{mt} utility (@pxref{mt}). The @code{restore} script does
9478 that automatically (@pxref{Scripted Restoration}).
9479
9480 If you want to add new archive file entries to a tape, you should
9481 advance the tape to the end of the existing file entries, backspace
9482 over the last tape mark, and write the new archive file. If you were
9483 to add two archives to the example above, the tape might look like the
9484 following:
9485
9486 @smallexample
9487 rrrr*rrrrrr*rrrrr*rr*rrrrr*rrr*rrrr**----------------
9488 @end smallexample
9489
9490 @node mt
9491 @subsection The @command{mt} Utility
9492 @UNREVISED
9493
9494 @FIXME{Is it true that this only works on non-block devices?
9495 should explain the difference, (fixed or variable).}
9496 @xref{Blocking Factor}.
9497
9498 You can use the @command{mt} utility to advance or rewind a tape past a
9499 specified number of archive files on the tape. This will allow you
9500 to move to the beginning of an archive before extracting or reading
9501 it, or to the end of all the archives before writing a new one.
9502 @FIXME{Why isn't there an "advance 'til you find two tape marks
9503 together"?}
9504
9505 The syntax of the @command{mt} command is:
9506
9507 @smallexample
9508 @kbd{mt [-f @var{tapename}] @var{operation} [@var{number}]}
9509 @end smallexample
9510
9511 where @var{tapename} is the name of the tape device, @var{number} is
9512 the number of times an operation is performed (with a default of one),
9513 and @var{operation} is one of the following:
9514
9515 @FIXME{is there any use for record operations?}
9516
9517 @table @option
9518 @item eof
9519 @itemx weof
9520 Writes @var{number} tape marks at the current position on the tape.
9521
9522 @item fsf
9523 Moves tape position forward @var{number} files.
9524
9525 @item bsf
9526 Moves tape position back @var{number} files.
9527
9528 @item rewind
9529 Rewinds the tape. (Ignores @var{number}).
9530
9531 @item offline
9532 @itemx rewoff1
9533 Rewinds the tape and takes the tape device off-line. (Ignores @var{number}).
9534
9535 @item status
9536 Prints status information about the tape unit.
9537
9538 @end table
9539
9540 @FIXME{Is there a better way to frob the spacing on the list?}
9541
9542 If you don't specify a @var{tapename}, @command{mt} uses the environment
9543 variable @env{TAPE}; if @env{TAPE} is not set, @command{mt} uses the device
9544 @file{/dev/rmt12}.
9545
9546 @command{mt} returns a 0 exit status when the operation(s) were
9547 successful, 1 if the command was unrecognized, and 2 if an operation
9548 failed.
9549
9550 @node Using Multiple Tapes
9551 @section Using Multiple Tapes
9552 @UNREVISED
9553
9554 Often you might want to write a large archive, one larger than will fit
9555 on the actual tape you are using. In such a case, you can run multiple
9556 @command{tar} commands, but this can be inconvenient, particularly if you
9557 are using options like @option{--exclude=@var{pattern}} or dumping entire file systems.
9558 Therefore, @command{tar} supports multiple tapes automatically.
9559
9560 Use @option{--multi-volume} (@option{-M}) on the command line, and
9561 then @command{tar} will, when it reaches the end of the tape, prompt
9562 for another tape, and continue the archive. Each tape will have an
9563 independent archive, and can be read without needing the other. (As
9564 an exception to this, the file that @command{tar} was archiving when
9565 it ran out of tape will usually be split between the two archives; in
9566 this case you need to extract from the first archive, using
9567 @option{--multi-volume}, and then put in the second tape when
9568 prompted, so @command{tar} can restore both halves of the file.)
9569
9570 @GNUTAR{} multi-volume archives do not use a truly portable format.
9571 You need @GNUTAR{} at both ends to process them properly.
9572
9573 When prompting for a new tape, @command{tar} accepts any of the following
9574 responses:
9575
9576 @table @kbd
9577 @item ?
9578 Request @command{tar} to explain possible responses
9579 @item q
9580 Request @command{tar} to exit immediately.
9581 @item n @var{file-name}
9582 Request @command{tar} to write the next volume on the file @var{file-name}.
9583 @item !
9584 Request @command{tar} to run a subshell. This option can be disabled
9585 by giving @option{--restrict} command line option to @command{tar}.
9586 @item y
9587 Request @command{tar} to begin writing the next volume.
9588 @end table
9589
9590 (You should only type @samp{y} after you have changed the tape;
9591 otherwise @command{tar} will write over the volume it just finished.)
9592
9593 @cindex End-of-archive info script
9594 @cindex Info script
9595 @anchor{info-script}
9596 @opindex info-script
9597 @opindex new-volume-script
9598 If you want more elaborate behavior than this, give @command{tar} the
9599 @option{--info-script=@var{script-name}}
9600 (@option{--new-volume-script=@var{script-name}}, @option{-F
9601 @var{script-name}}) option. The file @var{script-name} is expected to
9602 be a program (or shell script) to be run instead of the normal
9603 prompting procedure. It is executed without any command line
9604 arguments. Additional data is passed to it via the following
9605 environment variables:
9606
9607 @table @env
9608 @vrindex TAR_VERSION, info script environment variable
9609 @item TAR_VERSION
9610 @GNUTAR{} version number.
9611
9612 @vrindex TAR_ARCHIVE, info script environment variable
9613 @item TAR_ARCHIVE
9614 The name of the archive @command{tar} is processing.
9615
9616 @vrindex TAR_VOLUME, info script environment variable
9617 @item TAR_VOLUME
9618 Ordinal number of the volume @command{tar} is about to start.
9619
9620 @vrindex TAR_SUBCOMMAND, info script environment variable
9621 @item TAR_SUBCOMMAND
9622 Short option describing the operation @command{tar} is executed.
9623 @xref{Operations}, for a complete list of subcommand options.
9624
9625 @vrindex TAR_FORMAT, info script environment variable
9626 @item TAR_FORMAT
9627 Format of the archive being processed. @xref{Formats}, for a complete
9628 list of archive format names.
9629 @end table
9630
9631 The info script can instruct @command{tar} to use new archive name,
9632 by writing in to file descriptor 3 (see below for an
9633 example).
9634
9635 If the info script fails, @command{tar} exits; otherwise, it begins
9636 writing the next volume.
9637
9638 The method @command{tar} uses to detect end of tape is not perfect, and
9639 fails on some operating systems or on some devices. You can use the
9640 @option{--tape-length=@var{size}} (@option{-L @var{size}}) option if
9641 @command{tar} can't detect the end of the tape itself. This option
9642 selects @option{--multi-volume} (@option{-M}) automatically. The
9643 @var{size} argument should then be the usable size of the tape in
9644 units of 1024 bytes. But for many devices, and floppy disks in
9645 particular, this option is never required for real, as far as we know.
9646
9647 @cindex Volume number file
9648 @cindex volno file
9649 @anchor{volno-file}
9650 @opindex volno-file
9651 The volume number used by @command{tar} in its tape-change prompt
9652 can be changed; if you give the
9653 @option{--volno-file=@var{file-of-number}} option, then
9654 @var{file-of-number} should be an unexisting file to be created, or
9655 else, a file already containing a decimal number. That number will be
9656 used as the volume number of the first volume written. When
9657 @command{tar} is finished, it will rewrite the file with the
9658 now-current volume number. (This does not change the volume number
9659 written on a tape label, as per @ref{label}, it @emph{only} affects
9660 the number used in the prompt.)
9661
9662 If you want @command{tar} to cycle through a series of files or tape
9663 drives, there are three approaches to choose from. First of all, you
9664 can give @command{tar} multiple @option{--file} options. In this case
9665 the specified files will be used, in sequence, as the successive
9666 volumes of the archive. Only when the first one in the sequence needs
9667 to be used again will @command{tar} prompt for a tape change (or run
9668 the info script). Secondly, you can use the @samp{n} response to the
9669 tape-change prompt, and, finally, you can use an info script, that
9670 writes new archive name to file descriptor. The following example
9671 illustrates this approach:
9672
9673 @smallexample
9674 @group
9675 #! /bin/sh
9676 echo Preparing volume $TAR_VOLUME of $TAR_ARCHIVE.
9677
9678 name=`expr $TAR_ARCHIVE : '\(.*\)-.*'`
9679 case $TAR_SUBCOMMAND in
9680 -c) ;;
9681 -d|-x|-t) test -r $@{name:-$TAR_ARCHIVE@}-$TAR_VOLUME || exit 1
9682 ;;
9683 *) exit 1
9684 esac
9685
9686 echo $@{name:-$TAR_ARCHIVE@}-$TAR_VOLUME >&3
9687 @end group
9688 @end smallexample
9689
9690 Each volume of a multi-volume archive is an independent @command{tar}
9691 archive, complete in itself. For example, you can list or extract any
9692 volume alone; just don't specify @option{--multi-volume}
9693 (@option{-M}). However, if one file in the archive is split across
9694 volumes, the only way to extract it successfully is with a
9695 multi-volume extract command @option{--extract --multi-volume}
9696 (@option{-xM}) starting on or before the volume where the file begins.
9697
9698 For example, let's presume someone has two tape drives on a system
9699 named @file{/dev/tape0} and @file{/dev/tape1}. For having @GNUTAR{}
9700 to switch to the second drive when it needs to write the
9701 second tape, and then back to the first tape, etc., just do either of:
9702
9703 @smallexample
9704 $ @kbd{tar --create --multi-volume --file=/dev/tape0 --file=/dev/tape1 @var{files}}
9705 $ @kbd{tar cMff /dev/tape0 /dev/tape1 @var{files}}
9706 @end smallexample
9707
9708 @menu
9709 * Multi-Volume Archives:: Archives Longer than One Tape or Disk
9710 * Tape Files:: Tape Files
9711 * Tarcat:: Concatenate Volumes into a Single Archive
9712
9713 @end menu
9714
9715 @node Multi-Volume Archives
9716 @subsection Archives Longer than One Tape or Disk
9717 @cindex Multi-volume archives
9718 @UNREVISED
9719
9720 @opindex multi-volume
9721 To create an archive that is larger than will fit on a single unit of
9722 the media, use the @option{--multi-volume} (@option{-M}) option in conjunction with
9723 the @option{--create} option (@pxref{create}). A @dfn{multi-volume}
9724 archive can be manipulated like any other archive (provided the
9725 @option{--multi-volume} option is specified), but is stored on more
9726 than one tape or disk.
9727
9728 When you specify @option{--multi-volume}, @command{tar} does not report an
9729 error when it comes to the end of an archive volume (when reading), or
9730 the end of the media (when writing). Instead, it prompts you to load
9731 a new storage volume. If the archive is on a magnetic tape, you
9732 should change tapes when you see the prompt; if the archive is on a
9733 floppy disk, you should change disks; etc.
9734
9735 You can read each individual volume of a multi-volume archive as if it
9736 were an archive by itself. For example, to list the contents of one
9737 volume, use @option{--list}, without @option{--multi-volume} specified.
9738 To extract an archive member from one volume (assuming it is described
9739 that volume), use @option{--extract}, again without
9740 @option{--multi-volume}.
9741
9742 If an archive member is split across volumes (ie. its entry begins on
9743 one volume of the media and ends on another), you need to specify
9744 @option{--multi-volume} to extract it successfully. In this case, you
9745 should load the volume where the archive member starts, and use
9746 @samp{tar --extract --multi-volume}---@command{tar} will prompt for later
9747 volumes as it needs them. @xref{extracting archives}, for more
9748 information about extracting archives.
9749
9750 @option{--info-script=@var{script-name}}
9751 (@option{--new-volume-script=@var{script-name}}, @option{-F
9752 @var{script-name}}) (@pxref{info-script}) is like
9753 @option{--multi-volume} (@option{-M}), except that @command{tar} does
9754 not prompt you directly to change media volumes when a volume is
9755 full---instead, @command{tar} runs commands you have stored in
9756 @var{script-name}. For example, this option can be used to eject
9757 cassettes, or to broadcast messages such as @samp{Someone please come
9758 change my tape} when performing unattended backups. When
9759 @var{script-name} is done, @command{tar} will assume that the media
9760 has been changed.
9761
9762 Multi-volume archives can be modified like any other archive. To add
9763 files to a multi-volume archive, you need to only mount the last
9764 volume of the archive media (and new volumes, if needed). For all
9765 other operations, you need to use the entire archive.
9766
9767 If a multi-volume archive was labeled using
9768 @option{--label=@var{archive-label}} (@option{-V @var{archive-label}})
9769 (@pxref{label}) when it was created, @command{tar} will not
9770 automatically label volumes which are added later. To label
9771 subsequent volumes, specify @option{--label=@var{archive-label}} again
9772 in conjunction with the @option{--append}, @option{--update} or
9773 @option{--concatenate} operation.
9774
9775 @cindex Labeling multi-volume archives
9776 @FIXME{example}
9777
9778 @FIXME{There should be a sample program here, including an exit
9779 before end. Is the exit status even checked in tar? :-(}
9780
9781 @table @option
9782 @item --multi-volume
9783 @itemx -M
9784 Creates a multi-volume archive, when used in conjunction with
9785 @option{--create} (@option{-c}). To perform any other operation on a multi-volume
9786 archive, specify @option{--multi-volume} in conjunction with that
9787 operation.
9788
9789 @item --info-script=@var{program-file}
9790 @itemx --new-volume-script=@var{program-file}
9791 @itemx -F @var{program-file}
9792 Creates a multi-volume archive via a script. Used in conjunction with
9793 @option{--create} (@option{-c}). @xref{info-script}, dor a detailed discussion.
9794 @end table
9795
9796 Beware that there is @emph{no} real standard about the proper way, for
9797 a @command{tar} archive, to span volume boundaries. If you have a
9798 multi-volume created by some vendor's @command{tar}, there is almost
9799 no chance you could read all the volumes with @GNUTAR{}.
9800 The converse is also true: you may not expect
9801 multi-volume archives created by @GNUTAR{} to be
9802 fully recovered by vendor's @command{tar}. Since there is little
9803 chance that, in mixed system configurations, some vendor's
9804 @command{tar} will work on another vendor's machine, and there is a
9805 great chance that @GNUTAR{} will work on most of
9806 them, your best bet is to install @GNUTAR{} on all
9807 machines between which you know exchange of files is possible.
9808
9809 @node Tape Files
9810 @subsection Tape Files
9811 @UNREVISED
9812
9813 To give the archive a name which will be recorded in it, use the
9814 @option{--label=@var{volume-label}} (@option{-V @var{volume-label}})
9815 option. This will write a special block identifying
9816 @var{volume-label} as the name of the archive to the front of the
9817 archive which will be displayed when the archive is listed with
9818 @option{--list}. If you are creating a multi-volume archive with
9819 @option{--multi-volume} (@pxref{Using Multiple Tapes}), then the
9820 volume label will have @samp{Volume @var{nnn}} appended to the name
9821 you give, where @var{nnn} is the number of the volume of the archive.
9822 (If you use the @option{--label=@var{volume-label}}) option when
9823 reading an archive, it checks to make sure the label on the tape
9824 matches the one you give. @xref{label}.
9825
9826 When @command{tar} writes an archive to tape, it creates a single
9827 tape file. If multiple archives are written to the same tape, one
9828 after the other, they each get written as separate tape files. When
9829 extracting, it is necessary to position the tape at the right place
9830 before running @command{tar}. To do this, use the @command{mt} command.
9831 For more information on the @command{mt} command and on the organization
9832 of tapes into a sequence of tape files, see @ref{mt}.
9833
9834 People seem to often do:
9835
9836 @smallexample
9837 @kbd{--label="@var{some-prefix} `date +@var{some-format}`"}
9838 @end smallexample
9839
9840 or such, for pushing a common date in all volumes or an archive set.
9841
9842 @node Tarcat
9843 @subsection Concatenate Volumes into a Single Archive
9844
9845 @pindex tarcat
9846 Sometimes it is necessary to convert existing @GNUTAR{} multi-volume
9847 archive to a single @command{tar} archive. Simply concatenating all
9848 volumes into one will not work, since each volume carries an additional
9849 information at the beginning. @GNUTAR{} is shipped with the shell
9850 script @command{tarcat} designed for this purpose.
9851
9852 The script takes a list of files comprising a multi-volume archive
9853 and creates the resulting archive at the standard output. For example:
9854
9855 @smallexample
9856 @kbd{tarcat vol.1 vol.2 vol.3 | tar tf -}
9857 @end smallexample
9858
9859 The script implements a simple heuristics to determine the format of
9860 the first volume file and to decide how to process the rest of the
9861 files. However, it makes no attempt to verify whether the files are
9862 given in order or even if they are valid @command{tar} archives.
9863 It uses @command{dd} and does not filter its standard error, so you
9864 will usually see lots of spurious messages.
9865
9866 @FIXME{The script is not installed. Should we install it?}
9867
9868 @node label
9869 @section Including a Label in the Archive
9870 @cindex Labeling an archive
9871 @cindex Labels on the archive media
9872 @UNREVISED
9873
9874 @opindex label
9875 To avoid problems caused by misplaced paper labels on the archive
9876 media, you can include a @dfn{label} entry---an archive member which
9877 contains the name of the archive---in the archive itself. Use the
9878 @option{--label=@var{archive-label}} (@option{-V @var{archive-label}})
9879 option in conjunction with the @option{--create} operation to include
9880 a label entry in the archive as it is being created.
9881
9882 @table @option
9883 @item --label=@var{archive-label}
9884 @itemx -V @var{archive-label}
9885 Includes an @dfn{archive-label} at the beginning of the archive when
9886 the archive is being created, when used in conjunction with the
9887 @option{--create} operation. Checks to make sure the archive label
9888 matches the one specified (when used in conjunction with any other
9889 operation.
9890 @end table
9891
9892 If you create an archive using both
9893 @option{--label=@var{archive-label}} (@option{-V @var{archive-label}})
9894 and @option{--multi-volume} (@option{-M}), each volume of the archive
9895 will have an archive label of the form @samp{@var{archive-label}
9896 Volume @var{n}}, where @var{n} is 1 for the first volume, 2 for the
9897 next, and so on. @xref{Using Multiple Tapes}, for information on
9898 creating multiple volume archives.
9899
9900 @cindex Volume label, listing
9901 @cindex Listing volume label
9902 The volume label will be displayed by @option{--list} along with
9903 the file contents. If verbose display is requested, it will also be
9904 explicitely marked as in the example below:
9905
9906 @smallexample
9907 @group
9908 $ @kbd{tar --verbose --list --file=iamanarchive}
9909 V--------- 0 0 0 1992-03-07 12:01 iamalabel--Volume Header--
9910 -rw-r--r-- ringo user 40 1990-05-21 13:30 iamafilename
9911 @end group
9912 @end smallexample
9913
9914 @opindex test-label
9915 @anchor{--test-label option}
9916 However, @option{--list} option will cause listing entire
9917 contents of the archive, which may be undesirable (for example, if the
9918 archive is stored on a tape). You can request checking only the volume
9919 by specifying @option{--test-label} option. This option reads only the
9920 first block of an archive, so it can be used with slow storage
9921 devices. For example:
9922
9923 @smallexample
9924 @group
9925 $ @kbd{tar --test-label --file=iamanarchive}
9926 iamalabel
9927 @end group
9928 @end smallexample
9929
9930 If @option{--test-label} is used with a single command line
9931 argument, @command{tar} compares the volume label with the
9932 argument. It exits with code 0 if the two strings match, and with code
9933 2 otherwise. In this case no output is displayed. For example:
9934
9935 @smallexample
9936 @group
9937 $ @kbd{tar --test-label --file=iamanarchive 'iamalable'}
9938 @result{} 0
9939 $ @kbd{tar --test-label --file=iamanarchive 'iamalable' alabel}
9940 @result{} 1
9941 @end group
9942 @end smallexample
9943
9944 If you request any operation, other than @option{--create}, along
9945 with using @option{--label} option, @command{tar} will first check if
9946 the archive label matches the one specified and will refuse to proceed
9947 if it does not. Use this as a safety precaution to avoid accidentally
9948 overwriting existing archives. For example, if you wish to add files
9949 to @file{archive}, presumably labelled with string @samp{My volume},
9950 you will get:
9951
9952 @smallexample
9953 @group
9954 $ @kbd{tar -rf archive --label 'My volume' .}
9955 tar: Archive not labeled to match `My volume'
9956 @end group
9957 @end smallexample
9958
9959 @noindent
9960 in case its label does not match. This will work even if
9961 @file{archive} is not labelled at all.
9962
9963 Similarly, @command{tar} will refuse to list or extract the
9964 archive if its label doesn't match the @var{archive-label}
9965 specified. In those cases, @var{archive-label} argument is interpreted
9966 as a globbing-style pattern which must match the actual magnetic
9967 volume label. @xref{exclude}, for a precise description of how match
9968 is attempted@footnote{Previous versions of @command{tar} used full
9969 regular expression matching, or before that, only exact string
9970 matching, instead of wildcard matchers. We decided for the sake of
9971 simplicity to use a uniform matching device through
9972 @command{tar}.}. If the switch @option{--multi-volume} (@option{-M}) is being used,
9973 the volume label matcher will also suffix @var{archive-label} by
9974 @w{@samp{ Volume [1-9]*}} if the initial match fails, before giving
9975 up. Since the volume numbering is automatically added in labels at
9976 creation time, it sounded logical to equally help the user taking care
9977 of it when the archive is being read.
9978
9979 The @option{--label} was once called @option{--volume}, but is not
9980 available under that name anymore.
9981
9982 You can also use @option{--label} to get a common information on
9983 all tapes of a series. For having this information different in each
9984 series created through a single script used on a regular basis, just
9985 manage to get some date string as part of the label. For example:
9986
9987 @smallexample
9988 @group
9989 $ @kbd{tar cfMV /dev/tape "Daily backup for `date +%Y-%m-%d`"}
9990 $ @kbd{tar --create --file=/dev/tape --multi-volume \
9991 --volume="Daily backup for `date +%Y-%m-%d`"}
9992 @end group
9993 @end smallexample
9994
9995 Also note that each label has its own date and time, which corresponds
9996 to when @GNUTAR{} initially attempted to write it,
9997 often soon after the operator launches @command{tar} or types the
9998 carriage return telling that the next tape is ready. Comparing date
9999 labels does give an idea of tape throughput only if the delays for
10000 rewinding tapes and the operator switching them were negligible, which
10001 is usually not the case.
10002
10003 @node verify
10004 @section Verifying Data as It is Stored
10005 @cindex Verifying a write operation
10006 @cindex Double-checking a write operation
10007
10008 @table @option
10009 @item -W
10010 @itemx --verify
10011 @opindex verify, short description
10012 Attempt to verify the archive after writing.
10013 @end table
10014
10015 This option causes @command{tar} to verify the archive after writing it.
10016 Each volume is checked after it is written, and any discrepancies
10017 are recorded on the standard error output.
10018
10019 Verification requires that the archive be on a back-space-able medium.
10020 This means pipes, some cartridge tape drives, and some other devices
10021 cannot be verified.
10022
10023 You can insure the accuracy of an archive by comparing files in the
10024 system with archive members. @command{tar} can compare an archive to the
10025 file system as the archive is being written, to verify a write
10026 operation, or can compare a previously written archive, to insure that
10027 it is up to date.
10028
10029 @opindex verify, using with @option{--create}
10030 @opindex create, using with @option{--verify}
10031 To check for discrepancies in an archive immediately after it is
10032 written, use the @option{--verify} (@option{-W}) option in conjunction with
10033 the @option{--create} operation. When this option is
10034 specified, @command{tar} checks archive members against their counterparts
10035 in the file system, and reports discrepancies on the standard error.
10036
10037 To verify an archive, you must be able to read it from before the end
10038 of the last written entry. This option is useful for detecting data
10039 errors on some tapes. Archives written to pipes, some cartridge tape
10040 drives, and some other devices cannot be verified.
10041
10042 One can explicitly compare an already made archive with the file
10043 system by using the @option{--compare} (@option{--diff}, @option{-d})
10044 option, instead of using the more automatic @option{--verify} option.
10045 @xref{compare}.
10046
10047 Note that these two options have a slightly different intent. The
10048 @option{--compare} option checks how identical are the logical contents of some
10049 archive with what is on your disks, while the @option{--verify} option is
10050 really for checking if the physical contents agree and if the recording
10051 media itself is of dependable quality. So, for the @option{--verify}
10052 operation, @command{tar} tries to defeat all in-memory cache pertaining to
10053 the archive, while it lets the speed optimization undisturbed for the
10054 @option{--compare} option. If you nevertheless use @option{--compare} for
10055 media verification, you may have to defeat the in-memory cache yourself,
10056 maybe by opening and reclosing the door latch of your recording unit,
10057 forcing some doubt in your operating system about the fact this is really
10058 the same volume as the one just written or read.
10059
10060 The @option{--verify} option would not be necessary if drivers were indeed
10061 able to detect dependably all write failures. This sometimes require many
10062 magnetic heads, some able to read after the writes occurred. One would
10063 not say that drivers unable to detect all cases are necessarily flawed,
10064 as long as programming is concerned.
10065
10066 The @option{--verify} (@option{-W}) option will not work in
10067 conjunction with the @option{--multi-volume} (@option{-M}) option or
10068 the @option{--append} (@option{-r}), @option{--update} (@option{-u})
10069 and @option{--delete} operations. @xref{Operations}, for more
10070 information on these operations.
10071
10072 Also, since @command{tar} normally strips leading @samp{/} from file
10073 names (@pxref{absolute}), a command like @samp{tar --verify -cf
10074 /tmp/foo.tar /etc} will work as desired only if the working directory is
10075 @file{/}, as @command{tar} uses the archive's relative member names
10076 (e.g., @file{etc/motd}) when verifying the archive.
10077
10078 @node Write Protection
10079 @section Write Protection
10080
10081 Almost all tapes and diskettes, and in a few rare cases, even disks can
10082 be @dfn{write protected}, to protect data on them from being changed.
10083 Once an archive is written, you should write protect the media to prevent
10084 the archive from being accidentally overwritten or deleted. (This will
10085 protect the archive from being changed with a tape or floppy drive---it
10086 will not protect it from magnet fields or other physical hazards).
10087
10088 The write protection device itself is usually an integral part of the
10089 physical media, and can be a two position (write enabled/write
10090 disabled) switch, a notch which can be popped out or covered, a ring
10091 which can be removed from the center of a tape reel, or some other
10092 changeable feature.
10093
10094 @node Changes
10095 @appendix Changes
10096
10097 This appendix lists some important user-visible changes between
10098 version @GNUTAR{} @value{VERSION} and previous versions. An up-to-date
10099 version of this document is available at
10100 @uref{http://www.gnu.org/@/software/@/tar/manual/changes.html,the
10101 @GNUTAR{} documentation page}.
10102
10103 @table @asis
10104 @item Use of globbing patterns when listing and extracting.
10105
10106 Previous versions of GNU tar assumed shell-style globbing when
10107 extracting from or listing an archive. For example:
10108
10109 @smallexample
10110 $ @kbd{tar xf foo.tar '*.c'}
10111 @end smallexample
10112
10113 would extract all files whose names end in @samp{.c}. This behavior
10114 was not documented and was incompatible with traditional tar
10115 implementations. Therefore, starting from version 1.15.91, GNU tar
10116 no longer uses globbing by default. For example, the above invocation
10117 is now interpreted as a request to extract from the archive the file
10118 named @file{*.c}.
10119
10120 To facilitate transition to the new behavior for those users who got
10121 used to the previous incorrect one, @command{tar} will print a warning
10122 if it finds out that a requested member was not found in the archive
10123 and its name looks like a globbing pattern. For example:
10124
10125 @smallexample
10126 $ @kbd{tar xf foo.tar '*.c'}
10127 tar: Pattern matching characters used in file names. Please,
10128 tar: use --wildcards to enable pattern matching, or --no-wildcards to
10129 tar: suppress this warning.
10130 tar: *.c: Not found in archive
10131 tar: Error exit delayed from previous errors
10132 @end smallexample
10133
10134 To treat member names as globbing patterns, use --wildcards option.
10135 If you want to tar to mimic the behavior of versions prior to 1.15.91,
10136 add this option to your @env{TAR_OPTIONS} variable.
10137
10138 @xref{wildcards}, for the detailed discussion of the use of globbing
10139 patterns by @GNUTAR{}.
10140
10141 @item Use of short option @option{-o}.
10142
10143 Earlier versions of @GNUTAR{} understood @option{-o} command line
10144 option as a synonym for @option{--old-archive}.
10145
10146 @GNUTAR{} starting from version 1.13.90 understands this option as
10147 a synonym for @option{--no-same-owner}. This is compatible with
10148 UNIX98 @command{tar} implementations.
10149
10150 However, to facilitate transition, @option{-o} option retains its
10151 old semantics when it is used with one of archive-creation commands.
10152 Users are encouraged to use @option{--format=oldgnu} instead.
10153
10154 It is especially important, since versions of @acronym{GNU} Automake
10155 up to and including 1.8.4 invoke tar with this option to produce
10156 distribution tarballs. @xref{Formats,v7}, for the detailed discussion
10157 of this issue and its implications.
10158
10159 @FIXME{Change the first argument to tar-formats if and when Automake
10160 people accept my patch to the documentation, and the new Automake is
10161 out --Sergey 2006-05-25}.
10162 @xref{Options, tar-v7, Changing Automake's Behavior,
10163 automake, GNU Automake}, for a description on how to use various
10164 archive formats with @command{automake}.
10165
10166 Future versions of @GNUTAR{} will understand @option{-o} only as a
10167 synonym for @option{--no-same-owner}.
10168
10169 @item Use of short option @option{-l}
10170
10171 Earlier versions of @GNUTAR{} understood @option{-l} option as a
10172 synonym for @option{--one-file-system}. Since such usage contradicted
10173 to UNIX98 specification and harmed compatibility with other
10174 implementation, it was declared deprecated in version 1.14. However,
10175 to facilitate transition to its new semantics, it was supported by
10176 versions 1.15 and 1.15.90. The present use of @option{-l} as a short
10177 variant of @option{--check-links} was introduced in version 1.15.91.
10178
10179 @item Use of options @option{--portability} and @option{--old-archive}
10180
10181 These options are deprecated. Please use @option{--format=v7} instead.
10182
10183 @item Use of option @option{--posix}
10184
10185 This option is deprecated. Please use @option{--format=posix} instead.
10186 @end table
10187
10188 @node Configuring Help Summary
10189 @appendix Configuring Help Summary
10190
10191 Running @kbd{tar --help} displays the short @command{tar} option
10192 summary (@pxref{help}). This summary is organised by @dfn{groups} of
10193 semantically close options. The options within each group are printed
10194 in the following order: a short option, eventually followed by a list
10195 of corresponding long option names, followed by a short description of
10196 the option. For example, here is an excerpt from the actual @kbd{tar
10197 --help} output:
10198
10199 @verbatim
10200 Main operation mode:
10201
10202 -A, --catenate, --concatenate append tar files to an archive
10203 -c, --create create a new archive
10204 -d, --diff, --compare find differences between archive and
10205 file system
10206 --delete delete from the archive
10207 @end verbatim
10208
10209 @vrindex ARGP_HELP_FMT, environment variable
10210 The exact visual representation of the help output is configurable via
10211 @env{ARGP_HELP_FMT} environment variable. The value of this variable
10212 is a comma-separated list of @dfn{format variable} assignments. There
10213 are two kinds of format variables. An @dfn{offset variable} keeps the
10214 offset of some part of help output text from the leftmost column on
10215 the screen. A @dfn{boolean} variable is a flag that toggles some
10216 output feature on or off. Depending on the type of the corresponding
10217 variable, there are two kinds of assignments:
10218
10219 @table @asis
10220 @item Offset assignment
10221
10222 The assignment to an offset variable has the following syntax:
10223
10224 @smallexample
10225 @var{variable}=@var{value}
10226 @end smallexample
10227
10228 @noindent
10229 where @var{variable} is the variable name, and @var{value} is a
10230 numeric value to be assigned to the variable.
10231
10232 @item Boolean assignment
10233
10234 To assign @code{true} value to a variable, simply put this variable name. To
10235 assign @code{false} value, prefix the variable name with @samp{no-}. For
10236 example:
10237
10238 @smallexample
10239 @group
10240 # Assign @code{true} value:
10241 dup-args
10242 # Assign @code{false} value:
10243 no-dup-args
10244 @end group
10245 @end smallexample
10246 @end table
10247
10248 Following variables are declared:
10249
10250 @deftypevr {Help Output} boolean dup-args
10251 If true, arguments for an option are shown with both short and long
10252 options, even when a given option has both forms, for example:
10253
10254 @smallexample
10255 -f ARCHIVE, --file=ARCHIVE use archive file or device ARCHIVE
10256 @end smallexample
10257
10258 If false, then if an option has both short and long forms, the
10259 argument is only shown with the long one, for example:
10260
10261 @smallexample
10262 -f, --file=ARCHIVE use archive file or device ARCHIVE
10263 @end smallexample
10264
10265 @noindent
10266 and a message indicating that the argument is applicable to both
10267 forms is printed below the options. This message can be disabled
10268 using @code{dup-args-note} (see below).
10269
10270 The default is false.
10271 @end deftypevr
10272
10273 @deftypevr {Help Output} boolean dup-args-note
10274 If this variable is true, which is the default, the following notice
10275 is displayed at the end of the help output:
10276
10277 @quotation
10278 Mandatory or optional arguments to long options are also mandatory or
10279 optional for any corresponding short options.
10280 @end quotation
10281
10282 Setting @code{no-dup-args-note} inhibits this message. Normally, only one of
10283 variables @code{dup-args} or @code{dup-args-note} should be set.
10284 @end deftypevr
10285
10286 @deftypevr {Help Output} offset short-opt-col
10287 Column in which short options start. Default is 2.
10288
10289 @smallexample
10290 @group
10291 $ @kbd{tar --help|grep ARCHIVE}
10292 -f, --file=ARCHIVE use archive file or device ARCHIVE
10293 $ @kbd{ARGP_HELP_FMT=short-opt-col=6 tar --help|grep ARCHIVE}
10294 -f, --file=ARCHIVE use archive file or device ARCHIVE
10295 @end group
10296 @end smallexample
10297 @end deftypevr
10298
10299 @deftypevr {Help Output} offset long-opt-col
10300 Column in which long options start. Default is 6. For example:
10301
10302 @smallexample
10303 @group
10304 $ @kbd{tar --help|grep ARCHIVE}
10305 -f, --file=ARCHIVE use archive file or device ARCHIVE
10306 $ @kbd{ARGP_HELP_FMT=long-opt-col=16 tar --help|grep ARCHIVE}
10307 -f, --file=ARCHIVE use archive file or device ARCHIVE
10308 @end group
10309 @end smallexample
10310 @end deftypevr
10311
10312 @deftypevr {Help Output} offset doc-opt-col
10313 Column in which @dfn{doc options} start. A doc option isn't actually
10314 an option, but rather an arbitrary piece of documentation that is
10315 displayed in much the same manner as the options. For example, in
10316 the description of @option{--format} option:
10317
10318 @smallexample
10319 @group
10320 -H, --format=FORMAT create archive of the given format.
10321
10322 FORMAT is one of the following:
10323
10324 gnu GNU tar 1.13.x format
10325 oldgnu GNU format as per tar <= 1.12
10326 pax POSIX 1003.1-2001 (pax) format
10327 posix same as pax
10328 ustar POSIX 1003.1-1988 (ustar) format
10329 v7 old V7 tar format
10330 @end group
10331 @end smallexample
10332
10333 @noindent
10334 the format names are doc options. Thus, if you set
10335 @kbd{ARGP_HELP_FMT=doc-opt-col=6} the above part of the help output
10336 will look as follows:
10337
10338 @smallexample
10339 @group
10340 -H, --format=FORMAT create archive of the given format.
10341
10342 FORMAT is one of the following:
10343
10344 gnu GNU tar 1.13.x format
10345 oldgnu GNU format as per tar <= 1.12
10346 pax POSIX 1003.1-2001 (pax) format
10347 posix same as pax
10348 ustar POSIX 1003.1-1988 (ustar) format
10349 v7 old V7 tar format
10350 @end group
10351 @end smallexample
10352 @end deftypevr
10353
10354 @deftypevr {Help Output} offset opt-doc-col
10355 Column in which option description starts. Default is 29.
10356
10357 @smallexample
10358 @group
10359 $ @kbd{tar --help|grep ARCHIVE}
10360 -f, --file=ARCHIVE use archive file or device ARCHIVE
10361 $ @kbd{ARGP_HELP_FMT=opt-doc-col=19 tar --help|grep ARCHIVE}
10362 -f, --file=ARCHIVE use archive file or device ARCHIVE
10363 $ @kbd{ARGP_HELP_FMT=opt-doc-col=9 tar --help|grep ARCHIVE}
10364 -f, --file=ARCHIVE
10365 use archive file or device ARCHIVE
10366 @end group
10367 @end smallexample
10368
10369 @noindent
10370 Notice, that the description starts on a separate line if
10371 @code{opt-doc-col} value is too small.
10372 @end deftypevr
10373
10374 @deftypevr {Help Output} offset header-col
10375 Column in which @dfn{group headers} are printed. A group header is a
10376 descriptive text preceding an option group. For example, in the
10377 following text:
10378
10379 @verbatim
10380 Main operation mode:
10381
10382 -A, --catenate, --concatenate append tar files to
10383 an archive
10384 -c, --create create a new archive
10385 @end verbatim
10386 @noindent
10387 @samp{Main operation mode:} is the group header.
10388
10389 The default value is 1.
10390 @end deftypevr
10391
10392 @deftypevr {Help Output} offset usage-indent
10393 Indentation of wrapped usage lines. Affects @option{--usage}
10394 output. Default is 12.
10395 @end deftypevr
10396
10397 @deftypevr {Help Output} offset rmargin
10398 Right margin of the text output. Used for wrapping.
10399 @end deftypevr
10400
10401 @node Genfile
10402 @appendix Genfile
10403 @include genfile.texi
10404
10405 @node Snapshot Files
10406 @appendix Format of the Incremental Snapshot Files
10407 @include snapshot.texi
10408
10409 @node Free Software Needs Free Documentation
10410 @appendix Free Software Needs Free Documentation
10411 @include freemanuals.texi
10412
10413 @node Copying This Manual
10414 @appendix Copying This Manual
10415
10416 @menu
10417 * GNU Free Documentation License:: License for copying this manual
10418 @end menu
10419
10420 @include fdl.texi
10421
10422 @node Index of Command Line Options
10423 @appendix Index of Command Line Options
10424
10425 This appendix contains an index of all @GNUTAR{} long command line
10426 options. The options are listed without the preceeding double-dash.
10427
10428 @FIXME{@itemize
10429 @item Make sure @emph{all} options are indexed.
10430 @item Provide an index of short options
10431 @end itemize}
10432
10433 @printindex op
10434
10435 @node Index
10436 @appendix Index
10437
10438 @printindex cp
10439
10440 @summarycontents
10441 @contents
10442 @bye
10443
10444 @c Local variables:
10445 @c texinfo-column-for-description: 32
10446 @c End:
This page took 0.46667 seconds and 5 git commands to generate.