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