]> Dogcows Code - chaz/tar/blob - doc/tar.texi
(@copying): Remove the reference to not existing invariant section.
[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::
264 * after:: Operating Only on New Files
265 * recurse:: Descending into Directories
266 * one:: Crossing File System Boundaries
267
268 Reading Names from a File
269
270 * nul::
271
272 Excluding Some Files
273
274 * controlling pattern-matching with exclude::
275 * problems with exclude::
276
277 Crossing File System Boundaries
278
279 * directory:: Changing Directory
280 * absolute:: Absolute File Names
281
282 Date input formats
283
284 * General date syntax:: Common rules.
285 * Calendar date items:: 19 Dec 1994.
286 * Time of day items:: 9:20pm.
287 * Time zone items:: @sc{est}, @sc{pdt}, @sc{gmt}, ...
288 * Day of week items:: Monday and others.
289 * Relative items in date strings:: next tuesday, 2 years ago.
290 * Pure numbers in date strings:: 19931219, 1440.
291 * Seconds since the Epoch:: @@1078100502.
292 * Authors of get_date:: Bellovin, Eggert, Salz, Berets, et al.
293
294 Controlling the Archive Format
295
296 * Portability:: Making @command{tar} Archives More Portable
297 * Compression:: Using Less Space through Compression
298 * Attributes:: Handling File Attributes
299 * Standard:: The Standard Format
300 * Extensions:: @acronym{GNU} Extensions to the Archive Format
301 * cpio:: Comparison of @command{tar} and @command{cpio}
302
303 Making @command{tar} Archives More Portable
304
305 * Portable Names:: Portable Names
306 * dereference:: Symbolic Links
307 * old:: Old V7 Archives
308 * posix:: @acronym{POSIX} archives
309 * Checksumming:: Checksumming Problems
310 * Large or Negative Values:: Large files, negative time stamps, etc.
311
312 Using Less Space through Compression
313
314 * gzip:: Creating and Reading Compressed Archives
315 * sparse:: Archiving Sparse Files
316
317 Tapes and Other Archive Media
318
319 * Device:: Device selection and switching
320 * Remote Tape Server::
321 * Common Problems and Solutions::
322 * Blocking:: Blocking
323 * Many:: Many archives on one tape
324 * Using Multiple Tapes:: Using Multiple Tapes
325 * label:: Including a Label in the Archive
326 * verify::
327 * Write Protection::
328
329 Blocking
330
331 * Format Variations:: Format Variations
332 * Blocking Factor:: The Blocking Factor of an Archive
333
334 Many Archives on One Tape
335
336 * Tape Positioning:: Tape Positions and Tape Marks
337 * mt:: The @command{mt} Utility
338
339 Using Multiple Tapes
340
341 * Multi-Volume Archives:: Archives Longer than One Tape or Disk
342 * Tape Files:: Tape Files
343 * Tarcat:: Concatenate Volumes into a Single Archive
344
345 GNU tar internals and development
346
347 * Genfile::
348 * Snapshot Files::
349
350 Copying This Manual
351
352 * Free Software Needs Free Documentation::
353 * GNU Free Documentation License:: License for copying this manual
354
355 @end detailmenu
356 @end menu
357
358 @node Introduction
359 @chapter Introduction
360
361 @GNUTAR{} creates
362 and manipulates @dfn{archives} which are actually collections of
363 many other files; the program provides users with an organized and
364 systematic method for controlling a large amount of data.
365 The name ``tar'' originally came from the phrase ``Tape ARchive'', but
366 archives need not (and these days, typically do not) reside on tapes.
367
368 @menu
369 * Book Contents:: What this Book Contains
370 * Definitions:: Some Definitions
371 * What tar Does:: What @command{tar} Does
372 * Naming tar Archives:: How @command{tar} Archives are Named
373 * Authors:: @GNUTAR{} Authors
374 * Reports:: Reporting bugs or suggestions
375 @end menu
376
377 @node Book Contents
378 @section What this Book Contains
379
380 The first part of this chapter introduces you to various terms that will
381 recur throughout the book. It also tells you who has worked on @GNUTAR{}
382 and its documentation, and where you should send bug reports
383 or comments.
384
385 The second chapter is a tutorial (@pxref{Tutorial}) which provides a
386 gentle introduction for people who are new to using @command{tar}. It is
387 meant to be self contained, not requiring any reading from subsequent
388 chapters to make sense. It moves from topic to topic in a logical,
389 progressive order, building on information already explained.
390
391 Although the tutorial is paced and structured to allow beginners to
392 learn how to use @command{tar}, it is not intended solely for beginners.
393 The tutorial explains how to use the three most frequently used
394 operations (@samp{create}, @samp{list}, and @samp{extract}) as well as
395 two frequently used options (@samp{file} and @samp{verbose}). The other
396 chapters do not refer to the tutorial frequently; however, if a section
397 discusses something which is a complex variant of a basic concept, there
398 may be a cross reference to that basic concept. (The entire book,
399 including the tutorial, assumes that the reader understands some basic
400 concepts of using a Unix-type operating system; @pxref{Tutorial}.)
401
402 The third chapter presents the remaining five operations, and
403 information about using @command{tar} options and option syntax.
404
405 @FIXME{this sounds more like a @acronym{GNU} Project Manuals Concept [tm] more
406 than the reality. should think about whether this makes sense to say
407 here, or not.} The other chapters are meant to be used as a
408 reference. Each chapter presents everything that needs to be said
409 about a specific topic.
410
411 One of the chapters (@pxref{Date input formats}) exists in its
412 entirety in other @acronym{GNU} manuals, and is mostly self-contained.
413 In addition, one section of this manual (@pxref{Standard}) contains a
414 big quote which is taken directly from @command{tar} sources.
415
416 In general, we give both long and short (abbreviated) option names
417 at least once in each section where the relevant option is covered, so
418 that novice readers will become familiar with both styles. (A few
419 options have no short versions, and the relevant sections will
420 indicate this.)
421
422 @node Definitions
423 @section Some Definitions
424
425 @cindex archive
426 @cindex tar archive
427 The @command{tar} program is used to create and manipulate @command{tar}
428 archives. An @dfn{archive} is a single file which contains the contents
429 of many files, while still identifying the names of the files, their
430 owner(s), and so forth. (In addition, archives record access
431 permissions, user and group, size in bytes, and data modification time.
432 Some archives also record the file names in each archived directory, as
433 well as other file and directory information.) You can use @command{tar}
434 to @dfn{create} a new archive in a specified directory.
435
436 @cindex member
437 @cindex archive member
438 @cindex file name
439 @cindex member name
440 The files inside an archive are called @dfn{members}. Within this
441 manual, we use the term @dfn{file} to refer only to files accessible in
442 the normal ways (by @command{ls}, @command{cat}, and so forth), and the term
443 @dfn{member} to refer only to the members of an archive. Similarly, a
444 @dfn{file name} is the name of a file, as it resides in the file system,
445 and a @dfn{member name} is the name of an archive member within the
446 archive.
447
448 @cindex extraction
449 @cindex unpacking
450 The term @dfn{extraction} refers to the process of copying an archive
451 member (or multiple members) into a file in the file system. Extracting
452 all the members of an archive is often called @dfn{extracting the
453 archive}. The term @dfn{unpack} can also be used to refer to the
454 extraction of many or all the members of an archive. Extracting an
455 archive does not destroy the archive's structure, just as creating an
456 archive does not destroy the copies of the files that exist outside of
457 the archive. You may also @dfn{list} the members in a given archive
458 (this is often thought of as ``printing'' them to the standard output,
459 or the command line), or @dfn{append} members to a pre-existing archive.
460 All of these operations can be performed using @command{tar}.
461
462 @node What tar Does
463 @section What @command{tar} Does
464
465 @cindex tar
466 The @command{tar} program provides the ability to create @command{tar}
467 archives, as well as various other kinds of manipulation. For example,
468 you can use @command{tar} on previously created archives to extract files,
469 to store additional files, or to update or list files which were already
470 stored.
471
472 Initially, @command{tar} archives were used to store files conveniently on
473 magnetic tape. The name @command{tar} comes from this use; it stands for
474 @code{t}ape @code{ar}chiver. Despite the utility's name, @command{tar} can
475 direct its output to available devices, files, or other programs (using
476 pipes). @command{tar} may even access remote devices or files (as archives).
477
478 @FIXME{the following table entries need a bit of work..}
479
480 You can use @command{tar} archives in many ways. We want to stress a few
481 of them: storage, backup, and transportation.
482
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 versions of @command{tar} are not so clever; they will
1220 enter an infinite loop when this happens, so you should not depend on
1221 this behavior unless you are certain you are running @GNUTAR{}.)
1222 @FIXME{bob doesn't like this sentence, since he does
1223 it all the time, and we've been doing it in the editing passes for
1224 this manual: In general, make sure that the archive is not inside a
1225 directory being dumped.}
1226
1227 @node list
1228 @section How to List Archives
1229
1230 @opindex list
1231 Frequently, you will find yourself wanting to determine exactly what a
1232 particular archive contains. You can use the @option{--list} (@option{-t}) operation
1233 to get the member names as they currently appear in the archive, as well
1234 as various attributes of the files at the time they were archived. For
1235 example, you can examine the archive @file{collection.tar} that you
1236 created in the last section with the command,
1237
1238 @smallexample
1239 $ @kbd{tar --list --file=collection.tar}
1240 @end smallexample
1241
1242 @noindent
1243 The output of @command{tar} would then be:
1244
1245 @smallexample
1246 blues
1247 folk
1248 jazz
1249 @end smallexample
1250
1251 @FIXME{we hope this will change. if it doesn't, need to show the
1252 creation of bfiles somewhere above!!! : }
1253
1254 @noindent
1255 The archive @file{bfiles.tar} would list as follows:
1256
1257 @smallexample
1258 ./birds
1259 baboon
1260 ./box
1261 @end smallexample
1262
1263 @noindent
1264 Be sure to use a @option{--file=@var{archive-name}} (@option{-f @var{archive-name}}) option just as with @option{--create} (@option{-c})
1265 to specify the name of the archive.
1266
1267 @opindex list, using with @option{--verbose}
1268 @opindex verbose, using with @option{--list}
1269 If you use the @option{--verbose} (@option{-v}) option with @option{--list}, then
1270 @command{tar} will print out a listing reminiscent of @w{@samp{ls -l}},
1271 showing owner, file size, and so forth.
1272
1273 If you had used @option{--verbose} (@option{-v}) mode, the example above would look
1274 like:
1275
1276 @smallexample
1277 $ @kbd{tar --list --verbose --file=collection.tar folk}
1278 -rw-r--r-- myself user 62 1990-05-23 10:55 folk
1279 @end smallexample
1280
1281 @cindex listing member and file names
1282 @anchor{listing member and file names}
1283 It is important to notice that the output of @kbd{tar --list
1284 --verbose} does not necessarily match that produced by @kbd{tar
1285 --create --verbose} while creating the archive. It is because
1286 @GNUTAR{}, unless told explicitly not to do so, removes some directory
1287 prefixes from file names before storing them in the archive
1288 (@xref{absolute}, for more information). In other
1289 words, in verbose mode @GNUTAR{} shows @dfn{file names} when creating
1290 an archive and @dfn{member names} when listing it. Consider this
1291 example:
1292
1293 @smallexample
1294 @group
1295 $ @kbd{tar cfv archive /etc/mail}
1296 tar: Removing leading `/' from member names
1297 /etc/mail/
1298 /etc/mail/sendmail.cf
1299 /etc/mail/aliases
1300 $ @kbd{tar tf archive}
1301 etc/mail/
1302 etc/mail/sendmail.cf
1303 etc/mail/aliases
1304 @end group
1305 @end smallexample
1306
1307 @opindex show-stored-names
1308 This default behavior can sometimes be inconvenient. You can force
1309 @GNUTAR{} show member names when creating archive by supplying
1310 @option{--show-stored-names} option.
1311
1312 @table @option
1313 @item --show-stored-names
1314 Print member (as opposed to @emph{file}) names when creating the archive.
1315 @end table
1316
1317 @cindex File name arguments, using @option{--list} with
1318 @opindex list, using with file name arguments
1319 You can specify one or more individual member names as arguments when
1320 using @samp{list}. In this case, @command{tar} will only list the
1321 names of members you identify. For example, @w{@kbd{tar --list
1322 --file=afiles.tar apple}} would only print @file{apple}.
1323
1324 @FIXME{we hope the relevant aspects of this will change:}Because
1325 @command{tar} preserves paths, file names must be specified as they appear
1326 in the archive (ie., relative to the directory from which the archive
1327 was created). Therefore, it is essential when specifying member names
1328 to @command{tar} that you give the exact member names. For example,
1329 @w{@kbd{tar --list --file=bfiles birds}} would produce an error message
1330 something like @samp{tar: birds: Not found in archive}, because there is
1331 no member named @file{birds}, only one named @file{./birds}. While the
1332 names @file{birds} and @file{./birds} name the same file, @emph{member}
1333 names are compared using a simplistic name comparison, in which an exact
1334 match is necessary. @xref{absolute}.
1335
1336 However, @w{@kbd{tar --list --file=collection.tar folk}} would respond
1337 with @file{folk}, because @file{folk} is in the archive file
1338 @file{collection.tar}. If you are not sure of the exact file name, try
1339 listing all the files in the archive and searching for the one you
1340 expect to find; remember that if you use @option{--list} with no file
1341 names as arguments, @command{tar} will print the names of all the members
1342 stored in the specified archive.
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 mistakenly deleted
1431 one of the files you had placed in the archive @file{collection.tar}
1432 earlier (say, @file{blues}), you can extract it from the archive without
1433 changing the archive's structure. Its contents will be identical to the
1434 original file @file{blues} that you deleted.
1435
1436 First, make sure you are in the @file{practice} directory, and list the
1437 files in the directory. Now, delete the file, @samp{blues}, and list
1438 the files in the directory again.
1439
1440 You can now extract the member @file{blues} from the archive file
1441 @file{collection.tar} like this:
1442
1443 @smallexample
1444 $ @kbd{tar --extract --file=collection.tar blues}
1445 @end smallexample
1446
1447 @noindent
1448 If you list the files in the directory again, you will see that the file
1449 @file{blues} has been restored, with its original permissions, data modification
1450 times, and owner.@FIXME{This is only accidentally true, but not in
1451 general. In most cases, one has to be root for restoring the owner, and
1452 use a special option for restoring permissions. Here, it just happens
1453 that the restoring user is also the owner of the archived members, and
1454 that the current @code{umask} is compatible with original permissions.}
1455 (These parameters will be identical to those which
1456 the file had when you originally placed it in the archive; any changes
1457 you may have made before deleting the file from the file system,
1458 however, will @emph{not} have been made to the archive member.) The
1459 archive file, @samp{collection.tar}, is the same as it was before you
1460 extracted @samp{blues}. You can confirm this by running @command{tar} with
1461 @option{--list} (@option{-t}).
1462
1463 @FIXME{we hope this will change:}Remember that as with other operations,
1464 specifying the exact member name is important. @w{@kbd{tar --extract
1465 --file=bfiles.tar birds}} will fail, because there is no member named
1466 @file{birds}. To extract the member named @file{./birds}, you must
1467 specify @w{@kbd{tar --extract --file=bfiles.tar ./birds}}. To find the
1468 exact member names of the members of an archive, use @option{--list} (@option{-t})
1469 (@pxref{list}).
1470
1471 You can extract a file to standard output by combining the above options
1472 with the @option{--to-stdout} (@option{-O}) option (@pxref{Writing to Standard
1473 Output}).
1474
1475 If you give the @option{--verbose} option, then @option{--extract}
1476 will print the names of the archive members as it extracts them.
1477
1478 @node extract dir
1479 @subsection Extracting Files that are Directories
1480
1481 Extracting directories which are members of an archive is similar to
1482 extracting other files. The main difference to be aware of is that if
1483 the extracted directory has the same name as any directory already in
1484 the working directory, then files in the extracted directory will be
1485 placed into the directory of the same name. Likewise, if there are
1486 files in the pre-existing directory with the same names as the members
1487 which you extract, the files from the extracted archive will replace
1488 the files already in the working directory (and possible
1489 subdirectories). This will happen regardless of whether or not the
1490 files in the working directory were more recent than those extracted
1491 (there exist, however, special options that alter this behavior
1492 @pxref{Writing}).
1493
1494 However, if a file was stored with a directory name as part of its file
1495 name, and that directory does not exist under the working directory when
1496 the file is extracted, @command{tar} will create the directory.
1497
1498 We can demonstrate how to use @option{--extract} to extract a directory
1499 file with an example. Change to the @file{practice} directory if you
1500 weren't there, and remove the files @file{folk} and @file{jazz}. Then,
1501 go back to the parent directory and extract the archive
1502 @file{music.tar}. You may either extract the entire archive, or you may
1503 extract only the files you just deleted. To extract the entire archive,
1504 don't give any file names as arguments after the archive name
1505 @file{music.tar}. To extract only the files you deleted, use the
1506 following command:
1507
1508 @smallexample
1509 $ @kbd{tar -xvf music.tar practice/folk practice/jazz}
1510 practice/folk
1511 practice/jazz
1512 @end smallexample
1513
1514 @noindent
1515 If you were to specify two @option{--verbose} (@option{-v}) options, @command{tar}
1516 would have displayed more detail about the extracted files, as shown
1517 in the example below:
1518
1519 @smallexample
1520 $ @kbd{tar -xvvf music.tar practice/folk practice/jazz}
1521 -rw-r--r-- me user 28 1996-10-18 16:31 practice/jazz
1522 -rw-r--r-- me user 20 1996-09-23 16:44 practice/folk
1523 @end smallexample
1524
1525 @noindent
1526 Because you created the directory with @file{practice} as part of the
1527 file names of each of the files by archiving the @file{practice}
1528 directory as @file{practice}, you must give @file{practice} as part
1529 of the file names when you extract those files from the archive.
1530
1531 @FIXME{IMPORTANT! show the final structure, here. figure out what it
1532 will be.}
1533
1534 @node extracting untrusted archives
1535 @subsection Extracting Archives from Untrusted Sources
1536
1537 Extracting files from archives can overwrite files that already exist.
1538 If you receive an archive from an untrusted source, you should make a
1539 new directory and extract into that directory, so that you don't have
1540 to worry about the extraction overwriting one of your existing files.
1541 For example, if @file{untrusted.tar} came from somewhere else on the
1542 Internet, and you don't necessarily trust its contents, you can
1543 extract it as follows:
1544
1545 @smallexample
1546 $ @kbd{mkdir newdir}
1547 $ @kbd{cd newdir}
1548 $ @kbd{tar -xvf ../untrusted.tar}
1549 @end smallexample
1550
1551 It is also a good practice to examine contents of the archive
1552 before extracting it, using @option{--list} (@option{-t}) option, possibly combined
1553 with @option{--verbose} (@option{-v}).
1554
1555 @node failing commands
1556 @subsection Commands That Will Fail
1557
1558 Here are some sample commands you might try which will not work, and why
1559 they won't work.
1560
1561 If you try to use this command,
1562
1563 @smallexample
1564 $ @kbd{tar -xvf music.tar folk jazz}
1565 @end smallexample
1566
1567 @noindent
1568 you will get the following response:
1569
1570 @smallexample
1571 tar: folk: Not found in archive
1572 tar: jazz: Not found in archive
1573 $
1574 @end smallexample
1575
1576 @noindent
1577 This is because these files were not originally @emph{in} the parent
1578 directory @file{..}, where the archive is located; they were in the
1579 @file{practice} directory, and their file names reflect this:
1580
1581 @smallexample
1582 $ @kbd{tar -tvf music.tar}
1583 practice/folk
1584 practice/jazz
1585 practice/rock
1586 @end smallexample
1587
1588 @FIXME{make sure the above works when going through the examples in
1589 order...}
1590
1591 @noindent
1592 Likewise, if you try to use this command,
1593
1594 @smallexample
1595 $ @kbd{tar -tvf music.tar folk jazz}
1596 @end smallexample
1597
1598 @noindent
1599 you would get a similar response. Members with those names are not in the
1600 archive. You must use the correct member names in order to extract the
1601 files from the archive.
1602
1603 If you have forgotten the correct names of the files in the archive,
1604 use @w{@kbd{tar --list --verbose}} to list them correctly.
1605
1606 @FIXME{more examples, here? hag thinks it's a good idea.}
1607
1608 @node going further
1609 @section Going Further Ahead in this Manual
1610
1611 @FIXME{need to write up a node here about the things that are going to
1612 be in the rest of the manual.}
1613
1614 @node tar invocation
1615 @chapter Invoking @GNUTAR{}
1616 @UNREVISED
1617
1618 This chapter is about how one invokes the @GNUTAR{}
1619 command, from the command synopsis (@pxref{Synopsis}). There are
1620 numerous options, and many styles for writing them. One mandatory
1621 option specifies the operation @command{tar} should perform
1622 (@pxref{Operation Summary}), other options are meant to detail how
1623 this operation should be performed (@pxref{Option Summary}).
1624 Non-option arguments are not always interpreted the same way,
1625 depending on what the operation is.
1626
1627 You will find in this chapter everything about option styles and rules for
1628 writing them (@pxref{Styles}). On the other hand, operations and options
1629 are fully described elsewhere, in other chapters. Here, you will find
1630 only synthetic descriptions for operations and options, together with
1631 pointers to other parts of the @command{tar} manual.
1632
1633 Some options are so special they are fully described right in this
1634 chapter. They have the effect of inhibiting the normal operation of
1635 @command{tar} or else, they globally alter the amount of feedback the user
1636 receives about what is going on. These are the @option{--help} and
1637 @option{--version} (@pxref{help}), @option{--verbose} (@pxref{verbose})
1638 and @option{--interactive} options (@pxref{interactive}).
1639
1640 @menu
1641 * Synopsis::
1642 * using tar options::
1643 * Styles::
1644 * All Options::
1645 * help::
1646 * defaults::
1647 * verbose::
1648 * interactive::
1649 @end menu
1650
1651 @node Synopsis
1652 @section General Synopsis of @command{tar}
1653
1654 The @GNUTAR{} program is invoked as either one of:
1655
1656 @smallexample
1657 @kbd{tar @var{option}@dots{} [@var{name}]@dots{}}
1658 @kbd{tar @var{letter}@dots{} [@var{argument}]@dots{} [@var{option}]@dots{} [@var{name}]@dots{}}
1659 @end smallexample
1660
1661 The second form is for when old options are being used.
1662
1663 You can use @command{tar} to store files in an archive, to extract them from
1664 an archive, and to do other types of archive manipulation. The primary
1665 argument to @command{tar}, which is called the @dfn{operation}, specifies
1666 which action to take. The other arguments to @command{tar} are either
1667 @dfn{options}, which change the way @command{tar} performs an operation,
1668 or file names or archive members, which specify the files or members
1669 @command{tar} is to act on.
1670
1671 You can actually type in arguments in any order, even if in this manual
1672 the options always precede the other arguments, to make examples easier
1673 to understand. Further, the option stating the main operation mode
1674 (the @command{tar} main command) is usually given first.
1675
1676 Each @var{name} in the synopsis above is interpreted as an archive member
1677 name when the main command is one of @option{--compare}
1678 (@option{--diff}, @option{-d}), @option{--delete}, @option{--extract}
1679 (@option{--get}, @option{-x}), @option{--list} (@option{-t}) or
1680 @option{--update} (@option{-u}). When naming archive members, you
1681 must give the exact name of the member in the archive, as it is
1682 printed by @option{--list}. For @option{--append} (@option{-r}) and
1683 @option{--create} (@option{-c}), these @var{name} arguments specify
1684 the names of either files or directory hierarchies to place in the archive.
1685 These files or hierarchies should already exist in the file system,
1686 prior to the execution of the @command{tar} command.
1687
1688 @command{tar} interprets relative file names as being relative to the
1689 working directory. @command{tar} will make all file names relative
1690 (by removing leading slashes when archiving or restoring files),
1691 unless you specify otherwise (using the @option{--absolute-names}
1692 option). @xref{absolute}, for more information about
1693 @option{--absolute-names}.
1694
1695 If you give the name of a directory as either a file name or a member
1696 name, then @command{tar} acts recursively on all the files and directories
1697 beneath that directory. For example, the name @file{/} identifies all
1698 the files in the file system to @command{tar}.
1699
1700 The distinction between file names and archive member names is especially
1701 important when shell globbing is used, and sometimes a source of confusion
1702 for newcomers. @xref{Wildcards}, for more information about globbing.
1703 The problem is that shells may only glob using existing files in the
1704 file system. Only @command{tar} itself may glob on archive members, so when
1705 needed, you must ensure that wildcard characters reach @command{tar} without
1706 being interpreted by the shell first. Using a backslash before @samp{*}
1707 or @samp{?}, or putting the whole argument between quotes, is usually
1708 sufficient for this.
1709
1710 Even if @var{name}s are often specified on the command line, they
1711 can also be read from a text file in the file system, using the
1712 @option{--files-from=@var{file-of-names}} (@option{-T @var{file-of-names}}) option.
1713
1714 If you don't use any file name arguments, @option{--append} (@option{-r}),
1715 @option{--delete} and @option{--concatenate} (@option{--catenate},
1716 @option{-A}) will do nothing, while @option{--create} (@option{-c})
1717 will usually yield a diagnostic and inhibit @command{tar} execution.
1718 The other operations of @command{tar} (@option{--list},
1719 @option{--extract}, @option{--compare}, and @option{--update})
1720 will act on the entire contents of the archive.
1721
1722 @cindex exit status
1723 @cindex return status
1724 Besides successful exits, @GNUTAR{} may fail for
1725 many reasons. Some reasons correspond to bad usage, that is, when the
1726 @command{tar} command is improperly written. Errors may be
1727 encountered later, while encountering an error processing the archive
1728 or the files. Some errors are recoverable, in which case the failure
1729 is delayed until @command{tar} has completed all its work. Some
1730 errors are such that it would not meaningful, or at least risky, to
1731 continue processing: @command{tar} then aborts processing immediately.
1732 All abnormal exits, whether immediate or delayed, should always be
1733 clearly diagnosed on @code{stderr}, after a line stating the nature of
1734 the error.
1735
1736 @GNUTAR{} returns only a few exit statuses. I'm really
1737 aiming simplicity in that area, for now. If you are not using the
1738 @option{--compare} @option{--diff}, @option{-d}) option, zero means
1739 that everything went well, besides maybe innocuous warnings. Nonzero
1740 means that something went wrong. Right now, as of today, ``nonzero''
1741 is almost always 2, except for remote operations, where it may be
1742 128.
1743
1744 @node using tar options
1745 @section Using @command{tar} Options
1746
1747 @GNUTAR{} has a total of eight operating modes which
1748 allow you to perform a variety of tasks. You are required to choose
1749 one operating mode each time you employ the @command{tar} program by
1750 specifying one, and only one operation as an argument to the
1751 @command{tar} command (two lists of four operations each may be found
1752 at @ref{frequent operations} and @ref{Operations}). Depending on
1753 circumstances, you may also wish to customize how the chosen operating
1754 mode behaves. For example, you may wish to change the way the output
1755 looks, or the format of the files that you wish to archive may require
1756 you to do something special in order to make the archive look right.
1757
1758 You can customize and control @command{tar}'s performance by running
1759 @command{tar} with one or more options (such as @option{--verbose}
1760 (@option{-v}), which we used in the tutorial). As we said in the
1761 tutorial, @dfn{options} are arguments to @command{tar} which are (as
1762 their name suggests) optional. Depending on the operating mode, you
1763 may specify one or more options. Different options will have different
1764 effects, but in general they all change details of the operation, such
1765 as archive format, archive name, or level of user interaction. Some
1766 options make sense with all operating modes, while others are
1767 meaningful only with particular modes. You will likely use some
1768 options frequently, while you will only use others infrequently, or
1769 not at all. (A full list of options is available in @pxref{All Options}.)
1770
1771 @vrindex TAR_OPTIONS, environment variable
1772 @anchor{TAR_OPTIONS}
1773 The @env{TAR_OPTIONS} environment variable specifies default options to
1774 be placed in front of any explicit options. For example, if
1775 @code{TAR_OPTIONS} is @samp{-v --unlink-first}, @command{tar} behaves as
1776 if the two options @option{-v} and @option{--unlink-first} had been
1777 specified before any explicit options. Option specifications are
1778 separated by whitespace. A backslash escapes the next character, so it
1779 can be used to specify an option containing whitespace or a backslash.
1780
1781 Note that @command{tar} options are case sensitive. For example, the
1782 options @option{-T} and @option{-t} are different; the first requires an
1783 argument for stating the name of a file providing a list of @var{name}s,
1784 while the second does not require an argument and is another way to
1785 write @option{--list} (@option{-t}).
1786
1787 In addition to the eight operations, there are many options to
1788 @command{tar}, and three different styles for writing both: long (mnemonic)
1789 form, short form, and old style. These styles are discussed below.
1790 Both the options and the operations can be written in any of these three
1791 styles.
1792
1793 @FIXME{menu at end of this node. need to think of an actual outline
1794 for this chapter; probably do that after stuff from chapter 4 is
1795 incorporated.}
1796
1797 @node Styles
1798 @section The Three Option Styles
1799
1800 There are three styles for writing operations and options to the command
1801 line invoking @command{tar}. The different styles were developed at
1802 different times during the history of @command{tar}. These styles will be
1803 presented below, from the most recent to the oldest.
1804
1805 Some options must take an argument. (For example, @option{--file}
1806 (@option{-f})) takes the name of an archive file as an argument. If
1807 you do not supply an archive file name, @command{tar} will use a
1808 default, but this can be confusing; thus, we recommend that you always
1809 supply a specific archive file name.) Where you @emph{place} the
1810 arguments generally depends on which style of options you choose. We
1811 will detail specific information relevant to each option style in the
1812 sections on the different option styles, below. The differences are
1813 subtle, yet can often be very important; incorrect option placement
1814 can cause you to overwrite a number of important files. We urge you
1815 to note these differences, and only use the option style(s) which
1816 makes the most sense to you until you feel comfortable with the others.
1817
1818 Some options @emph{may} take an argument (currently, there are
1819 two such options: @option{--backup} and @option{--occurrence}). Such
1820 options may have at most long and short forms, they do not have old style
1821 equivalent. The rules for specifying an argument for such options
1822 are stricter than those for specifying mandatory arguments. Please,
1823 pay special attention to them.
1824
1825 @menu
1826 * Mnemonic Options:: Mnemonic Option Style
1827 * Short Options:: Short Option Style
1828 * Old Options:: Old Option Style
1829 * Mixing:: Mixing Option Styles
1830 @end menu
1831
1832 @node Mnemonic Options
1833 @subsection Mnemonic Option Style
1834
1835 @FIXME{have to decide whether or not to replace other occurrences of
1836 "mnemonic" with "long", or *ugh* vice versa.}
1837
1838 Each option has at least one long (or mnemonic) name starting with two
1839 dashes in a row, e.g., @option{--list}. The long names are more clear than
1840 their corresponding short or old names. It sometimes happens that a
1841 single mnemonic option has many different different names which are
1842 synonymous, such as @option{--compare} and @option{--diff}. In addition,
1843 long option names can be given unique abbreviations. For example,
1844 @option{--cre} can be used in place of @option{--create} because there is no
1845 other mnemonic option which begins with @samp{cre}. (One way to find
1846 this out is by trying it and seeing what happens; if a particular
1847 abbreviation could represent more than one option, @command{tar} will tell
1848 you that that abbreviation is ambiguous and you'll know that that
1849 abbreviation won't work. You may also choose to run @samp{tar --help}
1850 to see a list of options. Be aware that if you run @command{tar} with a
1851 unique abbreviation for the long name of an option you didn't want to
1852 use, you are stuck; @command{tar} will perform the command as ordered.)
1853
1854 Mnemonic options are meant to be obvious and easy to remember, and their
1855 meanings are generally easier to discern than those of their
1856 corresponding short options (see below). For example:
1857
1858 @smallexample
1859 $ @kbd{tar --create --verbose --blocking-factor=20 --file=/dev/rmt0}
1860 @end smallexample
1861
1862 @noindent
1863 gives a fairly good set of hints about what the command does, even
1864 for those not fully acquainted with @command{tar}.
1865
1866 Mnemonic options which require arguments take those arguments
1867 immediately following the option name. There are two ways of
1868 specifying a mandatory argument. It can be separated from the
1869 option name either by an equal sign, or by any amount of
1870 white space characters. For example, the @option{--file} option (which
1871 tells the name of the @command{tar} archive) is given a file such as
1872 @file{archive.tar} as argument by using any of the following notations:
1873 @option{--file=archive.tar} or @option{--file archive.tar}.
1874
1875 In contrast, optional arguments must always be introduced using
1876 an equal sign. For example, the @option{--backup} option takes
1877 an optional argument specifying backup type. It must be used
1878 as @option{--backup=@var{backup-type}}.
1879
1880 @node Short Options
1881 @subsection Short Option Style
1882
1883 Most options also have a short option name. Short options start with
1884 a single dash, and are followed by a single character, e.g., @option{-t}
1885 (which is equivalent to @option{--list}). The forms are absolutely
1886 identical in function; they are interchangeable.
1887
1888 The short option names are faster to type than long option names.
1889
1890 Short options which require arguments take their arguments immediately
1891 following the option, usually separated by white space. It is also
1892 possible to stick the argument right after the short option name, using
1893 no intervening space. For example, you might write @w{@option{-f
1894 archive.tar}} or @option{-farchive.tar} instead of using
1895 @option{--file=archive.tar}. Both @option{--file=@var{archive-name}} and
1896 @w{@option{-f @var{archive-name}}} denote the option which indicates a
1897 specific archive, here named @file{archive.tar}.
1898
1899 Short options which take optional arguments take their arguments
1900 immediately following the option letter, @emph{without any intervening
1901 white space characters}.
1902
1903 Short options' letters may be clumped together, but you are not
1904 required to do this (as compared to old options; see below). When
1905 short options are clumped as a set, use one (single) dash for them
1906 all, e.g., @w{@samp{@command{tar} -cvf}}. Only the last option in
1907 such a set is allowed to have an argument@footnote{Clustering many
1908 options, the last of which has an argument, is a rather opaque way to
1909 write options. Some wonder if @acronym{GNU} @code{getopt} should not
1910 even be made helpful enough for considering such usages as invalid.}.
1911
1912 When the options are separated, the argument for each option which requires
1913 an argument directly follows that option, as is usual for Unix programs.
1914 For example:
1915
1916 @smallexample
1917 $ @kbd{tar -c -v -b 20 -f /dev/rmt0}
1918 @end smallexample
1919
1920 If you reorder short options' locations, be sure to move any arguments
1921 that belong to them. If you do not move the arguments properly, you may
1922 end up overwriting files.
1923
1924 @node Old Options
1925 @subsection Old Option Style
1926 @UNREVISED
1927
1928 Like short options, old options are single letters. However, old options
1929 must be written together as a single clumped set, without spaces separating
1930 them or dashes preceding them@footnote{Beware that if you precede options
1931 with a dash, you are announcing the short option style instead of the
1932 old option style; short options are decoded differently.}. This set
1933 of letters must be the first to appear on the command line, after the
1934 @command{tar} program name and some white space; old options cannot appear
1935 anywhere else. The letter of an old option is exactly the same letter as
1936 the corresponding short option. For example, the old option @samp{t} is
1937 the same as the short option @option{-t}, and consequently, the same as the
1938 mnemonic option @option{--list}. So for example, the command @w{@samp{tar
1939 cv}} specifies the option @option{-v} in addition to the operation @option{-c}.
1940
1941 @FIXME{bob suggests having an uglier example. :-) }
1942
1943 When options that need arguments are given together with the command,
1944 all the associated arguments follow, in the same order as the options.
1945 Thus, the example given previously could also be written in the old
1946 style as follows:
1947
1948 @smallexample
1949 $ @kbd{tar cvbf 20 /dev/rmt0}
1950 @end smallexample
1951
1952 @noindent
1953 Here, @samp{20} is the argument of @option{-b} and @samp{/dev/rmt0} is
1954 the argument of @option{-f}.
1955
1956 On the other hand, this old style syntax makes it difficult to match
1957 option letters with their corresponding arguments, and is often
1958 confusing. In the command @w{@samp{tar cvbf 20 /dev/rmt0}}, for example,
1959 @samp{20} is the argument for @option{-b}, @samp{/dev/rmt0} is the
1960 argument for @option{-f}, and @option{-v} does not have a corresponding
1961 argument. Even using short options like in @w{@samp{tar -c -v -b 20 -f
1962 /dev/rmt0}} is clearer, putting all arguments next to the option they
1963 pertain to.
1964
1965 If you want to reorder the letters in the old option argument, be
1966 sure to reorder any corresponding argument appropriately.
1967
1968 This old way of writing @command{tar} options can surprise even experienced
1969 users. For example, the two commands:
1970
1971 @smallexample
1972 @kbd{tar cfz archive.tar.gz file}
1973 @kbd{tar -cfz archive.tar.gz file}
1974 @end smallexample
1975
1976 @noindent
1977 are quite different. The first example uses @file{archive.tar.gz} as
1978 the value for option @samp{f} and recognizes the option @samp{z}. The
1979 second example, however, uses @file{z} as the value for option
1980 @samp{f} --- probably not what was intended.
1981
1982 Old options are kept for compatibility with old versions of @command{tar}.
1983
1984 This second example could be corrected in many ways, among which the
1985 following are equivalent:
1986
1987 @smallexample
1988 @kbd{tar -czf archive.tar.gz file}
1989 @kbd{tar -cf archive.tar.gz -z file}
1990 @kbd{tar cf archive.tar.gz -z file}
1991 @end smallexample
1992
1993 @FIXME{still could explain this better; it's redundant:}
1994
1995 @cindex option syntax, traditional
1996 As far as we know, all @command{tar} programs, @acronym{GNU} and
1997 non-@acronym{GNU}, support old options. @GNUTAR{}
1998 supports them not only for historical reasons, but also because many
1999 people are used to them. For compatibility with Unix @command{tar},
2000 the first argument is always treated as containing command and option
2001 letters even if it doesn't start with @samp{-}. Thus, @samp{tar c} is
2002 equivalent to @w{@samp{tar -c}:} both of them specify the
2003 @option{--create} (@option{-c}) command to create an archive.
2004
2005 @node Mixing
2006 @subsection Mixing Option Styles
2007
2008 All three styles may be intermixed in a single @command{tar} command,
2009 so long as the rules for each style are fully
2010 respected@footnote{Before @GNUTAR{} version 1.11.6,
2011 a bug prevented intermixing old style options with mnemonic options in
2012 some cases.}. Old style options and either of the modern styles of
2013 options may be mixed within a single @command{tar} command. However,
2014 old style options must be introduced as the first arguments only,
2015 following the rule for old options (old options must appear directly
2016 after the @command{tar} command and some white space). Modern options
2017 may be given only after all arguments to the old options have been
2018 collected. If this rule is not respected, a modern option might be
2019 falsely interpreted as the value of the argument to one of the old
2020 style options.
2021
2022 For example, all the following commands are wholly equivalent, and
2023 illustrate the many combinations and orderings of option styles.
2024
2025 @smallexample
2026 @kbd{tar --create --file=archive.tar}
2027 @kbd{tar --create -f archive.tar}
2028 @kbd{tar --create -farchive.tar}
2029 @kbd{tar --file=archive.tar --create}
2030 @kbd{tar --file=archive.tar -c}
2031 @kbd{tar -c --file=archive.tar}
2032 @kbd{tar -c -f archive.tar}
2033 @kbd{tar -c -farchive.tar}
2034 @kbd{tar -cf archive.tar}
2035 @kbd{tar -cfarchive.tar}
2036 @kbd{tar -f archive.tar --create}
2037 @kbd{tar -f archive.tar -c}
2038 @kbd{tar -farchive.tar --create}
2039 @kbd{tar -farchive.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 f archive.tar --create}
2045 @kbd{tar f archive.tar -c}
2046 @kbd{tar fc archive.tar}
2047 @end smallexample
2048
2049 On the other hand, the following commands are @emph{not} equivalent to
2050 the previous set:
2051
2052 @smallexample
2053 @kbd{tar -f -c archive.tar}
2054 @kbd{tar -fc archive.tar}
2055 @kbd{tar -fcarchive.tar}
2056 @kbd{tar -farchive.tarc}
2057 @kbd{tar cfarchive.tar}
2058 @end smallexample
2059
2060 @noindent
2061 These last examples mean something completely different from what the
2062 user intended (judging based on the example in the previous set which
2063 uses long options, whose intent is therefore very clear). The first
2064 four specify that the @command{tar} archive would be a file named
2065 @option{-c}, @samp{c}, @samp{carchive.tar} or @samp{archive.tarc},
2066 respectively. The first two examples also specify a single non-option,
2067 @var{name} argument having the value @samp{archive.tar}. The last
2068 example contains only old style option letters (repeating option
2069 @samp{c} twice), not all of which are meaningful (eg., @samp{.},
2070 @samp{h}, or @samp{i}), with no argument value. @FIXME{not sure i liked
2071 the first sentence of this paragraph..}
2072
2073 @node All Options
2074 @section All @command{tar} Options
2075
2076 The coming manual sections contain an alphabetical listing of all
2077 @command{tar} operations and options, with brief descriptions and cross
2078 references to more in-depth explanations in the body of the manual.
2079 They also contain an alphabetically arranged table of the short option
2080 forms with their corresponding long option. You can use this table as
2081 a reference for deciphering @command{tar} commands in scripts.
2082
2083 @menu
2084 * Operation Summary::
2085 * Option Summary::
2086 * Short Option Summary::
2087 @end menu
2088
2089 @node Operation Summary
2090 @subsection Operations
2091
2092 @table @option
2093
2094 @opindex append, summary
2095 @item --append
2096 @itemx -r
2097
2098 Appends files to the end of the archive. @xref{append}.
2099
2100 @opindex catenate, summary
2101 @item --catenate
2102 @itemx -A
2103
2104 Same as @option{--concatenate}. @xref{concatenate}.
2105
2106 @opindex compare, summary
2107 @item --compare
2108 @itemx -d
2109
2110 Compares archive members with their counterparts in the file
2111 system, and reports differences in file size, mode, owner,
2112 modification date and contents. @xref{compare}.
2113
2114 @opindex concatenate, summary
2115 @item --concatenate
2116 @itemx -A
2117
2118 Appends other @command{tar} archives to the end of the archive.
2119 @xref{concatenate}.
2120
2121 @opindex create, summary
2122 @item --create
2123 @itemx -c
2124
2125 Creates a new @command{tar} archive. @xref{create}.
2126
2127 @opindex delete, summary
2128 @item --delete
2129
2130 Deletes members from the archive. Don't try this on a archive on a
2131 tape! @xref{delete}.
2132
2133 @opindex diff, summary
2134 @item --diff
2135 @itemx -d
2136
2137 Same @option{--compare}. @xref{compare}.
2138
2139 @opindex extract, summary
2140 @item --extract
2141 @itemx -x
2142
2143 Extracts members from the archive into the file system. @xref{extract}.
2144
2145 @opindex get, summary
2146 @item --get
2147 @itemx -x
2148
2149 Same as @option{--extract}. @xref{extract}.
2150
2151 @opindex list, summary
2152 @item --list
2153 @itemx -t
2154
2155 Lists the members in an archive. @xref{list}.
2156
2157 @opindex update, summary
2158 @item --update
2159 @itemx -u
2160
2161 @FIXME{It was: A combination of the @option{--compare} and
2162 @option{--append} operations. This is not true and rather misleading,
2163 as @option{--compare} (@option{--diff}, @option{-d}) does a lot more than @option{--update} (@option{-u}) for
2164 ensuring files are identical.} Adds files to the end of the archive,
2165 but only if they are newer than their counterparts already in the
2166 archive, or if they do not already exist in the archive.
2167 @xref{update}.
2168
2169 @end table
2170
2171 @node Option Summary
2172 @subsection @command{tar} Options
2173
2174 @table @option
2175
2176 @opindex absolute-names, summary
2177 @item --absolute-names
2178 @itemx -P
2179
2180 Normally when creating an archive, @command{tar} strips an initial
2181 @samp{/} from member names. This option disables that behavior.
2182 @xref{absolute}.
2183
2184 @opindex after-date, summary
2185 @item --after-date
2186
2187 (See @option{--newer}, @pxref{after})
2188
2189 @opindex anchored, summary
2190 @item --anchored
2191 An exclude pattern must match an initial subsequence of the name's components.
2192 @xref{controlling pattern-matching with exclude}.
2193
2194 @opindex atime-preserve, summary
2195 @item --atime-preserve
2196 @itemx --atime-preserve=replace
2197 @itemx --atime-preserve=system
2198
2199 Attempt to preserve the access time of files when reading them. This
2200 option currently is effective only on files that you own, unless you
2201 have superuser privileges.
2202
2203 @option{--atime-preserve=replace} remembers the access time of a file
2204 before reading it, and then restores the access time afterwards. This
2205 may cause problems if other programs are reading the file at the same
2206 time, as the times of their accesses will be lost. On most platforms
2207 restoring the access time also requires @command{tar} to restore the
2208 data modification time too, so this option may also cause problems if
2209 other programs are writing the file at the same time. (Tar attempts
2210 to detect this situation, but cannot do so reliably due to race
2211 conditions.) Worse, on most platforms restoring the access time also
2212 updates the status change time, which means that this option is
2213 incompatible with incremental backups.
2214
2215 @option{--atime-preserve=system} avoids changing time stamps on files,
2216 without interfering with time stamp updates
2217 caused by other programs, so it works better with incremental backups.
2218 However, it requires a special @code{O_NOATIME} option from the
2219 underlying operating and file system implementation, and it also requires
2220 that searching directories does not update their access times. As of
2221 this writing (November 2005) this works only with Linux, and only with
2222 Linux kernels 2.6.8 and later. Worse, there is currently no reliable
2223 way to know whether this feature actually works. Sometimes
2224 @command{tar} knows that it does not work, and if you use
2225 @option{--atime-preserve=system} then @command{tar} complains and
2226 exits right away. But other times @command{tar} might think that the
2227 option works when it actually does not.
2228
2229 Currently @option{--atime-preserve} with no operand defaults to
2230 @option{--atime-preserve=replace}, but this may change in the future
2231 as support for @option{--atime-preserve=system} improves.
2232
2233 If your operating system does not support
2234 @option{--atime-preserve=system}, you might be able to preserve access
2235 times reliably by by using the @command{mount} command. For example,
2236 you can mount the file system read-only, or access the file system via
2237 a read-only loopback mount, or use the @samp{noatime} mount option
2238 available on some systems. However, mounting typically requires
2239 superuser privileges and can be a pain to manage.
2240
2241 @opindex backup, summary
2242 @item --backup=@var{backup-type}
2243
2244 Rather than deleting files from the file system, @command{tar} will
2245 back them up using simple or numbered backups, depending upon
2246 @var{backup-type}. @xref{backup}.
2247
2248 @opindex block-number, summary
2249 @item --block-number
2250 @itemx -R
2251
2252 With this option present, @command{tar} prints error messages for read errors
2253 with the block number in the archive file. @xref{block-number}.
2254
2255 @opindex blocking-factor, summary
2256 @item --blocking-factor=@var{blocking}
2257 @itemx -b @var{blocking}
2258
2259 Sets the blocking factor @command{tar} uses to @var{blocking} x 512 bytes per
2260 record. @xref{Blocking Factor}.
2261
2262 @opindex bzip2, summary
2263 @item --bzip2
2264 @itemx -j
2265
2266 This option tells @command{tar} to read or write archives through
2267 @code{bzip2}. @xref{gzip}.
2268
2269 @opindex checkpoint, summary
2270 @item --checkpoint
2271
2272 This option directs @command{tar} to print periodic checkpoint messages as it
2273 reads through the archive. Its intended for when you want a visual
2274 indication that @command{tar} is still running, but don't want to see
2275 @option{--verbose} output. @FIXME-xref{}
2276
2277 @opindex check-links, summary
2278 @item --check-links
2279 @itemx -l
2280 If this option was given, @command{tar} will check the number of links
2281 dumped for each processed file. If this number does not match the
2282 total number of hard links for the file, a warning message will be
2283 output.
2284
2285 Future versions will take @option{-l} as a short version of
2286 @option{--check-links}. However, current release still retains the old
2287 semantics for @option{-l}.
2288
2289 @xref{Changes}, for more information.
2290
2291 @opindex compress, summary
2292 @opindex uncompress, summary
2293 @item --compress
2294 @itemx --uncompress
2295 @itemx -Z
2296
2297 @command{tar} will use the @command{compress} program when reading or
2298 writing the archive. This allows you to directly act on archives
2299 while saving space. @xref{gzip}.
2300
2301 @opindex confirmation, summary
2302 @item --confirmation
2303
2304 (See @option{--interactive}.) @xref{interactive}.
2305
2306 @opindex delay-directory-restore, summary
2307 @item --delay-directory-restore
2308
2309 Delay setting modification times and permissions of extracted
2310 directories until the end of extraction. @xref{Directory Modification Times and Permissions}.
2311
2312 @opindex dereference, summary
2313 @item --dereference
2314 @itemx -h
2315
2316 When creating a @command{tar} archive, @command{tar} will archive the
2317 file that a symbolic link points to, rather than archiving the
2318 symlink. @xref{dereference}.
2319
2320 @opindex directory, summary
2321 @item --directory=@var{dir}
2322 @itemx -C @var{dir}
2323
2324 When this option is specified, @command{tar} will change its current directory
2325 to @var{dir} before performing any operations. When this option is used
2326 during archive creation, it is order sensitive. @xref{directory}.
2327
2328 @opindex exclude, summary
2329 @item --exclude=@var{pattern}
2330
2331 When performing operations, @command{tar} will skip files that match
2332 @var{pattern}. @xref{exclude}.
2333
2334 @opindex exclude-from, summary
2335 @item --exclude-from=@var{file}
2336 @itemx -X @var{file}
2337
2338 Similar to @option{--exclude}, except @command{tar} will use the list of
2339 patterns in the file @var{file}. @xref{exclude}.
2340
2341 @opindex exclude-caches, summary
2342 @item --exclude-caches
2343
2344 Automatically excludes all directories
2345 containing a cache directory tag. @xref{exclude}.
2346
2347 @opindex file, summary
2348 @item --file=@var{archive}
2349 @itemx -f @var{archive}
2350
2351 @command{tar} will use the file @var{archive} as the @command{tar} archive it
2352 performs operations on, rather than @command{tar}'s compilation dependent
2353 default. @xref{file tutorial}.
2354
2355 @opindex files-from, summary
2356 @item --files-from=@var{file}
2357 @itemx -T @var{file}
2358
2359 @command{tar} will use the contents of @var{file} as a list of archive members
2360 or files to operate on, in addition to those specified on the
2361 command-line. @xref{files}.
2362
2363 @opindex force-local, summary
2364 @item --force-local
2365
2366 Forces @command{tar} to interpret the filename given to @option{--file}
2367 as a local file, even if it looks like a remote tape drive name.
2368 @xref{local and remote archives}.
2369
2370 @opindex format, summary
2371 @item --format=@var{format}
2372
2373 Selects output archive format. @var{Format} may be one of the
2374 following:
2375
2376 @table @samp
2377 @item v7
2378 Creates an archive that is compatible with Unix V7 @command{tar}.
2379
2380 @item oldgnu
2381 Creates an archive that is compatible with GNU @command{tar} version
2382 1.12 or earlier.
2383
2384 @item gnu
2385 Creates archive in GNU tar 1.13 format. Basically it is the same as
2386 @samp{oldgnu} with the only difference in the way it handles long
2387 numeric fields.
2388
2389 @item ustar
2390 Creates a @acronym{POSIX.1-1988} compatible archive.
2391
2392 @item posix
2393 Creates a @acronym{POSIX.1-2001 archive}.
2394
2395 @end table
2396
2397 @xref{Formats}, for a detailed discussion of these formats.
2398
2399 @opindex group, summary
2400 @item --group=@var{group}
2401
2402 Files added to the @command{tar} archive will have a group id of @var{group},
2403 rather than the group from the source file. @var{group} is first decoded
2404 as a group symbolic name, but if this interpretation fails, it has to be
2405 a decimal numeric group ID. @FIXME-xref{}
2406
2407 Also see the comments for the @option{--owner=@var{user}} option.
2408
2409 @opindex gzip, summary
2410 @opindex gunzip, summary
2411 @opindex ungzip, summary
2412 @item --gzip
2413 @itemx --gunzip
2414 @itemx --ungzip
2415 @itemx -z
2416
2417 This option tells @command{tar} to read or write archives through
2418 @command{gzip}, allowing @command{tar} to directly operate on several
2419 kinds of compressed archives transparently. @xref{gzip}.
2420
2421 @opindex help, summary
2422 @item --help
2423
2424 @command{tar} will print out a short message summarizing the operations and
2425 options to @command{tar} and exit. @xref{help}.
2426
2427 @opindex ignore-case, summary
2428 @item --ignore-case
2429 Ignore case when excluding files. @xref{controlling pattern-matching
2430 with exclude}.
2431
2432 @opindex ignore-command-error, summary
2433 @item --ignore-command-error
2434 Ignore exit codes of subprocesses. @xref{Writing to an External Program}.
2435
2436 @opindex ignore-failed-read, summary
2437 @item --ignore-failed-read
2438
2439 Do not exit unsuccessfully merely because an unreadable file was encountered.
2440 @xref{Reading}.
2441
2442 @opindex ignore-zeros, summary
2443 @item --ignore-zeros
2444 @itemx -i
2445
2446 With this option, @command{tar} will ignore zeroed blocks in the
2447 archive, which normally signals EOF. @xref{Reading}.
2448
2449 @opindex incremental, summary
2450 @item --incremental
2451 @itemx -G
2452
2453 Used to inform @command{tar} that it is working with an old
2454 @acronym{GNU}-format incremental backup archive. It is intended
2455 primarily for backwards compatibility only. @FIXME{incremental and
2456 listed-incremental}.
2457
2458 @opindex index-file, summary
2459 @item --index-file=@var{file}
2460
2461 Send verbose output to @var{file} instead of to standard output.
2462
2463 @opindex info-script, summary
2464 @opindex new-volume-script, summary
2465 @item --info-script=@var{script-file}
2466 @itemx --new-volume-script=@var{script-file}
2467 @itemx -F @var{script-file}
2468
2469 When @command{tar} is performing multi-tape backups, @var{script-file} is run
2470 at the end of each tape. If @var{script-file} exits with nonzero status,
2471 @command{tar} fails immediately. @xref{info-script}, for a detailed
2472 discussion of @var{script-file}.
2473
2474 @opindex interactive, summary
2475 @item --interactive
2476 @itemx --confirmation
2477 @itemx -w
2478
2479 Specifies that @command{tar} should ask the user for confirmation before
2480 performing potentially destructive options, such as overwriting files.
2481 @xref{interactive}.
2482
2483 @opindex keep-newer-files, summary
2484 @item --keep-newer-files
2485
2486 Do not replace existing files that are newer than their archive copies
2487 when extracting files from an archive.
2488
2489 @opindex keep-old-files, summary
2490 @item --keep-old-files
2491 @itemx -k
2492
2493 Do not overwrite existing files when extracting files from an archive.
2494 @xref{Keep Old Files}.
2495
2496 @opindex label, summary
2497 @item --label=@var{name}
2498 @itemx -V @var{name}
2499
2500 When creating an archive, instructs @command{tar} to write @var{name}
2501 as a name record in the archive. When extracting or listing archives,
2502 @command{tar} will only operate on archives that have a label matching
2503 the pattern specified in @var{name}. @xref{Tape Files}.
2504
2505 @opindex listed-incremental, summary
2506 @item --listed-incremental=@var{snapshot-file}
2507 @itemx -g @var{snapshot-file}
2508
2509 During a @option{--create} operation, specifies that the archive that
2510 @command{tar} creates is a new @acronym{GNU}-format incremental
2511 backup, using @var{snapshot-file} to determine which files to backup.
2512 With other operations, informs @command{tar} that the archive is in
2513 incremental format. @FIXME{incremental and listed-incremental}.
2514
2515 @opindex mode, summary
2516 @item --mode=@var{permissions}
2517
2518 When adding files to an archive, @command{tar} will use
2519 @var{permissions} for the archive members, rather than the permissions
2520 from the files. The program @command{chmod} and this @command{tar}
2521 option share the same syntax for what @var{permissions} might be.
2522 @xref{File permissions, Permissions, File permissions, fileutils,
2523 @acronym{GNU} file utilities}. This reference also has useful
2524 information for those not being overly familiar with the Unix
2525 permission system.
2526
2527 Of course, @var{permissions} might be plainly specified as an octal number.
2528 However, by using generic symbolic modifications to mode bits, this allows
2529 more flexibility. For example, the value @samp{a+rw} adds read and write
2530 permissions for everybody, while retaining executable bits on directories
2531 or on any other file already marked as executable.
2532
2533 @opindex multi-volume, summary
2534 @item --multi-volume
2535 @itemx -M
2536
2537 Informs @command{tar} that it should create or otherwise operate on a
2538 multi-volume @command{tar} archive. @xref{Using Multiple Tapes}.
2539
2540 @opindex new-volume-script, summary
2541 @item --new-volume-script
2542
2543 (see --info-script)
2544
2545 @opindex seek, summary
2546 @item --seek
2547 @itemx -n
2548
2549 Assume that the archive media supports seeks to arbitrary
2550 locations. Usually @command{tar} determines automatically whether
2551 the archive can be seeked or not. This option is intended for use
2552 in cases when such recognition fails.
2553
2554 @opindex newer, summary
2555 @item --newer=@var{date}
2556 @itemx --after-date=@var{date}
2557 @itemx -N
2558
2559 When creating an archive, @command{tar} will only add files that have changed
2560 since @var{date}. If @var{date} begins with @samp{/} or @samp{.}, it
2561 is taken to be the name of a file whose data modification time specifies
2562 the date. @xref{after}.
2563
2564 @opindex newer-mtime, summary
2565 @item --newer-mtime=@var{date}
2566
2567 Like @option{--newer}, but add only files whose
2568 contents have changed (as opposed to just @option{--newer}, which will
2569 also back up files for which any status information has changed).
2570
2571 @opindex no-anchored, summary
2572 @item --no-anchored
2573 An exclude pattern can match any subsequence of the name's components.
2574 @xref{controlling pattern-matching with exclude}.
2575
2576 @opindex no-delay-directory-restore, summary
2577 @item --no-delay-directory-restore
2578
2579 Setting modification times and permissions of extracted
2580 directories when all files from this directory has been
2581 extracted. This is the default. @xref{Directory Modification Times and Permissions}.
2582
2583 @opindex no-ignore-case, summary
2584 @item --no-ignore-case
2585 Use case-sensitive matching when excluding files.
2586 @xref{controlling pattern-matching with exclude}.
2587
2588 @opindex no-ignore-command-error, summary
2589 @item --no-ignore-command-error
2590 Print warnings about subprocesses terminated with a non-zero exit
2591 code. @xref{Writing to an External Program}.
2592
2593 @opindex no-quote-chars, summary
2594 @item --no-quote-chars=@var{string}
2595 Do not quote characters from @var{string}, even if the selected
2596 quoting style implies they should be quoted (@FIXME-pxref{Quoting Styles}).
2597
2598 @opindex no-recursion, summary
2599 @item --no-recursion
2600
2601 With this option, @command{tar} will not recurse into directories.
2602 @xref{recurse}.
2603
2604 @opindex no-same-owner, summary
2605 @item --no-same-owner
2606 @itemx -o
2607
2608 When extracting an archive, do not attempt to preserve the owner
2609 specified in the @command{tar} archive. This the default behavior
2610 for ordinary users.
2611
2612 @opindex no-same-permissions, summary
2613 @item --no-same-permissions
2614
2615 When extracting an archive, subtract the user's umask from files from
2616 the permissions specified in the archive. This is the default behavior
2617 for ordinary users.
2618
2619 @opindex no-wildcards, summary
2620 @item --no-wildcards
2621 Do not use wildcards when excluding files.
2622 @xref{controlling pattern-matching with exclude}.
2623
2624 @opindex no-wildcards-match-slash, summary
2625 @item --no-wildcards-match-slash
2626 Wildcards do not match @samp{/} when excluding files.
2627 @xref{controlling pattern-matching with exclude}.
2628
2629 @opindex null, summary
2630 @item --null
2631
2632 When @command{tar} is using the @option{--files-from} option, this option
2633 instructs @command{tar} to expect filenames terminated with @option{NUL}, so
2634 @command{tar} can correctly work with file names that contain newlines.
2635 @xref{nul}.
2636
2637 @opindex numeric-owner, summary
2638 @item --numeric-owner
2639
2640 This option will notify @command{tar} that it should use numeric user
2641 and group IDs when creating a @command{tar} file, rather than names.
2642 @xref{Attributes}.
2643
2644 @item -o
2645 When extracting files, this option is a synonym for
2646 @option{--no-same-owner}, i.e. it prevents @command{tar} from
2647 restoring ownership of files being extracted.
2648
2649 When creating an archive, @option{-o} is a synonym for
2650 @option{--old-archive}. This behavior is for compatibility
2651 with previous versions of @GNUTAR{}, and will be
2652 removed in the future releases.
2653
2654 @xref{Changes}, for more information.
2655
2656 @opindex occurrence, summary
2657 @item --occurrence[=@var{number}]
2658
2659 This option can be used in conjunction with one of the subcommands
2660 @option{--delete}, @option{--diff}, @option{--extract} or
2661 @option{--list} when a list of files is given either on the command
2662 line or via @option{-T} option.
2663
2664 This option instructs @command{tar} to process only the @var{number}th
2665 occurrence of each named file. @var{Number} defaults to 1, so
2666
2667 @smallexample
2668 tar -x -f archive.tar --occurrence filename
2669 @end smallexample
2670
2671 @noindent
2672 will extract the first occurrence of @file{filename} from @file{archive.tar}
2673 and will terminate without scanning to the end of the archive.
2674
2675 @opindex old-archive, summary
2676 @item --old-archive
2677 Synonym for @option{--format=v7}.
2678
2679 @opindex one-file-system, summary
2680 @item --one-file-system
2681 @itemx -l
2682 Used when creating an archive. Prevents @command{tar} from recursing into
2683 directories that are on different file systems from the current
2684 directory.
2685
2686 Earlier versions of @GNUTAR{} understood @option{-l} as a
2687 synonym for @option{--one-file-system}. Although such usage is still
2688 allowed in the present version, it is @emph{strongly discouraged}.
2689 The future versions of @GNUTAR{} will use @option{-l} as
2690 a synonym for @option{--check-links}.
2691
2692 @xref{Changes}, for more information.
2693
2694 @opindex overwrite, summary
2695 @item --overwrite
2696
2697 Overwrite existing files and directory metadata when extracting files
2698 from an archive. @xref{Overwrite Old Files}.
2699
2700 @opindex overwrite-dir, summary
2701 @item --overwrite-dir
2702
2703 Overwrite the metadata of existing directories when extracting files
2704 from an archive. @xref{Overwrite Old Files}.
2705
2706 @opindex owner, summary
2707 @item --owner=@var{user}
2708
2709 Specifies that @command{tar} should use @var{user} as the owner of members
2710 when creating archives, instead of the user associated with the source
2711 file. @var{user} is first decoded as a user symbolic name, but if
2712 this interpretation fails, it has to be a decimal numeric user ID.
2713 @FIXME-xref{}
2714
2715 There is no value indicating a missing number, and @samp{0} usually means
2716 @code{root}. Some people like to force @samp{0} as the value to offer in
2717 their distributions for the owner of files, because the @code{root} user is
2718 anonymous anyway, so that might as well be the owner of anonymous archives.
2719
2720 This option does not affect extraction from archives.
2721
2722 @opindex quote-chars, summary
2723 @item --quote-chars=@var{string}
2724 Always quote characters from @var{string}, even if the selected
2725 quoting style would not quote them (@FIXME-pxref{Quoting Styles}).
2726
2727 @opindex quoting-style, summary
2728 @item --quoting-style=@var{style}
2729 Set quoting style to use when printing member and file names
2730 (@FIXME-pxref{Quoting Styles}). Valid @var{style} values are:
2731 @code{literal}, @code{shell}, @code{shell-always}, @code{c},
2732 @code{escape}, @code{locale}, and @code{clocale}. Default quoting
2733 style is @code{escape}, unless overridden while configuring the
2734 package.
2735
2736 @opindex pax-option, summary
2737 @item --pax-option=@var{keyword-list}
2738 @FIXME{Such a detailed description does not belong there, move it elsewhere.}
2739 This option is meaningful only with @acronym{POSIX.1-2001} archives
2740 (@pxref{posix}). It modifies the way @command{tar} handles the
2741 extended header keywords. @var{Keyword-list} is a comma-separated
2742 list of keyword options, each keyword option taking one of
2743 the following forms:
2744
2745 @table @asis
2746 @item delete=@var{pattern}
2747 When used with one of archive-creation commands,
2748 this option instructs @command{tar} to omit from extended header records
2749 that it produces any keywords matching the string @var{pattern}.
2750
2751 When used in extract or list mode, this option instructs tar
2752 to ignore any keywords matching the given @var{pattern} in the extended
2753 header records. In both cases, matching is performed using the pattern
2754 matching notation described in @acronym{POSIX 1003.2}, 3.13
2755 (See @cite{glob(7)}). For example:
2756
2757 @smallexample
2758 --pax-option delete=security.*
2759 @end smallexample
2760
2761 would suppress security-related information.
2762
2763 @item exthdr.name=@var{string}
2764
2765 This keyword allows user control over the name that is written into the
2766 ustar header blocks for the extended headers. The name is obtained
2767 from @var{string} after making the following substitutions:
2768
2769 @multitable @columnfractions .30 .70
2770 @headitem Meta-character @tab Replaced By
2771 @item %d @tab The directory name of the file, equivalent to the
2772 result of the @command{dirname} utility on the translated pathname.
2773 @item %f @tab The filename of the file, equivalent to the result
2774 of the @command{basename} utility on the translated pathname.
2775 @item %p @tab The process ID of the @command{tar} process.
2776 @item %% @tab A @samp{%} character.
2777 @end multitable
2778
2779 Any other @samp{%} characters in @var{string} produce undefined
2780 results.
2781
2782 If no option @samp{exthdr.name=string} is specified, @command{tar}
2783 will use the following default value:
2784
2785 @smallexample
2786 %d/PaxHeaders.%p/%f
2787 @end smallexample
2788
2789 @item globexthdr.name=@var{string}
2790 This keyword allows user control over the name that is written into
2791 the ustar header blocks for global extended header records. The name
2792 is obtained from the contents of @var{string}, after making
2793 the following substitutions:
2794
2795 @multitable @columnfractions .30 .70
2796 @headitem Meta-character @tab Replaced By
2797 @item %n @tab An integer that represents the
2798 sequence number of the global extended header record in the archive,
2799 starting at 1.
2800 @item %p @tab The process ID of the @command{tar} process.
2801 @item %% @tab A @samp{%} character.
2802 @end multitable
2803
2804 Any other @samp{%} characters in @var{string} produce undefined results.
2805
2806 If no option @samp{globexthdr.name=string} is specified, @command{tar}
2807 will use the following default value:
2808
2809 @smallexample
2810 $TMPDIR/GlobalHead.%p.%n
2811 @end smallexample
2812
2813 @noindent
2814 where @samp{$TMPDIR} represents the value of the @var{TMPDIR}
2815 environment variable. If @var{TMPDIR} is not set, @command{tar}
2816 uses @samp{/tmp}.
2817
2818 @item @var{keyword}=@var{value}
2819 When used with one of archive-creation commands, these keyword/value pairs
2820 will be included at the beginning of the archive in a global extended
2821 header record. When used with one of archive-reading commands,
2822 @command{tar} will behave as if it has encountered these keyword/value
2823 pairs at the beginning of the archive in a global extended header
2824 record.
2825
2826 @item @var{keyword}:=@var{value}
2827 When used with one of archive-creation commands, these keyword/value pairs
2828 will be included as records at the beginning of an extended header for
2829 each file. This is effectively equivalent to @var{keyword}=@var{value}
2830 form except that it creates no global extended header records.
2831
2832 When used with one of archive-reading commands, @command{tar} will
2833 behave as if these keyword/value pairs were included as records at the
2834 end of each extended header; thus, they will override any global or
2835 file-specific extended header record keywords of the same names.
2836 For example, in the command:
2837
2838 @smallexample
2839 tar --format=posix --create \
2840 --file archive --pax-option gname:=user .
2841 @end smallexample
2842
2843 the group name will be forced to a new value for all files
2844 stored in the archive.
2845 @end table
2846
2847 @opindex portability, summary
2848 @item --portability
2849 @itemx --old-archive
2850 Synonym for @option{--format=v7}.
2851
2852 @opindex posix, summary
2853 @item --posix
2854 Same as @option{--format=posix}.
2855
2856 @opindex preserve, summary
2857 @item --preserve
2858
2859 Synonymous with specifying both @option{--preserve-permissions} and
2860 @option{--same-order}. @xref{Setting Access Permissions}.
2861
2862 @opindex preserve-order, summary
2863 @item --preserve-order
2864
2865 (See @option{--same-order}; @pxref{Reading}.)
2866
2867 @opindex preserve-permissions, summary
2868 @opindex same-permissions, summary
2869 @item --preserve-permissions
2870 @itemx --same-permissions
2871 @itemx -p
2872
2873 When @command{tar} is extracting an archive, it normally subtracts the
2874 users' umask from the permissions specified in the archive and uses
2875 that number as the permissions to create the destination file.
2876 Specifying this option instructs @command{tar} that it should use the
2877 permissions directly from the archive. @xref{Setting Access Permissions}.
2878
2879 @opindex read-full-records, summary
2880 @item --read-full-records
2881 @itemx -B
2882
2883 Specifies that @command{tar} should reblock its input, for reading
2884 from pipes on systems with buggy implementations. @xref{Reading}.
2885
2886 @opindex record-size, summary
2887 @item --record-size=@var{size}
2888
2889 Instructs @command{tar} to use @var{size} bytes per record when accessing the
2890 archive. @xref{Blocking Factor}.
2891
2892 @opindex recursion, summary
2893 @item --recursion
2894
2895 With this option, @command{tar} recurses into directories.
2896 @xref{recurse}.
2897
2898 @opindex recursive-unlink, summary
2899 @item --recursive-unlink
2900
2901 Remove existing
2902 directory hierarchies before extracting directories of the same name
2903 from the archive. @xref{Recursive Unlink}.
2904
2905 @opindex remove-files, summary
2906 @item --remove-files
2907
2908 Directs @command{tar} to remove the source file from the file system after
2909 appending it to an archive. @xref{remove files}.
2910
2911 @opindex restrict, summary
2912 @item --restrict
2913
2914 Disable use of some potentially harmful @command{tar} options.
2915 Currently this option disables shell invocaton from multi-volume menu
2916 (@pxref{Using Multiple Tapes}).
2917
2918 @opindex rmt-command, summary
2919 @item --rmt-command=@var{cmd}
2920
2921 Notifies @command{tar} that it should use @var{cmd} instead of
2922 the default @file{/usr/libexec/rmt} (@pxref{Remote Tape Server}).
2923
2924 @opindex rsh-command, summary
2925 @item --rsh-command=@var{cmd}
2926
2927 Notifies @command{tar} that is should use @var{cmd} to communicate with remote
2928 devices. @xref{Device}.
2929
2930 @opindex same-order, summary
2931 @item --same-order
2932 @itemx --preserve-order
2933 @itemx -s
2934
2935 This option is an optimization for @command{tar} when running on machines with
2936 small amounts of memory. It informs @command{tar} that the list of file
2937 arguments has already been sorted to match the order of files in the
2938 archive. @xref{Reading}.
2939
2940 @opindex same-owner, summary
2941 @item --same-owner
2942
2943 When extracting an archive, @command{tar} will attempt to preserve the owner
2944 specified in the @command{tar} archive with this option present.
2945 This is the default behavior for the superuser; this option has an
2946 effect only for ordinary users. @xref{Attributes}.
2947
2948 @opindex same-permissions, summary
2949 @item --same-permissions
2950
2951 (See @option{--preserve-permissions}; @pxref{Setting Access Permissions}.)
2952
2953 @opindex show-defaults, summary
2954 @item --show-defaults
2955
2956 Displays the default options used by @command{tar} and exits
2957 successfully. This option is intended for use in shell scripts.
2958 Here is an example of what you can see using this option:
2959
2960 @smallexample
2961 $ tar --show-defaults
2962 --format=gnu -f- -b20 --quoting-style=escape \
2963 --rmt-command=/usr/libexec/rmt --rsh-command=/usr/bin/rsh
2964 @end smallexample
2965
2966 @opindex show-omitted-dirs, summary
2967 @item --show-omitted-dirs
2968
2969 Instructs @command{tar} to mention directories its skipping over when
2970 operating on a @command{tar} archive. @xref{show-omitted-dirs}.
2971
2972 @opindex show-stored-names, summary
2973 @item --show-stored-names
2974
2975 This option has effect only when used in conjunction with one of
2976 archive creation operations. It instructs tar to list the member names
2977 stored in the archive, as opposed to the actual file
2978 names. @xref{listing member and file names}.
2979
2980 @opindex sparse, summary
2981 @item --sparse
2982 @itemx -S
2983
2984 Invokes a @acronym{GNU} extension when adding files to an archive that handles
2985 sparse files efficiently. @xref{sparse}.
2986
2987 @opindex starting-file, summary
2988 @item --starting-file=@var{name}
2989 @itemx -K @var{name}
2990
2991 This option affects extraction only; @command{tar} will skip extracting
2992 files in the archive until it finds one that matches @var{name}.
2993 @xref{Scarce}.
2994
2995 @opindex strip-components, summary
2996 @item --strip-components=@var{number}
2997 Strip given @var{number} of leading components from file names before
2998 extraction.@footnote{This option was called @option{--strip-path} in
2999 version 1.14.} For example, if archive @file{archive.tar} contained
3000 @file{/some/file/name}, then running
3001
3002 @smallexample
3003 tar --extract --file archive.tar --strip-components=2
3004 @end smallexample
3005
3006 @noindent
3007 would extracted this file to file @file{name}.
3008
3009 @opindex suffix, summary
3010 @item --suffix=@var{suffix}
3011
3012 Alters the suffix @command{tar} uses when backing up files from the default
3013 @samp{~}. @xref{backup}.
3014
3015 @opindex tape-length, summary
3016 @item --tape-length=@var{num}
3017 @itemx -L @var{num}
3018
3019 Specifies the length of tapes that @command{tar} is writing as being
3020 @w{@var{num} x 1024} bytes long. @xref{Using Multiple Tapes}.
3021
3022 @opindex test-label, summary
3023 @item --test-label
3024
3025 Reads the volume label. If an argument is specified, test whether it
3026 matches the volume label. @xref{--test-label option}.
3027
3028 @opindex to-command, summary
3029 @item --to-command=@var{command}
3030
3031 During extraction @command{tar} will pipe extracted files to the
3032 standard input of @var{command}. @xref{Writing to an External Program}.
3033
3034 @opindex to-stdout, summary
3035 @item --to-stdout
3036 @itemx -O
3037
3038 During extraction, @command{tar} will extract files to stdout rather
3039 than to the file system. @xref{Writing to Standard Output}.
3040
3041 @opindex totals, summary
3042 @item --totals
3043
3044 Displays the total number of bytes written after creating an archive.
3045 @xref{verbose}.
3046
3047 @opindex touch, summary
3048 @item --touch
3049 @itemx -m
3050
3051 Sets the data modification time of extracted files to the extraction time,
3052 rather than the data modification time stored in the archive.
3053 @xref{Data Modification Times}.
3054
3055 @opindex uncompress, summary
3056 @item --uncompress
3057
3058 (See @option{--compress}. @pxref{gzip})
3059
3060 @opindex ungzip, summary
3061 @item --ungzip
3062
3063 (See @option{--gzip}. @pxref{gzip})
3064
3065 @opindex unlink-first, summary
3066 @item --unlink-first
3067 @itemx -U
3068
3069 Directs @command{tar} to remove the corresponding file from the file
3070 system before extracting it from the archive. @xref{Unlink First}.
3071
3072 @opindex use-compress-program, summary
3073 @item --use-compress-program=@var{prog}
3074
3075 Instructs @command{tar} to access the archive through @var{prog}, which is
3076 presumed to be a compression program of some sort. @xref{gzip}.
3077
3078 @opindex utc, summary
3079 @item --utc
3080
3081 Display file modification dates in @acronym{UTC}. This option implies
3082 @option{--verbose}.
3083
3084 @opindex verbose, summary
3085 @item --verbose
3086 @itemx -v
3087
3088 Specifies that @command{tar} should be more verbose about the operations its
3089 performing. This option can be specified multiple times for some
3090 operations to increase the amount of information displayed.
3091 @xref{verbose}.
3092
3093 @opindex verify, summary
3094 @item --verify
3095 @itemx -W
3096
3097 Verifies that the archive was correctly written when creating an
3098 archive. @xref{verify}.
3099
3100 @opindex version, summary
3101 @item --version
3102
3103 Print information about the program's name, version, origin and legal
3104 status, all on standard output, and then exit successfully.
3105 @xref{help}.
3106
3107 @opindex volno-file, summary
3108 @item --volno-file=@var{file}
3109
3110 Used in conjunction with @option{--multi-volume}. @command{tar} will keep track
3111 of which volume of a multi-volume archive its working in @var{file}.
3112 @xref{volno-file}.
3113
3114 @opindex wildcards, summary
3115 @item --wildcards
3116 Use wildcards when excluding files.
3117 @xref{controlling pattern-matching with exclude}.
3118
3119 @opindex wildcards-match-slash, summary
3120 @item --wildcards-match-slash
3121 Wildcards match @samp{/} when excluding files.
3122 @xref{controlling pattern-matching with exclude}.
3123 @end table
3124
3125 @node Short Option Summary
3126 @subsection Short Options Cross Reference
3127
3128 Here is an alphabetized list of all of the short option forms, matching
3129 them with the equivalent long option.
3130
3131 @table @option
3132
3133 @item -A
3134
3135 @option{--concatenate}
3136
3137 @item -B
3138
3139 @option{--read-full-records}
3140
3141 @item -C
3142
3143 @option{--directory}
3144
3145 @item -F
3146
3147 @option{--info-script}
3148
3149 @item -G
3150
3151 @option{--incremental}
3152
3153 @item -K
3154
3155 @option{--starting-file}
3156
3157 @item -L
3158
3159 @option{--tape-length}
3160
3161 @item -M
3162
3163 @option{--multi-volume}
3164
3165 @item -N
3166
3167 @option{--newer}
3168
3169 @item -O
3170
3171 @option{--to-stdout}
3172
3173 @item -P
3174
3175 @option{--absolute-names}
3176
3177 @item -R
3178
3179 @option{--block-number}
3180
3181 @item -S
3182
3183 @option{--sparse}
3184
3185 @item -T
3186
3187 @option{--files-from}
3188
3189 @item -U
3190
3191 @option{--unlink-first}
3192
3193 @item -V
3194
3195 @option{--label}
3196
3197 @item -W
3198
3199 @option{--verify}
3200
3201 @item -X
3202
3203 @option{--exclude-from}
3204
3205 @item -Z
3206
3207 @option{--compress}
3208
3209 @item -b
3210
3211 @option{--blocking-factor}
3212
3213 @item -c
3214
3215 @option{--create}
3216
3217 @item -d
3218
3219 @option{--compare}
3220
3221 @item -f
3222
3223 @option{--file}
3224
3225 @item -g
3226
3227 @option{--listed-incremental}
3228
3229 @item -h
3230
3231 @option{--dereference}
3232
3233 @item -i
3234
3235 @option{--ignore-zeros}
3236
3237 @item -j
3238
3239 @option{--bzip2}
3240
3241 @item -k
3242
3243 @option{--keep-old-files}
3244
3245 @item -l
3246
3247 @option{--one-file-system}. Use of this short option is deprecated. It
3248 is retained for compatibility with the earlier versions of GNU
3249 @command{tar}, and will be changed in future releases.
3250
3251 @xref{Changes}, for more information.
3252
3253 @item -m
3254
3255 @option{--touch}
3256
3257 @item -o
3258
3259 When creating --- @option{--no-same-owner}, when extracting ---
3260 @option{--portability}.
3261
3262 The later usage is deprecated. It is retained for compatibility with
3263 the earlier versions of @GNUTAR{}. In the future releases
3264 @option{-o} will be equivalent to @option{--no-same-owner} only.
3265
3266 @item -p
3267
3268 @option{--preserve-permissions}
3269
3270 @item -r
3271
3272 @option{--append}
3273
3274 @item -s
3275
3276 @option{--same-order}
3277
3278 @item -t
3279
3280 @option{--list}
3281
3282 @item -u
3283
3284 @option{--update}
3285
3286 @item -v
3287
3288 @option{--verbose}
3289
3290 @item -w
3291
3292 @option{--interactive}
3293
3294 @item -x
3295
3296 @option{--extract}
3297
3298 @item -z
3299
3300 @option{--gzip}
3301
3302 @end table
3303
3304 @node help
3305 @section @GNUTAR{} documentation
3306
3307 @cindex Getting program version number
3308 @opindex version
3309 @cindex Version of the @command{tar} program
3310 Being careful, the first thing is really checking that you are using
3311 @GNUTAR{}, indeed. The @option{--version} option
3312 causes @command{tar} to print information about its name, version,
3313 origin and legal status, all on standard output, and then exit
3314 successfully. For example, @w{@samp{tar --version}} might print:
3315
3316 @smallexample
3317 tar (GNU tar) 1.15.2
3318 Copyright (C) 2006 Free Software Foundation, Inc.
3319 This is free software. You may redistribute copies of it under the terms of
3320 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
3321 There is NO WARRANTY, to the extent permitted by law.
3322
3323 Written by John Gilmore and Jay Fenlason.
3324 @end smallexample
3325
3326 @noindent
3327 The first occurrence of @samp{tar} in the result above is the program
3328 name in the package (for example, @command{rmt} is another program),
3329 while the second occurrence of @samp{tar} is the name of the package
3330 itself, containing possibly many programs. The package is currently
3331 named @samp{tar}, after the name of the main program it
3332 contains@footnote{There are plans to merge the @command{cpio} and
3333 @command{tar} packages into a single one which would be called
3334 @code{paxutils}. So, who knows if, one of this days, the
3335 @option{--version} would not output @w{@samp{tar (@acronym{GNU}
3336 paxutils) 3.2}}}.
3337
3338 @cindex Obtaining help
3339 @cindex Listing all @command{tar} options
3340 @opindex help, introduction
3341 Another thing you might want to do is checking the spelling or meaning
3342 of some particular @command{tar} option, without resorting to this
3343 manual, for once you have carefully read it. @GNUTAR{}
3344 has a short help feature, triggerable through the
3345 @option{--help} option. By using this option, @command{tar} will
3346 print a usage message listing all available options on standard
3347 output, then exit successfully, without doing anything else and
3348 ignoring all other options. Even if this is only a brief summary, it
3349 may be several screens long. So, if you are not using some kind of
3350 scrollable window, you might prefer to use something like:
3351
3352 @smallexample
3353 $ @kbd{tar --help | less}
3354 @end smallexample
3355
3356 @noindent
3357 presuming, here, that you like using @command{less} for a pager. Other
3358 popular pagers are @command{more} and @command{pg}. If you know about some
3359 @var{keyword} which interests you and do not want to read all the
3360 @option{--help} output, another common idiom is doing:
3361
3362 @smallexample
3363 tar --help | grep @var{keyword}
3364 @end smallexample
3365
3366 @noindent
3367 for getting only the pertinent lines. Notice, however, that some
3368 @command{tar} options have long description lines and the above
3369 command will list only the first of them.
3370
3371 The exact look of the option summary displayed by @kbd{tar --help} is
3372 configurable. @xref{Configuring Help Summary}, for a detailed description.
3373
3374 @opindex usage
3375 If you only wish to check the spelling of an option, running @kbd{tar
3376 --usage} may be a better choice. This will display a terse list of
3377 @command{tar} option without accompanying explanations.
3378
3379 The short help output is quite succinct, and you might have to get
3380 back to the full documentation for precise points. If you are reading
3381 this paragraph, you already have the @command{tar} manual in some
3382 form. This manual is available in a variety of forms from
3383 @url{http://www.gnu.org/software/tar/manual}. It may printed out of the @GNUTAR{}
3384 distribution, provided you have @TeX{} already installed somewhere,
3385 and a laser printer around. Just configure the distribution, execute
3386 the command @w{@samp{make dvi}}, then print @file{doc/tar.dvi} the
3387 usual way (contact your local guru to know how). If @GNUTAR{}
3388 has been conveniently installed at your place, this
3389 manual is also available in interactive, hypertextual form as an Info
3390 file. Just call @w{@samp{info tar}} or, if you do not have the
3391 @command{info} program handy, use the Info reader provided within
3392 @acronym{GNU} Emacs, calling @samp{tar} from the main Info menu.
3393
3394 There is currently no @code{man} page for @GNUTAR{}.
3395 If you observe such a @code{man} page on the system you are running,
3396 either it does not belong to @GNUTAR{}, or it has not
3397 been produced by @acronym{GNU}. Some package maintainers convert
3398 @kbd{tar --help} output to a man page, using @command{help2man}. In
3399 any case, please bear in mind that the authoritative source of
3400 information about @GNUTAR{} is this Texinfo documentation.
3401
3402 @node defaults
3403 @section Obtaining @GNUTAR{} default values
3404
3405 @opindex show-defaults
3406 @GNUTAR{} has some predefined defaults that are used when you do not
3407 explicitely specify another values. To obtain a list of such
3408 defaults, use @option{--show-defaults} option. This will output the
3409 values in the form of @command{tar} command line options:
3410
3411 @smallexample
3412 @group
3413 @kbd{tar --show-defaults}
3414 --format=gnu -f- -b20 --rmt-command=/etc/rmt --rsh-command=/usr/bin/rsh
3415 @end group
3416 @end smallexample
3417
3418 @noindent
3419 The above output shows that this version of @GNUTAR{} defaults to
3420 using @samp{gnu} archive format (@pxref{Formats}), it uses standard
3421 output as the archive, if no @option{--file} option has been given
3422 (@pxref{file tutorial}), the default blocking factor is 20
3423 (@pxref{Blocking Factor}). It also shows the default locations where
3424 @command{tar} will look for @command{rmt} and @command{rsh} binaries.
3425
3426 @node verbose
3427 @section Checking @command{tar} progress
3428
3429 Typically, @command{tar} performs most operations without reporting any
3430 information to the user except error messages. When using @command{tar}
3431 with many options, particularly ones with complicated or
3432 difficult-to-predict behavior, it is possible to make serious mistakes.
3433 @command{tar} provides several options that make observing @command{tar}
3434 easier. These options cause @command{tar} to print information as it
3435 progresses in its job, and you might want to use them just for being
3436 more careful about what is going on, or merely for entertaining
3437 yourself. If you have encountered a problem when operating on an
3438 archive, however, you may need more information than just an error
3439 message in order to solve the problem. The following options can be
3440 helpful diagnostic tools.
3441
3442 @cindex Verbose operation
3443 @opindex verbose
3444 Normally, the @option{--list} (@option{-t}) command to list an archive
3445 prints just the file names (one per line) and the other commands are
3446 silent. When used with most operations, the @option{--verbose}
3447 (@option{-v}) option causes @command{tar} to print the name of each
3448 file or archive member as it is processed. This and the other options
3449 which make @command{tar} print status information can be useful in
3450 monitoring @command{tar}.
3451
3452 With @option{--create} or @option{--extract}, @option{--verbose} used
3453 once just prints the names of the files or members as they are processed.
3454 Using it twice causes @command{tar} to print a longer listing
3455 (reminiscent of @samp{ls -l}) for each member. Since @option{--list}
3456 already prints the names of the members, @option{--verbose} used once
3457 with @option{--list} causes @command{tar} to print an @samp{ls -l}
3458 type listing of the files in the archive. The following examples both
3459 extract members with long list output:
3460
3461 @smallexample
3462 $ @kbd{tar --extract --file=archive.tar --verbose --verbose}
3463 $ @kbd{tar xvvf archive.tar}
3464 @end smallexample
3465
3466 Verbose output appears on the standard output except when an archive is
3467 being written to the standard output, as with @samp{tar --create
3468 --file=- --verbose} (@samp{tar cfv -}, or even @samp{tar cv}---if the
3469 installer let standard output be the default archive). In that case
3470 @command{tar} writes verbose output to the standard error stream.
3471
3472 If @option{--index-file=@var{file}} is specified, @command{tar} sends
3473 verbose output to @var{file} rather than to standard output or standard
3474 error.
3475
3476 @cindex Obtaining total status information
3477 @opindex totals
3478 The @option{--totals} option---which is only meaningful when used with
3479 @option{--create} (@option{-c})---causes @command{tar} to print the total
3480 amount written to the archive, after it has been fully created.
3481
3482 @cindex Progress information
3483 @opindex checkpoint
3484 The @option{--checkpoint} option prints an occasional message
3485 as @command{tar} reads or writes the archive. In fact, it prints
3486 a message each 10 records read or written. It is designed for
3487 those who don't need the more detailed (and voluminous) output of
3488 @option{--block-number} (@option{-R}), but do want visual confirmation that @command{tar}
3489 is actually making forward progress.
3490
3491 @FIXME{There is some confusion here. It seems that -R once wrote a
3492 message at @samp{every} record read or written.}
3493
3494 @opindex show-omitted-dirs
3495 @anchor{show-omitted-dirs}
3496 The @option{--show-omitted-dirs} option, when reading an archive---with
3497 @option{--list} or @option{--extract}, for example---causes a message
3498 to be printed for each directory in the archive which is skipped.
3499 This happens regardless of the reason for skipping: the directory might
3500 not have been named on the command line (implicitly or explicitly),
3501 it might be excluded by the use of the @option{--exclude=@var{pattern}} option, or
3502 some other reason.
3503
3504 @opindex block-number
3505 @cindex Block number where error occurred
3506 @anchor{block-number}
3507 If @option{--block-number} (@option{-R}) is used, @command{tar} prints, along with
3508 every message it would normally produce, the block number within the
3509 archive where the message was triggered. Also, supplementary messages
3510 are triggered when reading blocks full of NULs, or when hitting end of
3511 file on the archive. As of now, if the archive if properly terminated
3512 with a NUL block, the reading of the file may stop before end of file
3513 is met, so the position of end of file will not usually show when
3514 @option{--block-number} (@option{-R}) is used. Note that @GNUTAR{}
3515 drains the archive before exiting when reading the
3516 archive from a pipe.
3517
3518 @cindex Error message, block number of
3519 This option is especially useful when reading damaged archives, since
3520 it helps pinpoint the damaged sections. It can also be used with
3521 @option{--list} (@option{-t}) when listing a file-system backup tape, allowing you to
3522 choose among several backup tapes when retrieving a file later, in
3523 favor of the tape where the file appears earliest (closest to the
3524 front of the tape). @xref{backup}.
3525
3526 @node interactive
3527 @section Asking for Confirmation During Operations
3528 @cindex Interactive operation
3529
3530 Typically, @command{tar} carries out a command without stopping for
3531 further instructions. In some situations however, you may want to
3532 exclude some files and archive members from the operation (for instance
3533 if disk or storage space is tight). You can do this by excluding
3534 certain files automatically (@pxref{Choosing}), or by performing
3535 an operation interactively, using the @option{--interactive} (@option{-w}) option.
3536 @command{tar} also accepts @option{--confirmation} for this option.
3537
3538 @opindex interactive
3539 When the @option{--interactive} (@option{-w}) option is specified, before
3540 reading, writing, or deleting files, @command{tar} first prints a message
3541 for each such file, telling what operation it intends to take, then asks
3542 for confirmation on the terminal. The actions which require
3543 confirmation include adding a file to the archive, extracting a file
3544 from the archive, deleting a file from the archive, and deleting a file
3545 from disk. To confirm the action, you must type a line of input
3546 beginning with @samp{y}. If your input line begins with anything other
3547 than @samp{y}, @command{tar} skips that file.
3548
3549 If @command{tar} is reading the archive from the standard input,
3550 @command{tar} opens the file @file{/dev/tty} to support the interactive
3551 communications.
3552
3553 Verbose output is normally sent to standard output, separate from
3554 other error messages. However, if the archive is produced directly
3555 on standard output, then verbose output is mixed with errors on
3556 @code{stderr}. Producing the archive on standard output may be used
3557 as a way to avoid using disk space, when the archive is soon to be
3558 consumed by another process reading it, say. Some people felt the need
3559 of producing an archive on stdout, still willing to segregate between
3560 verbose output and error output. A possible approach would be using a
3561 named pipe to receive the archive, and having the consumer process to
3562 read from that named pipe. This has the advantage of letting standard
3563 output free to receive verbose output, all separate from errors.
3564
3565 @node operations
3566 @chapter @GNUTAR{} Operations
3567
3568 @menu
3569 * Basic tar::
3570 * Advanced tar::
3571 * create options::
3572 * extract options::
3573 * backup::
3574 * Applications::
3575 * looking ahead::
3576 @end menu
3577
3578 @node Basic tar
3579 @section Basic @GNUTAR{} Operations
3580
3581 The basic @command{tar} operations, @option{--create} (@option{-c}),
3582 @option{--list} (@option{-t}) and @option{--extract} (@option{--get},
3583 @option{-x}), are currently presented and described in the tutorial
3584 chapter of this manual. This section provides some complementary notes
3585 for these operations.
3586
3587 @table @option
3588 @opindex create, complementary notes
3589 @item --create
3590 @itemx -c
3591
3592 Creating an empty archive would have some kind of elegance. One can
3593 initialize an empty archive and later use @option{--append}
3594 (@option{-r}) for adding all members. Some applications would not
3595 welcome making an exception in the way of adding the first archive
3596 member. On the other hand, many people reported that it is
3597 dangerously too easy for @command{tar} to destroy a magnetic tape with
3598 an empty archive@footnote{This is well described in @cite{Unix-haters
3599 Handbook}, by Simson Garfinkel, Daniel Weise & Steven Strassmann, IDG
3600 Books, ISBN 1-56884-203-1.}. The two most common errors are:
3601
3602 @enumerate
3603 @item
3604 Mistakingly using @code{create} instead of @code{extract}, when the
3605 intent was to extract the full contents of an archive. This error
3606 is likely: keys @kbd{c} and @kbd{x} are right next to each other on
3607 the QWERTY keyboard. Instead of being unpacked, the archive then
3608 gets wholly destroyed. When users speak about @dfn{exploding} an
3609 archive, they usually mean something else :-).
3610
3611 @item
3612 Forgetting the argument to @code{file}, when the intent was to create
3613 an archive with a single file in it. This error is likely because a
3614 tired user can easily add the @kbd{f} key to the cluster of option
3615 letters, by the mere force of habit, without realizing the full
3616 consequence of doing so. The usual consequence is that the single
3617 file, which was meant to be saved, is rather destroyed.
3618 @end enumerate
3619
3620 So, recognizing the likelihood and the catastrophical nature of these
3621 errors, @GNUTAR{} now takes some distance from elegance, and
3622 cowardly refuses to create an archive when @option{--create} option is
3623 given, there are no arguments besides options, and
3624 @option{--files-from} (@option{-T}) option is @emph{not} used. To get
3625 around the cautiousness of @GNUTAR{} and nevertheless create an
3626 archive with nothing in it, one may still use, as the value for the
3627 @option{--files-from} option, a file with no names in it, as shown in
3628 the following commands:
3629
3630 @smallexample
3631 @kbd{tar --create --file=empty-archive.tar --files-from=/dev/null}
3632 @kbd{tar cfT empty-archive.tar /dev/null}
3633 @end smallexample
3634
3635 @opindex extract, complementary notes
3636 @item --extract
3637 @itemx --get
3638 @itemx -x
3639
3640 A socket is stored, within a @GNUTAR{} archive, as a pipe.
3641
3642 @item @option{--list} (@option{-t})
3643
3644 @GNUTAR{} now shows dates as @samp{1996-08-30},
3645 while it used to show them as @samp{Aug 30 1996}. Preferably,
3646 people should get used to ISO 8601 dates. Local American dates should
3647 be made available again with full date localization support, once
3648 ready. In the meantime, programs not being localizable for dates
3649 should prefer international dates, that's really the way to go.
3650
3651 Look up @url{http://www.ft.uni-erlangen.de/~mskuhn/iso-time.html} if you
3652 are curious, it contains a detailed explanation of the ISO 8601 standard.
3653
3654 @end table
3655
3656 @node Advanced tar
3657 @section Advanced @GNUTAR{} Operations
3658
3659 Now that you have learned the basics of using @GNUTAR{}, you may want
3660 to learn about further ways in which @command{tar} can help you.
3661
3662 This chapter presents five, more advanced operations which you probably
3663 won't use on a daily basis, but which serve more specialized functions.
3664 We also explain the different styles of options and why you might want
3665 to use one or another, or a combination of them in your @command{tar}
3666 commands. Additionally, this chapter includes options which allow you to
3667 define the output from @command{tar} more carefully, and provide help and
3668 error correction in special circumstances.
3669
3670 @FIXME{check this after the chapter is actually revised to make sure
3671 it still introduces the info in the chapter correctly : ).}
3672
3673 @menu
3674 * Operations::
3675 * append::
3676 * update::
3677 * concatenate::
3678 * delete::
3679 * compare::
3680 @end menu
3681
3682 @node Operations
3683 @subsection The Five Advanced @command{tar} Operations
3684 @UNREVISED
3685
3686 In the last chapter, you learned about the first three operations to
3687 @command{tar}. This chapter presents the remaining five operations to
3688 @command{tar}: @option{--append}, @option{--update}, @option{--concatenate},
3689 @option{--delete}, and @option{--compare}.
3690
3691 You are not likely to use these operations as frequently as those
3692 covered in the last chapter; however, since they perform specialized
3693 functions, they are quite useful when you do need to use them. We
3694 will give examples using the same directory and files that you created
3695 in the last chapter. As you may recall, the directory is called
3696 @file{practice}, the files are @samp{jazz}, @samp{blues}, @samp{folk},
3697 @samp{rock}, and the two archive files you created are
3698 @samp{collection.tar} and @samp{music.tar}.
3699
3700 We will also use the archive files @samp{afiles.tar} and
3701 @samp{bfiles.tar}. @samp{afiles.tar} contains the members @samp{apple},
3702 @samp{angst}, and @samp{aspic}. @samp{bfiles.tar} contains the members
3703 @samp{./birds}, @samp{baboon}, and @samp{./box}.
3704
3705 Unless we state otherwise, all practicing you do and examples you follow
3706 in this chapter will take place in the @file{practice} directory that
3707 you created in the previous chapter; see @ref{prepare for examples}.
3708 (Below in this section, we will remind you of the state of the examples
3709 where the last chapter left them.)
3710
3711 The five operations that we will cover in this chapter are:
3712
3713 @table @option
3714 @item --append
3715 @itemx -r
3716 Add new entries to an archive that already exists.
3717 @item --update
3718 @itemx -r
3719 Add more recent copies of archive members to the end of an archive, if
3720 they exist.
3721 @item --concatenate
3722 @itemx --catenate
3723 @itemx -A
3724 Add one or more pre-existing archives to the end of another archive.
3725 @item --delete
3726 Delete items from an archive (does not work on tapes).
3727 @item --compare
3728 @itemx --diff
3729 @itemx -d
3730 Compare archive members to their counterparts in the file system.
3731 @end table
3732
3733 @node append
3734 @subsection How to Add Files to Existing Archives: @option{--append}
3735 @UNREVISED
3736
3737 @opindex append
3738 If you want to add files to an existing archive, you don't need to
3739 create a new archive; you can use @option{--append} (@option{-r}).
3740 The archive must already exist in order to use @option{--append}. (A
3741 related operation is the @option{--update} operation; you can use this
3742 to add newer versions of archive members to an existing archive. To learn how to
3743 do this with @option{--update}, @pxref{update}.)
3744
3745 If you use @option{--append} to add a file that has the same name as an
3746 archive member to an archive containing that archive member, then the
3747 old member is not deleted. What does happen, however, is somewhat
3748 complex. @command{tar} @emph{allows} you to have infinite number of files
3749 with the same name. Some operations treat these same-named members no
3750 differently than any other set of archive members: for example, if you
3751 view an archive with @option{--list} (@option{-t}), you will see all
3752 of those members listed, with their data modification times, owners, etc.
3753
3754 Other operations don't deal with these members as perfectly as you might
3755 prefer; if you were to use @option{--extract} to extract the archive,
3756 only the most recently added copy of a member with the same name as four
3757 other members would end up in the working directory. This is because
3758 @option{--extract} extracts an archive in the order the members appeared
3759 in the archive; the most recently archived members will be extracted
3760 last. Additionally, an extracted member will @emph{replace} a file of
3761 the same name which existed in the directory already, and @command{tar}
3762 will not prompt you about this@footnote{Unless you give it
3763 @option{--keep-old-files} option, or the disk copy is newer than the
3764 the one in the archive and you invoke @command{tar} with
3765 @option{--keep-newer-files} option}. Thus, only the most recently archived
3766 member will end up being extracted, as it will replace the one
3767 extracted before it, and so on.
3768
3769 There exists a special option that allows you to get around this
3770 behavior and extract (or list) only a particular copy of the file.
3771 This is @option{--occurrence} option. If you run @command{tar} with
3772 this option, it will extract only the first copy of the file. You
3773 may also give this option an argument specifying the number of
3774 copy to be extracted. Thus, for example if the archive
3775 @file{archive.tar} contained three copies of file @file{myfile}, then
3776 the command
3777
3778 @smallexample
3779 tar --extract --file archive.tar --occurrence=2 myfile
3780 @end smallexample
3781
3782 @noindent
3783 would extract only the second copy. @xref{Option
3784 Summary,---occurrence}, for the description of @option{--occurrence}
3785 option.
3786
3787 @FIXME{ hag -- you might want to incorporate some of the above into the
3788 MMwtSN node; not sure. i didn't know how to make it simpler...
3789
3790 There are a few ways to get around this. (maybe xref Multiple Members
3791 with the Same Name.}
3792
3793 @cindex Members, replacing with other members
3794 @cindex Replacing members with other members
3795 If you want to replace an archive member, use @option{--delete} to
3796 delete the member you want to remove from the archive, , and then use
3797 @option{--append} to add the member you want to be in the archive. Note
3798 that you can not change the order of the archive; the most recently
3799 added member will still appear last. In this sense, you cannot truly
3800 ``replace'' one member with another. (Replacing one member with another
3801 will not work on certain types of media, such as tapes; see @ref{delete}
3802 and @ref{Media}, for more information.)
3803
3804 @menu
3805 * appending files:: Appending Files to an Archive
3806 * multiple::
3807 @end menu
3808
3809 @node appending files
3810 @subsubsection Appending Files to an Archive
3811 @UNREVISED
3812 @cindex Adding files to an Archive
3813 @cindex Appending files to an Archive
3814 @cindex Archives, Appending files to
3815
3816 The simplest way to add a file to an already existing archive is the
3817 @option{--append} (@option{-r}) operation, which writes specified files into the
3818 archive whether or not they are already among the archived files.
3819 When you use @option{--append}, you @emph{must} specify file name
3820 arguments, as there is no default. If you specify a file that already
3821 exists in the archive, another copy of the file will be added to the
3822 end of the archive. As with other operations, the member names of the
3823 newly added files will be exactly the same as their names given on the
3824 command line. The @option{--verbose} (@option{-v}) option will print
3825 out the names of the files as they are written into the archive.
3826
3827 @option{--append} cannot be performed on some tape drives, unfortunately,
3828 due to deficiencies in the formats those tape drives use. The archive
3829 must be a valid @command{tar} archive, or else the results of using this
3830 operation will be unpredictable. @xref{Media}.
3831
3832 To demonstrate using @option{--append} to add a file to an archive,
3833 create a file called @file{rock} in the @file{practice} directory.
3834 Make sure you are in the @file{practice} directory. Then, run the
3835 following @command{tar} command to add @file{rock} to
3836 @file{collection.tar}:
3837
3838 @smallexample
3839 $ @kbd{tar --append --file=collection.tar rock}
3840 @end smallexample
3841
3842 @noindent
3843 If you now use the @option{--list} (@option{-t}) operation, you will see that
3844 @file{rock} has been added to the archive:
3845
3846 @smallexample
3847 $ @kbd{tar --list --file=collection.tar}
3848 -rw-r--r-- me user 28 1996-10-18 16:31 jazz
3849 -rw-r--r-- me user 21 1996-09-23 16:44 blues
3850 -rw-r--r-- me user 20 1996-09-23 16:44 folk
3851 -rw-r--r-- me user 20 1996-09-23 16:44 rock
3852 @end smallexample
3853
3854 @FIXME{in theory, dan will (soon) try to turn this node into what it's
3855 title claims it will become...}
3856
3857 @node multiple
3858 @subsubsection Multiple Files with the Same Name
3859
3860 You can use @option{--append} (@option{-r}) to add copies of files which have been
3861 updated since the archive was created. (However, we do not recommend
3862 doing this since there is another @command{tar} option called
3863 @option{--update}; @pxref{update} for more information. We describe this
3864 use of @option{--append} here for the sake of completeness.) @FIXME{is
3865 this really a good idea, to give this whole description for something
3866 which i believe is basically a Stupid way of doing something? certain
3867 aspects of it show ways in which tar is more broken than i'd personally
3868 like to admit to, specifically the last sentence. On the other hand, i
3869 don't think it's a good idea to be saying that we explicitly don't
3870 recommend using something, but i can't see any better way to deal with
3871 the situation.}When you extract the archive, the older version will be
3872 effectively lost. This works because files are extracted from an
3873 archive in the order in which they were archived. Thus, when the
3874 archive is extracted, a file archived later in time will replace a
3875 file of the same name which was archived earlier, even though the older
3876 version of the file will remain in the archive unless you delete all
3877 versions of the file.
3878
3879 Supposing you change the file @file{blues} and then append the changed
3880 version to @file{collection.tar}. As you saw above, the original
3881 @file{blues} is in the archive @file{collection.tar}. If you change the
3882 file and append the new version of the file to the archive, there will
3883 be two copies in the archive. When you extract the archive, the older
3884 version of the file will be extracted first, and then replaced by the
3885 newer version when it is extracted.
3886
3887 You can append the new, changed copy of the file @file{blues} to the
3888 archive in this way:
3889
3890 @smallexample
3891 $ @kbd{tar --append --verbose --file=collection.tar blues}
3892 blues
3893 @end smallexample
3894
3895 @noindent
3896 Because you specified the @option{--verbose} option, @command{tar} has
3897 printed the name of the file being appended as it was acted on. Now
3898 list the contents of the archive:
3899
3900 @smallexample
3901 $ @kbd{tar --list --verbose --file=collection.tar}
3902 -rw-r--r-- me user 28 1996-10-18 16:31 jazz
3903 -rw-r--r-- me user 21 1996-09-23 16:44 blues
3904 -rw-r--r-- me user 20 1996-09-23 16:44 folk
3905 -rw-r--r-- me user 20 1996-09-23 16:44 rock
3906 -rw-r--r-- me user 58 1996-10-24 18:30 blues
3907 @end smallexample
3908
3909 @noindent
3910 The newest version of @file{blues} is now at the end of the archive
3911 (note the different creation dates and file sizes). If you extract
3912 the archive, the older version of the file @file{blues} will be
3913 replaced by the newer version. You can confirm this by extracting
3914 the archive and running @samp{ls} on the directory.
3915
3916 If you wish to extract the first occurrence of the file @file{blues}
3917 from the archive, use @option{--occurrence} option, as shown in
3918 the following example:
3919
3920 @smallexample
3921 $ @kbd{tar --extract -vv --occurrence --file=collection.tar blues}
3922 -rw-r--r-- me user 21 1996-09-23 16:44 blues
3923 @end smallexample
3924
3925 @xref{Writing}, for more information on @option{--extract} and
3926 @xref{Option Summary, --occurrence}, for the description of
3927 @option{--occurrence} option.
3928
3929 @node update
3930 @subsection Updating an Archive
3931 @UNREVISED
3932 @cindex Updating an archive
3933
3934 @opindex update
3935 In the previous section, you learned how to use @option{--append} to
3936 add a file to an existing archive. A related operation is
3937 @option{--update} (@option{-u}). The @option{--update} operation
3938 updates a @command{tar} archive by comparing the date of the specified
3939 archive members against the date of the file with the same name. If
3940 the file has been modified more recently than the archive member, then
3941 the newer version of the file is added to the archive (as with
3942 @option{--append}).
3943
3944 Unfortunately, you cannot use @option{--update} with magnetic tape drives.
3945 The operation will fail.
3946
3947 @FIXME{other examples of media on which --update will fail? need to ask
3948 charles and/or mib/thomas/dave shevett..}
3949
3950 Both @option{--update} and @option{--append} work by adding to the end
3951 of the archive. When you extract a file from the archive, only the
3952 version stored last will wind up in the file system, unless you use
3953 the @option{--backup} option. @FIXME-ref{Multiple Members with the
3954 Same Name}
3955
3956 @menu
3957 * how to update::
3958 @end menu
3959
3960 @node how to update
3961 @subsubsection How to Update an Archive Using @option{--update}
3962
3963 You must use file name arguments with the @option{--update} (@option{-u}) operation.
3964 If you don't specify any files, @command{tar} won't act on any files and
3965 won't tell you that it didn't do anything (which may end up confusing
3966 you).
3967
3968 @FIXME{note: the above parenthetical added because in fact, this
3969 behavior just confused the author. :-) }
3970
3971 To see the @option{--update} option at work, create a new file,
3972 @file{classical}, in your practice directory, and some extra text to the
3973 file @file{blues}, using any text editor. Then invoke @command{tar} with
3974 the @samp{update} operation and the @option{--verbose} (@option{-v}) option specified,
3975 using the names of all the files in the practice directory as file name
3976 arguments:
3977
3978 @smallexample
3979 $ @kbd{tar --update -v -f collection.tar blues folk rock classical}
3980 blues
3981 classical
3982 $
3983 @end smallexample
3984
3985 @noindent
3986 Because we have specified verbose mode, @command{tar} prints out the names
3987 of the files it is working on, which in this case are the names of the
3988 files that needed to be updated. If you run @samp{tar --list} and look
3989 at the archive, you will see @file{blues} and @file{classical} at its
3990 end. There will be a total of two versions of the member @samp{blues};
3991 the one at the end will be newer and larger, since you added text before
3992 updating it.
3993
3994 (The reason @command{tar} does not overwrite the older file when updating
3995 it is because writing to the middle of a section of tape is a difficult
3996 process. Tapes are not designed to go backward. @xref{Media}, for more
3997 information about tapes.
3998
3999 @option{--update} (@option{-u}) is not suitable for performing backups for two
4000 reasons: it does not change directory content entries, and it
4001 lengthens the archive every time it is used. The @GNUTAR{}
4002 options intended specifically for backups are more
4003 efficient. If you need to run backups, please consult @ref{Backups}.
4004
4005 @node concatenate
4006 @subsection Combining Archives with @option{--concatenate}
4007
4008 @cindex Adding archives to an archive
4009 @cindex Concatenating Archives
4010 @opindex concatenate
4011 @opindex catenate
4012 @c @cindex @option{-A} described
4013 Sometimes it may be convenient to add a second archive onto the end of
4014 an archive rather than adding individual files to the archive. To add
4015 one or more archives to the end of another archive, you should use the
4016 @option{--concatenate} (@option{--catenate}, @option{-A}) operation.
4017
4018 To use @option{--concatenate}, give the first archive with
4019 @option{--file} option and name the rest of archives to be
4020 concatenated on the command line. The members, and their member
4021 names, will be copied verbatim from those archives to the first one.
4022 @FIXME-ref{This can cause multiple members to have the same name, for
4023 information on how this affects reading the archive, Multiple
4024 Members with the Same Name.}
4025 The new, concatenated archive will be called by the same name as the
4026 one given with the @option{--file} option. As usual, if you omit
4027 @option{--file}, @command{tar} will use the value of the environment
4028 variable @env{TAPE}, or, if this has not been set, the default archive name.
4029
4030 @FIXME{There is no way to specify a new name...}
4031
4032 To demonstrate how @option{--concatenate} works, create two small archives
4033 called @file{bluesrock.tar} and @file{folkjazz.tar}, using the relevant
4034 files from @file{practice}:
4035
4036 @smallexample
4037 $ @kbd{tar -cvf bluesrock.tar blues rock}
4038 blues
4039 rock
4040 $ @kbd{tar -cvf folkjazz.tar folk jazz}
4041 folk
4042 jazz
4043 @end smallexample
4044
4045 @noindent
4046 If you like, You can run @samp{tar --list} to make sure the archives
4047 contain what they are supposed to:
4048
4049 @smallexample
4050 $ @kbd{tar -tvf bluesrock.tar}
4051 -rw-r--r-- melissa user 105 1997-01-21 19:42 blues
4052 -rw-r--r-- melissa user 33 1997-01-20 15:34 rock
4053 $ @kbd{tar -tvf jazzfolk.tar}
4054 -rw-r--r-- melissa user 20 1996-09-23 16:44 folk
4055 -rw-r--r-- melissa user 65 1997-01-30 14:15 jazz
4056 @end smallexample
4057
4058 We can concatenate these two archives with @command{tar}:
4059
4060 @smallexample
4061 $ @kbd{cd ..}
4062 $ @kbd{tar --concatenate --file=bluesrock.tar jazzfolk.tar}
4063 @end smallexample
4064
4065 If you now list the contents of the @file{bluesrock.tar}, you will see
4066 that now it also contains the archive members of @file{jazzfolk.tar}:
4067
4068 @smallexample
4069 $ @kbd{tar --list --file=bluesrock.tar}
4070 blues
4071 rock
4072 folk
4073 jazz
4074 @end smallexample
4075
4076 When you use @option{--concatenate}, the source and target archives must
4077 already exist and must have been created using compatible format
4078 parameters. Notice, that @command{tar} does not check whether the
4079 archives it concatenates have compatible formats, it does not
4080 even check if the files are really tar archives.
4081
4082 Like @option{--append} (@option{-r}), this operation cannot be performed on some
4083 tape drives, due to deficiencies in the formats those tape drives use.
4084
4085 @cindex @code{concatenate} vs @command{cat}
4086 @cindex @command{cat} vs @code{concatenate}
4087 It may seem more intuitive to you to want or try to use @command{cat} to
4088 concatenate two archives instead of using the @option{--concatenate}
4089 operation; after all, @command{cat} is the utility for combining files.
4090
4091 However, @command{tar} archives incorporate an end-of-file marker which
4092 must be removed if the concatenated archives are to be read properly as
4093 one archive. @option{--concatenate} removes the end-of-archive marker
4094 from the target archive before each new archive is appended. If you use
4095 @command{cat} to combine the archives, the result will not be a valid
4096 @command{tar} format archive. If you need to retrieve files from an
4097 archive that was added to using the @command{cat} utility, use the
4098 @option{--ignore-zeros} (@option{-i}) option. @xref{Ignore Zeros}, for further
4099 information on dealing with archives improperly combined using the
4100 @command{cat} shell utility.
4101
4102 @node delete
4103 @subsection Removing Archive Members Using @option{--delete}
4104 @UNREVISED
4105 @cindex Deleting files from an archive
4106 @cindex Removing files from an archive
4107
4108 @opindex delete
4109 You can remove members from an archive by using the @option{--delete}
4110 option. Specify the name of the archive with @option{--file}
4111 (@option{-f}) and then specify the names of the members to be deleted;
4112 if you list no member names, nothing will be deleted. The
4113 @option{--verbose} option will cause @command{tar} to print the names
4114 of the members as they are deleted. As with @option{--extract}, you
4115 must give the exact member names when using @samp{tar --delete}.
4116 @option{--delete} will remove all versions of the named file from the
4117 archive. The @option{--delete} operation can run very slowly.
4118
4119 Unlike other operations, @option{--delete} has no short form.
4120
4121 @cindex Tapes, using @option{--delete} and
4122 @cindex Deleting from tape archives
4123 This operation will rewrite the archive. You can only use
4124 @option{--delete} on an archive if the archive device allows you to
4125 write to any point on the media, such as a disk; because of this, it
4126 does not work on magnetic tapes. Do not try to delete an archive member
4127 from a magnetic tape; the action will not succeed, and you will be
4128 likely to scramble the archive and damage your tape. There is no safe
4129 way (except by completely re-writing the archive) to delete files from
4130 most kinds of magnetic tape. @xref{Media}.
4131
4132 To delete all versions of the file @file{blues} from the archive
4133 @file{collection.tar} in the @file{practice} directory, make sure you
4134 are in that directory, and then,
4135
4136 @smallexample
4137 $ @kbd{tar --list --file=collection.tar}
4138 blues
4139 folk
4140 jazz
4141 rock
4142 practice/blues
4143 practice/folk
4144 practice/jazz
4145 practice/rock
4146 practice/blues
4147 $ @kbd{tar --delete --file=collection.tar blues}
4148 $ @kbd{tar --list --file=collection.tar}
4149 folk
4150 jazz
4151 rock
4152 $
4153 @end smallexample
4154
4155 @FIXME{I changed the order of these nodes around and haven't had a chance
4156 to fix the above example's results, yet. I have to play with this and
4157 follow it and see what it actually does!}
4158
4159 The @option{--delete} option has been reported to work properly when
4160 @command{tar} acts as a filter from @code{stdin} to @code{stdout}.
4161
4162 @node compare
4163 @subsection Comparing Archive Members with the File System
4164 @cindex Verifying the currency of an archive
4165 @UNREVISED
4166
4167 @opindex compare
4168 The @option{--compare} (@option{-d}), or @option{--diff} operation compares
4169 specified archive members against files with the same names, and then
4170 reports differences in file size, mode, owner, modification date and
4171 contents. You should @emph{only} specify archive member names, not file
4172 names. If you do not name any members, then @command{tar} will compare the
4173 entire archive. If a file is represented in the archive but does not
4174 exist in the file system, @command{tar} reports a difference.
4175
4176 You have to specify the record size of the archive when modifying an
4177 archive with a non-default record size.
4178
4179 @command{tar} ignores files in the file system that do not have
4180 corresponding members in the archive.
4181
4182 The following example compares the archive members @file{rock},
4183 @file{blues} and @file{funk} in the archive @file{bluesrock.tar} with
4184 files of the same name in the file system. (Note that there is no file,
4185 @file{funk}; @command{tar} will report an error message.)
4186
4187 @smallexample
4188 $ @kbd{tar --compare --file=bluesrock.tar rock blues funk}
4189 rock
4190 blues
4191 tar: funk not found in archive
4192 @end smallexample
4193
4194 The spirit behind the @option{--compare} (@option{--diff}, @option{-d}) option is to check whether the
4195 archive represents the current state of files on disk, more than validating
4196 the integrity of the archive media. For this later goal, @xref{verify}.
4197
4198 @node create options
4199 @section Options Used by @option{--create}
4200
4201 @opindex create, additional options
4202 The previous chapter described the basics of how to use
4203 @option{--create} (@option{-c}) to create an archive from a set of files.
4204 @xref{create}. This section described advanced options to be used with
4205 @option{--create}.
4206
4207 @menu
4208 * Ignore Failed Read::
4209 @end menu
4210
4211 @node Ignore Failed Read
4212 @subsection Ignore Fail Read
4213
4214 @table @option
4215 @item --ignore-failed-read
4216 Do not exit with nonzero on unreadable files or directories.
4217 @end table
4218
4219 @node extract options
4220 @section Options Used by @option{--extract}
4221 @UNREVISED
4222
4223 @FIXME{i need to get dan to go over these options with me and see if
4224 there's a better way of organizing them.}
4225
4226 @opindex extract, additional options
4227 The previous chapter showed how to use @option{--extract} to extract
4228 an archive into the file system. Various options cause @command{tar} to
4229 extract more information than just file contents, such as the owner,
4230 the permissions, the modification date, and so forth. This section
4231 presents options to be used with @option{--extract} when certain special
4232 considerations arise. You may review the information presented in
4233 @ref{extract} for more basic information about the
4234 @option{--extract} operation.
4235
4236 @menu
4237 * Reading:: Options to Help Read Archives
4238 * Writing:: Changing How @command{tar} Writes Files
4239 * Scarce:: Coping with Scarce Resources
4240 @end menu
4241
4242 @node Reading
4243 @subsection Options to Help Read Archives
4244 @cindex Options when reading archives
4245 @UNREVISED
4246
4247 @cindex Reading incomplete records
4248 @cindex Records, incomplete
4249 @opindex read-full-records
4250 Normally, @command{tar} will request data in full record increments from
4251 an archive storage device. If the device cannot return a full record,
4252 @command{tar} will report an error. However, some devices do not always
4253 return full records, or do not require the last record of an archive to
4254 be padded out to the next record boundary. To keep reading until you
4255 obtain a full record, or to accept an incomplete record if it contains
4256 an end-of-archive marker, specify the @option{--read-full-records} (@option{-B}) option
4257 in conjunction with the @option{--extract} or @option{--list} operations.
4258 @xref{Blocking}.
4259
4260 The @option{--read-full-records} (@option{-B}) option is turned on by default when
4261 @command{tar} reads an archive from standard input, or from a remote
4262 machine. This is because on BSD Unix systems, attempting to read a
4263 pipe returns however much happens to be in the pipe, even if it is
4264 less than was requested. If this option were not enabled, @command{tar}
4265 would fail as soon as it read an incomplete record from the pipe.
4266
4267 If you're not sure of the blocking factor of an archive, you can
4268 read the archive by specifying @option{--read-full-records} (@option{-B}) and
4269 @option{--blocking-factor=@var{512-size}} (@option{-b
4270 @var{512-size}}), using a blocking factor larger than what the archive
4271 uses. This lets you avoid having to determine the blocking factor
4272 of an archive. @xref{Blocking Factor}.
4273
4274 @menu
4275 * read full records::
4276 * Ignore Zeros::
4277 @end menu
4278
4279 @node read full records
4280 @unnumberedsubsubsec Reading Full Records
4281
4282 @FIXME{need sentence or so of intro here}
4283
4284 @table @option
4285 @opindex read-full-records
4286 @item --read-full-records
4287 @item -B
4288 Use in conjunction with @option{--extract} (@option{--get},
4289 @option{-x}) to read an archive which contains incomplete records, or
4290 one which has a blocking factor less than the one specified.
4291 @end table
4292
4293 @node Ignore Zeros
4294 @unnumberedsubsubsec Ignoring Blocks of Zeros
4295
4296 @cindex End-of-archive blocks, ignoring
4297 @cindex Ignoring end-of-archive blocks
4298 @opindex ignore-zeros
4299 Normally, @command{tar} stops reading when it encounters a block of zeros
4300 between file entries (which usually indicates the end of the archive).
4301 @option{--ignore-zeros} (@option{-i}) allows @command{tar} to
4302 completely read an archive which contains a block of zeros before the
4303 end (i.e., a damaged archive, or one that was created by concatenating
4304 several archives together).
4305
4306 The @option{--ignore-zeros} (@option{-i}) option is turned off by default because many
4307 versions of @command{tar} write garbage after the end-of-archive entry,
4308 since that part of the media is never supposed to be read. @GNUTAR{}
4309 does not write after the end of an archive, but seeks to
4310 maintain compatiblity among archiving utilities.
4311
4312 @table @option
4313 @item --ignore-zeros
4314 @itemx -i
4315 To ignore blocks of zeros (i.e., end-of-archive entries) which may be
4316 encountered while reading an archive. Use in conjunction with
4317 @option{--extract} or @option{--list}.
4318 @end table
4319
4320 @node Writing
4321 @subsection Changing How @command{tar} Writes Files
4322 @UNREVISED
4323
4324 @FIXME{Introductory paragraph}
4325
4326 @menu
4327 * Dealing with Old Files::
4328 * Overwrite Old Files::
4329 * Keep Old Files::
4330 * Keep Newer Files::
4331 * Unlink First::
4332 * Recursive Unlink::
4333 * Data Modification Times::
4334 * Setting Access Permissions::
4335 * Directory Modification Times and Permissions::
4336 * Writing to Standard Output::
4337 * Writing to an External Program::
4338 * remove files::
4339 @end menu
4340
4341 @node Dealing with Old Files
4342 @unnumberedsubsubsec Options Controlling the Overwriting of Existing Files
4343
4344 @opindex overwrite-dir, introduced
4345 When extracting files, if @command{tar} discovers that the extracted
4346 file already exists, it normally replaces the file by removing it before
4347 extracting it, to prevent confusion in the presence of hard or symbolic
4348 links. (If the existing file is a symbolic link, it is removed, not
4349 followed.) However, if a directory cannot be removed because it is
4350 nonempty, @command{tar} normally overwrites its metadata (ownership,
4351 permission, etc.). The @option{--overwrite-dir} option enables this
4352 default behavior. To be more cautious and preserve the metadata of
4353 such a directory, use the @option{--no-overwrite-dir} option.
4354
4355 @cindex Overwriting old files, prevention
4356 @opindex keep-old-files, introduced
4357 To be even more cautious and prevent existing files from being replaced, use
4358 the @option{--keep-old-files} (@option{-k}) option. It causes @command{tar} to refuse
4359 to replace or update a file that already exists, i.e., a file with the
4360 same name as an archive member prevents extraction of that archive
4361 member. Instead, it reports an error.
4362
4363 @opindex overwrite, introduced
4364 To be more aggressive about altering existing files, use the
4365 @option{--overwrite} option. It causes @command{tar} to overwrite
4366 existing files and to follow existing symbolic links when extracting.
4367
4368 @cindex Protecting old files
4369 Some people argue that @GNUTAR{} should not hesitate
4370 to overwrite files with other files when extracting. When extracting
4371 a @command{tar} archive, they expect to see a faithful copy of the
4372 state of the file system when the archive was created. It is debatable
4373 that this would always be a proper behavior. For example, suppose one
4374 has an archive in which @file{usr/local} is a link to
4375 @file{usr/local2}. Since then, maybe the site removed the link and
4376 renamed the whole hierarchy from @file{/usr/local2} to
4377 @file{/usr/local}. Such things happen all the time. I guess it would
4378 not be welcome at all that @GNUTAR{} removes the
4379 whole hierarchy just to make room for the link to be reinstated
4380 (unless it @emph{also} simultaneously restores the full
4381 @file{/usr/local2}, of course!) @GNUTAR{} is indeed
4382 able to remove a whole hierarchy to reestablish a symbolic link, for
4383 example, but @emph{only if} @option{--recursive-unlink} is specified
4384 to allow this behavior. In any case, single files are silently
4385 removed.
4386
4387 @opindex unlink-first, introduced
4388 Finally, the @option{--unlink-first} (@option{-U}) option can improve performance in
4389 some cases by causing @command{tar} to remove files unconditionally
4390 before extracting them.
4391
4392 @node Overwrite Old Files
4393 @unnumberedsubsubsec Overwrite Old Files
4394
4395 @table @option
4396 @opindex overwrite
4397 @item --overwrite
4398 Overwrite existing files and directory metadata when extracting files
4399 from an archive.
4400
4401 This causes @command{tar} to write extracted files into the file system without
4402 regard to the files already on the system; i.e., files with the same
4403 names as archive members are overwritten when the archive is extracted.
4404 It also causes @command{tar} to extract the ownership, permissions,
4405 and time stamps onto any preexisting files or directories.
4406 If the name of a corresponding file name is a symbolic link, the file
4407 pointed to by the symbolic link will be overwritten instead of the
4408 symbolic link itself (if this is possible). Moreover, special devices,
4409 empty directories and even symbolic links are automatically removed if
4410 they are in the way of extraction.
4411
4412 Be careful when using the @option{--overwrite} option, particularly when
4413 combined with the @option{--absolute-names} (@option{-P}) option, as this combination
4414 can change the contents, ownership or permissions of any file on your
4415 system. Also, many systems do not take kindly to overwriting files that
4416 are currently being executed.
4417
4418 @opindex overwrite-dir
4419 @item --overwrite-dir
4420 Overwrite the metadata of directories when extracting files from an
4421 archive, but remove other files before extracting.
4422 @end table
4423
4424 @node Keep Old Files
4425 @unnumberedsubsubsec Keep Old Files
4426
4427 @table @option
4428 @opindex keep-old-files
4429 @item --keep-old-files
4430 @itemx -k
4431 Do not replace existing files from archive. The
4432 @option{--keep-old-files} (@option{-k}) option prevents @command{tar}
4433 from replacing existing files with files with the same name from the
4434 archive. The @option{--keep-old-files} option is meaningless with
4435 @option{--list} (@option{-t}). Prevents @command{tar} from replacing
4436 files in the file system during extraction.
4437 @end table
4438
4439 @node Keep Newer Files
4440 @unnumberedsubsubsec Keep Newer Files
4441
4442 @table @option
4443 @opindex keep-newer-files
4444 @item --keep-newer-files
4445 Do not replace existing files that are newer than their archive
4446 copies. This option is meaningless with @option{--list} (@option{-t}).
4447 @end table
4448
4449 @node Unlink First
4450 @unnumberedsubsubsec Unlink First
4451
4452 @table @option
4453 @opindex unlink-first
4454 @item --unlink-first
4455 @itemx -U
4456 Remove files before extracting over them.
4457 This can make @command{tar} run a bit faster if you know in advance
4458 that the extracted files all need to be removed. Normally this option
4459 slows @command{tar} down slightly, so it is disabled by default.
4460 @end table
4461
4462 @node Recursive Unlink
4463 @unnumberedsubsubsec Recursive Unlink
4464
4465 @table @option
4466 @opindex recursive-unlink
4467 @item --recursive-unlink
4468 When this option is specified, try removing files and directory hierarchies
4469 before extracting over them. @emph{This is a dangerous option!}
4470 @end table
4471
4472 If you specify the @option{--recursive-unlink} option,
4473 @command{tar} removes @emph{anything} that keeps you from extracting a file
4474 as far as current permissions will allow it. This could include removal
4475 of the contents of a full directory hierarchy.
4476
4477 @node Data Modification Times
4478 @unnumberedsubsubsec Setting Data Modification Times
4479
4480 @cindex Data modification times of extracted files
4481 @cindex Modification times of extracted files
4482 Normally, @command{tar} sets the data modification times of extracted
4483 files to the corresponding times recorded for the files in the archive, but
4484 limits the permissions of extracted files by the current @code{umask}
4485 setting.
4486
4487 To set the data modification times of extracted files to the time when
4488 the files were extracted, use the @option{--touch} (@option{-m}) option in
4489 conjunction with @option{--extract} (@option{--get}, @option{-x}).
4490
4491 @table @option
4492 @opindex touch
4493 @item --touch
4494 @itemx -m
4495 Sets the data modification time of extracted archive members to the time
4496 they were extracted, not the time recorded for them in the archive.
4497 Use in conjunction with @option{--extract} (@option{--get}, @option{-x}).
4498 @end table
4499
4500 @node Setting Access Permissions
4501 @unnumberedsubsubsec Setting Access Permissions
4502
4503 @cindex Permissions of extracted files
4504 @cindex Modes of extracted files
4505 To set the modes (access permissions) of extracted files to those
4506 recorded for those files in the archive, use @option{--same-permissions}
4507 in conjunction with the @option{--extract} (@option{--get},
4508 @option{-x}) operation. @FIXME{Should be aliased to ignore-umask.}
4509
4510 @table @option
4511 @opindex preserve-permission
4512 @opindex same-permission
4513 @item --preserve-permission
4514 @itemx --same-permission
4515 @c @itemx --ignore-umask
4516 @itemx -p
4517 Set modes of extracted archive members to those recorded in the
4518 archive, instead of current umask settings. Use in conjunction with
4519 @option{--extract} (@option{--get}, @option{-x}).
4520 @end table
4521
4522 @node Directory Modification Times and Permissions
4523 @unnumberedsubsubsec Directory Modification Times and Permissions
4524
4525 After sucessfully extracting a file member, @GNUTAR{} normally
4526 restores its permissions and modification times, as described in the
4527 previous sections. This cannot be done for directories, because
4528 after extracting a directory @command{tar} will almost certainly
4529 extract files into that directory and this will cause the directory
4530 modification time to be updated. Moreover, restoring that directory
4531 permissions may not permit file creation within it. Thus, restoring
4532 directory permissions and modification times must be delayed at least
4533 until all files have been extracted into that directory. @GNUTAR{}
4534 restores directories using the following approach.
4535
4536 The extracted directories are created with the mode specified in the
4537 archive, as modified by the umask of the user, which gives sufficient
4538 permissions to allow file creation. The meta-information about the
4539 directory is recorded in the temporary list of directories. When
4540 preparing to extract next archive member, @GNUTAR{} checks if the
4541 directory prefix of this file contains the remembered directory. If
4542 it does not, the program assumes that all files have been extracted
4543 into that directory, restores its modification time and permissions
4544 and removes its entry from the internal list. This approach allows
4545 to correctly restore directory meta-information in the majority of
4546 cases, while keeping memory requirements sufficiently small. It is
4547 based on the fact, that most @command{tar} archives use the predefined
4548 order of members: first the directory, then all the files and
4549 subdirectories in that directory.
4550
4551 However, this is not always true. The most important exception are
4552 incremental archives (@pxref{Incremental Dumps}). The member order in
4553 an incremental archive is reversed: first all directory members are
4554 stored, followed by other (non-directory) members. So, when extracting
4555 from incremental archives, @GNUTAR{} alters the above procedure. It
4556 remebers all restored directories, and restores their meta-data
4557 only after the entire archive has been processed. Notice, that you do
4558 not need to specity any special options for that, as @GNUTAR{}
4559 automatically detects archives in incremental format.
4560
4561 There may be cases, when such processing is required for normal archives
4562 too. Consider the following example:
4563
4564 @smallexample
4565 @group
4566 $ @kbd{tar --no-recursion -cvf archive \
4567 foo foo/file1 bar bar/file foo/file2}
4568 foo/
4569 foo/file1
4570 bar/
4571 bar/file
4572 foo/file2
4573 @end group
4574 @end smallexample
4575
4576 During the normal operation, after encountering @file{bar}
4577 @GNUTAR{} will assume that all files from the directory @file{foo}
4578 were already extracted and will therefore restore its timestamp and
4579 permission bits. However, after extracting @file{foo/file2} the
4580 directory timestamp will be offset again.
4581
4582 To correctly restore directory meta-information in such cases, use
4583 @option{delay-directory-restore} command line option:
4584
4585 @table @option
4586 @opindex delay-directory-restore
4587 @item --delay-directory-restore
4588 Delays restoring of the modification times and permissions of extracted
4589 directories until the end of extraction. This way, correct
4590 meta-information is restored even if the archive has unusual member
4591 ordering.
4592
4593 @opindex no-delay-directory-restore
4594 @item --no-delay-directory-restore
4595 Cancel the effect of the previous @option{--delay-directory-restore}.
4596 Use this option if you have used @option{--delay-directory-restore} in
4597 @env{TAR_OPTIONS} variable (@pxref{TAR_OPTIONS}) and wish to
4598 temporarily disable it.
4599 @end table
4600
4601 @node Writing to Standard Output
4602 @unnumberedsubsubsec Writing to Standard Output
4603
4604 @cindex Writing extracted files to standard output
4605 @cindex Standard output, writing extracted files to
4606 To write the extracted files to the standard output, instead of
4607 creating the files on the file system, use @option{--to-stdout} (@option{-O}) in
4608 conjunction with @option{--extract} (@option{--get}, @option{-x}). This option is useful if you are
4609 extracting files to send them through a pipe, and do not need to
4610 preserve them in the file system. If you extract multiple members,
4611 they appear on standard output concatenated, in the order they are
4612 found in the archive.
4613
4614 @table @option
4615 @opindex to-stdout
4616 @item --to-stdout
4617 @itemx -O
4618 Writes files to the standard output. Use only in conjunction with
4619 @option{--extract} (@option{--get}, @option{-x}). When this option is
4620 used, instead of creating the files specified, @command{tar} writes
4621 the contents of the files extracted to its standard output. This may
4622 be useful if you are only extracting the files in order to send them
4623 through a pipe. This option is meaningless with @option{--list}
4624 (@option{-t}).
4625 @end table
4626
4627 This can be useful, for example, if you have a tar archive containing
4628 a big file and don't want to store the file on disk before processing
4629 it. You can use a command like this:
4630
4631 @smallexample
4632 tar -xOzf foo.tgz bigfile | process
4633 @end smallexample
4634
4635 or even like this if you want to process the concatenation of the files:
4636
4637 @smallexample
4638 tar -xOzf foo.tgz bigfile1 bigfile2 | process
4639 @end smallexample
4640
4641 Hovewer, @option{--to-command} may be more convenient for use with
4642 multiple files. See the next section.
4643
4644 @node Writing to an External Program
4645 @unnumberedsubsubsec Writing to an External Program
4646
4647 You can instruct @command{tar} to send the contents of each extracted
4648 file to the standard input of an external program:
4649
4650 @table @option
4651 @opindex to-command
4652 @item --to-command=@var{command}
4653 Extract files and pipe their contents to the standard input of
4654 @var{command}. When this option is used, instead of creating the
4655 files specified, @command{tar} invokes @var{command} and pipes the
4656 contents of the files to its standard output. @var{Command} may
4657 contain command line arguments. The program is executed via
4658 @code{sh -c}. Notice, that @var{command} is executed once for each regular file
4659 extracted. Non-regular files (directories, etc.) are ignored when this
4660 option is used.
4661 @end table
4662
4663 The command can obtain the information about the file it processes
4664 from the following environment variables:
4665
4666 @table @var
4667 @vrindex TAR_FILETYPE, to-command environment
4668 @item TAR_FILETYPE
4669 Type of the file. It is a single letter with the following meaning:
4670
4671 @multitable @columnfractions 0.10 0.90
4672 @item f @tab Regular file
4673 @item d @tab Directory
4674 @item l @tab Symbolic link
4675 @item h @tab Hard link
4676 @item b @tab Block device
4677 @item c @tab Character device
4678 @end multitable
4679
4680 Currently only regular files are supported.
4681
4682 @vrindex TAR_MODE, to-command environment
4683 @item TAR_MODE
4684 File mode, an octal number.
4685
4686 @vrindex TAR_FILENAME, to-command environment
4687 @item TAR_FILENAME
4688 The name of the file.
4689
4690 @vrindex TAR_REALNAME, to-command environment
4691 @item TAR_REALNAME
4692 Name of the file as stored in the archive.
4693
4694 @vrindex TAR_UNAME, to-command environment
4695 @item TAR_UNAME
4696 Name of the file owner.
4697
4698 @vrindex TAR_GNAME, to-command environment
4699 @item TAR_GNAME
4700 Name of the file owner group.
4701
4702 @vrindex TAR_ATIME, to-command environment
4703 @item TAR_ATIME
4704 Time of last access. It is a decimal number, representing seconds
4705 since the epoch. If the archive provides times with nanosecond
4706 precision, the nanoseconds are appended to the timestamp after a
4707 decimal point.
4708
4709 @vrindex TAR_MTIME, to-command environment
4710 @item TAR_MTIME
4711 Time of last modification.
4712
4713 @vrindex TAR_CTIME, to-command environment
4714 @item TAR_CTIME
4715 Time of last status change.
4716
4717 @vrindex TAR_SIZE, to-command environment
4718 @item TAR_SIZE
4719 Size of the file.
4720
4721 @vrindex TAR_UID, to-command environment
4722 @item TAR_UID
4723 UID of the file owner.
4724
4725 @vrindex TAR_GID, to-command environment
4726 @item TAR_GID
4727 GID of the file owner.
4728 @end table
4729
4730 In addition to these variables, @env{TAR_VERSION} contains the
4731 @GNUTAR{} version number.
4732
4733 If @var{command} exits with a non-0 status, @command{tar} will print
4734 an error message similar to the following:
4735
4736 @smallexample
4737 tar: 2345: Child returned status 1
4738 @end smallexample
4739
4740 Here, @samp{2345} is the PID of the finished process.
4741
4742 If this behavior is not wanted, use @option{--ignore-command-error}:
4743
4744 @table @option
4745 @opindex ignore-command-error
4746 @item --ignore-command-error
4747 Ignore exit codes of subprocesses. Notice that if the program
4748 exits on signal or otherwise terminates abnormally, the error message
4749 will be printed even if this option is used.
4750
4751 @opindex no-ignore-command-error
4752 @item --no-ignore-command-error
4753 Cancel the effect of any previous @option{--ignore-command-error}
4754 option. This option is useful if you have set
4755 @option{--ignore-command-error} in @env{TAR_OPTIONS}
4756 (@pxref{TAR_OPTIONS}) and wish to temporarily cancel it.
4757 @end table
4758
4759 @node remove files
4760 @unnumberedsubsubsec Removing Files
4761
4762 @FIXME{the various macros in the front of the manual think that this
4763 option goes in this section. i have no idea; i only know it's nowhere
4764 else in the book...}
4765
4766 @table @option
4767 @opindex remove-files
4768 @item --remove-files
4769 Remove files after adding them to the archive.
4770 @end table
4771
4772 @node Scarce
4773 @subsection Coping with Scarce Resources
4774 @UNREVISED
4775
4776 @cindex Small memory
4777 @cindex Running out of space
4778
4779 @menu
4780 * Starting File::
4781 * Same Order::
4782 @end menu
4783
4784 @node Starting File
4785 @unnumberedsubsubsec Starting File
4786
4787 @table @option
4788 @opindex starting-file
4789 @item --starting-file=@var{name}
4790 @itemx -K @var{name}
4791 Starts an operation in the middle of an archive. Use in conjunction
4792 with @option{--extract} (@option{--get}, @option{-x}) or @option{--list} (@option{-t}).
4793 @end table
4794
4795 @cindex Middle of the archive, starting in the
4796 If a previous attempt to extract files failed due to lack of disk
4797 space, you can use @option{--starting-file=@var{name}} (@option{-K
4798 @var{name}}) to start extracting only after member @var{name} of the
4799 archive. This assumes, of course, that there is now free space, or
4800 that you are now extracting into a different file system. (You could
4801 also choose to suspend @command{tar}, remove unnecessary files from
4802 the file system, and then restart the same @command{tar} operation.
4803 In this case, @option{--starting-file} is not necessary.
4804 @xref{Incremental Dumps}, @xref{interactive}, and @ref{exclude}.)
4805
4806 @node Same Order
4807 @unnumberedsubsubsec Same Order
4808
4809 @table @option
4810 @cindex Large lists of file names on small machines
4811 @opindex same-order
4812 @opindex preserve-order
4813 @item --same-order
4814 @itemx --preserve-order
4815 @itemx -s
4816 To process large lists of file names on machines with small amounts of
4817 memory. Use in conjunction with @option{--compare} (@option{--diff},
4818 @option{-d}), @option{--list} (@option{-t}) or @option{--extract}
4819 (@option{--get}, @option{-x}).
4820 @end table
4821
4822 The @option{--same-order} (@option{--preserve-order}, @option{-s}) option tells @command{tar} that the list of file
4823 names to be listed or extracted is sorted in the same order as the
4824 files in the archive. This allows a large list of names to be used,
4825 even on a small machine that would not otherwise be able to hold all
4826 the names in memory at the same time. Such a sorted list can easily be
4827 created by running @samp{tar -t} on the archive and editing its output.
4828
4829 This option is probably never needed on modern computer systems.
4830
4831 @node backup
4832 @section Backup options
4833
4834 @cindex backup options
4835
4836 @GNUTAR{} offers options for making backups of files
4837 before writing new versions. These options control the details of
4838 these backups. They may apply to the archive itself before it is
4839 created or rewritten, as well as individual extracted members. Other
4840 @acronym{GNU} programs (@command{cp}, @command{install}, @command{ln},
4841 and @command{mv}, for example) offer similar options.
4842
4843 Backup options may prove unexpectedly useful when extracting archives
4844 containing many members having identical name, or when extracting archives
4845 on systems having file name limitations, making different members appear
4846 has having similar names through the side-effect of name truncation.
4847 (This is true only if we have a good scheme for truncated backup names,
4848 which I'm not sure at all: I suspect work is needed in this area.)
4849 When any existing file is backed up before being overwritten by extraction,
4850 then clashing files are automatically be renamed to be unique, and the
4851 true name is kept for only the last file of a series of clashing files.
4852 By using verbose mode, users may track exactly what happens.
4853
4854 At the detail level, some decisions are still experimental, and may
4855 change in the future, we are waiting comments from our users. So, please
4856 do not learn to depend blindly on the details of the backup features.
4857 For example, currently, directories themselves are never renamed through
4858 using these options, so, extracting a file over a directory still has
4859 good chances to fail. Also, backup options apply to created archives,
4860 not only to extracted members. For created archives, backups will not
4861 be attempted when the archive is a block or character device, or when it
4862 refers to a remote file.
4863
4864 For the sake of simplicity and efficiency, backups are made by renaming old
4865 files prior to creation or extraction, and not by copying. The original
4866 name is restored if the file creation fails. If a failure occurs after a
4867 partial extraction of a file, both the backup and the partially extracted
4868 file are kept.
4869
4870 @table @samp
4871 @item --backup[=@var{method}]
4872 @opindex backup
4873 @vindex VERSION_CONTROL
4874 @cindex backups
4875 Back up files that are about to be overwritten or removed.
4876 Without this option, the original versions are destroyed.
4877
4878 Use @var{method} to determine the type of backups made.
4879 If @var{method} is not specified, use the value of the @env{VERSION_CONTROL}
4880 environment variable. And if @env{VERSION_CONTROL} is not set,
4881 use the @samp{existing} method.
4882
4883 @vindex version-control @r{Emacs variable}
4884 This option corresponds to the Emacs variable @samp{version-control};
4885 the same values for @var{method} are accepted as in Emacs. This option
4886 also allows more descriptive names. The valid @var{method}s are:
4887
4888 @table @samp
4889 @item t
4890 @itemx numbered
4891 @cindex numbered @r{backup method}
4892 Always make numbered backups.
4893
4894 @item nil
4895 @itemx existing
4896 @cindex existing @r{backup method}
4897 Make numbered backups of files that already have them, simple backups
4898 of the others.
4899
4900 @item never
4901 @itemx simple
4902 @cindex simple @r{backup method}
4903 Always make simple backups.
4904
4905 @end table
4906
4907 @item --suffix=@var{suffix}
4908 @opindex suffix
4909 @cindex backup suffix
4910 @vindex SIMPLE_BACKUP_SUFFIX
4911 Append @var{suffix} to each backup file made with @option{--backup}. If this
4912 option is not specified, the value of the @env{SIMPLE_BACKUP_SUFFIX}
4913 environment variable is used. And if @env{SIMPLE_BACKUP_SUFFIX} is not
4914 set, the default is @samp{~}, just as in Emacs.
4915
4916 @end table
4917
4918 Some people express the desire to @emph{always} use the @option{--backup}
4919 option, by defining some kind of alias or script. This is not as easy
4920 as one may think, due to the fact that old style options should appear first
4921 and consume arguments a bit unpredictably for an alias or script. But,
4922 if you are ready to give up using old style options, you may resort to
4923 using something like (a Bourne shell function here):
4924
4925 @smallexample
4926 tar () @{ /usr/local/bin/tar --backup $*; @}
4927 @end smallexample
4928
4929 @node Applications
4930 @section Notable @command{tar} Usages
4931 @UNREVISED
4932
4933 @FIXME{Using Unix file linking capability to recreate directory
4934 structures---linking files into one subdirectory and then
4935 @command{tar}ring that directory.}
4936
4937 @FIXME{Nice hairy example using absolute-names, newer, etc.}
4938
4939 @findex uuencode
4940 You can easily use archive files to transport a group of files from
4941 one system to another: put all relevant files into an archive on one
4942 computer system, transfer the archive to another system, and extract
4943 the contents there. The basic transfer medium might be magnetic tape,
4944 Internet FTP, or even electronic mail (though you must encode the
4945 archive with @command{uuencode} in order to transport it properly by
4946 mail). Both machines do not have to use the same operating system, as
4947 long as they both support the @command{tar} program.
4948
4949 For example, here is how you might copy a directory's contents from
4950 one disk to another, while preserving the dates, modes, owners and
4951 link-structure of all the files therein. In this case, the transfer
4952 medium is a @dfn{pipe}, which is one a Unix redirection mechanism:
4953
4954 @smallexample
4955 $ @kbd{cd sourcedir; tar -cf - . | (cd targetdir; tar -xf -)}
4956 @end smallexample
4957
4958 @noindent
4959 The command also works using short option forms:
4960
4961 @smallexample
4962 $ @w{@kbd{cd sourcedir; tar --create --file=- . | (cd targetdir; tar --extract --file=-)}}
4963 @end smallexample
4964
4965 @noindent
4966 This is one of the easiest methods to transfer a @command{tar} archive.
4967
4968 @node looking ahead
4969 @section Looking Ahead: The Rest of this Manual
4970
4971 You have now seen how to use all eight of the operations available to
4972 @command{tar}, and a number of the possible options. The next chapter
4973 explains how to choose and change file and archive names, how to use
4974 files to store names of other files which you can then call as
4975 arguments to @command{tar} (this can help you save time if you expect to
4976 archive the same list of files a number of times), and so forth.
4977 @FIXME{in case it's not obvious, i'm making this up in some sense
4978 based on my limited memory of what the next chapter *really* does. i
4979 just wanted to flesh out this final section a little bit so i'd
4980 remember to stick it in here. :-)}
4981
4982 If there are too many files to conveniently list on the command line,
4983 you can list the names in a file, and @command{tar} will read that file.
4984 @xref{files}.
4985
4986 There are various ways of causing @command{tar} to skip over some files,
4987 and not archive them. @xref{Choosing}.
4988
4989 @node Backups
4990 @chapter Performing Backups and Restoring Files
4991 @UNREVISED
4992
4993 @GNUTAR{} is distributed along with the scripts
4994 which the Free Software Foundation uses for performing backups. There
4995 is no corresponding scripts available yet for doing restoration of
4996 files. Even if there is a good chance those scripts may be satisfying
4997 to you, they are not the only scripts or methods available for doing
4998 backups and restore. You may well create your own, or use more
4999 sophisticated packages dedicated to that purpose.
5000
5001 Some users are enthusiastic about @code{Amanda} (The Advanced Maryland
5002 Automatic Network Disk Archiver), a backup system developed by James
5003 da Silva @file{jds@@cs.umd.edu} and available on many Unix systems.
5004 This is free software, and it is available at these places:
5005
5006 @smallexample
5007 http://www.cs.umd.edu/projects/amanda/amanda.html
5008 ftp://ftp.cs.umd.edu/pub/amanda
5009 @end smallexample
5010
5011 @FIXME{
5012
5013 Here is a possible plan for a future documentation about the backuping
5014 scripts which are provided within the @GNUTAR{}
5015 distribution.
5016
5017 @itemize @bullet
5018 @item dumps
5019 @itemize @minus
5020 @item what are dumps
5021 @item different levels of dumps
5022 @itemize +
5023 @item full dump = dump everything
5024 @item level 1, level 2 dumps etc
5025 A level @var{n} dump dumps everything changed since the last level
5026 @var{n}-1 dump (?)
5027 @end itemize
5028 @item how to use scripts for dumps (ie, the concept)
5029 @itemize +
5030 @item scripts to run after editing backup specs (details)
5031 @end itemize
5032 @item Backup Specs, what is it.
5033 @itemize +
5034 @item how to customize
5035 @item actual text of script [/sp/dump/backup-specs]
5036 @end itemize
5037 @item Problems
5038 @itemize +
5039 @item rsh doesn't work
5040 @item rtape isn't installed
5041 @item (others?)
5042 @end itemize
5043 @item the @option{--incremental} option of tar
5044 @item tapes
5045 @itemize +
5046 @item write protection
5047 @item types of media, different sizes and types, useful for different things
5048 @item files and tape marks
5049 one tape mark between files, two at end.
5050 @item positioning the tape
5051 MT writes two at end of write,
5052 backspaces over one when writing again.
5053 @end itemize
5054 @end itemize
5055 @end itemize
5056 }
5057
5058 This chapter documents both the provided shell scripts and @command{tar}
5059 options which are more specific to usage as a backup tool.
5060
5061 To @dfn{back up} a file system means to create archives that contain
5062 all the files in that file system. Those archives can then be used to
5063 restore any or all of those files (for instance if a disk crashes or a
5064 file is accidentally deleted). File system @dfn{backups} are also
5065 called @dfn{dumps}.
5066
5067 @menu
5068 * Full Dumps:: Using @command{tar} to Perform Full Dumps
5069 * Incremental Dumps:: Using @command{tar} to Perform Incremental Dumps
5070 * Backup Levels:: Levels of Backups
5071 * Backup Parameters:: Setting Parameters for Backups and Restoration
5072 * Scripted Backups:: Using the Backup Scripts
5073 * Scripted Restoration:: Using the Restore Script
5074 @end menu
5075
5076 @node Full Dumps
5077 @section Using @command{tar} to Perform Full Dumps
5078 @UNREVISED
5079
5080 @cindex full dumps
5081 @cindex dumps, full
5082
5083 @cindex corrupted archives
5084 Full dumps should only be made when no other people or programs
5085 are modifying files in the file system. If files are modified while
5086 @command{tar} is making the backup, they may not be stored properly in
5087 the archive, in which case you won't be able to restore them if you
5088 have to. (Files not being modified are written with no trouble, and do
5089 not corrupt the entire archive.)
5090
5091 You will want to use the @option{--label=@var{archive-label}}
5092 (@option{-V @var{archive-label}}) option to give the archive a
5093 volume label, so you can tell what this archive is even if the label
5094 falls off the tape, or anything like that.
5095
5096 Unless the file system you are dumping is guaranteed to fit on
5097 one volume, you will need to use the @option{--multi-volume} (@option{-M}) option.
5098 Make sure you have enough tapes on hand to complete the backup.
5099
5100 If you want to dump each file system separately you will need to use
5101 the @option{--one-file-system} (@option{-l}) option to prevent
5102 @command{tar} from crossing file system boundaries when storing
5103 (sub)directories.
5104
5105 The @option{--incremental} (@option{-G}) (@pxref{Incremental Dumps})
5106 option is not needed, since this is a complete copy of everything in
5107 the file system, and a full restore from this backup would only be
5108 done onto a completely
5109 empty disk.
5110
5111 Unless you are in a hurry, and trust the @command{tar} program (and your
5112 tapes), it is a good idea to use the @option{--verify} (@option{-W})
5113 option, to make sure your files really made it onto the dump properly.
5114 This will also detect cases where the file was modified while (or just
5115 after) it was being archived. Not all media (notably cartridge tapes)
5116 are capable of being verified, unfortunately.
5117
5118 @node Incremental Dumps
5119 @section Using @command{tar} to Perform Incremental Dumps
5120
5121 @dfn{Incremental backup} is a special form of @GNUTAR{} archive that
5122 stores additional metadata so that exact state of the file system
5123 can be restored when extracting the archive.
5124
5125 @GNUTAR{} currently offers two options for handling incremental
5126 backups: @option{--listed-incremental=@var{snapshot-file}} (@option{-g
5127 @var{snapshot-file}}) and @option{--incremental} (@option{-G}).
5128
5129 @opindex listed-incremental
5130 The option @option{--listed-incremental} instructs tar to operate on
5131 an incremental archive with additional metadata stored in a standalone
5132 file, called a @dfn{snapshot file}. The purpose of this file is to help
5133 determine which files have been changed, added or deleted since the
5134 last backup, so that the next incremental backup will contain only
5135 modified files. The name of the snapshot file is given as an argument
5136 to the option:
5137
5138 @table @option
5139 @item --listed-incremental=@var{file}
5140 @itemx -g @var{file}
5141 Handle incremental backups with snapshot data in @var{file}.
5142 @end table
5143
5144 To create an incremental backup, you would use
5145 @option{--listed-incremental} together with @option{--create}
5146 (@pxref{create}). For example:
5147
5148 @smallexample
5149 $ @kbd{tar --create \
5150 --file=archive.1.tar \
5151 --listed-incremental=/var/log/usr.snar \
5152 /usr}
5153 @end smallexample
5154
5155 This will create in @file{archive.1.tar} an incremental backup of
5156 the @file{/usr} file system, storing additional metadata in the file
5157 @file{/var/log/usr.snar}. If this file does not exist, it will be
5158 created. The created archive will then be a @dfn{level 0 backup};
5159 please see the next section for more on backup levels.
5160
5161 Otherwise, if the file @file{/var/log/usr.snar} exists, it
5162 determines which files are modified. In this case only these files will be
5163 stored in the archive. Suppose, for example, that after running the
5164 above command, you delete file @file{/usr/doc/old} and create
5165 directory @file{/usr/local/db} with the following contents:
5166
5167 @smallexample
5168 $ @kbd{ls /usr/local/db}
5169 /usr/local/db/data
5170 /usr/local/db/index
5171 @end smallexample
5172
5173 Some time later you create another incremental backup. You will
5174 then see:
5175
5176 @smallexample
5177 $ @kbd{tar --create \
5178 --file=archive.2.tar \
5179 --listed-incremental=/var/log/usr.snar \
5180 /usr}
5181 tar: usr/local/db: Directory is new
5182 usr/local/db/
5183 usr/local/db/data
5184 usr/local/db/index
5185 @end smallexample
5186
5187 @noindent
5188 The created archive @file{archive.2.tar} will contain only these
5189 three members. This archive is called a @dfn{level 1 backup}. Notice
5190 that @file{/var/log/usr.snar} will be updated with the new data, so if
5191 you plan to create more @samp{level 1} backups, it is necessary to
5192 create a working copy of the snapshot file before running
5193 @command{tar}. The above example will then be modified as follows:
5194
5195 @smallexample
5196 $ @kbd{cp /var/log/usr.snar /var/log/usr.snar-1}
5197 $ @kbd{tar --create \
5198 --file=archive.2.tar \
5199 --listed-incremental=/var/log/usr.snar-1 \
5200 /usr}
5201 @end smallexample
5202
5203 Incremental dumps depend crucially on time stamps, so the results are
5204 unreliable if you modify a file's time stamps during dumping (e.g.,
5205 with the @option{--atime-preserve=replace} option), or if you set the clock
5206 backwards.
5207
5208 Metadata stored in snapshot files include device numbers, which,
5209 obviously is supposed to be a non-volatile value. However, it turns
5210 out that NFS devices have undependable values when an automounter
5211 gets in the picture. This can lead to a great deal of spurious
5212 redumping in incremental dumps, so it is somewhat useless to compare
5213 two NFS devices numbers over time. The solution implemented currently
5214 is to considers all NFS devices as being equal when it comes to
5215 comparing directories; this is fairly gross, but there does not seem
5216 to be a better way to go.
5217
5218 Note that incremental archives use @command{tar} extensions and may
5219 not be readable by non-@acronym{GNU} versions of the @command{tar} program.
5220
5221 @opindex listed-incremental, using with @option{--extract}
5222 @opindex extract, using with @option{--listed-incremental}
5223 To extract from the incremental dumps, use
5224 @option{--listed-incremental} together with @option{--extract}
5225 option (@pxref{extracting files}). In this case, @command{tar} does
5226 not need to access snapshot file, since all the data necessary for
5227 extraction are stored in the archive itself. So, when extracting, you
5228 can give whatever argument to @option{--listed-incremental}, the usual
5229 practice is to use @option{--listed-incremental=/dev/null}.
5230 Alternatively, you can use @option{--incremental}, which needs no
5231 arguments. In general, @option{--incremental} (@option{-G}) can be
5232 used as a shortcut for @option{--listed-incremental} when listing or
5233 extracting incremental backups (for more information, regarding this
5234 option, @pxref{incremental-op}).
5235
5236 When extracting from the incremental backup @GNUTAR{} attempts to
5237 restore the exact state the file system had when the archive was
5238 created. In particular, it will @emph{delete} those files in the file
5239 system that did not exist in their directories when the archive was
5240 created. If you have created several levels of incremental files,
5241 then in order to restore the exact contents the file system had when
5242 the last level was created, you will need to restore from all backups
5243 in turn. Continuing our example, to restore the state of @file{/usr}
5244 file system, one would do@footnote{Notice, that since both archives
5245 were created withouth @option{-P} option (@pxref{absolute}), these
5246 commands should be run from the root file system.}:
5247
5248 @smallexample
5249 $ @kbd{tar --extract \
5250 --listed-incremental=/dev/null \
5251 --file archive.1.tar}
5252 $ @kbd{tar --extract \
5253 --listed-incremental=/dev/null \
5254 --file archive.2.tar}
5255 @end smallexample
5256
5257 To list the contents of an incremental archive, use @option{--list}
5258 (@pxref{list}), as usual. To obtain more information about the
5259 archive, use @option{--listed-incremental} or @option{--incremental}
5260 combined with two @option{--verbose} options@footnote{Two
5261 @option{--verbose} options were selected to avoid breaking usual
5262 verbose listing output (@option{--list --verbose}) when using in
5263 scripts.
5264
5265 @opindex incremental, using with @option{--list}
5266 @opindex listed-incremental, using with @option{--list}
5267 @opindex list, using with @option{--incremental}
5268 @opindex list, using with @option{--listed-incremental}
5269 Versions of @GNUTAR{} up to 1.15.1 used to dump verbatim binary
5270 contents of the DUMPDIR header (with terminating nulls) when
5271 @option{--incremental} or @option{--listed-incremental} option was
5272 given, no matter what the verbosity level. This behavior, and,
5273 especially, the binary output it produced were considered incovenient
5274 and were changed in version 1.16}:
5275
5276 @smallexample
5277 @kbd{tar --list --incremental --verbose --verbose archive.tar}
5278 @end smallexample
5279
5280 This command will print, for each directory in the archive, the list
5281 of files in that directory at the time the archive was created. This
5282 information is put out in a format which is both human-readable and
5283 unambiguous for a program: each file name is printed as
5284
5285 @smallexample
5286 @var{x} @var{file}
5287 @end smallexample
5288
5289 @noindent
5290 where @var{x} is a letter describing the status of the file: @samp{Y}
5291 if the file is present in the archive, @samp{N} if the file is not
5292 included in the archive, or a @samp{D} if the file is a directory (and
5293 is included in the archive).@FIXME-xref{dumpdir format}. Each such
5294 line is terminated by a newline character. The last line is followed
5295 by an additional newline to indicate the end of the data.
5296
5297 @anchor{incremental-op}The option @option{--incremental} (@option{-G})
5298 gives the same behavior as @option{--listed-incremental} when used
5299 with @option{--list} and @option{--extract} options. When used with
5300 @option{--create} option, it creates an incremental archive without
5301 creating snapshot file. Thus, it is impossible to create several
5302 levels of incremental backups with @option{--incremental} option.
5303
5304 @node Backup Levels
5305 @section Levels of Backups
5306
5307 An archive containing all the files in the file system is called a
5308 @dfn{full backup} or @dfn{full dump}. You could insure your data by
5309 creating a full dump every day. This strategy, however, would waste a
5310 substantial amount of archive media and user time, as unchanged files
5311 are daily re-archived.
5312
5313 It is more efficient to do a full dump only occasionally. To back up
5314 files between full dumps, you can use @dfn{incremental dumps}. A @dfn{level
5315 one} dump archives all the files that have changed since the last full
5316 dump.
5317
5318 A typical dump strategy would be to perform a full dump once a week,
5319 and a level one dump once a day. This means some versions of files
5320 will in fact be archived more than once, but this dump strategy makes
5321 it possible to restore a file system to within one day of accuracy by
5322 only extracting two archives---the last weekly (full) dump and the
5323 last daily (level one) dump. The only information lost would be in
5324 files changed or created since the last daily backup. (Doing dumps
5325 more than once a day is usually not worth the trouble).
5326
5327 @GNUTAR{} comes with scripts you can use to do full
5328 and level-one (actually, even level-two and so on) dumps. Using
5329 scripts (shell programs) to perform backups and restoration is a
5330 convenient and reliable alternative to typing out file name lists
5331 and @command{tar} commands by hand.
5332
5333 Before you use these scripts, you need to edit the file
5334 @file{backup-specs}, which specifies parameters used by the backup
5335 scripts and by the restore script. This file is usually located
5336 in @file{/etc/backup} directory. @xref{Backup Parameters}, for its
5337 detailed description. Once the backup parameters are set, you can
5338 perform backups or restoration by running the appropriate script.
5339
5340 The name of the backup script is @code{backup}. The name of the
5341 restore script is @code{restore}. The following sections describe
5342 their use in detail.
5343
5344 @emph{Please Note:} The backup and restoration scripts are
5345 designed to be used together. While it is possible to restore files by
5346 hand from an archive which was created using a backup script, and to create
5347 an archive by hand which could then be extracted using the restore script,
5348 it is easier to use the scripts. @xref{Incremental Dumps}, before
5349 making such an attempt.
5350
5351 @node Backup Parameters
5352 @section Setting Parameters for Backups and Restoration
5353
5354 The file @file{backup-specs} specifies backup parameters for the
5355 backup and restoration scripts provided with @command{tar}. You must
5356 edit @file{backup-specs} to fit your system configuration and schedule
5357 before using these scripts.
5358
5359 Syntactically, @file{backup-specs} is a shell script, containing
5360 mainly variable assignments. However, any valid shell construct
5361 is allowed in this file. Particularly, you may wish to define
5362 functions within that script (e.g., see @code{RESTORE_BEGIN} below).
5363 For more information about shell script syntax, please refer to
5364 @url{http://www.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html#ta
5365 g_02, the definition of the Shell Command Language}. See also
5366 @ref{Top,,Bash Features,bashref,Bash Reference Manual}.
5367
5368 The shell variables controlling behavior of @code{backup} and
5369 @code{restore} are described in the following subsections.
5370
5371 @menu
5372 * General-Purpose Variables::
5373 * Magnetic Tape Control::
5374 * User Hooks::
5375 * backup-specs example:: An Example Text of @file{Backup-specs}
5376 @end menu
5377
5378 @node General-Purpose Variables
5379 @subsection General-Purpose Variables
5380
5381 @defvr {Backup variable} ADMINISTRATOR
5382 The user name of the backup administrator. @code{Backup} scripts
5383 sends a backup report to this address.
5384 @end defvr
5385
5386 @defvr {Backup variable} BACKUP_HOUR
5387 The hour at which the backups are done. This can be a number from 0
5388 to 23, or the time specification in form @var{hours}:@var{minutes},
5389 or the string @samp{now}.
5390
5391 This variable is used by @code{backup}. Its value may be overridden
5392 using @option{--time} option (@pxref{Scripted Backups}).
5393 @end defvr
5394
5395 @defvr {Backup variable} TAPE_FILE
5396
5397 The device @command{tar} writes the archive to. If @var{TAPE_FILE}
5398 is a remote archive (@pxref{remote-dev}), backup script will suppose
5399 that your @command{mt} is able to access remote devices. If @var{RSH}
5400 (@pxref{RSH}) is set, @option{--rsh-command} option will be added to
5401 invocations of @command{mt}.
5402 @end defvr
5403
5404 @defvr {Backup variable} BLOCKING
5405
5406 The blocking factor @command{tar} will use when writing the dump archive.
5407 @xref{Blocking Factor}.
5408 @end defvr
5409
5410 @defvr {Backup variable} BACKUP_DIRS
5411
5412 A list of file systems to be dumped (for @code{backup}), or restored
5413 (for @code{restore}). You can include any directory
5414 name in the list --- subdirectories on that file system will be
5415 included, regardless of how they may look to other networked machines.
5416 Subdirectories on other file systems will be ignored.
5417
5418 The host name specifies which host to run @command{tar} on, and should
5419 normally be the host that actually contains the file system. However,
5420 the host machine must have @GNUTAR{} installed, and
5421 must be able to access the directory containing the backup scripts and
5422 their support files using the same file name that is used on the
5423 machine where the scripts are run (ie. what @command{pwd} will print
5424 when in that directory on that machine). If the host that contains
5425 the file system does not have this capability, you can specify another
5426 host as long as it can access the file system through NFS.
5427
5428 If the list of file systems is very long you may wish to put it
5429 in a separate file. This file is usually named
5430 @file{/etc/backup/dirs}, but this name may be overridden in
5431 @file{backup-specs} using @code{DIRLIST} variable.
5432 @end defvr
5433
5434 @defvr {Backup variable} DIRLIST
5435
5436 A path to the file containing the list of the file systems to backup
5437 or restore. By default it is @file{/etc/backup/dirs}.
5438 @end defvr
5439
5440 @defvr {Backup variable} BACKUP_FILES
5441
5442 A list of individual files to be dumped (for @code{backup}), or restored
5443 (for @code{restore}). These should be accessible from the machine on
5444 which the backup script is run.
5445
5446 If the list of file systems is very long you may wish to store it
5447 in a separate file. This file is usually named
5448 @file{/etc/backup/files}, but this name may be overridden in
5449 @file{backup-specs} using @code{FILELIST} variable.
5450 @end defvr
5451
5452 @defvr {Backup variable} FILELIST
5453
5454 A path to the file containing the list of the individual files to backup
5455 or restore. By default it is @file{/etc/backup/files}.
5456 @end defvr
5457
5458 @defvr {Backup variable} MT
5459
5460 Full file name of @command{mt} binary.
5461 @end defvr
5462
5463 @defvr {Backup variable} RSH
5464 @anchor{RSH}
5465 Full file name of @command{rsh} binary or its equivalent. You may wish to
5466 set it to @code{ssh}, to improve security. In this case you will have
5467 to use public key authentication.
5468 @end defvr
5469
5470 @defvr {Backup variable} RSH_COMMAND
5471
5472 Full file name of @command{rsh} binary on remote mashines. This will
5473 be passed via @option{--rsh-command} option to the remote invocation
5474 of @GNUTAR{}.
5475 @end defvr
5476
5477 @defvr {Backup variable} VOLNO_FILE
5478
5479 Name of temporary file to hold volume numbers. This needs to be accessible
5480 by all the machines which have file systems to be dumped.
5481 @end defvr
5482
5483 @defvr {Backup variable} XLIST
5484
5485 Name of @dfn{exclude file list}. An @dfn{exclude file list} is a file
5486 located on the remote machine and containing the list of files to
5487 be excluded from the backup. Exclude file lists are searched in
5488 /etc/tar-backup directory. A common use for exclude file lists
5489 is to exclude files containing security-sensitive information
5490 (e.g., @file{/etc/shadow} from backups).
5491
5492 This variable affects only @code{backup}.
5493 @end defvr
5494
5495 @defvr {Backup variable} SLEEP_TIME
5496
5497 Time to sleep between dumps of any two successive file systems
5498
5499 This variable affects only @code{backup}.
5500 @end defvr
5501
5502 @defvr {Backup variable} DUMP_REMIND_SCRIPT
5503
5504 Script to be run when it's time to insert a new tape in for the next
5505 volume. Administrators may want to tailor this script for their site.
5506 If this variable isn't set, @GNUTAR{} will display its built-in prompt
5507 @FIXME-xref{describe it somewhere!}, and will expect confirmation from
5508 the console.
5509 @end defvr
5510
5511 @defvr {Backup variable} SLEEP_MESSAGE
5512
5513 Message to display on the terminal while waiting for dump time. Usually
5514 this will just be some literal text.
5515 @end defvr
5516
5517 @defvr {Backup variable} TAR
5518
5519 Full file name of the @GNUTAR{} executable. If this is not set, backup
5520 scripts will search @command{tar} in the current shell path.
5521 @end defvr
5522
5523 @node Magnetic Tape Control
5524 @subsection Magnetic Tape Control
5525
5526 Backup scripts access tape device using special @dfn{hook functions}.
5527 These functions take a single argument -- the name of the tape
5528 device. Their names are kept in the following variables:
5529
5530 @defvr {Backup variable} MT_BEGIN
5531 The name of @dfn{begin} function. This function is called before
5532 accessing the drive. By default it retensions the tape:
5533
5534 @smallexample
5535 MT_BEGIN=mt_begin
5536
5537 mt_begin() @{
5538 mt -f "$1" retension
5539 @}
5540 @end smallexample
5541 @end defvr
5542
5543 @defvr {Backup variable} MT_REWIND
5544 The name of @dfn{rewind} function. The default definition is as
5545 follows:
5546
5547 @smallexample
5548 MT_REWIND=mt_rewind
5549
5550 mt_rewind() @{
5551 mt -f "$1" rewind
5552 @}
5553 @end smallexample
5554
5555 @end defvr
5556
5557 @defvr {Backup variable} MT_OFFLINE
5558 The name of the function switching the tape off line. By default
5559 it is defined as follows:
5560
5561 @smallexample
5562 MT_OFFLINE=mt_offline
5563
5564 mt_offline() @{
5565 mt -f "$1" offl
5566 @}
5567 @end smallexample
5568 @end defvr
5569
5570 @defvr {Backup variable} MT_STATUS
5571 The name of the function used to obtain the status of the archive device,
5572 including error count. Default definition:
5573
5574 @smallexample
5575 MT_STATUS=mt_status
5576
5577 mt_status() @{
5578 mt -f "$1" status
5579 @}
5580 @end smallexample
5581 @end defvr
5582
5583 @node User Hooks
5584 @subsection User Hooks
5585
5586 @dfn{User hooks} are shell functions executed before and after
5587 each @command{tar} invocation. Thus, there are @dfn{backup
5588 hooks}, which are executed before and after dumping each file
5589 system, and @dfn{restore hooks}, executed before and
5590 after restoring a file system. Each user hook is a shell function
5591 taking four arguments:
5592
5593 @deffn {User Hook Function} hook @var{level} @var{host} @var{fs} @var{fsname}
5594 Its arguments are:
5595
5596 @table @var
5597 @item level
5598 Current backup or restore level.
5599
5600 @item host
5601 Name or IP address of the host machine being dumped or restored.
5602
5603 @item fs
5604 Full path name to the file system being dumped or restored.
5605
5606 @item fsname
5607 File system name with directory separators replaced with colons. This
5608 is useful, e.g., for creating unique files.
5609 @end table
5610 @end deffn
5611
5612 Following variables keep the names of user hook functions
5613
5614 @defvr {Backup variable} DUMP_BEGIN
5615 Dump begin function. It is executed before dumping the file system.
5616 @end defvr
5617
5618 @defvr {Backup variable} DUMP_END
5619 Executed after dumping the file system.
5620 @end defvr
5621
5622 @defvr {Backup variable} RESTORE_BEGIN
5623 Executed before restoring the file system.
5624 @end defvr
5625
5626 @defvr {Backup variable} RESTORE_END
5627 Executed after restoring the file system.
5628 @end defvr
5629
5630 @node backup-specs example
5631 @subsection An Example Text of @file{Backup-specs}
5632
5633 The following is an example of @file{backup-specs}:
5634
5635 @smallexample
5636 # site-specific parameters for file system backup.
5637
5638 ADMINISTRATOR=friedman
5639 BACKUP_HOUR=1
5640 TAPE_FILE=/dev/nrsmt0
5641
5642 # Use @code{ssh} instead of the less secure @code{rsh}
5643 RSH=/usr/bin/ssh
5644 RSH_COMMAND=/usr/bin/ssh
5645
5646 # Override MT_STATUS function:
5647 my_status() @{
5648 mts -t $TAPE_FILE
5649 @}
5650 MT_STATUS=my_status
5651
5652 # Disable MT_OFFLINE function
5653 MT_OFFLINE=:
5654
5655 BLOCKING=124
5656 BACKUP_DIRS="
5657 albert:/fs/fsf
5658 apple-gunkies:/gd
5659 albert:/fs/gd2
5660 albert:/fs/gp
5661 geech:/usr/jla
5662 churchy:/usr/roland
5663 albert:/
5664 albert:/usr
5665 apple-gunkies:/
5666 apple-gunkies:/usr
5667 gnu:/hack
5668 gnu:/u
5669 apple-gunkies:/com/mailer/gnu
5670 apple-gunkies:/com/archive/gnu"
5671
5672 BACKUP_FILES="/com/mailer/aliases /com/mailer/league*[a-z]"
5673
5674 @end smallexample
5675
5676 @node Scripted Backups
5677 @section Using the Backup Scripts
5678
5679 The syntax for running a backup script is:
5680
5681 @smallexample
5682 backup --level=@var{level} --time=@var{time}
5683 @end smallexample
5684
5685 The @option{level} option requests the dump level. Thus, to produce
5686 a full dump, specify @code{--level=0} (this is the default, so
5687 @option{--level} may be omitted if its value is @code{0}).
5688 @footnote{For backward compatibility, the @code{backup} will also
5689 try to deduce the requested dump level from the name of the
5690 script itself. If the name consists of a string @samp{level-}
5691 followed by a single decimal digit, that digit is taken as
5692 the dump level number. Thus, you may create a link from @code{backup}
5693 to @code{level-1} and then run @code{level-1} whenever you need to
5694 create a level one dump.}
5695
5696 The @option{--time} option determines when should the backup be
5697 run. @var{Time} may take three forms:
5698
5699 @table @asis
5700 @item @var{hh}:@var{mm}
5701
5702 The dump must be run at @var{hh} hours @var{mm} minutes.
5703
5704 @item @var{hh}
5705
5706 The dump must be run at @var{hh} hours
5707
5708 @item now
5709
5710 The dump must be run immediately.
5711 @end table
5712
5713 You should start a script with a tape or disk mounted. Once you
5714 start a script, it prompts you for new tapes or disks as it
5715 needs them. Media volumes don't have to correspond to archive
5716 files --- a multi-volume archive can be started in the middle of a
5717 tape that already contains the end of another multi-volume archive.
5718 The @code{restore} script prompts for media by its archive volume,
5719 so to avoid an error message you should keep track of which tape
5720 (or disk) contains which volume of the archive (@pxref{Scripted
5721 Restoration}).
5722
5723 The backup scripts write two files on the file system. The first is a
5724 record file in @file{/etc/tar-backup/}, which is used by the scripts
5725 to store and retrieve information about which files were dumped. This
5726 file is not meant to be read by humans, and should not be deleted by
5727 them. @xref{Snapshot Files}, for a more detailed explanation of this
5728 file.
5729
5730 The second file is a log file containing the names of the file systems
5731 and files dumped, what time the backup was made, and any error
5732 messages that were generated, as well as how much space was left in
5733 the media volume after the last volume of the archive was written.
5734 You should check this log file after every backup. The file name is
5735 @file{log-@var{mm-dd-yyyy}-level-@var{n}}, where @var{mm-dd-yyyy}
5736 represents current date, and @var{n} represents current dump level number.
5737
5738 The script also prints the name of each system being dumped to the
5739 standard output.
5740
5741 Following is the full list of options accepted by @code{backup}
5742 script:
5743
5744 @table @option
5745 @item -l @var{level}
5746 @itemx --level=@var{level}
5747 Do backup level @var{level} (default 0).
5748
5749 @item -f
5750 @itemx --force
5751 Force backup even if today's log file already exists.
5752
5753 @item -v[@var{level}]
5754 @itemx --verbose[=@var{level}]
5755 Set verbosity level. The higher the level is, the more debugging
5756 information will be output during execution. Devault @var{level}
5757 is 100, which means the highest debugging level.
5758
5759 @item -t @var{start-time}
5760 @itemx --time=@var{start-time}
5761 Wait till @var{time}, then do backup.
5762
5763 @item -h
5764 @itemx --help
5765 Display short help message and exit.
5766
5767 @item -V
5768 @itemx --version
5769 Display information about the program's name, version, origin and legal
5770 status, all on standard output, and then exit successfully.
5771 @end table
5772
5773
5774 @node Scripted Restoration
5775 @section Using the Restore Script
5776
5777 To restore files that were archived using a scripted backup, use the
5778 @code{restore} script. Its usage is quite straightforward. In the
5779 simplest form, invoke @code{restore --all}, it will
5780 then restore all the file systems and files specified in
5781 @file{backup-specs} (@pxref{General-Purpose Variables,BACKUP_DIRS}).
5782
5783 You may select the file systems (and/or files) to restore by
5784 giving @code{restore} list of @dfn{patterns} in its command
5785 line. For example, running
5786
5787 @smallexample
5788 restore 'albert:*'
5789 @end smallexample
5790
5791 @noindent
5792 will restore all file systems on the machine @samp{albert}. A more
5793 complicated example:
5794
5795 @smallexample
5796 restore 'albert:*' '*:/var'
5797 @end smallexample
5798
5799 @noindent
5800 This command will restore all file systems on the machine @samp{albert}
5801 as well as @file{/var} file system on all machines.
5802
5803 By default @code{restore} will start restoring files from the lowest
5804 available dump level (usually zero) and will continue through
5805 all available dump levels. There may be situations where such a
5806 thorough restore is not necessary. For example, you may wish to
5807 restore only files from the recent level one backup. To do so,
5808 use @option{--level} option, as shown in the example below:
5809
5810 @smallexample
5811 restore --level=1
5812 @end smallexample
5813
5814 The full list of options accepted by @code{restore} follows:
5815
5816 @table @option
5817 @item -a
5818 @itemx --all
5819 Restore all file systems and files specified in @file{backup-specs}
5820
5821 @item -l @var{level}
5822 @itemx --level=@var{level}
5823 Start restoring from the given backup level, instead of the default 0.
5824
5825 @item -v[@var{level}]
5826 @itemx --verbose[=@var{level}]
5827 Set verbosity level. The higher the level is, the more debugging
5828 information will be output during execution. Devault @var{level}
5829 is 100, which means the highest debugging level.
5830
5831 @item -h
5832 @itemx --help
5833 Display short help message and exit.
5834
5835 @item -V
5836 @itemx --version
5837 Display information about the program's name, version, origin and legal
5838 status, all on standard output, and then exit successfully.
5839 @end table
5840
5841 You should start the restore script with the media containing the
5842 first volume of the archive mounted. The script will prompt for other
5843 volumes as they are needed. If the archive is on tape, you don't need
5844 to rewind the tape to to its beginning---if the tape head is
5845 positioned past the beginning of the archive, the script will rewind
5846 the tape as needed. @FIXME-xref{Media, for a discussion of tape
5847 positioning.}
5848
5849 @quotation
5850 @strong{Warning:} The script will delete files from the active file
5851 system if they were not in the file system when the archive was made.
5852 @end quotation
5853
5854 @xref{Incremental Dumps}, for an explanation of how the script makes
5855 that determination.
5856
5857 @node Choosing
5858 @chapter Choosing Files and Names for @command{tar}
5859 @UNREVISED
5860
5861 @FIXME{Melissa (still) Doesn't Really Like This ``Intro'' Paragraph!!!}
5862
5863 Certain options to @command{tar} enable you to specify a name for your
5864 archive. Other options let you decide which files to include or exclude
5865 from the archive, based on when or whether files were modified, whether
5866 the file names do or don't match specified patterns, or whether files
5867 are in specified directories.
5868
5869 @menu
5870 * file:: Choosing the Archive's Name
5871 * Selecting Archive Members::
5872 * files:: Reading Names from a File
5873 * exclude:: Excluding Some Files
5874 * Wildcards::
5875 * after:: Operating Only on New Files
5876 * recurse:: Descending into Directories
5877 * one:: Crossing File System Boundaries
5878 @end menu
5879
5880 @node file
5881 @section Choosing and Naming Archive Files
5882 @UNREVISED
5883
5884 @FIXME{should the title of this section actually be, "naming an
5885 archive"?}
5886
5887 @cindex Naming an archive
5888 @cindex Archive Name
5889 @cindex Choosing an archive file
5890 @cindex Where is the archive?
5891 By default, @command{tar} uses an archive file name that was compiled when
5892 it was built on the system; usually this name refers to some physical
5893 tape drive on the machine. However, the person who installed @command{tar}
5894 on the system may not set the default to a meaningful value as far as
5895 most users are concerned. As a result, you will usually want to tell
5896 @command{tar} where to find (or create) the archive. The @option{--file=@var{archive-name}} (@option{-f @var{archive-name}})
5897 option allows you to either specify or name a file to use as the archive
5898 instead of the default archive file location.
5899
5900 @table @option
5901 @opindex file, short description
5902 @item --file=@var{archive-name}
5903 @itemx -f @var{archive-name}
5904 Name the archive to create or operate on. Use in conjunction with
5905 any operation.
5906 @end table
5907
5908 For example, in this @command{tar} command,
5909
5910 @smallexample
5911 $ @kbd{tar -cvf collection.tar blues folk jazz}
5912 @end smallexample
5913
5914 @noindent
5915 @file{collection.tar} is the name of the archive. It must directly
5916 follow the @option{-f} option, since whatever directly follows @option{-f}
5917 @emph{will} end up naming the archive. If you neglect to specify an
5918 archive name, you may end up overwriting a file in the working directory
5919 with the archive you create since @command{tar} will use this file's name
5920 for the archive name.
5921
5922 An archive can be saved as a file in the file system, sent through a
5923 pipe or over a network, or written to an I/O device such as a tape,
5924 floppy disk, or CD write drive.
5925
5926 @cindex Writing new archives
5927 @cindex Archive creation
5928 If you do not name the archive, @command{tar} uses the value of the
5929 environment variable @env{TAPE} as the file name for the archive. If
5930 that is not available, @command{tar} uses a default, compiled-in archive
5931 name, usually that for tape unit zero (ie. @file{/dev/tu00}).
5932 @command{tar} always needs an archive name.
5933
5934 If you use @file{-} as an @var{archive-name}, @command{tar} reads the
5935 archive from standard input (when listing or extracting files), or
5936 writes it to standard output (when creating an archive). If you use
5937 @file{-} as an @var{archive-name} when modifying an archive,
5938 @command{tar} reads the original archive from its standard input and
5939 writes the entire new archive to its standard output.
5940
5941 @FIXME{might want a different example here; this is already used in
5942 "notable tar usages".}
5943
5944 @smallexample
5945 $ @kbd{cd sourcedir; tar -cf - . | (cd targetdir; tar -xf -)}
5946 @end smallexample
5947
5948 @FIXME{help!}
5949
5950 @cindex Standard input and output
5951 @cindex tar to standard input and output
5952 @anchor{remote-dev}
5953 To specify an archive file on a device attached to a remote machine,
5954 use the following:
5955
5956 @smallexample
5957 @kbd{--file=@var{hostname}:/@var{dev}/@var{file name}}
5958 @end smallexample
5959
5960 @noindent
5961 @command{tar} will complete the remote connection, if possible, and
5962 prompt you for a username and password. If you use
5963 @option{--file=@@@var{hostname}:/@var{dev}/@var{file name}}, @command{tar}
5964 will complete the remote connection, if possible, using your username
5965 as the username on the remote machine.
5966
5967 @cindex Local and remote archives
5968 @anchor{local and remote archives}
5969 If the archive file name includes a colon (@samp{:}), then it is assumed
5970 to be a file on another machine. If the archive file is
5971 @samp{@var{user}@@@var{host}:@var{file}}, then @var{file} is used on the
5972 host @var{host}. The remote host is accessed using the @command{rsh}
5973 program, with a username of @var{user}. If the username is omitted
5974 (along with the @samp{@@} sign), then your user name will be used.
5975 (This is the normal @command{rsh} behavior.) It is necessary for the
5976 remote machine, in addition to permitting your @command{rsh} access, to
5977 have the @file{rmt} program installed (This command is included in
5978 the @GNUTAR{} distribution and by default is installed under
5979 @file{@var{prefix}/libexec/rmt}, were @var{prefix} means your
5980 installation prefix). If you need to use a file whose name includes a
5981 colon, then the remote tape drive behavior
5982 can be inhibited by using the @option{--force-local} option.
5983
5984 @FIXME{i know we went over this yesterday, but bob (and now i do again,
5985 too) thinks it's out of the middle of nowhere. it doesn't seem to tie
5986 into what came before it well enough <<i moved it now, is it better
5987 here?>>. bob also comments that if Amanda isn't free software, we
5988 shouldn't mention it..}
5989
5990 When the archive is being created to @file{/dev/null}, @GNUTAR{}
5991 tries to minimize input and output operations. The
5992 Amanda backup system, when used with @GNUTAR{}, has
5993 an initial sizing pass which uses this feature.
5994
5995 @node Selecting Archive Members
5996 @section Selecting Archive Members
5997 @cindex Specifying files to act on
5998 @cindex Specifying archive members
5999
6000 @dfn{File Name arguments} specify which files in the file system
6001 @command{tar} operates on, when creating or adding to an archive, or which
6002 archive members @command{tar} operates on, when reading or deleting from
6003 an archive. @xref{Operations}.
6004
6005 To specify file names, you can include them as the last arguments on
6006 the command line, as follows:
6007 @smallexample
6008 @kbd{tar} @var{operation} [@var{option1} @var{option2} @dots{}] [@var{file name-1} @var{file name-2} @dots{}]
6009 @end smallexample
6010
6011 If a file name begins with dash (@samp{-}), preceede it with
6012 @option{--add-file} option to preventit from being treated as an
6013 option.
6014
6015 If you specify a directory name as a file name argument, all the files
6016 in that directory are operated on by @command{tar}.
6017
6018 If you do not specify files when @command{tar} is invoked with
6019 @option{--create} (@option{-c}), @command{tar} operates on all the non-directory files in
6020 the working directory. If you specify either @option{--list} (@option{-t}) or
6021 @option{--extract} (@option{--get}, @option{-x}), @command{tar} operates on all the archive members in the
6022 archive. If you specify any operation other than one of these three,
6023 @command{tar} does nothing.
6024
6025 By default, @command{tar} takes file names from the command line. However,
6026 there are other ways to specify file or member names, or to modify the
6027 manner in which @command{tar} selects the files or members upon which to
6028 operate. @FIXME{add xref here}In general, these methods work both for
6029 specifying the names of files and archive members.
6030
6031 @node files
6032 @section Reading Names from a File
6033
6034 @cindex Reading file names from a file
6035 @cindex Lists of file names
6036 @cindex File Name arguments, alternatives
6037 Instead of giving the names of files or archive members on the command
6038 line, you can put the names into a file, and then use the
6039 @option{--files-from=@var{file-of-names}} (@option{-T @var{file-of-names}}) option to @command{tar}. Give the name of the file
6040 which contains the list of files to include as the argument to
6041 @option{--files-from}. In the list, the file names should be separated by
6042 newlines. You will frequently use this option when you have generated
6043 the list of files to archive with the @command{find} utility.
6044
6045 @table @option
6046 @opindex files-from
6047 @item --files-from=@var{file name}
6048 @itemx -T @var{file name}
6049 Get names to extract or create from file @var{file name}.
6050 @end table
6051
6052 If you give a single dash as a file name for @option{--files-from}, (i.e.,
6053 you specify either @code{--files-from=-} or @code{-T -}), then the file
6054 names are read from standard input.
6055
6056 Unless you are running @command{tar} with @option{--create}, you can not use
6057 both @code{--files-from=-} and @code{--file=-} (@code{-f -}) in the same
6058 command.
6059
6060 Any number of @option{-T} options can be given in the command line.
6061
6062 @FIXME{add bob's example, from his message on 2-10-97}
6063
6064 The following example shows how to use @command{find} to generate a list of
6065 files smaller than 400K in length and put that list into a file
6066 called @file{small-files}. You can then use the @option{-T} option to
6067 @command{tar} to specify the files from that file, @file{small-files}, to
6068 create the archive @file{little.tgz}. (The @option{-z} option to
6069 @command{tar} compresses the archive with @command{gzip}; @pxref{gzip} for
6070 more information.)
6071
6072 @smallexample
6073 $ @kbd{find . -size -400 -print > small-files}
6074 $ @kbd{tar -c -v -z -T small-files -f little.tgz}
6075 @end smallexample
6076
6077 @noindent
6078 In the file list given by @option{-T} option, any file name beginning
6079 with @samp{-} character is considered a @command{tar} option and is
6080 processed accordingly.@footnote{Versions of @GNUTAR{} up to 1.15.1
6081 recognized only @option{-C} option in file lists, and only if the
6082 option and its argument occupied two consecutive lines.} For example,
6083 the common use of this feature is to change to another directory by
6084 specifying @option{-C} option:
6085
6086 @smallexample
6087 @group
6088 $ @kbd{cat list}
6089 -C/etc
6090 passwd
6091 hosts
6092 -C/lib
6093 libc.a
6094 $ @kbd{tar -c -f foo.tar --files-from list}
6095 @end group
6096 @end smallexample
6097
6098 @noindent
6099 In this example, @command{tar} will first switch to @file{/etc}
6100 directory and add files @file{passwd} and @file{hosts} to the
6101 archive. Then it will change to @file{/lib} directory and will archive
6102 the file @file{libc.a}. Thus, the resulting archive @file{foo.tar} will
6103 contain:
6104
6105 @smallexample
6106 @group
6107 $ @kbd{tar tf foo.tar}
6108 passwd
6109 hosts
6110 libc.a
6111 @end group
6112 @end smallexample
6113
6114 @noindent
6115 @opindex directory, using in @option{--files-from} argument
6116 Notice that the option parsing algorithm used with @option{-T} is
6117 stricter than the one used by shell. Namely, when specifying option
6118 arguments, you should observe the following rules:
6119
6120 @itemize @bullet
6121 @item
6122 When using short (single-letter) option form, its argument must
6123 immediately follow the option letter, without any intervening
6124 whitespace. For example: @code{-Cdir}.
6125
6126 @item
6127 When using long option form, the option argument must be separated
6128 from the option by a single equal sign. No whitespace is allowed on
6129 any side of the equal sign. For example: @code{--directory=dir}.
6130
6131 @item
6132 For both short and long option forms, the option argument can be given
6133 on the next line after the option name, e.g.:
6134
6135 @smallexample
6136 @group
6137 --directory
6138 dir
6139 @end group
6140 @end smallexample
6141
6142 @noindent
6143 and
6144
6145 @smallexample
6146 @group
6147 -C
6148 dir
6149 @end group
6150 @end smallexample
6151 @end itemize
6152
6153 @opindex add-file
6154 If you happen to have a file whose name starts with @samp{-},
6155 precede it with @option{--add-file} option to prevent it from
6156 being recognized as an option. For example: @code{--add-file --my-file}.
6157
6158 @menu
6159 * nul::
6160 @end menu
6161
6162 @node nul
6163 @subsection @code{NUL} Terminated File Names
6164
6165 @cindex File names, terminated by @code{NUL}
6166 @cindex @code{NUL} terminated file names
6167 The @option{--null} option causes @option{--files-from=@var{file-of-names}} (@option{-T @var{file-of-names}}) to read file
6168 names terminated by a @code{NUL} instead of a newline, so files whose
6169 names contain newlines can be archived using @option{--files-from}.
6170
6171 @table @option
6172 @opindex null
6173 @item --null
6174 Only consider @code{NUL} terminated file names, instead of files that
6175 terminate in a newline.
6176 @end table
6177
6178 The @option{--null} option is just like the one in @acronym{GNU}
6179 @command{xargs} and @command{cpio}, and is useful with the
6180 @option{-print0} predicate of @acronym{GNU} @command{find}. In
6181 @command{tar}, @option{--null} also disables special handling for
6182 file names that begin with dash.
6183
6184 This example shows how to use @command{find} to generate a list of files
6185 larger than 800K in length and put that list into a file called
6186 @file{long-files}. The @option{-print0} option to @command{find} is just
6187 like @option{-print}, except that it separates files with a @code{NUL}
6188 rather than with a newline. You can then run @command{tar} with both the
6189 @option{--null} and @option{-T} options to specify that @command{tar} get the
6190 files from that file, @file{long-files}, to create the archive
6191 @file{big.tgz}. The @option{--null} option to @command{tar} will cause
6192 @command{tar} to recognize the @code{NUL} separator between files.
6193
6194 @smallexample
6195 $ @kbd{find . -size +800 -print0 > long-files}
6196 $ @kbd{tar -c -v --null --files-from=long-files --file=big.tar}
6197 @end smallexample
6198
6199 @FIXME{say anything else here to conclude the section?}
6200
6201 @node exclude
6202 @section Excluding Some Files
6203 @UNREVISED
6204
6205 @cindex File names, excluding files by
6206 @cindex Excluding files by name and pattern
6207 @cindex Excluding files by file system
6208 To avoid operating on files whose names match a particular pattern,
6209 use the @option{--exclude} or @option{--exclude-from} options.
6210
6211 @table @option
6212 @opindex exclude
6213 @item --exclude=@var{pattern}
6214 Causes @command{tar} to ignore files that match the @var{pattern}.
6215 @end table
6216
6217 @findex exclude
6218 The @option{--exclude=@var{pattern}} option prevents any file or member whose name
6219 matches the shell wildcard (@var{pattern}) from being operated on.
6220 For example, to create an archive with all the contents of the directory
6221 @file{src} except for files whose names end in @file{.o}, use the
6222 command @samp{tar -cf src.tar --exclude='*.o' src}.
6223
6224 You may give multiple @option{--exclude} options.
6225
6226 @table @option
6227 @opindex exclude-from
6228 @item --exclude-from=@var{file}
6229 @itemx -X @var{file}
6230 Causes @command{tar} to ignore files that match the patterns listed in
6231 @var{file}.
6232 @end table
6233
6234 @findex exclude-from
6235 Use the @option{--exclude-from} option to read a
6236 list of patterns, one per line, from @var{file}; @command{tar} will
6237 ignore files matching those patterns. Thus if @command{tar} is
6238 called as @w{@samp{tar -c -X foo .}} and the file @file{foo} contains a
6239 single line @file{*.o}, no files whose names end in @file{.o} will be
6240 added to the archive.
6241
6242 @FIXME{do the exclude options files need to have stuff separated by
6243 newlines the same as the files-from option does?}
6244
6245 @table @option
6246 @opindex exclude-caches
6247 @item --exclude-caches
6248 Causes @command{tar} to ignore directories containing a cache directory tag.
6249 @end table
6250
6251 @findex exclude-caches
6252 When creating an archive, the @option{--exclude-caches} option causes
6253 @command{tar} to exclude all directories that contain a @dfn{cache
6254 directory tag}. A cache directory tag is a short file with the
6255 well-known name @file{CACHEDIR.TAG} and having a standard header
6256 specified in @url{http://www.brynosaurus.com/cachedir/spec.html}.
6257 Various applications write cache directory tags into directories they
6258 use to hold regenerable, non-precious data, so that such data can be
6259 more easily excluded from backups.
6260
6261 @menu
6262 * controlling pattern-matching with exclude::
6263 * problems with exclude::
6264 @end menu
6265
6266 @node controlling pattern-matching with exclude
6267 @unnumberedsubsec Controlling Pattern-Matching with the @code{exclude} Options
6268
6269 Normally, a pattern matches a name if an initial subsequence of the
6270 name's components matches the pattern, where @samp{*}, @samp{?}, and
6271 @samp{[...]} are the usual shell wildcards, @samp{\} escapes wildcards,
6272 and wildcards can match @samp{/}.
6273
6274 Other than optionally stripping leading @samp{/} from names
6275 (@pxref{absolute}), patterns and names are used as-is. For
6276 example, trailing @samp{/} is not trimmed from a user-specified name
6277 before deciding whether to exclude it.
6278
6279 However, this matching procedure can be altered by the options listed
6280 below. These options accumulate. For example:
6281
6282 @smallexample
6283 --ignore-case --exclude='makefile' --no-ignore-case ---exclude='readme'
6284 @end smallexample
6285
6286 ignores case when excluding @samp{makefile}, but not when excluding
6287 @samp{readme}.
6288
6289 @table @option
6290 @opindex anchored
6291 @opindex no-anchored
6292 @item --anchored
6293 @itemx --no-anchored
6294 If anchored, a pattern must match an initial subsequence
6295 of the name's components. Otherwise, the pattern can match any
6296 subsequence. Default is @option{--no-anchored}.
6297
6298 @opindex ignore-case
6299 @opindex no-ignore-case
6300 @item --ignore-case
6301 @itemx --no-ignore-case
6302 When ignoring case, upper-case patterns match lower-case names and vice versa.
6303 When not ignoring case (the default), matching is case-sensitive.
6304
6305 @opindex wildcards
6306 @opindex no-wildcards
6307 @item --wildcards
6308 @itemx --no-wildcards
6309 When using wildcards (the default), @samp{*}, @samp{?}, and @samp{[...]}
6310 are the usual shell wildcards, and @samp{\} escapes wildcards.
6311 Otherwise, none of these characters are special, and patterns must match
6312 names literally.
6313
6314 @opindex wildcards-match-slash
6315 @opindex no-wildcards-match-slash
6316 @item --wildcards-match-slash
6317 @itemx --no-wildcards-match-slash
6318 When wildcards match slash (the default), a wildcard like @samp{*} in
6319 the pattern can match a @samp{/} in the name. Otherwise, @samp{/} is
6320 matched only by @samp{/}.
6321
6322 @end table
6323
6324 The @option{--recursion} and @option{--no-recursion} options
6325 (@pxref{recurse}) also affect how exclude patterns are interpreted. If
6326 recursion is in effect, a pattern excludes a name if it matches any of
6327 the name's parent directories.
6328
6329 @node problems with exclude
6330 @unnumberedsubsec Problems with Using the @code{exclude} Options
6331
6332 @opindex exclude, potential problems with
6333 Some users find @samp{exclude} options confusing. Here are some common
6334 pitfalls:
6335
6336 @itemize @bullet
6337 @item
6338 The main operating mode of @command{tar} does not act on a path name
6339 explicitly listed on the command line if one of its file name
6340 components is excluded. In the example above, if
6341 you create an archive and exclude files that end with @samp{*.o}, but
6342 explicitly name the file @samp{dir.o/foo} after all the options have been
6343 listed, @samp{dir.o/foo} will be excluded from the archive.
6344
6345 @item
6346 You can sometimes confuse the meanings of @option{--exclude} and
6347 @option{--exclude-from}. Be careful: use @option{--exclude} when files
6348 to be excluded are given as a pattern on the command line. Use
6349 @option{--exclude-from} to introduce the name of a file which contains
6350 a list of patterns, one per line; each of these patterns can exclude
6351 zero, one, or many files.
6352
6353 @item
6354 When you use @option{--exclude=@var{pattern}}, be sure to quote the @var{pattern}
6355 parameter, so @GNUTAR{} sees wildcard characters
6356 like @samp{*}. If you do not do this, the shell might expand the
6357 @samp{*} itself using files at hand, so @command{tar} might receive a
6358 list of files instead of one pattern, or none at all, making the
6359 command somewhat illegal. This might not correspond to what you want.
6360
6361 For example, write:
6362
6363 @smallexample
6364 $ @kbd{tar -c -f @var{archive.tar} --exclude '*.o' @var{directory}}
6365 @end smallexample
6366
6367 @noindent
6368 rather than:
6369
6370 @smallexample
6371 $ @kbd{tar -c -f @var{archive.tar} --exclude *.o @var{directory}}
6372 @end smallexample
6373
6374 @item
6375 You must use use shell syntax, or globbing, rather than @code{regexp}
6376 syntax, when using exclude options in @command{tar}. If you try to use
6377 @code{regexp} syntax to describe files to be excluded, your command
6378 might fail.
6379
6380 @item
6381 In earlier versions of @command{tar}, what is now the
6382 @option{--exclude-from} option was called @option{--exclude} instead.
6383 Now, @option{--exclude} applies to patterns listed on the command
6384 line and @option{--exclude-from} applies to patterns listed in a
6385 file.
6386
6387 @end itemize
6388
6389 @node Wildcards
6390 @section Wildcards Patterns and Matching
6391
6392 @dfn{Globbing} is the operation by which @dfn{wildcard} characters,
6393 @samp{*} or @samp{?} for example, are replaced and expanded into all
6394 existing files matching the given pattern. However, @command{tar} often
6395 uses wildcard patterns for matching (or globbing) archive members instead
6396 of actual files in the file system. Wildcard patterns are also used for
6397 verifying volume labels of @command{tar} archives. This section has the
6398 purpose of explaining wildcard syntax for @command{tar}.
6399
6400 @FIXME{the next few paragraphs need work.}
6401
6402 A @var{pattern} should be written according to shell syntax, using wildcard
6403 characters to effect globbing. Most characters in the pattern stand
6404 for themselves in the matched string, and case is significant: @samp{a}
6405 will match only @samp{a}, and not @samp{A}. The character @samp{?} in the
6406 pattern matches any single character in the matched string. The character
6407 @samp{*} in the pattern matches zero, one, or more single characters in
6408 the matched string. The character @samp{\} says to take the following
6409 character of the pattern @emph{literally}; it is useful when one needs to
6410 match the @samp{?}, @samp{*}, @samp{[} or @samp{\} characters, themselves.
6411
6412 The character @samp{[}, up to the matching @samp{]}, introduces a character
6413 class. A @dfn{character class} is a list of acceptable characters
6414 for the next single character of the matched string. For example,
6415 @samp{[abcde]} would match any of the first five letters of the alphabet.
6416 Note that within a character class, all of the ``special characters''
6417 listed above other than @samp{\} lose their special meaning; for example,
6418 @samp{[-\\[*?]]} would match any of the characters, @samp{-}, @samp{\},
6419 @samp{[}, @samp{*}, @samp{?}, or @samp{]}. (Due to parsing constraints,
6420 the characters @samp{-} and @samp{]} must either come @emph{first} or
6421 @emph{last} in a character class.)
6422
6423 @cindex Excluding characters from a character class
6424 @cindex Character class, excluding characters from
6425 If the first character of the class after the opening @samp{[}
6426 is @samp{!} or @samp{^}, then the meaning of the class is reversed.
6427 Rather than listing character to match, it lists those characters which
6428 are @emph{forbidden} as the next single character of the matched string.
6429
6430 Other characters of the class stand for themselves. The special
6431 construction @samp{[@var{a}-@var{e}]}, using an hyphen between two
6432 letters, is meant to represent all characters between @var{a} and
6433 @var{e}, inclusive.
6434
6435 @FIXME{need to add a sentence or so here to make this clear for those
6436 who don't have dan around.}
6437
6438 Periods (@samp{.}) or forward slashes (@samp{/}) are not considered
6439 special for wildcard matches. However, if a pattern completely matches
6440 a directory prefix of a matched string, then it matches the full matched
6441 string: excluding a directory also excludes all the files beneath it.
6442
6443 @node after
6444 @section Operating Only on New Files
6445 @UNREVISED
6446
6447 @cindex Excluding file by age
6448 @cindex Data Modification time, excluding files by
6449 @cindex Modification time, excluding files by
6450 @cindex Age, excluding files by
6451 The @option{--after-date=@var{date}} (@option{--newer=@var{date}},
6452 @option{-N @var{date}}) option causes @command{tar} to only work on
6453 files whose data modification or status change times are newer than
6454 the @var{date} given. If @var{date} starts with @samp{/} or @samp{.},
6455 it is taken to be a file name; the data modification time of that file
6456 is used as the date. If you use this option when creating or appending
6457 to an archive, the archive will only include new files. If you use
6458 @option{--after-date} when extracting an archive, @command{tar} will
6459 only extract files newer than the @var{date} you specify.
6460
6461 If you only want @command{tar} to make the date comparison based on
6462 modification of the file's data (rather than status
6463 changes), then use the @option{--newer-mtime=@var{date}} option.
6464
6465 You may use these options with any operation. Note that these options
6466 differ from the @option{--update} (@option{-u}) operation in that they
6467 allow you to specify a particular date against which @command{tar} can
6468 compare when deciding whether or not to archive the files.
6469
6470 @table @option
6471 @opindex after-date
6472 @opindex newer
6473 @item --after-date=@var{date}
6474 @itemx --newer=@var{date}
6475 @itemx -N @var{date}
6476 Only store files newer than @var{date}.
6477
6478 Acts on files only if their data modification or status change times are
6479 later than @var{date}. Use in conjunction with any operation.
6480
6481 If @var{date} starts with @samp{/} or @samp{.}, it is taken to be a file
6482 name; the data modification time of that file is used as the date.
6483
6484 @opindex newer-mtime
6485 @item --newer-mtime=@var{date}
6486 Acts like @option{--after-date}, but only looks at data modification times.
6487 @end table
6488
6489 These options limit @command{tar} to operate only on files which have
6490 been modified after the date specified. A file's status is considered to have
6491 changed if its contents have been modified, or if its owner,
6492 permissions, and so forth, have been changed. (For more information on
6493 how to specify a date, see @ref{Date input formats}; remember that the
6494 entire date argument must be quoted if it contains any spaces.)
6495
6496 Gurus would say that @option{--after-date} tests both the data
6497 modification time (@code{mtime}, the time the contents of the file
6498 were last modified) and the status change time (@code{ctime}, the time
6499 the file's status was last changed: owner, permissions, etc.@:)
6500 fields, while @option{--newer-mtime} tests only the @code{mtime}
6501 field.
6502
6503 To be precise, @option{--after-date} checks @emph{both} @code{mtime} and
6504 @code{ctime} and processes the file if either one is more recent than
6505 @var{date}, while @option{--newer-mtime} only checks @code{mtime} and
6506 disregards @code{ctime}. Neither does it use @code{atime} (the last time the
6507 contents of the file were looked at).
6508
6509 Date specifiers can have embedded spaces. Because of this, you may need
6510 to quote date arguments to keep the shell from parsing them as separate
6511 arguments.
6512
6513 @FIXME{Need example of --newer-mtime with quoted argument.}
6514
6515 @quotation
6516 @strong{Please Note:} @option{--after-date} and @option{--newer-mtime}
6517 should not be used for incremental backups. Some files (such as those
6518 in renamed directories) are not selected properly by these options.
6519 @xref{Incremental Dumps}.
6520 @end quotation
6521
6522 @noindent
6523 @FIXME{which tells -- need to fill this in!}
6524
6525 @node recurse
6526 @section Descending into Directories
6527 @UNREVISED
6528 @cindex Avoiding recursion in directories
6529 @cindex Descending directories, avoiding
6530 @cindex Directories, avoiding recursion
6531 @cindex Recursion in directories, avoiding
6532
6533 @FIXME{arrggh! this is still somewhat confusing to me. :-< }
6534
6535 @FIXME{show dan bob's comments, from 2-10-97}
6536
6537 Usually, @command{tar} will recursively explore all directories (either
6538 those given on the command line or through the @option{--files-from}
6539 option) for the various files they contain. However, you may not always
6540 want @command{tar} to act this way.
6541
6542 @opindex no-recursion
6543 The @option{--no-recursion} option inhibits @command{tar}'s recursive descent
6544 into specified directories. If you specify @option{--no-recursion}, you can
6545 use the @command{find} utility for hunting through levels of directories to
6546 construct a list of file names which you could then pass to @command{tar}.
6547 @command{find} allows you to be more selective when choosing which files to
6548 archive; see @ref{files} for more information on using @command{find} with
6549 @command{tar}, or look.
6550
6551 @table @option
6552 @item --no-recursion
6553 Prevents @command{tar} from recursively descending directories.
6554
6555 @opindex recursion
6556 @item --recursion
6557 Requires @command{tar} to recursively descend directories.
6558 This is the default.
6559 @end table
6560
6561 When you use @option{--no-recursion}, @GNUTAR{} grabs
6562 directory entries themselves, but does not descend on them
6563 recursively. Many people use @command{find} for locating files they
6564 want to back up, and since @command{tar} @emph{usually} recursively
6565 descends on directories, they have to use the @samp{@w{! -d}} option
6566 to @command{find} @FIXME{needs more explanation or a cite to another
6567 info file}as they usually do not want all the files in a directory.
6568 They then use the @option{--files-from} option to archive the files
6569 located via @command{find}.
6570
6571 The problem when restoring files archived in this manner is that the
6572 directories themselves are not in the archive; so the
6573 @option{--same-permissions} (@option{--preserve-permissions},
6574 @option{-p}) option does not affect them---while users might really
6575 like it to. Specifying @option{--no-recursion} is a way to tell
6576 @command{tar} to grab only the directory entries given to it, adding
6577 no new files on its own.
6578
6579 The @option{--no-recursion} option also applies when extracting: it
6580 causes @command{tar} to extract only the matched directory entries, not
6581 the files under those directories.
6582
6583 The @option{--no-recursion} option also affects how exclude patterns
6584 are interpreted (@pxref{controlling pattern-matching with exclude}).
6585
6586 The @option{--no-recursion} and @option{--recursion} options apply to
6587 later options and operands, and can be overridden by later occurrences
6588 of @option{--no-recursion} and @option{--recursion}. For example:
6589
6590 @smallexample
6591 $ @kbd{tar -cf jams.tar --no-recursion grape --recursion grape/concord}
6592 @end smallexample
6593
6594 @noindent
6595 creates an archive with one entry for @file{grape}, and the recursive
6596 contents of @file{grape/concord}, but no entries under @file{grape}
6597 other than @file{grape/concord}.
6598
6599 @node one
6600 @section Crossing File System Boundaries
6601 @cindex File system boundaries, not crossing
6602 @UNREVISED
6603
6604 @command{tar} will normally automatically cross file system boundaries in
6605 order to archive files which are part of a directory tree. You can
6606 change this behavior by running @command{tar} and specifying
6607 @option{--one-file-system} (@option{-l}). This option only affects files that are
6608 archived because they are in a directory that is being archived;
6609 @command{tar} will still archive files explicitly named on the command line
6610 or through @option{--files-from}, regardless of where they reside.
6611
6612 @table @option
6613 @opindex one-file-system
6614 @item --one-file-system
6615 @itemx -l
6616 Prevents @command{tar} from crossing file system boundaries when
6617 archiving. Use in conjunction with any write operation.
6618 @end table
6619
6620 The @option{--one-file-system} option causes @command{tar} to modify its
6621 normal behavior in archiving the contents of directories. If a file in
6622 a directory is not on the same file system as the directory itself, then
6623 @command{tar} will not archive that file. If the file is a directory
6624 itself, @command{tar} will not archive anything beneath it; in other words,
6625 @command{tar} will not cross mount points.
6626
6627 It is reported that using this option, the mount point is is archived,
6628 but nothing under it.
6629
6630 This option is useful for making full or incremental archival backups of
6631 a file system. If this option is used in conjunction with
6632 @option{--verbose} (@option{-v}), files that are excluded are mentioned by name on the
6633 standard error.
6634
6635 @menu
6636 * directory:: Changing Directory
6637 * absolute:: Absolute File Names
6638 @end menu
6639
6640 @node directory
6641 @subsection Changing the Working Directory
6642 @UNREVISED
6643
6644 @FIXME{need to read over this node now for continuity; i've switched
6645 things around some.}
6646
6647 @cindex Changing directory mid-stream
6648 @cindex Directory, changing mid-stream
6649 @cindex Working directory, specifying
6650 To change the working directory in the middle of a list of file names,
6651 either on the command line or in a file specified using
6652 @option{--files-from} (@option{-T}), use @option{--directory} (@option{-C}).
6653 This will change the working directory to the specified directory
6654 after that point in the list.
6655
6656 @table @option
6657 @opindex directory
6658 @item --directory=@var{directory}
6659 @itemx -C @var{directory}
6660 Changes the working directory in the middle of a command line.
6661 @end table
6662
6663 For example,
6664
6665 @smallexample
6666 $ @kbd{tar -c -f jams.tar grape prune -C food cherry}
6667 @end smallexample
6668
6669 @noindent
6670 will place the files @file{grape} and @file{prune} from the current
6671 directory into the archive @file{jams.tar}, followed by the file
6672 @file{cherry} from the directory @file{food}. This option is especially
6673 useful when you have several widely separated files that you want to
6674 store in the same archive.
6675
6676 Note that the file @file{cherry} is recorded in the archive under the
6677 precise name @file{cherry}, @emph{not} @file{food/cherry}. Thus, the
6678 archive will contain three files that all appear to have come from the
6679 same directory; if the archive is extracted with plain @samp{tar
6680 --extract}, all three files will be written in the current directory.
6681
6682 Contrast this with the command,
6683
6684 @smallexample
6685 $ @kbd{tar -c -f jams.tar grape prune -C food red/cherry}
6686 @end smallexample
6687
6688 @noindent
6689 which records the third file in the archive under the name
6690 @file{red/cherry} so that, if the archive is extracted using
6691 @samp{tar --extract}, the third file will be written in a subdirectory
6692 named @file{orange-colored}.
6693
6694 You can use the @option{--directory} option to make the archive
6695 independent of the original name of the directory holding the files.
6696 The following command places the files @file{/etc/passwd},
6697 @file{/etc/hosts}, and @file{/lib/libc.a} into the archive
6698 @file{foo.tar}:
6699
6700 @smallexample
6701 $ @kbd{tar -c -f foo.tar -C /etc passwd hosts -C /lib libc.a}
6702 @end smallexample
6703
6704 @noindent
6705 However, the names of the archive members will be exactly what they were
6706 on the command line: @file{passwd}, @file{hosts}, and @file{libc.a}.
6707 They will not appear to be related by file name to the original
6708 directories where those files were located.
6709
6710 Note that @option{--directory} options are interpreted consecutively. If
6711 @option{--directory} specifies a relative file name, it is interpreted
6712 relative to the then current directory, which might not be the same as
6713 the original current working directory of @command{tar}, due to a previous
6714 @option{--directory} option.
6715
6716 When using @option{--files-from} (@pxref{files}), you can put various
6717 @command{tar} options (including @option{-C}) in the file list. Notice,
6718 however, that in this case the option and its argument may not be
6719 separated by whitespace. If you use short option, its argument must
6720 either follow the option letter immediately, without any intervening
6721 whitespace, or occupy the next line. Otherwise, if you use long
6722 option, separate its argument by an equal sign.
6723
6724 For instance, the file list for the above example will be:
6725
6726 @smallexample
6727 @group
6728 -C
6729 /etc
6730 passwd
6731 hosts
6732 -C
6733 /lib
6734 libc.a
6735 @end group
6736 @end smallexample
6737
6738 @noindent
6739 To use it, you would invoke @command{tar} as follows:
6740
6741 @smallexample
6742 $ @kbd{tar -c -f foo.tar --files-from list}
6743 @end smallexample
6744
6745 Notice also that you can only use the short option variant in the file
6746 list, i.e., always use @option{-C}, not @option{--directory}.
6747
6748 The interpretation of @option{--directory} is disabled by
6749 @option{--null} option.
6750
6751 @node absolute
6752 @subsection Absolute File Names
6753 @UNREVISED
6754
6755 @table @option
6756 @opindex absolute-names
6757 @item --absolute-names
6758 @itemx -P
6759 Do not strip leading slashes from file names, and permit file names
6760 containing a @file{..} file name component.
6761 @end table
6762
6763 By default, @GNUTAR{} drops a leading @samp{/} on
6764 input or output, and complains about file names containing a @file{..}
6765 component. This option turns off this behavior.
6766
6767 When @command{tar} extracts archive members from an archive, it strips any
6768 leading slashes (@samp{/}) from the member name. This causes absolute
6769 member names in the archive to be treated as relative file names. This
6770 allows you to have such members extracted wherever you want, instead of
6771 being restricted to extracting the member in the exact directory named
6772 in the archive. For example, if the archive member has the name
6773 @file{/etc/passwd}, @command{tar} will extract it as if the name were
6774 really @file{etc/passwd}.
6775
6776 File names containing @file{..} can cause problems when extracting, so
6777 @command{tar} normally warns you about such files when creating an
6778 archive, and rejects attempts to extracts such files.
6779
6780 Other @command{tar} programs do not do this. As a result, if you
6781 create an archive whose member names start with a slash, they will be
6782 difficult for other people with a non-@GNUTAR{}
6783 program to use. Therefore, @GNUTAR{} also strips
6784 leading slashes from member names when putting members into the
6785 archive. For example, if you ask @command{tar} to add the file
6786 @file{/bin/ls} to an archive, it will do so, but the member name will
6787 be @file{bin/ls}.@footnote{A side effect of this is that when
6788 @option{--create} is used with @option{--verbose} the resulting output
6789 is not, generally speaking, the same as the one you'd get running
6790 @kbd{tar --list} command. This may be important if you use some
6791 scripts for comparing both outputs. @xref{listing member and file names},
6792 for the information on how to handle this case.}
6793
6794 If you use the @option{--absolute-names} (@option{-P}) option,
6795 @command{tar} will do none of these transformations.
6796
6797 To archive or extract files relative to the root directory, specify
6798 the @option{--absolute-names} (@option{-P}) option.
6799
6800 Normally, @command{tar} acts on files relative to the working
6801 directory---ignoring superior directory names when archiving, and
6802 ignoring leading slashes when extracting.
6803
6804 When you specify @option{--absolute-names} (@option{-P}),
6805 @command{tar} stores file names including all superior directory
6806 names, and preserves leading slashes. If you only invoked
6807 @command{tar} from the root directory you would never need the
6808 @option{--absolute-names} option, but using this option
6809 may be more convenient than switching to root.
6810
6811 @FIXME{Should be an example in the tutorial/wizardry section using this
6812 to transfer files between systems.}
6813
6814 @FIXME{Is write access an issue?}
6815
6816 @table @option
6817 @item --absolute-names
6818 Preserves full file names (including superior directory names) when
6819 archiving files. Preserves leading slash when extracting files.
6820
6821 @end table
6822
6823 @FIXME{this is still horrible; need to talk with dan on monday.}
6824
6825 @command{tar} prints out a message about removing the @samp{/} from
6826 file names. This message appears once per @GNUTAR{}
6827 invocation. It represents something which ought to be told; ignoring
6828 what it means can cause very serious surprises, later.
6829
6830 Some people, nevertheless, do not want to see this message. Wanting to
6831 play really dangerously, one may of course redirect @command{tar} standard
6832 error to the sink. For example, under @command{sh}:
6833
6834 @smallexample
6835 $ @kbd{tar -c -f archive.tar /home 2> /dev/null}
6836 @end smallexample
6837
6838 @noindent
6839 Another solution, both nicer and simpler, would be to change to
6840 the @file{/} directory first, and then avoid absolute notation.
6841 For example:
6842
6843 @smallexample
6844 $ @kbd{(cd / && tar -c -f archive.tar home)}
6845 $ @kbd{tar -c -f archive.tar -C / home}
6846 @end smallexample
6847
6848 @include getdate.texi
6849
6850 @node Formats
6851 @chapter Controlling the Archive Format
6852
6853 @cindex Tar archive formats
6854 Due to historical reasons, there are several formats of tar archives.
6855 All of them are based on the same principles, but have some subtle
6856 differences that often make them incompatible with each other.
6857
6858 GNU tar is able to create and handle archives in a variety of formats.
6859 The most frequently used formats are (in alphabetical order):
6860
6861 @table @asis
6862 @item gnu
6863 Format used by @GNUTAR{} versions up to 1.13.25. This format derived
6864 from an early @acronym{POSIX} standard, adding some improvements such as
6865 sparse file handling and incremental archives. Unfortunately these
6866 features were implemented in a way incompatible with other archive
6867 formats.
6868
6869 Archives in @samp{gnu} format are able to hold pathnames of unlimited
6870 length.
6871
6872 @item oldgnu
6873 Format used by @GNUTAR{} of versions prior to 1.12.
6874
6875 @item v7
6876 Archive format, compatible with the V7 implementation of tar. This
6877 format imposes a number of limitations. The most important of them
6878 are:
6879
6880 @enumerate
6881 @item The maximum length of a file name is limited to 99 characters.
6882 @item The maximum length of a symbolic link is limited to 99 characters.
6883 @item It is impossible to store special files (block and character
6884 devices, fifos etc.)
6885 @item Maximum value of user or group ID is limited to 2097151 (7777777
6886 octal)
6887 @item V7 archives do not contain symbolic ownership information (user
6888 and group name of the file owner).
6889 @end enumerate
6890
6891 This format has traditionally been used by Automake when producing
6892 Makefiles. This practice will change in the future, in the meantime,
6893 however this means that projects containing filenames more than 99
6894 characters long will not be able to use @GNUTAR{} @value{VERSION} and
6895 Automake prior to 1.9.
6896
6897 @item ustar
6898 Archive format defined by @acronym{POSIX.1-1988} specification. It stores
6899 symbolic ownership information. It is also able to store
6900 special files. However, it imposes several restrictions as well:
6901
6902 @enumerate
6903 @item The maximum length of a file name is limited to 256 characters,
6904 provided that the filename can be split at directory separator in
6905 two parts, first of them being at most 155 bytes long. So, in most
6906 cases the maximum file name length will be shorter than 256
6907 characters.
6908 @item The maximum length of a symbolic link name is limited to
6909 100 characters.
6910 @item Maximum size of a file the archive is able to accomodate
6911 is 8GB
6912 @item Maximum value of UID/GID is 2097151.
6913 @item Maximum number of bits in device major and minor numbers is 21.
6914 @end enumerate
6915
6916 @item star
6917 Format used by J@"org Schilling @command{star}
6918 implementation. @GNUTAR{} is able to read @samp{star} archives but
6919 currently does not produce them.
6920
6921 @item posix
6922 Archive format defined by @acronym{POSIX.1-2001} specification. This is the
6923 most flexible and feature-rich format. It does not impose any
6924 restrictions on file sizes or filename lengths. This format is quite
6925 recent, so not all tar implementations are able to handle it properly.
6926 However, this format is designed in such a way that any tar
6927 implementation able to read @samp{ustar} archives will be able to read
6928 most @samp{posix} archives as well, with the only exception that any
6929 additional information (such as long file names etc.) will in such
6930 case be extracted as plain text files along with the files it refers to.
6931
6932 This archive format will be the default format for future versions
6933 of @GNUTAR{}.
6934
6935 @end table
6936
6937 The following table summarizes the limitations of each of these
6938 formats:
6939
6940 @multitable @columnfractions .10 .20 .20 .20 .20
6941 @headitem Format @tab UID @tab File Size @tab Path Name @tab Devn
6942 @item gnu @tab 1.8e19 @tab Unlimited @tab Unlimited @tab 63
6943 @item oldgnu @tab 1.8e19 @tab Unlimited @tab Unlimited @tab 63
6944 @item v7 @tab 2097151 @tab 8GB @tab 99 @tab n/a
6945 @item ustar @tab 2097151 @tab 8GB @tab 256 @tab 21
6946 @item posix @tab Unlimited @tab Unlimited @tab Unlimited @tab Unlimited
6947 @end multitable
6948
6949 The default format for @GNUTAR{} is defined at compilation
6950 time. You may check it by running @command{tar --help}, and examining
6951 the last lines of its output. Usually, @GNUTAR{} is configured
6952 to create archives in @samp{gnu} format, however, future version will
6953 switch to @samp{posix}.
6954
6955 @menu
6956 * Portability:: Making @command{tar} Archives More Portable
6957 * Compression:: Using Less Space through Compression
6958 * Attributes:: Handling File Attributes
6959 * Standard:: The Standard Format
6960 * Extensions:: @acronym{GNU} Extensions to the Archive Format
6961 * cpio:: Comparison of @command{tar} and @command{cpio}
6962 @end menu
6963
6964 @node Portability
6965 @section Making @command{tar} Archives More Portable
6966
6967 Creating a @command{tar} archive on a particular system that is meant to be
6968 useful later on many other machines and with other versions of @command{tar}
6969 is more challenging than you might think. @command{tar} archive formats
6970 have been evolving since the first versions of Unix. Many such formats
6971 are around, and are not always compatible with each other. This section
6972 discusses a few problems, and gives some advice about making @command{tar}
6973 archives more portable.
6974
6975 One golden rule is simplicity. For example, limit your @command{tar}
6976 archives to contain only regular files and directories, avoiding
6977 other kind of special files. Do not attempt to save sparse files or
6978 contiguous files as such. Let's discuss a few more problems, in turn.
6979
6980 @FIXME{Discuss GNU extensions (incremental backups, multi-volume
6981 archives and archive labels) in GNU and PAX formats.}
6982
6983 @menu
6984 * Portable Names:: Portable Names
6985 * dereference:: Symbolic Links
6986 * old:: Old V7 Archives
6987 * ustar:: Ustar Archives
6988 * gnu:: GNU and old GNU format archives.
6989 * posix:: @acronym{POSIX} archives
6990 * Checksumming:: Checksumming Problems
6991 * Large or Negative Values:: Large files, negative time stamps, etc.
6992 @end menu
6993
6994 @node Portable Names
6995 @subsection Portable Names
6996
6997 Use portable file and member names. A name is portable if it contains
6998 only ASCII letters and digits, @samp{/}, @samp{.}, @samp{_}, and
6999 @samp{-}; it cannot be empty, start with @samp{-} or @samp{//}, or
7000 contain @samp{/-}. Avoid deep directory nesting. For portability to
7001 old Unix hosts, limit your file name components to 14 characters or
7002 less.
7003
7004 If you intend to have your @command{tar} archives to be read under
7005 MSDOS, you should not rely on case distinction for file names, and you
7006 might use the @acronym{GNU} @command{doschk} program for helping you
7007 further diagnosing illegal MSDOS names, which are even more limited
7008 than System V's.
7009
7010 @node dereference
7011 @subsection Symbolic Links
7012 @cindex File names, using symbolic links
7013 @cindex Symbolic link as file name
7014
7015 @opindex dereference
7016 Normally, when @command{tar} archives a symbolic link, it writes a
7017 block to the archive naming the target of the link. In that way, the
7018 @command{tar} archive is a faithful record of the file system contents.
7019 @option{--dereference} (@option{-h}) is used with @option{--create} (@option{-c}), and causes
7020 @command{tar} to archive the files symbolic links point to, instead of
7021 the links themselves. When this option is used, when @command{tar}
7022 encounters a symbolic link, it will archive the linked-to file,
7023 instead of simply recording the presence of a symbolic link.
7024
7025 The name under which the file is stored in the file system is not
7026 recorded in the archive. To record both the symbolic link name and
7027 the file name in the system, archive the file under both names. If
7028 all links were recorded automatically by @command{tar}, an extracted file
7029 might be linked to a file name that no longer exists in the file
7030 system.
7031
7032 If a linked-to file is encountered again by @command{tar} while creating
7033 the same archive, an entire second copy of it will be stored. (This
7034 @emph{might} be considered a bug.)
7035
7036 So, for portable archives, do not archive symbolic links as such,
7037 and use @option{--dereference} (@option{-h}): many systems do not support
7038 symbolic links, and moreover, your distribution might be unusable if
7039 it contains unresolved symbolic links.
7040
7041 @node old
7042 @subsection Old V7 Archives
7043 @cindex Format, old style
7044 @cindex Old style format
7045 @cindex Old style archives
7046 @cindex v7 archive format
7047
7048 Certain old versions of @command{tar} cannot handle additional
7049 information recorded by newer @command{tar} programs. To create an
7050 archive in V7 format (not ANSI), which can be read by these old
7051 versions, specify the @option{--format=v7} option in
7052 conjunction with the @option{--create} (@option{-c}) (@command{tar} also
7053 accepts @option{--portability} or @samp{op-old-archive} for this
7054 option). When you specify it,
7055 @command{tar} leaves out information about directories, pipes, fifos,
7056 contiguous files, and device files, and specifies file ownership by
7057 group and user IDs instead of group and user names.
7058
7059 When updating an archive, do not use @option{--format=v7}
7060 unless the archive was created using this option.
7061
7062 In most cases, a @emph{new} format archive can be read by an @emph{old}
7063 @command{tar} program without serious trouble, so this option should
7064 seldom be needed. On the other hand, most modern @command{tar}s are
7065 able to read old format archives, so it might be safer for you to
7066 always use @option{--format=v7} for your distributions.
7067
7068 @node ustar
7069 @subsection Ustar Archive Format
7070
7071 @cindex ustar archive format
7072 Archive format defined by @acronym{POSIX}.1-1988 specification is called
7073 @code{ustar}. Although it is more flexible than the V7 format, it
7074 still has many restrictions (@xref{Formats,ustar}, for the detailed
7075 description of @code{ustar} format). Along with V7 format,
7076 @code{ustar} format is a good choice for archives intended to be read
7077 with other implementations of @command{tar}.
7078
7079 To create archive in @code{ustar} format, use @option{--format=ustar}
7080 option in conjunction with the @option{--create} (@option{-c}).
7081
7082 @node gnu
7083 @subsection @acronym{GNU} and old @GNUTAR{} format
7084
7085 @cindex GNU archive format
7086 @cindex Old GNU archive format
7087 @GNUTAR{} was based on an early draft of the
7088 @acronym{POSIX} 1003.1 @code{ustar} standard. @acronym{GNU} extensions to
7089 @command{tar}, such as the support for file names longer than 100
7090 characters, use portions of the @command{tar} header record which were
7091 specified in that @acronym{POSIX} draft as unused. Subsequent changes in
7092 @acronym{POSIX} have allocated the same parts of the header record for
7093 other purposes. As a result, @GNUTAR{} format is
7094 incompatible with the current @acronym{POSIX} specification, and with
7095 @command{tar} programs that follow it.
7096
7097 In the majority of cases, @command{tar} will be configured to create
7098 this format by default. This will change in the future releases, since
7099 we plan to make @samp{posix} format the default.
7100
7101 To force creation a @GNUTAR{} archive, use option
7102 @option{--format=gnu}.
7103
7104 @node posix
7105 @subsection @GNUTAR{} and @acronym{POSIX} @command{tar}
7106
7107 @cindex POSIX archive format
7108 @cindex PAX archive format
7109 The version @value{VERSION} of @GNUTAR{} is able
7110 to read and create archives conforming to @acronym{POSIX.1-2001} standard.
7111
7112 A @acronym{POSIX} conformant archive will be created if @command{tar}
7113 was given @option{--format=posix} option.
7114
7115 @node Checksumming
7116 @subsection Checksumming Problems
7117
7118 SunOS and HP-UX @command{tar} fail to accept archives created using
7119 @GNUTAR{} and containing non-ASCII file names, that
7120 is, file names having characters with the eight bit set, because they
7121 use signed checksums, while @GNUTAR{} uses unsigned
7122 checksums while creating archives, as per @acronym{POSIX} standards. On
7123 reading, @GNUTAR{} computes both checksums and
7124 accept any. It is somewhat worrying that a lot of people may go
7125 around doing backup of their files using faulty (or at least
7126 non-standard) software, not learning about it until it's time to
7127 restore their missing files with an incompatible file extractor, or
7128 vice versa.
7129
7130 @GNUTAR{} compute checksums both ways, and accept
7131 any on read, so @acronym{GNU} tar can read Sun tapes even with their
7132 wrong checksums. @GNUTAR{} produces the standard
7133 checksum, however, raising incompatibilities with Sun. That is to
7134 say, @GNUTAR{} has not been modified to
7135 @emph{produce} incorrect archives to be read by buggy @command{tar}'s.
7136 I've been told that more recent Sun @command{tar} now read standard
7137 archives, so maybe Sun did a similar patch, after all?
7138
7139 The story seems to be that when Sun first imported @command{tar}
7140 sources on their system, they recompiled it without realizing that
7141 the checksums were computed differently, because of a change in
7142 the default signing of @code{char}'s in their compiler. So they
7143 started computing checksums wrongly. When they later realized their
7144 mistake, they merely decided to stay compatible with it, and with
7145 themselves afterwards. Presumably, but I do not really know, HP-UX
7146 has chosen that their @command{tar} archives to be compatible with Sun's.
7147 The current standards do not favor Sun @command{tar} format. In any
7148 case, it now falls on the shoulders of SunOS and HP-UX users to get
7149 a @command{tar} able to read the good archives they receive.
7150
7151 @node Large or Negative Values
7152 @subsection Large or Negative Values
7153 @cindex large values
7154 @cindex future time stamps
7155 @cindex negative time stamps
7156 @UNREVISED{}
7157
7158 The above sections suggest to use @samp{oldest possible} archive
7159 format if in doubt. However, sometimes it is not possible. If you
7160 attempt to archive a file whose metadata cannot be represented using
7161 required format, @GNUTAR{} will print error message and ignore such a
7162 file. You will than have to switch to a format that is able to
7163 handle such values. The format summary table (@pxref{Formats}) will
7164 help you to do so.
7165
7166 In particular, when trying to archive files larger than 8GB or with
7167 timestamps not in the range 1970-01-01 00:00:00 through 2242-03-16
7168 12:56:31 @sc{utc}, you will have to chose between @acronym{GNU} and
7169 @acronym{POSIX} archive formats. When considering which format to
7170 choose, bear in mind that the @acronym{GNU} format uses
7171 two's-complement base-256 notation to store values that do not fit
7172 into standard @acronym{ustar} range. Such archives can generally be
7173 read only by a @GNUTAR{} implementation. Moreover, they sometimes
7174 cannot be correctly restored on another hosts even by @GNUTAR{}. For
7175 example, using two's complement representation for negative time
7176 stamps that assumes a signed 32-bit @code{time_t} generates archives
7177 that are not portable to hosts with differing @code{time_t}
7178 representations.
7179
7180 On the other hand, @acronym{POSIX} archives, generally speaking, can
7181 be extracted by any tar implementation that understands older
7182 @acronym{ustar} format. The only exception are files larger than 8GB.
7183
7184 @FIXME{Describe how @acronym{POSIX} archives are extracted by non
7185 POSIX-aware tars.}
7186
7187 @node Compression
7188 @section Using Less Space through Compression
7189
7190 @menu
7191 * gzip:: Creating and Reading Compressed Archives
7192 * sparse:: Archiving Sparse Files
7193 @end menu
7194
7195 @node gzip
7196 @subsection Creating and Reading Compressed Archives
7197 @cindex Compressed archives
7198 @cindex Storing archives in compressed format
7199
7200 @GNUTAR{} is able to create and read compressed archives. It supports
7201 @command{gzip} and @command{bzip2} compression programs. For backward
7202 compatibilty, it also supports @command{compress} command, although
7203 we strongly recommend against using it, since there is a patent
7204 covering the algorithm it uses and you could be sued for patent
7205 infringement merely by running @command{compress}! Besides, it is less
7206 effective than @command{gzip} and @command{bzip2}.
7207
7208 Creating a compressed archive is simple: you just specify a
7209 @dfn{compression option} along with the usual archive creation
7210 commands. The compression option is @option{-z} (@option{--gzip}) to
7211 create a @command{gzip} compressed archive, @option{-j}
7212 (@option{--bzip2}) to create a @command{bzip2} compressed archive, and
7213 @option{-Z} (@option{--compress}) to use @command{compress} program.
7214 For example:
7215
7216 @smallexample
7217 $ @kbd{tar cfz archive.tar.gz .}
7218 @end smallexample
7219
7220 Reading compressed archive is even simpler: you don't need to specify
7221 any additional options as @GNUTAR{} recognizes its format
7222 automatically. Thus, the following commands will list and extract the
7223 archive created in previous example:
7224
7225 @smallexample
7226 # List the compressed archive
7227 $ @kbd{tar tf archive.tar.gz}
7228 # Extract the compressed archive
7229 $ @kbd{tar xf archive.tar.gz}
7230 @end smallexample
7231
7232 The only case when you have to specify a decompression option while
7233 reading the archive is when reading from a pipe or from a tape drive
7234 that does not support random access. However, in this case @GNUTAR{}
7235 will indicate which option you should use. For example:
7236
7237 @smallexample
7238 $ @kbd{cat archive.tar.gz | tar tf -}
7239 tar: Archive is compressed. Use -z option
7240 tar: Error is not recoverable: exiting now
7241 @end smallexample
7242
7243 If you see such diagnostics, just add the suggested option to the
7244 invocation of @GNUTAR{}:
7245
7246 @smallexample
7247 $ @kbd{cat archive.tar.gz | tar tfz -}
7248 @end smallexample
7249
7250 Notice also, that there are several restrictions on operations on
7251 compressed archives. First of all, compressed archives cannot be
7252 modified, i.e., you cannot update (@option{--update} (@option{-u})) them or delete
7253 (@option{--delete}) members from them. Likewise, you cannot append
7254 another @command{tar} archive to a compressed archive using
7255 @option{--append} (@option{-r})). Secondly, multi-volume archives cannot be
7256 compressed.
7257
7258 The following table summarizes compression options used by @GNUTAR{}.
7259
7260 @table @option
7261 @opindex gzip
7262 @opindex ungzip
7263 @item -z
7264 @itemx --gzip
7265 @itemx --ungzip
7266 Filter the archive through @command{gzip}.
7267
7268 You can use @option{--gzip} and @option{--gunzip} on physical devices
7269 (tape drives, etc.) and remote files as well as on normal files; data
7270 to or from such devices or remote files is reblocked by another copy
7271 of the @command{tar} program to enforce the specified (or default) record
7272 size. The default compression parameters are used; if you need to
7273 override them, set @env{GZIP} environment variable, e.g.:
7274
7275 @smallexample
7276 $ @kbd{GZIP=--best tar cfz archive.tar.gz subdir}
7277 @end smallexample
7278
7279 @noindent
7280 Another way would be to avoid the @option{--gzip} (@option{--gunzip}, @option{--ungzip}, @option{-z}) option and run
7281 @command{gzip} explicitly:
7282
7283 @smallexample
7284 $ @kbd{tar cf - subdir | gzip --best -c - > archive.tar.gz}
7285 @end smallexample
7286
7287 @cindex corrupted archives
7288 About corrupted compressed archives: @command{gzip}'ed files have no
7289 redundancy, for maximum compression. The adaptive nature of the
7290 compression scheme means that the compression tables are implicitly
7291 spread all over the archive. If you lose a few blocks, the dynamic
7292 construction of the compression tables becomes unsynchronized, and there
7293 is little chance that you could recover later in the archive.
7294
7295 There are pending suggestions for having a per-volume or per-file
7296 compression in @GNUTAR{}. This would allow for viewing the
7297 contents without decompression, and for resynchronizing decompression at
7298 every volume or file, in case of corrupted archives. Doing so, we might
7299 lose some compressibility. But this would have make recovering easier.
7300 So, there are pros and cons. We'll see!
7301
7302 @opindex bzip2
7303 @item -j
7304 @itemx --bzip2
7305 Filter the archive through @code{bzip2}. Otherwise like @option{--gzip}.
7306
7307 @opindex compress
7308 @opindex uncompress
7309 @item -Z
7310 @itemx --compress
7311 @itemx --uncompress
7312 Filter the archive through @command{compress}. Otherwise like @option{--gzip}.
7313
7314 The @acronym{GNU} Project recommends you not use
7315 @command{compress}, because there is a patent covering the algorithm it
7316 uses. You could be sued for patent infringement merely by running
7317 @command{compress}.
7318
7319 @opindex use-compress-program
7320 @item --use-compress-program=@var{prog}
7321 Use external compression program @var{prog}. Use this option if you
7322 have a compression program that @GNUTAR{} does not support. There
7323 are two requirements to which @var{prog} should comply:
7324
7325 First, when called without options, it should read data from standard
7326 input, compress it and output it on standard output.
7327
7328 Secondly, if called with @option{-d} argument, it should do exactly
7329 the opposite, i.e., read the compressed data from the standard input
7330 and produce uncompressed data on the standard output.
7331 @end table
7332
7333 @FIXME{I have one question, or maybe it's a suggestion if there isn't a way
7334 to do it now. I would like to use @option{--gzip}, but I'd also like
7335 the output to be fed through a program like @acronym{GNU}
7336 @command{ecc} (actually, right now that's @samp{exactly} what I'd like
7337 to use :-)), basically adding ECC protection on top of compression.
7338 It seems as if this should be quite easy to do, but I can't work out
7339 exactly how to go about it. Of course, I can pipe the standard output
7340 of @command{tar} through @command{ecc}, but then I lose (though I
7341 haven't started using it yet, I confess) the ability to have
7342 @command{tar} use @command{rmt} for it's I/O (I think).
7343
7344 I think the most straightforward thing would be to let me specify a
7345 general set of filters outboard of compression (preferably ordered,
7346 so the order can be automatically reversed on input operations, and
7347 with the options they require specifiable), but beggars shouldn't be
7348 choosers and anything you decide on would be fine with me.
7349
7350 By the way, I like @command{ecc} but if (as the comments say) it can't
7351 deal with loss of block sync, I'm tempted to throw some time at adding
7352 that capability. Supposing I were to actually do such a thing and
7353 get it (apparently) working, do you accept contributed changes to
7354 utilities like that? (Leigh Clayton @file{loc@@soliton.com}, May 1995).
7355
7356 Isn't that exactly the role of the @option{--use-compress-prog=@var{program}} option?
7357 I never tried it myself, but I suspect you may want to write a
7358 @var{prog} script or program able to filter stdin to stdout to
7359 way you want. It should recognize the @option{-d} option, for when
7360 extraction is needed rather than creation.
7361
7362 It has been reported that if one writes compressed data (through the
7363 @option{--gzip} or @option{--compress} options) to a DLT and tries to use
7364 the DLT compression mode, the data will actually get bigger and one will
7365 end up with less space on the tape.}
7366
7367 @node sparse
7368 @subsection Archiving Sparse Files
7369 @cindex Sparse Files
7370 @UNREVISED
7371
7372 @table @option
7373 @opindex sparse
7374 @item -S
7375 @itemx --sparse
7376 Handle sparse files efficiently.
7377 @end table
7378
7379 This option causes all files to be put in the archive to be tested for
7380 sparseness, and handled specially if they are. The @option{--sparse}
7381 (@option{-S}) option is useful when many @code{dbm} files, for example, are being
7382 backed up. Using this option dramatically decreases the amount of
7383 space needed to store such a file.
7384
7385 In later versions, this option may be removed, and the testing and
7386 treatment of sparse files may be done automatically with any special
7387 @acronym{GNU} options. For now, it is an option needing to be specified on
7388 the command line with the creation or updating of an archive.
7389
7390 Files in the file system occasionally have ``holes.'' A hole in a file
7391 is a section of the file's contents which was never written. The
7392 contents of a hole read as all zeros. On many operating systems,
7393 actual disk storage is not allocated for holes, but they are counted
7394 in the length of the file. If you archive such a file, @command{tar}
7395 could create an archive longer than the original. To have @command{tar}
7396 attempt to recognize the holes in a file, use @option{--sparse} (@option{-S}). When
7397 you use this option, then, for any file using less disk space than
7398 would be expected from its length, @command{tar} searches the file for
7399 consecutive stretches of zeros. It then records in the archive for
7400 the file where the consecutive stretches of zeros are, and only
7401 archives the ``real contents'' of the file. On extraction (using
7402 @option{--sparse} is not needed on extraction) any such
7403 files have holes created wherever the continuous stretches of zeros
7404 were found. Thus, if you use @option{--sparse}, @command{tar} archives
7405 won't take more space than the original.
7406
7407 A file is sparse if it contains blocks of zeros whose existence is
7408 recorded, but that have no space allocated on disk. When you specify
7409 the @option{--sparse} option in conjunction with the @option{--create}
7410 (@option{-c}) operation, @command{tar} tests all files for sparseness
7411 while archiving. If @command{tar} finds a file to be sparse, it uses a
7412 sparse representation of the file in the archive. @xref{create}, for
7413 more information about creating archives.
7414
7415 @option{--sparse} is useful when archiving files, such as dbm files,
7416 likely to contain many nulls. This option dramatically
7417 decreases the amount of space needed to store such an archive.
7418
7419 @quotation
7420 @strong{Please Note:} Always use @option{--sparse} when performing file
7421 system backups, to avoid archiving the expanded forms of files stored
7422 sparsely in the system.
7423
7424 Even if your system has no sparse files currently, some may be
7425 created in the future. If you use @option{--sparse} while making file
7426 system backups as a matter of course, you can be assured the archive
7427 will never take more space on the media than the files take on disk
7428 (otherwise, archiving a disk filled with sparse files might take
7429 hundreds of tapes). @FIXME-xref{incremental when node name is set.}
7430 @end quotation
7431
7432 @command{tar} ignores the @option{--sparse} option when reading an archive.
7433
7434 @table @option
7435 @item --sparse
7436 @itemx -S
7437 Files stored sparsely in the file system are represented sparsely in
7438 the archive. Use in conjunction with write operations.
7439 @end table
7440
7441 However, users should be well aware that at archive creation time,
7442 @GNUTAR{} still has to read whole disk file to
7443 locate the @dfn{holes}, and so, even if sparse files use little space
7444 on disk and in the archive, they may sometimes require inordinate
7445 amount of time for reading and examining all-zero blocks of a file.
7446 Although it works, it's painfully slow for a large (sparse) file, even
7447 though the resulting tar archive may be small. (One user reports that
7448 dumping a @file{core} file of over 400 megabytes, but with only about
7449 3 megabytes of actual data, took about 9 minutes on a Sun Sparcstation
7450 ELC, with full CPU utilization.)
7451
7452 This reading is required in all cases and is not related to the fact
7453 the @option{--sparse} option is used or not, so by merely @emph{not}
7454 using the option, you are not saving time@footnote{Well! We should say
7455 the whole truth, here. When @option{--sparse} is selected while creating
7456 an archive, the current @command{tar} algorithm requires sparse files to be
7457 read twice, not once. We hope to develop a new archive format for saving
7458 sparse files in which one pass will be sufficient.}.
7459
7460 Programs like @command{dump} do not have to read the entire file; by
7461 examining the file system directly, they can determine in advance
7462 exactly where the holes are and thus avoid reading through them. The
7463 only data it need read are the actual allocated data blocks.
7464 @GNUTAR{} uses a more portable and straightforward
7465 archiving approach, it would be fairly difficult that it does
7466 otherwise. Elizabeth Zwicky writes to @file{comp.unix.internals}, on
7467 1990-12-10:
7468
7469 @quotation
7470 What I did say is that you cannot tell the difference between a hole and an
7471 equivalent number of nulls without reading raw blocks. @code{st_blocks} at
7472 best tells you how many holes there are; it doesn't tell you @emph{where}.
7473 Just as programs may, conceivably, care what @code{st_blocks} is (care
7474 to name one that does?), they may also care where the holes are (I have
7475 no examples of this one either, but it's equally imaginable).
7476
7477 I conclude from this that good archivers are not portable. One can
7478 arguably conclude that if you want a portable program, you can in good
7479 conscience restore files with as many holes as possible, since you can't
7480 get it right.
7481 @end quotation
7482
7483 @node Attributes
7484 @section Handling File Attributes
7485 @UNREVISED
7486
7487 When @command{tar} reads files, it updates their access times. To
7488 avoid this, use the @option{--atime-preserve[=METHOD]} option, which can either
7489 reset the access time retroactively or avoid changing it in the first
7490 place.
7491
7492 Handling of file attributes
7493
7494 @table @option
7495 @opindex atime-preserve
7496 @item --atime-preserve
7497 @itemx --atime-preserve=replace
7498 @itemx --atime-preserve=system
7499 Preserve the access times of files that are read. This works only for
7500 files that you own, unless you have superuser privileges.
7501
7502 @option{--atime-preserve=replace} works on most systems, but it also
7503 restores the data modification time and updates the status change
7504 time. Hence it doesn't interact with incremental dumps nicely
7505 (@pxref{Backups}), and it can set access or data modification times
7506 incorrectly if other programs access the file while @command{tar} is
7507 running.
7508
7509 @option{--atime-preserve=system} avoids changing the access time in
7510 the first place, if the operating system supports this.
7511 Unfortunately, this may or may not work on any given operating system
7512 or file system. If @command{tar} knows for sure it won't work, it
7513 complains right away.
7514
7515 Currently @option{--atime-preserve} with no operand defaults to
7516 @option{--atime-preserve=replace}, but this is intended to change to
7517 @option{--atime-preserve=system} when the latter is better-supported.
7518
7519 @opindex touch
7520 @item -m
7521 @itemx --touch
7522 Do not extract data modification time.
7523
7524 When this option is used, @command{tar} leaves the data modification times
7525 of the files it extracts as the times when the files were extracted,
7526 instead of setting it to the times recorded in the archive.
7527
7528 This option is meaningless with @option{--list} (@option{-t}).
7529
7530 @opindex same-owner
7531 @item --same-owner
7532 Create extracted files with the same ownership they have in the
7533 archive.
7534
7535 This is the default behavior for the superuser,
7536 so this option is meaningful only for non-root users, when @command{tar}
7537 is executed on those systems able to give files away. This is
7538 considered as a security flaw by many people, at least because it
7539 makes quite difficult to correctly account users for the disk space
7540 they occupy. Also, the @code{suid} or @code{sgid} attributes of
7541 files are easily and silently lost when files are given away.
7542
7543 When writing an archive, @command{tar} writes the user id and user name
7544 separately. If it can't find a user name (because the user id is not
7545 in @file{/etc/passwd}), then it does not write one. When restoring,
7546 and doing a @code{chmod} like when you use @option{--same-permissions},
7547 @FIXME{same-owner?}it tries to look the name (if one was written)
7548 up in @file{/etc/passwd}. If it fails, then it uses the user id
7549 stored in the archive instead.
7550
7551 @opindex no-same-owner
7552 @item --no-same-owner
7553 @itemx -o
7554 Do not attempt to restore ownership when extracting. This is the
7555 default behavior for ordinary users, so this option has an effect
7556 only for the superuser.
7557
7558 @opindex numeric-owner
7559 @item --numeric-owner
7560 The @option{--numeric-owner} option allows (ANSI) archives to be written
7561 without user/group name information or such information to be ignored
7562 when extracting. It effectively disables the generation and/or use
7563 of user/group name information. This option forces extraction using
7564 the numeric ids from the archive, ignoring the names.
7565
7566 This is useful in certain circumstances, when restoring a backup from
7567 an emergency floppy with different passwd/group files for example.
7568 It is otherwise impossible to extract files with the right ownerships
7569 if the password file in use during the extraction does not match the
7570 one belonging to the file system(s) being extracted. This occurs,
7571 for example, if you are restoring your files after a major crash and
7572 had booted from an emergency floppy with no password file or put your
7573 disk into another machine to do the restore.
7574
7575 The numeric ids are @emph{always} saved into @command{tar} archives.
7576 The identifying names are added at create time when provided by the
7577 system, unless @option{--old-archive} (@option{-o}) is used. Numeric ids could be
7578 used when moving archives between a collection of machines using
7579 a centralized management for attribution of numeric ids to users
7580 and groups. This is often made through using the NIS capabilities.
7581
7582 When making a @command{tar} file for distribution to other sites, it
7583 is sometimes cleaner to use a single owner for all files in the
7584 distribution, and nicer to specify the write permission bits of the
7585 files as stored in the archive independently of their actual value on
7586 the file system. The way to prepare a clean distribution is usually
7587 to have some Makefile rule creating a directory, copying all needed
7588 files in that directory, then setting ownership and permissions as
7589 wanted (there are a lot of possible schemes), and only then making a
7590 @command{tar} archive out of this directory, before cleaning
7591 everything out. Of course, we could add a lot of options to
7592 @GNUTAR{} for fine tuning permissions and ownership.
7593 This is not the good way, I think. @GNUTAR{} is
7594 already crowded with options and moreover, the approach just explained
7595 gives you a great deal of control already.
7596
7597 @opindex same-permissions, short description
7598 @opindex preserve-permissions, short description
7599 @item -p
7600 @itemx --same-permissions
7601 @itemx --preserve-permissions
7602 Extract all protection information.
7603
7604 This option causes @command{tar} to set the modes (access permissions) of
7605 extracted files exactly as recorded in the archive. If this option
7606 is not used, the current @code{umask} setting limits the permissions
7607 on extracted files. This option is by default enabled when
7608 @command{tar} is executed by a superuser.
7609
7610
7611 This option is meaningless with @option{--list} (@option{-t}).
7612
7613 @opindex preserve
7614 @item --preserve
7615 Same as both @option{--same-permissions} and @option{--same-order}.
7616
7617 The @option{--preserve} option has no equivalent short option name.
7618 It is equivalent to @option{--same-permissions} plus @option{--same-order}.
7619
7620 @FIXME{I do not see the purpose of such an option. (Neither I. FP.)}
7621
7622 @end table
7623
7624 @node Standard
7625 @section Basic Tar Format
7626 @UNREVISED
7627
7628 While an archive may contain many files, the archive itself is a
7629 single ordinary file. Like any other file, an archive file can be
7630 written to a storage device such as a tape or disk, sent through a
7631 pipe or over a network, saved on the active file system, or even
7632 stored in another archive. An archive file is not easy to read or
7633 manipulate without using the @command{tar} utility or Tar mode in
7634 @acronym{GNU} Emacs.
7635
7636 Physically, an archive consists of a series of file entries terminated
7637 by an end-of-archive entry, which consists of two 512 blocks of zero
7638 bytes. A file
7639 entry usually describes one of the files in the archive (an
7640 @dfn{archive member}), and consists of a file header and the contents
7641 of the file. File headers contain file names and statistics, checksum
7642 information which @command{tar} uses to detect file corruption, and
7643 information about file types.
7644
7645 Archives are permitted to have more than one member with the same
7646 member name. One way this situation can occur is if more than one
7647 version of a file has been stored in the archive. For information
7648 about adding new versions of a file to an archive, see @ref{update}.
7649 @FIXME-xref{To learn more about having more than one archive member with the
7650 same name, see -backup node, when it's written.}
7651
7652 In addition to entries describing archive members, an archive may
7653 contain entries which @command{tar} itself uses to store information.
7654 @xref{label}, for an example of such an archive entry.
7655
7656 A @command{tar} archive file contains a series of blocks. Each block
7657 contains @code{BLOCKSIZE} bytes. Although this format may be thought
7658 of as being on magnetic tape, other media are often used.
7659
7660 Each file archived is represented by a header block which describes
7661 the file, followed by zero or more blocks which give the contents
7662 of the file. At the end of the archive file there are two 512-byte blocks
7663 filled with binary zeros as an end-of-file marker. A reasonable system
7664 should write such end-of-file marker at the end of an archive, but
7665 must not assume that such a block exists when reading an archive. In
7666 particular @GNUTAR{} always issues a warning if it does not encounter it.
7667
7668 The blocks may be @dfn{blocked} for physical I/O operations.
7669 Each record of @var{n} blocks (where @var{n} is set by the
7670 @option{--blocking-factor=@var{512-size}} (@option{-b @var{512-size}}) option to @command{tar}) is written with a single
7671 @w{@samp{write ()}} operation. On magnetic tapes, the result of
7672 such a write is a single record. When writing an archive,
7673 the last record of blocks should be written at the full size, with
7674 blocks after the zero block containing all zeros. When reading
7675 an archive, a reasonable system should properly handle an archive
7676 whose last record is shorter than the rest, or which contains garbage
7677 records after a zero block.
7678
7679 The header block is defined in C as follows. In the @GNUTAR{}
7680 distribution, this is part of file @file{src/tar.h}:
7681
7682 @smallexample
7683 @include header.texi
7684 @end smallexample
7685
7686 All characters in header blocks are represented by using 8-bit
7687 characters in the local variant of ASCII. Each field within the
7688 structure is contiguous; that is, there is no padding used within
7689 the structure. Each character on the archive medium is stored
7690 contiguously.
7691
7692 Bytes representing the contents of files (after the header block
7693 of each file) are not translated in any way and are not constrained
7694 to represent characters in any character set. The @command{tar} format
7695 does not distinguish text files from binary files, and no translation
7696 of file contents is performed.
7697
7698 The @code{name}, @code{linkname}, @code{magic}, @code{uname}, and
7699 @code{gname} are null-terminated character strings. All other fields
7700 are zero-filled octal numbers in ASCII. Each numeric field of width
7701 @var{w} contains @var{w} minus 1 digits, and a null.
7702
7703 The @code{name} field is the file name of the file, with directory names
7704 (if any) preceding the file name, separated by slashes.
7705
7706 @FIXME{how big a name before field overflows?}
7707
7708 The @code{mode} field provides nine bits specifying file permissions
7709 and three bits to specify the Set UID, Set GID, and Save Text
7710 (@dfn{sticky}) modes. Values for these bits are defined above.
7711 When special permissions are required to create a file with a given
7712 mode, and the user restoring files from the archive does not hold such
7713 permissions, the mode bit(s) specifying those special permissions
7714 are ignored. Modes which are not supported by the operating system
7715 restoring files from the archive will be ignored. Unsupported modes
7716 should be faked up when creating or updating an archive; e.g., the
7717 group permission could be copied from the @emph{other} permission.
7718
7719 The @code{uid} and @code{gid} fields are the numeric user and group
7720 ID of the file owners, respectively. If the operating system does
7721 not support numeric user or group IDs, these fields should be ignored.
7722
7723 The @code{size} field is the size of the file in bytes; linked files
7724 are archived with this field specified as zero. @FIXME-xref{Modifiers, in
7725 particular the @option{--incremental} (@option{-G}) option.}
7726
7727 The @code{mtime} field is the data modification time of the file at
7728 the time it was archived. It is the ASCII representation of the octal
7729 value of the last time the file's contents were modified, represented
7730 as an integer number of
7731 seconds since January 1, 1970, 00:00 Coordinated Universal Time.
7732
7733 The @code{chksum} field is the ASCII representation of the octal value
7734 of the simple sum of all bytes in the header block. Each 8-bit
7735 byte in the header is added to an unsigned integer, initialized to
7736 zero, the precision of which shall be no less than seventeen bits.
7737 When calculating the checksum, the @code{chksum} field is treated as
7738 if it were all blanks.
7739
7740 The @code{typeflag} field specifies the type of file archived. If a
7741 particular implementation does not recognize or permit the specified
7742 type, the file will be extracted as if it were a regular file. As this
7743 action occurs, @command{tar} issues a warning to the standard error.
7744
7745 The @code{atime} and @code{ctime} fields are used in making incremental
7746 backups; they store, respectively, the particular file's access and
7747 status change times.
7748
7749 The @code{offset} is used by the @option{--multi-volume} (@option{-M}) option, when
7750 making a multi-volume archive. The offset is number of bytes into
7751 the file that we need to restart at to continue the file on the next
7752 tape, i.e., where we store the location that a continued file is
7753 continued at.
7754
7755 The following fields were added to deal with sparse files. A file
7756 is @dfn{sparse} if it takes in unallocated blocks which end up being
7757 represented as zeros, i.e., no useful data. A test to see if a file
7758 is sparse is to look at the number blocks allocated for it versus the
7759 number of characters in the file; if there are fewer blocks allocated
7760 for the file than would normally be allocated for a file of that
7761 size, then the file is sparse. This is the method @command{tar} uses to
7762 detect a sparse file, and once such a file is detected, it is treated
7763 differently from non-sparse files.
7764
7765 Sparse files are often @code{dbm} files, or other database-type files
7766 which have data at some points and emptiness in the greater part of
7767 the file. Such files can appear to be very large when an @samp{ls
7768 -l} is done on them, when in truth, there may be a very small amount
7769 of important data contained in the file. It is thus undesirable
7770 to have @command{tar} think that it must back up this entire file, as
7771 great quantities of room are wasted on empty blocks, which can lead
7772 to running out of room on a tape far earlier than is necessary.
7773 Thus, sparse files are dealt with so that these empty blocks are
7774 not written to the tape. Instead, what is written to the tape is a
7775 description, of sorts, of the sparse file: where the holes are, how
7776 big the holes are, and how much data is found at the end of the hole.
7777 This way, the file takes up potentially far less room on the tape,
7778 and when the file is extracted later on, it will look exactly the way
7779 it looked beforehand. The following is a description of the fields
7780 used to handle a sparse file:
7781
7782 The @code{sp} is an array of @code{struct sparse}. Each @code{struct
7783 sparse} contains two 12-character strings which represent an offset
7784 into the file and a number of bytes to be written at that offset.
7785 The offset is absolute, and not relative to the offset in preceding
7786 array element.
7787
7788 The header can hold four of these @code{struct sparse} at the moment;
7789 if more are needed, they are not stored in the header.
7790
7791 The @code{isextended} flag is set when an @code{extended_header}
7792 is needed to deal with a file. Note that this means that this flag
7793 can only be set when dealing with a sparse file, and it is only set
7794 in the event that the description of the file will not fit in the
7795 allotted room for sparse structures in the header. In other words,
7796 an extended_header is needed.
7797
7798 The @code{extended_header} structure is used for sparse files which
7799 need more sparse structures than can fit in the header. The header can
7800 fit 4 such structures; if more are needed, the flag @code{isextended}
7801 gets set and the next block is an @code{extended_header}.
7802
7803 Each @code{extended_header} structure contains an array of 21
7804 sparse structures, along with a similar @code{isextended} flag
7805 that the header had. There can be an indeterminate number of such
7806 @code{extended_header}s to describe a sparse file.
7807
7808 @table @asis
7809
7810 @item @code{REGTYPE}
7811 @itemx @code{AREGTYPE}
7812 These flags represent a regular file. In order to be compatible
7813 with older versions of @command{tar}, a @code{typeflag} value of
7814 @code{AREGTYPE} should be silently recognized as a regular file.
7815 New archives should be created using @code{REGTYPE}. Also, for
7816 backward compatibility, @command{tar} treats a regular file whose name
7817 ends with a slash as a directory.
7818
7819 @item @code{LNKTYPE}
7820 This flag represents a file linked to another file, of any type,
7821 previously archived. Such files are identified in Unix by each
7822 file having the same device and inode number. The linked-to name is
7823 specified in the @code{linkname} field with a trailing null.
7824
7825 @item @code{SYMTYPE}
7826 This represents a symbolic link to another file. The linked-to name
7827 is specified in the @code{linkname} field with a trailing null.
7828
7829 @item @code{CHRTYPE}
7830 @itemx @code{BLKTYPE}
7831 These represent character special files and block special files
7832 respectively. In this case the @code{devmajor} and @code{devminor}
7833 fields will contain the major and minor device numbers respectively.
7834 Operating systems may map the device specifications to their own
7835 local specification, or may ignore the entry.
7836
7837 @item @code{DIRTYPE}
7838 This flag specifies a directory or sub-directory. The directory
7839 name in the @code{name} field should end with a slash. On systems where
7840 disk allocation is performed on a directory basis, the @code{size} field
7841 will contain the maximum number of bytes (which may be rounded to
7842 the nearest disk block allocation unit) which the directory may
7843 hold. A @code{size} field of zero indicates no such limiting. Systems
7844 which do not support limiting in this manner should ignore the
7845 @code{size} field.
7846
7847 @item @code{FIFOTYPE}
7848 This specifies a FIFO special file. Note that the archiving of a
7849 FIFO file archives the existence of this file and not its contents.
7850
7851 @item @code{CONTTYPE}
7852 This specifies a contiguous file, which is the same as a normal
7853 file except that, in operating systems which support it, all its
7854 space is allocated contiguously on the disk. Operating systems
7855 which do not allow contiguous allocation should silently treat this
7856 type as a normal file.
7857
7858 @item @code{A} @dots{} @code{Z}
7859 These are reserved for custom implementations. Some of these are
7860 used in the @acronym{GNU} modified format, as described below.
7861
7862 @end table
7863
7864 Other values are reserved for specification in future revisions of
7865 the P1003 standard, and should not be used by any @command{tar} program.
7866
7867 The @code{magic} field indicates that this archive was output in
7868 the P1003 archive format. If this field contains @code{TMAGIC},
7869 the @code{uname} and @code{gname} fields will contain the ASCII
7870 representation of the owner and group of the file respectively.
7871 If found, the user and group IDs are used rather than the values in
7872 the @code{uid} and @code{gid} fields.
7873
7874 For references, see ISO/IEC 9945-1:1990 or IEEE Std 1003.1-1990, pages
7875 169-173 (section 10.1) for @cite{Archive/Interchange File Format}; and
7876 IEEE Std 1003.2-1992, pages 380-388 (section 4.48) and pages 936-940
7877 (section E.4.48) for @cite{pax - Portable archive interchange}.
7878
7879 @node Extensions
7880 @section @acronym{GNU} Extensions to the Archive Format
7881 @UNREVISED
7882
7883 The @acronym{GNU} format uses additional file types to describe new types of
7884 files in an archive. These are listed below.
7885
7886 @table @code
7887 @item GNUTYPE_DUMPDIR
7888 @itemx 'D'
7889 This represents a directory and a list of files created by the
7890 @option{--incremental} (@option{-G}) option. The @code{size} field gives the total
7891 size of the associated list of files. Each file name is preceded by
7892 either a @samp{Y} (the file should be in this archive) or an @samp{N}.
7893 (The file is a directory, or is not stored in the archive.) Each file
7894 name is terminated by a null. There is an additional null after the
7895 last file name.
7896
7897 @item GNUTYPE_MULTIVOL
7898 @itemx 'M'
7899 This represents a file continued from another volume of a multi-volume
7900 archive created with the @option{--multi-volume} (@option{-M}) option. The original
7901 type of the file is not given here. The @code{size} field gives the
7902 maximum size of this piece of the file (assuming the volume does
7903 not end before the file is written out). The @code{offset} field
7904 gives the offset from the beginning of the file where this part of
7905 the file begins. Thus @code{size} plus @code{offset} should equal
7906 the original size of the file.
7907
7908 @item GNUTYPE_SPARSE
7909 @itemx 'S'
7910 This flag indicates that we are dealing with a sparse file. Note
7911 that archiving a sparse file requires special operations to find
7912 holes in the file, which mark the positions of these holes, along
7913 with the number of bytes of data to be found after the hole.
7914
7915 @item GNUTYPE_VOLHDR
7916 @itemx 'V'
7917 This file type is used to mark the volume header that was given with
7918 the @option{--label=@var{archive-label}} (@option{-V @var{archive-label}}) option when the archive was created. The @code{name}
7919 field contains the @code{name} given after the @option{--label=@var{archive-label}} (@option{-V @var{archive-label}}) option.
7920 The @code{size} field is zero. Only the first file in each volume
7921 of an archive should have this type.
7922
7923 @end table
7924
7925 You may have trouble reading a @acronym{GNU} format archive on a
7926 non-@acronym{GNU} system if the options @option{--incremental} (@option{-G}),
7927 @option{--multi-volume} (@option{-M}), @option{--sparse} (@option{-S}), or @option{--label=@var{archive-label}} (@option{-V @var{archive-label}}) were
7928 used when writing the archive. In general, if @command{tar} does not
7929 use the @acronym{GNU}-added fields of the header, other versions of
7930 @command{tar} should be able to read the archive. Otherwise, the
7931 @command{tar} program will give an error, the most likely one being a
7932 checksum error.
7933
7934 @node cpio
7935 @section Comparison of @command{tar} and @command{cpio}
7936 @UNREVISED
7937
7938 @FIXME{Reorganize the following material}
7939
7940 The @command{cpio} archive formats, like @command{tar}, do have maximum
7941 pathname lengths. The binary and old ASCII formats have a max path
7942 length of 256, and the new ASCII and CRC ASCII formats have a max
7943 path length of 1024. @acronym{GNU} @command{cpio} can read and write archives
7944 with arbitrary pathname lengths, but other @command{cpio} implementations
7945 may crash unexplainedly trying to read them.
7946
7947 @command{tar} handles symbolic links in the form in which it comes in BSD;
7948 @command{cpio} doesn't handle symbolic links in the form in which it comes
7949 in System V prior to SVR4, and some vendors may have added symlinks
7950 to their system without enhancing @command{cpio} to know about them.
7951 Others may have enhanced it in a way other than the way I did it
7952 at Sun, and which was adopted by AT&T (and which is, I think, also
7953 present in the @command{cpio} that Berkeley picked up from AT&T and put
7954 into a later BSD release---I think I gave them my changes).
7955
7956 (SVR4 does some funny stuff with @command{tar}; basically, its @command{cpio}
7957 can handle @command{tar} format input, and write it on output, and it
7958 probably handles symbolic links. They may not have bothered doing
7959 anything to enhance @command{tar} as a result.)
7960
7961 @command{cpio} handles special files; traditional @command{tar} doesn't.
7962
7963 @command{tar} comes with V7, System III, System V, and BSD source;
7964 @command{cpio} comes only with System III, System V, and later BSD
7965 (4.3-tahoe and later).
7966
7967 @command{tar}'s way of handling multiple hard links to a file can handle
7968 file systems that support 32-bit inumbers (e.g., the BSD file system);
7969 @command{cpio}s way requires you to play some games (in its "binary"
7970 format, i-numbers are only 16 bits, and in its "portable ASCII" format,
7971 they're 18 bits---it would have to play games with the "file system ID"
7972 field of the header to make sure that the file system ID/i-number pairs
7973 of different files were always different), and I don't know which
7974 @command{cpio}s, if any, play those games. Those that don't might get
7975 confused and think two files are the same file when they're not, and
7976 make hard links between them.
7977
7978 @command{tar}s way of handling multiple hard links to a file places only
7979 one copy of the link on the tape, but the name attached to that copy
7980 is the @emph{only} one you can use to retrieve the file; @command{cpio}s
7981 way puts one copy for every link, but you can retrieve it using any
7982 of the names.
7983
7984 @quotation
7985 What type of check sum (if any) is used, and how is this calculated.
7986 @end quotation
7987
7988 See the attached manual pages for @command{tar} and @command{cpio} format.
7989 @command{tar} uses a checksum which is the sum of all the bytes in the
7990 @command{tar} header for a file; @command{cpio} uses no checksum.
7991
7992 @quotation
7993 If anyone knows why @command{cpio} was made when @command{tar} was present
7994 at the unix scene,
7995 @end quotation
7996
7997 It wasn't. @command{cpio} first showed up in PWB/UNIX 1.0; no
7998 generally-available version of UNIX had @command{tar} at the time. I don't
7999 know whether any version that was generally available @emph{within AT&T}
8000 had @command{tar}, or, if so, whether the people within AT&T who did
8001 @command{cpio} knew about it.
8002
8003 On restore, if there is a corruption on a tape @command{tar} will stop at
8004 that point, while @command{cpio} will skip over it and try to restore the
8005 rest of the files.
8006
8007 The main difference is just in the command syntax and header format.
8008
8009 @command{tar} is a little more tape-oriented in that everything is blocked
8010 to start on a record boundary.
8011
8012 @quotation
8013 Is there any differences between the ability to recover crashed
8014 archives between the two of them. (Is there any chance of recovering
8015 crashed archives at all.)
8016 @end quotation
8017
8018 Theoretically it should be easier under @command{tar} since the blocking
8019 lets you find a header with some variation of @samp{dd skip=@var{nn}}.
8020 However, modern @command{cpio}'s and variations have an option to just
8021 search for the next file header after an error with a reasonable chance
8022 of resyncing. However, lots of tape driver software won't allow you to
8023 continue past a media error which should be the only reason for getting
8024 out of sync unless a file changed sizes while you were writing the
8025 archive.
8026
8027 @quotation
8028 If anyone knows why @command{cpio} was made when @command{tar} was present
8029 at the unix scene, please tell me about this too.
8030 @end quotation
8031
8032 Probably because it is more media efficient (by not blocking everything
8033 and using only the space needed for the headers where @command{tar}
8034 always uses 512 bytes per file header) and it knows how to archive
8035 special files.
8036
8037 You might want to look at the freely available alternatives. The
8038 major ones are @command{afio}, @GNUTAR{}, and
8039 @command{pax}, each of which have their own extensions with some
8040 backwards compatibility.
8041
8042 Sparse files were @command{tar}red as sparse files (which you can
8043 easily test, because the resulting archive gets smaller, and
8044 @acronym{GNU} @command{cpio} can no longer read it).
8045
8046 @node Media
8047 @chapter Tapes and Other Archive Media
8048 @UNREVISED
8049
8050 A few special cases about tape handling warrant more detailed
8051 description. These special cases are discussed below.
8052
8053 Many complexities surround the use of @command{tar} on tape drives. Since
8054 the creation and manipulation of archives located on magnetic tape was
8055 the original purpose of @command{tar}, it contains many features making
8056 such manipulation easier.
8057
8058 Archives are usually written on dismountable media---tape cartridges,
8059 mag tapes, or floppy disks.
8060
8061 The amount of data a tape or disk holds depends not only on its size,
8062 but also on how it is formatted. A 2400 foot long reel of mag tape
8063 holds 40 megabytes of data when formatted at 1600 bits per inch. The
8064 physically smaller EXABYTE tape cartridge holds 2.3 gigabytes.
8065
8066 Magnetic media are re-usable---once the archive on a tape is no longer
8067 needed, the archive can be erased and the tape or disk used over.
8068 Media quality does deteriorate with use, however. Most tapes or disks
8069 should be discarded when they begin to produce data errors. EXABYTE
8070 tape cartridges should be discarded when they generate an @dfn{error
8071 count} (number of non-usable bits) of more than 10k.
8072
8073 Magnetic media are written and erased using magnetic fields, and
8074 should be protected from such fields to avoid damage to stored data.
8075 Sticking a floppy disk to a filing cabinet using a magnet is probably
8076 not a good idea.
8077
8078 @menu
8079 * Device:: Device selection and switching
8080 * Remote Tape Server::
8081 * Common Problems and Solutions::
8082 * Blocking:: Blocking
8083 * Many:: Many archives on one tape
8084 * Using Multiple Tapes:: Using Multiple Tapes
8085 * label:: Including a Label in the Archive
8086 * verify::
8087 * Write Protection::
8088 @end menu
8089
8090 @node Device
8091 @section Device Selection and Switching
8092 @UNREVISED
8093
8094 @table @option
8095 @item -f [@var{hostname}:]@var{file}
8096 @itemx --file=[@var{hostname}:]@var{file}
8097 Use archive file or device @var{file} on @var{hostname}.
8098 @end table
8099
8100 This option is used to specify the file name of the archive @command{tar}
8101 works on.
8102
8103 If the file name is @samp{-}, @command{tar} reads the archive from standard
8104 input (when listing or extracting), or writes it to standard output
8105 (when creating). If the @samp{-} file name is given when updating an
8106 archive, @command{tar} will read the original archive from its standard
8107 input, and will write the entire new archive to its standard output.
8108
8109 If the file name contains a @samp{:}, it is interpreted as
8110 @samp{hostname:file name}. If the @var{hostname} contains an @dfn{at}
8111 sign (@samp{@@}), it is treated as @samp{user@@hostname:file name}. In
8112 either case, @command{tar} will invoke the command @command{rsh} (or
8113 @command{remsh}) to start up an @command{/usr/libexec/rmt} on the remote
8114 machine. If you give an alternate login name, it will be given to the
8115 @command{rsh}.
8116 Naturally, the remote machine must have an executable
8117 @command{/usr/libexec/rmt}. This program is free software from the
8118 University of California, and a copy of the source code can be found
8119 with the sources for @command{tar}; it's compiled and installed by default.
8120 The exact path to this utility is determined when configuring the package.
8121 It is @file{@var{prefix}/libexec/rmt}, where @var{prefix} stands for
8122 your installation prefix. This location may also be overridden at
8123 runtime by using @option{rmt-command=@var{command}} option (@xref{Option Summary,
8124 ---rmt-command}, for detailed description of this option. @xref{Remote
8125 Tape Server}, for the description of @command{rmt} command).
8126
8127 If this option is not given, but the environment variable @env{TAPE}
8128 is set, its value is used; otherwise, old versions of @command{tar}
8129 used a default archive name (which was picked when @command{tar} was
8130 compiled). The default is normally set up to be the @dfn{first} tape
8131 drive or other transportable I/O medium on the system.
8132
8133 Starting with version 1.11.5, @GNUTAR{} uses
8134 standard input and standard output as the default device, and I will
8135 not try anymore supporting automatic device detection at installation
8136 time. This was failing really in too many cases, it was hopeless.
8137 This is now completely left to the installer to override standard
8138 input and standard output for default device, if this seems
8139 preferable. Further, I think @emph{most} actual usages of
8140 @command{tar} are done with pipes or disks, not really tapes,
8141 cartridges or diskettes.
8142
8143 Some users think that using standard input and output is running
8144 after trouble. This could lead to a nasty surprise on your screen if
8145 you forget to specify an output file name---especially if you are going
8146 through a network or terminal server capable of buffering large amounts
8147 of output. We had so many bug reports in that area of configuring
8148 default tapes automatically, and so many contradicting requests, that
8149 we finally consider the problem to be portably intractable. We could
8150 of course use something like @samp{/dev/tape} as a default, but this
8151 is @emph{also} running after various kind of trouble, going from hung
8152 processes to accidental destruction of real tapes. After having seen
8153 all this mess, using standard input and output as a default really
8154 sounds like the only clean choice left, and a very useful one too.
8155
8156 @GNUTAR{} reads and writes archive in records, I
8157 suspect this is the main reason why block devices are preferred over
8158 character devices. Most probably, block devices are more efficient
8159 too. The installer could also check for @samp{DEFTAPE} in
8160 @file{<sys/mtio.h>}.
8161
8162 @table @option
8163 @opindex force-local, short description
8164 @item --force-local
8165 Archive file is local even if it contains a colon.
8166
8167 @opindex rsh-command
8168 @item --rsh-command=@var{command}
8169 Use remote @var{command} instead of @command{rsh}. This option exists
8170 so that people who use something other than the standard @command{rsh}
8171 (e.g., a Kerberized @command{rsh}) can access a remote device.
8172
8173 When this command is not used, the shell command found when
8174 the @command{tar} program was installed is used instead. This is
8175 the first found of @file{/usr/ucb/rsh}, @file{/usr/bin/remsh},
8176 @file{/usr/bin/rsh}, @file{/usr/bsd/rsh} or @file{/usr/bin/nsh}.
8177 The installer may have overridden this by defining the environment
8178 variable @env{RSH} @emph{at installation time}.
8179
8180 @item -[0-7][lmh]
8181 Specify drive and density.
8182
8183 @opindex multi-volume, short description
8184 @item -M
8185 @itemx --multi-volume
8186 Create/list/extract multi-volume archive.
8187
8188 This option causes @command{tar} to write a @dfn{multi-volume} archive---one
8189 that may be larger than will fit on the medium used to hold it.
8190 @xref{Multi-Volume Archives}.
8191
8192 @opindex tape-length, short description
8193 @item -L @var{num}
8194 @itemx --tape-length=@var{num}
8195 Change tape after writing @var{num} x 1024 bytes.
8196
8197 This option might be useful when your tape drivers do not properly
8198 detect end of physical tapes. By being slightly conservative on the
8199 maximum tape length, you might avoid the problem entirely.
8200
8201 @opindex info-script, short description
8202 @opindex new-volume-script, short description
8203 @item -F @var{file}
8204 @itemx --info-script=@var{file}
8205 @itemx --new-volume-script=@var{file}
8206 Execute @file{file} at end of each tape. This implies
8207 @option{--multi-volume} (@option{-M}). @xref{info-script}, for a detailed
8208 description of this option.
8209 @end table
8210
8211 @node Remote Tape Server
8212 @section The Remote Tape Server
8213
8214 @cindex remote tape drive
8215 @pindex rmt
8216 In order to access the tape drive on a remote machine, @command{tar}
8217 uses the remote tape server written at the University of California at
8218 Berkeley. The remote tape server must be installed as
8219 @file{@var{prefix}/libexec/rmt} on any machine whose tape drive you
8220 want to use. @command{tar} calls @command{rmt} by running an
8221 @command{rsh} or @command{remsh} to the remote machine, optionally
8222 using a different login name if one is supplied.
8223
8224 A copy of the source for the remote tape server is provided. It is
8225 Copyright @copyright{} 1983 by the Regents of the University of
8226 California, but can be freely distributed. It is compiled and
8227 installed by default.
8228
8229 @cindex absolute file names
8230 Unless you use the @option{--absolute-names} (@option{-P}) option,
8231 @GNUTAR{} will not allow you to create an archive that contains
8232 absolute file names (a file name beginning with @samp{/}.) If you try,
8233 @command{tar} will automatically remove the leading @samp{/} from the
8234 file names it stores in the archive. It will also type a warning
8235 message telling you what it is doing.
8236
8237 When reading an archive that was created with a different
8238 @command{tar} program, @GNUTAR{} automatically
8239 extracts entries in the archive which have absolute file names as if
8240 the file names were not absolute. This is an important feature. A
8241 visitor here once gave a @command{tar} tape to an operator to restore;
8242 the operator used Sun @command{tar} instead of @GNUTAR{},
8243 and the result was that it replaced large portions of
8244 our @file{/bin} and friends with versions from the tape; needless to
8245 say, we were unhappy about having to recover the file system from
8246 backup tapes.
8247
8248 For example, if the archive contained a file @file{/usr/bin/computoy},
8249 @GNUTAR{} would extract the file to @file{usr/bin/computoy},
8250 relative to the current directory. If you want to extract the files in
8251 an archive to the same absolute names that they had when the archive
8252 was created, you should do a @samp{cd /} before extracting the files
8253 from the archive, or you should either use the @option{--absolute-names}
8254 option, or use the command @samp{tar -C / @dots{}}.
8255
8256 @cindex Ultrix 3.1 and write failure
8257 Some versions of Unix (Ultrix 3.1 is known to have this problem),
8258 can claim that a short write near the end of a tape succeeded,
8259 when it actually failed. This will result in the -M option not
8260 working correctly. The best workaround at the moment is to use a
8261 significantly larger blocking factor than the default 20.
8262
8263 In order to update an archive, @command{tar} must be able to backspace the
8264 archive in order to reread or rewrite a record that was just read (or
8265 written). This is currently possible only on two kinds of files: normal
8266 disk files (or any other file that can be backspaced with @samp{lseek}),
8267 and industry-standard 9-track magnetic tape (or any other kind of tape
8268 that can be backspaced with the @code{MTIOCTOP} @code{ioctl}.
8269
8270 This means that the @option{--append}, @option{--concatenate}, and
8271 @option{--delete} commands will not work on any other kind of file.
8272 Some media simply cannot be backspaced, which means these commands and
8273 options will never be able to work on them. These non-backspacing
8274 media include pipes and cartridge tape drives.
8275
8276 Some other media can be backspaced, and @command{tar} will work on them
8277 once @command{tar} is modified to do so.
8278
8279 Archives created with the @option{--multi-volume}, @option{--label}, and
8280 @option{--incremental} (@option{-G}) options may not be readable by other version
8281 of @command{tar}. In particular, restoring a file that was split over
8282 a volume boundary will require some careful work with @command{dd}, if
8283 it can be done at all. Other versions of @command{tar} may also create
8284 an empty file whose name is that of the volume header. Some versions
8285 of @command{tar} may create normal files instead of directories archived
8286 with the @option{--incremental} (@option{-G}) option.
8287
8288 @node Common Problems and Solutions
8289 @section Some Common Problems and their Solutions
8290
8291 @ifclear PUBLISH
8292
8293 @format
8294 errors from system:
8295 permission denied
8296 no such file or directory
8297 not owner
8298
8299 errors from @command{tar}:
8300 directory checksum error
8301 header format error
8302
8303 errors from media/system:
8304 i/o error
8305 device busy
8306 @end format
8307
8308 @end ifclear
8309
8310 @node Blocking
8311 @section Blocking
8312 @UNREVISED
8313
8314 @dfn{Block} and @dfn{record} terminology is rather confused, and it
8315 is also confusing to the expert reader. On the other hand, readers
8316 who are new to the field have a fresh mind, and they may safely skip
8317 the next two paragraphs, as the remainder of this manual uses those
8318 two terms in a quite consistent way.
8319
8320 John Gilmore, the writer of the public domain @command{tar} from which
8321 @GNUTAR{} was originally derived, wrote (June 1995):
8322
8323 @quotation
8324 The nomenclature of tape drives comes from IBM, where I believe
8325 they were invented for the IBM 650 or so. On IBM mainframes, what
8326 is recorded on tape are tape blocks. The logical organization of
8327 data is into records. There are various ways of putting records into
8328 blocks, including @code{F} (fixed sized records), @code{V} (variable
8329 sized records), @code{FB} (fixed blocked: fixed size records, @var{n}
8330 to a block), @code{VB} (variable size records, @var{n} to a block),
8331 @code{VSB} (variable spanned blocked: variable sized records that can
8332 occupy more than one block), etc. The @code{JCL} @samp{DD RECFORM=}
8333 parameter specified this to the operating system.
8334
8335 The Unix man page on @command{tar} was totally confused about this.
8336 When I wrote @code{PD TAR}, I used the historically correct terminology
8337 (@command{tar} writes data records, which are grouped into blocks).
8338 It appears that the bogus terminology made it into @acronym{POSIX} (no surprise
8339 here), and now Fran@,{c}ois has migrated that terminology back
8340 into the source code too.
8341 @end quotation
8342
8343 The term @dfn{physical block} means the basic transfer chunk from or
8344 to a device, after which reading or writing may stop without anything
8345 being lost. In this manual, the term @dfn{block} usually refers to
8346 a disk physical block, @emph{assuming} that each disk block is 512
8347 bytes in length. It is true that some disk devices have different
8348 physical blocks, but @command{tar} ignore these differences in its own
8349 format, which is meant to be portable, so a @command{tar} block is always
8350 512 bytes in length, and @dfn{block} always mean a @command{tar} block.
8351 The term @dfn{logical block} often represents the basic chunk of
8352 allocation of many disk blocks as a single entity, which the operating
8353 system treats somewhat atomically; this concept is only barely used
8354 in @GNUTAR{}.
8355
8356 The term @dfn{physical record} is another way to speak of a physical
8357 block, those two terms are somewhat interchangeable. In this manual,
8358 the term @dfn{record} usually refers to a tape physical block,
8359 @emph{assuming} that the @command{tar} archive is kept on magnetic tape.
8360 It is true that archives may be put on disk or used with pipes,
8361 but nevertheless, @command{tar} tries to read and write the archive one
8362 @dfn{record} at a time, whatever the medium in use. One record is made
8363 up of an integral number of blocks, and this operation of putting many
8364 disk blocks into a single tape block is called @dfn{reblocking}, or
8365 more simply, @dfn{blocking}. The term @dfn{logical record} refers to
8366 the logical organization of many characters into something meaningful
8367 to the application. The term @dfn{unit record} describes a small set
8368 of characters which are transmitted whole to or by the application,
8369 and often refers to a line of text. Those two last terms are unrelated
8370 to what we call a @dfn{record} in @GNUTAR{}.
8371
8372 When writing to tapes, @command{tar} writes the contents of the archive
8373 in chunks known as @dfn{records}. To change the default blocking
8374 factor, use the @option{--blocking-factor=@var{512-size}} (@option{-b
8375 @var{512-size}}) option. Each record will then be composed of
8376 @var{512-size} blocks. (Each @command{tar} block is 512 bytes.
8377 @xref{Standard}.) Each file written to the archive uses at least one
8378 full record. As a result, using a larger record size can result in
8379 more wasted space for small files. On the other hand, a larger record
8380 size can often be read and written much more efficiently.
8381
8382 Further complicating the problem is that some tape drives ignore the
8383 blocking entirely. For these, a larger record size can still improve
8384 performance (because the software layers above the tape drive still
8385 honor the blocking), but not as dramatically as on tape drives that
8386 honor blocking.
8387
8388 When reading an archive, @command{tar} can usually figure out the
8389 record size on itself. When this is the case, and a non-standard
8390 record size was used when the archive was created, @command{tar} will
8391 print a message about a non-standard blocking factor, and then operate
8392 normally. On some tape devices, however, @command{tar} cannot figure
8393 out the record size itself. On most of those, you can specify a
8394 blocking factor (with @option{--blocking-factor}) larger than the
8395 actual blocking factor, and then use the @option{--read-full-records}
8396 (@option{-B}) option. (If you specify a blocking factor with
8397 @option{--blocking-factor} and don't use the
8398 @option{--read-full-records} option, then @command{tar} will not
8399 attempt to figure out the recording size itself.) On some devices,
8400 you must always specify the record size exactly with
8401 @option{--blocking-factor} when reading, because @command{tar} cannot
8402 figure it out. In any case, use @option{--list} (@option{-t}) before
8403 doing any extractions to see whether @command{tar} is reading the archive
8404 correctly.
8405
8406 @command{tar} blocks are all fixed size (512 bytes), and its scheme for
8407 putting them into records is to put a whole number of them (one or
8408 more) into each record. @command{tar} records are all the same size;
8409 at the end of the file there's a block containing all zeros, which
8410 is how you tell that the remainder of the last record(s) are garbage.
8411
8412 In a standard @command{tar} file (no options), the block size is 512
8413 and the record size is 10240, for a blocking factor of 20. What the
8414 @option{--blocking-factor} option does is sets the blocking factor,
8415 changing the record size while leaving the block size at 512 bytes.
8416 20 was fine for ancient 800 or 1600 bpi reel-to-reel tape drives;
8417 most tape drives these days prefer much bigger records in order to
8418 stream and not waste tape. When writing tapes for myself, some tend
8419 to use a factor of the order of 2048, say, giving a record size of
8420 around one megabyte.
8421
8422 If you use a blocking factor larger than 20, older @command{tar}
8423 programs might not be able to read the archive, so we recommend this
8424 as a limit to use in practice. @GNUTAR{}, however,
8425 will support arbitrarily large record sizes, limited only by the
8426 amount of virtual memory or the physical characteristics of the tape
8427 device.
8428
8429 @menu
8430 * Format Variations:: Format Variations
8431 * Blocking Factor:: The Blocking Factor of an Archive
8432 @end menu
8433
8434 @node Format Variations
8435 @subsection Format Variations
8436 @cindex Format Parameters
8437 @cindex Format Options
8438 @cindex Options, archive format specifying
8439 @cindex Options, format specifying
8440 @UNREVISED
8441
8442 Format parameters specify how an archive is written on the archive
8443 media. The best choice of format parameters will vary depending on
8444 the type and number of files being archived, and on the media used to
8445 store the archive.
8446
8447 To specify format parameters when accessing or creating an archive,
8448 you can use the options described in the following sections.
8449 If you do not specify any format parameters, @command{tar} uses
8450 default parameters. You cannot modify a compressed archive.
8451 If you create an archive with the @option{--blocking-factor} option
8452 specified (@pxref{Blocking Factor}), you must specify that
8453 blocking-factor when operating on the archive. @xref{Formats}, for other
8454 examples of format parameter considerations.
8455
8456 @node Blocking Factor
8457 @subsection The Blocking Factor of an Archive
8458 @cindex Blocking Factor
8459 @cindex Record Size
8460 @cindex Number of blocks per record
8461 @cindex Number of bytes per record
8462 @cindex Bytes per record
8463 @cindex Blocks per record
8464 @UNREVISED
8465
8466 @opindex blocking-factor
8467 The data in an archive is grouped into blocks, which are 512 bytes.
8468 Blocks are read and written in whole number multiples called
8469 @dfn{records}. The number of blocks in a record (ie. the size of a
8470 record in units of 512 bytes) is called the @dfn{blocking factor}.
8471 The @option{--blocking-factor=@var{512-size}} (@option{-b
8472 @var{512-size}}) option specifies the blocking factor of an archive.
8473 The default blocking factor is typically 20 (i.e., 10240 bytes), but
8474 can be specified at installation. To find out the blocking factor of
8475 an existing archive, use @samp{tar --list --file=@var{archive-name}}.
8476 This may not work on some devices.
8477
8478 Records are separated by gaps, which waste space on the archive media.
8479 If you are archiving on magnetic tape, using a larger blocking factor
8480 (and therefore larger records) provides faster throughput and allows you
8481 to fit more data on a tape (because there are fewer gaps). If you are
8482 archiving on cartridge, a very large blocking factor (say 126 or more)
8483 greatly increases performance. A smaller blocking factor, on the other
8484 hand, may be useful when archiving small files, to avoid archiving lots
8485 of nulls as @command{tar} fills out the archive to the end of the record.
8486 In general, the ideal record size depends on the size of the
8487 inter-record gaps on the tape you are using, and the average size of the
8488 files you are archiving. @xref{create}, for information on
8489 writing archives.
8490
8491 @FIXME{Need example of using a cartridge with blocking factor=126 or more.}
8492
8493 Archives with blocking factors larger than 20 cannot be read
8494 by very old versions of @command{tar}, or by some newer versions
8495 of @command{tar} running on old machines with small address spaces.
8496 With @GNUTAR{}, the blocking factor of an archive is limited
8497 only by the maximum record size of the device containing the archive,
8498 or by the amount of available virtual memory.
8499
8500 Also, on some systems, not using adequate blocking factors, as sometimes
8501 imposed by the device drivers, may yield unexpected diagnostics. For
8502 example, this has been reported:
8503
8504 @smallexample
8505 Cannot write to /dev/dlt: Invalid argument
8506 @end smallexample
8507
8508 @noindent
8509 In such cases, it sometimes happen that the @command{tar} bundled by
8510 the system is aware of block size idiosyncrasies, while @GNUTAR{}
8511 requires an explicit specification for the block size,
8512 which it cannot guess. This yields some people to consider
8513 @GNUTAR{} is misbehaving, because by comparison,
8514 @cite{the bundle @command{tar} works OK}. Adding @w{@kbd{-b 256}},
8515 for example, might resolve the problem.
8516
8517 If you use a non-default blocking factor when you create an archive, you
8518 must specify the same blocking factor when you modify that archive. Some
8519 archive devices will also require you to specify the blocking factor when
8520 reading that archive, however this is not typically the case. Usually, you
8521 can use @option{--list} (@option{-t}) without specifying a blocking factor---@command{tar}
8522 reports a non-default record size and then lists the archive members as
8523 it would normally. To extract files from an archive with a non-standard
8524 blocking factor (particularly if you're not sure what the blocking factor
8525 is), you can usually use the @option{--read-full-records} (@option{-B}) option while
8526 specifying a blocking factor larger then the blocking factor of the archive
8527 (ie. @samp{tar --extract --read-full-records --blocking-factor=300}.
8528 @xref{list}, for more information on the @option{--list} (@option{-t})
8529 operation. @xref{Reading}, for a more detailed explanation of that option.
8530
8531 @table @option
8532 @item --blocking-factor=@var{number}
8533 @itemx -b @var{number}
8534 Specifies the blocking factor of an archive. Can be used with any
8535 operation, but is usually not necessary with @option{--list} (@option{-t}).
8536 @end table
8537
8538 Device blocking
8539
8540 @table @option
8541 @item -b @var{blocks}
8542 @itemx --blocking-factor=@var{blocks}
8543 Set record size to @math{@var{blocks} * 512} bytes.
8544
8545 This option is used to specify a @dfn{blocking factor} for the archive.
8546 When reading or writing the archive, @command{tar}, will do reads and writes
8547 of the archive in records of @math{@var{block}*512} bytes. This is true
8548 even when the archive is compressed. Some devices requires that all
8549 write operations be a multiple of a certain size, and so, @command{tar}
8550 pads the archive out to the next record boundary.
8551
8552 The default blocking factor is set when @command{tar} is compiled, and is
8553 typically 20. Blocking factors larger than 20 cannot be read by very
8554 old versions of @command{tar}, or by some newer versions of @command{tar}
8555 running on old machines with small address spaces.
8556
8557 With a magnetic tape, larger records give faster throughput and fit
8558 more data on a tape (because there are fewer inter-record gaps).
8559 If the archive is in a disk file or a pipe, you may want to specify
8560 a smaller blocking factor, since a large one will result in a large
8561 number of null bytes at the end of the archive.
8562
8563 When writing cartridge or other streaming tapes, a much larger
8564 blocking factor (say 126 or more) will greatly increase performance.
8565 However, you must specify the same blocking factor when reading or
8566 updating the archive.
8567
8568 Apparently, Exabyte drives have a physical block size of 8K bytes.
8569 If we choose our blocksize as a multiple of 8k bytes, then the problem
8570 seems to disappear. Id est, we are using block size of 112 right
8571 now, and we haven't had the problem since we switched@dots{}
8572
8573 With @GNUTAR{} the blocking factor is limited only
8574 by the maximum record size of the device containing the archive, or by
8575 the amount of available virtual memory.
8576
8577 However, deblocking or reblocking is virtually avoided in a special
8578 case which often occurs in practice, but which requires all the
8579 following conditions to be simultaneously true:
8580 @itemize @bullet
8581 @item
8582 the archive is subject to a compression option,
8583 @item
8584 the archive is not handled through standard input or output, nor
8585 redirected nor piped,
8586 @item
8587 the archive is directly handled to a local disk, instead of any special
8588 device,
8589 @item
8590 @option{--blocking-factor} is not explicitly specified on the @command{tar}
8591 invocation.
8592 @end itemize
8593
8594 If the output goes directly to a local disk, and not through
8595 stdout, then the last write is not extended to a full record size.
8596 Otherwise, reblocking occurs. Here are a few other remarks on this
8597 topic:
8598
8599 @itemize @bullet
8600
8601 @item
8602 @command{gzip} will complain about trailing garbage if asked to
8603 uncompress a compressed archive on tape, there is an option to turn
8604 the message off, but it breaks the regularity of simply having to use
8605 @samp{@var{prog} -d} for decompression. It would be nice if gzip was
8606 silently ignoring any number of trailing zeros. I'll ask Jean-loup
8607 Gailly, by sending a copy of this message to him.
8608
8609 @item
8610 @command{compress} does not show this problem, but as Jean-loup pointed
8611 out to Michael, @samp{compress -d} silently adds garbage after
8612 the result of decompression, which tar ignores because it already
8613 recognized its end-of-file indicator. So this bug may be safely
8614 ignored.
8615
8616 @item
8617 @samp{gzip -d -q} will be silent about the trailing zeros indeed,
8618 but will still return an exit status of 2 which tar reports in turn.
8619 @command{tar} might ignore the exit status returned, but I hate doing
8620 that, as it weakens the protection @command{tar} offers users against
8621 other possible problems at decompression time. If @command{gzip} was
8622 silently skipping trailing zeros @emph{and} also avoiding setting the
8623 exit status in this innocuous case, that would solve this situation.
8624
8625 @item
8626 @command{tar} should become more solid at not stopping to read a pipe at
8627 the first null block encountered. This inelegantly breaks the pipe.
8628 @command{tar} should rather drain the pipe out before exiting itself.
8629 @end itemize
8630
8631 @opindex ignore-zeros, short description
8632 @item -i
8633 @itemx --ignore-zeros
8634 Ignore blocks of zeros in archive (means EOF).
8635
8636 The @option{--ignore-zeros} (@option{-i}) option causes @command{tar} to ignore blocks
8637 of zeros in the archive. Normally a block of zeros indicates the
8638 end of the archive, but when reading a damaged archive, or one which
8639 was created by concatenating several archives together, this option
8640 allows @command{tar} to read the entire archive. This option is not on
8641 by default because many versions of @command{tar} write garbage after
8642 the zeroed blocks.
8643
8644 Note that this option causes @command{tar} to read to the end of the
8645 archive file, which may sometimes avoid problems when multiple files
8646 are stored on a single physical tape.
8647
8648 @opindex read-full-records, short description
8649 @item -B
8650 @itemx --read-full-records
8651 Reblock as we read (for reading 4.2BSD pipes).
8652
8653 If @option{--read-full-records} is used, @command{tar}
8654 will not panic if an attempt to read a record from the archive does
8655 not return a full record. Instead, @command{tar} will keep reading
8656 until it has obtained a full
8657 record.
8658
8659 This option is turned on by default when @command{tar} is reading
8660 an archive from standard input, or from a remote machine. This is
8661 because on BSD Unix systems, a read of a pipe will return however
8662 much happens to be in the pipe, even if it is less than @command{tar}
8663 requested. If this option was not used, @command{tar} would fail as
8664 soon as it read an incomplete record from the pipe.
8665
8666 This option is also useful with the commands for updating an archive.
8667
8668 @end table
8669
8670 Tape blocking
8671
8672 @FIXME{Appropriate options should be moved here from elsewhere.}
8673
8674 @cindex blocking factor
8675 @cindex tape blocking
8676
8677 When handling various tapes or cartridges, you have to take care of
8678 selecting a proper blocking, that is, the number of disk blocks you
8679 put together as a single tape block on the tape, without intervening
8680 tape gaps. A @dfn{tape gap} is a small landing area on the tape
8681 with no information on it, used for decelerating the tape to a
8682 full stop, and for later regaining the reading or writing speed.
8683 When the tape driver starts reading a record, the record has to
8684 be read whole without stopping, as a tape gap is needed to stop the
8685 tape motion without loosing information.
8686
8687 @cindex Exabyte blocking
8688 @cindex DAT blocking
8689 Using higher blocking (putting more disk blocks per tape block) will use
8690 the tape more efficiently as there will be less tape gaps. But reading
8691 such tapes may be more difficult for the system, as more memory will be
8692 required to receive at once the whole record. Further, if there is a
8693 reading error on a huge record, this is less likely that the system will
8694 succeed in recovering the information. So, blocking should not be too
8695 low, nor it should be too high. @command{tar} uses by default a blocking of
8696 20 for historical reasons, and it does not really matter when reading or
8697 writing to disk. Current tape technology would easily accommodate higher
8698 blockings. Sun recommends a blocking of 126 for Exabytes and 96 for DATs.
8699 We were told that for some DLT drives, the blocking should be a multiple
8700 of 4Kb, preferably 64Kb (@w{@kbd{-b 128}}) or 256 for decent performance.
8701 Other manufacturers may use different recommendations for the same tapes.
8702 This might also depends of the buffering techniques used inside modern
8703 tape controllers. Some imposes a minimum blocking, or a maximum blocking.
8704 Others request blocking to be some exponent of two.
8705
8706 So, there is no fixed rule for blocking. But blocking at read time
8707 should ideally be the same as blocking used at write time. At one place
8708 I know, with a wide variety of equipment, they found it best to use a
8709 blocking of 32 to guarantee that their tapes are fully interchangeable.
8710
8711 I was also told that, for recycled tapes, prior erasure (by the same
8712 drive unit that will be used to create the archives) sometimes lowers
8713 the error rates observed at rewriting time.
8714
8715 I might also use @option{--number-blocks} instead of
8716 @option{--block-number}, so @option{--block} will then expand to
8717 @option{--blocking-factor} unambiguously.
8718
8719 @node Many
8720 @section Many Archives on One Tape
8721
8722 @FIXME{Appropriate options should be moved here from elsewhere.}
8723
8724 @findex ntape @r{device}
8725 Most tape devices have two entries in the @file{/dev} directory, or
8726 entries that come in pairs, which differ only in the minor number for
8727 this device. Let's take for example @file{/dev/tape}, which often
8728 points to the only or usual tape device of a given system. There might
8729 be a corresponding @file{/dev/nrtape} or @file{/dev/ntape}. The simpler
8730 name is the @emph{rewinding} version of the device, while the name
8731 having @samp{nr} in it is the @emph{no rewinding} version of the same
8732 device.
8733
8734 A rewinding tape device will bring back the tape to its beginning point
8735 automatically when this device is opened or closed. Since @command{tar}
8736 opens the archive file before using it and closes it afterwards, this
8737 means that a simple:
8738
8739 @smallexample
8740 $ @kbd{tar cf /dev/tape @var{directory}}
8741 @end smallexample
8742
8743 @noindent
8744 will reposition the tape to its beginning both prior and after saving
8745 @var{directory} contents to it, thus erasing prior tape contents and
8746 making it so that any subsequent write operation will destroy what has
8747 just been saved.
8748
8749 @cindex tape positioning
8750 So, a rewinding device is normally meant to hold one and only one file.
8751 If you want to put more than one @command{tar} archive on a given tape, you
8752 will need to avoid using the rewinding version of the tape device. You
8753 will also have to pay special attention to tape positioning. Errors in
8754 positioning may overwrite the valuable data already on your tape. Many
8755 people, burnt by past experiences, will only use rewinding devices and
8756 limit themselves to one file per tape, precisely to avoid the risk of
8757 such errors. Be fully aware that writing at the wrong position on a
8758 tape loses all information past this point and most probably until the
8759 end of the tape, and this destroyed information @emph{cannot} be
8760 recovered.
8761
8762 To save @var{directory-1} as a first archive at the beginning of a
8763 tape, and leave that tape ready for a second archive, you should use:
8764
8765 @smallexample
8766 $ @kbd{mt -f /dev/nrtape rewind}
8767 $ @kbd{tar cf /dev/nrtape @var{directory-1}}
8768 @end smallexample
8769
8770 @cindex tape marks
8771 @dfn{Tape marks} are special magnetic patterns written on the tape
8772 media, which are later recognizable by the reading hardware. These
8773 marks are used after each file, when there are many on a single tape.
8774 An empty file (that is to say, two tape marks in a row) signal the
8775 logical end of the tape, after which no file exist. Usually,
8776 non-rewinding tape device drivers will react to the close request issued
8777 by @command{tar} by first writing two tape marks after your archive, and by
8778 backspacing over one of these. So, if you remove the tape at that time
8779 from the tape drive, it is properly terminated. But if you write
8780 another file at the current position, the second tape mark will be
8781 erased by the new information, leaving only one tape mark between files.
8782
8783 So, you may now save @var{directory-2} as a second archive after the
8784 first on the same tape by issuing the command:
8785
8786 @smallexample
8787 $ @kbd{tar cf /dev/nrtape @var{directory-2}}
8788 @end smallexample
8789
8790 @noindent
8791 and so on for all the archives you want to put on the same tape.
8792
8793 Another usual case is that you do not write all the archives the same
8794 day, and you need to remove and store the tape between two archive
8795 sessions. In general, you must remember how many files are already
8796 saved on your tape. Suppose your tape already has 16 files on it, and
8797 that you are ready to write the 17th. You have to take care of skipping
8798 the first 16 tape marks before saving @var{directory-17}, say, by using
8799 these commands:
8800
8801 @smallexample
8802 $ @kbd{mt -f /dev/nrtape rewind}
8803 $ @kbd{mt -f /dev/nrtape fsf 16}
8804 $ @kbd{tar cf /dev/nrtape @var{directory-17}}
8805 @end smallexample
8806
8807 In all the previous examples, we put aside blocking considerations, but
8808 you should do the proper things for that as well. @xref{Blocking}.
8809
8810 @menu
8811 * Tape Positioning:: Tape Positions and Tape Marks
8812 * mt:: The @command{mt} Utility
8813 @end menu
8814
8815 @node Tape Positioning
8816 @subsection Tape Positions and Tape Marks
8817 @UNREVISED
8818
8819 Just as archives can store more than one file from the file system,
8820 tapes can store more than one archive file. To keep track of where
8821 archive files (or any other type of file stored on tape) begin and
8822 end, tape archive devices write magnetic @dfn{tape marks} on the
8823 archive media. Tape drives write one tape mark between files,
8824 two at the end of all the file entries.
8825
8826 If you think of data as a series of records "rrrr"'s, and tape marks as
8827 "*"'s, a tape might look like the following:
8828
8829 @smallexample
8830 rrrr*rrrrrr*rrrrr*rr*rrrrr**-------------------------
8831 @end smallexample
8832
8833 Tape devices read and write tapes using a read/write @dfn{tape
8834 head}---a physical part of the device which can only access one
8835 point on the tape at a time. When you use @command{tar} to read or
8836 write archive data from a tape device, the device will begin reading
8837 or writing from wherever on the tape the tape head happens to be,
8838 regardless of which archive or what part of the archive the tape
8839 head is on. Before writing an archive, you should make sure that no
8840 data on the tape will be overwritten (unless it is no longer needed).
8841 Before reading an archive, you should make sure the tape head is at
8842 the beginning of the archive you want to read. You can do it manually
8843 via @code{mt} utility (@pxref{mt}). The @code{restore} script does
8844 that automatically (@pxref{Scripted Restoration}).
8845
8846 If you want to add new archive file entries to a tape, you should
8847 advance the tape to the end of the existing file entries, backspace
8848 over the last tape mark, and write the new archive file. If you were
8849 to add two archives to the example above, the tape might look like the
8850 following:
8851
8852 @smallexample
8853 rrrr*rrrrrr*rrrrr*rr*rrrrr*rrr*rrrr**----------------
8854 @end smallexample
8855
8856 @node mt
8857 @subsection The @command{mt} Utility
8858 @UNREVISED
8859
8860 @FIXME{Is it true that this only works on non-block devices?
8861 should explain the difference, (fixed or variable).}
8862 @xref{Blocking Factor}.
8863
8864 You can use the @command{mt} utility to advance or rewind a tape past a
8865 specified number of archive files on the tape. This will allow you
8866 to move to the beginning of an archive before extracting or reading
8867 it, or to the end of all the archives before writing a new one.
8868 @FIXME{Why isn't there an "advance 'til you find two tape marks
8869 together"?}
8870
8871 The syntax of the @command{mt} command is:
8872
8873 @smallexample
8874 @kbd{mt [-f @var{tapename}] @var{operation} [@var{number}]}
8875 @end smallexample
8876
8877 where @var{tapename} is the name of the tape device, @var{number} is
8878 the number of times an operation is performed (with a default of one),
8879 and @var{operation} is one of the following:
8880
8881 @FIXME{is there any use for record operations?}
8882
8883 @table @option
8884 @item eof
8885 @itemx weof
8886 Writes @var{number} tape marks at the current position on the tape.
8887
8888 @item fsf
8889 Moves tape position forward @var{number} files.
8890
8891 @item bsf
8892 Moves tape position back @var{number} files.
8893
8894 @item rewind
8895 Rewinds the tape. (Ignores @var{number}).
8896
8897 @item offline
8898 @itemx rewoff1
8899 Rewinds the tape and takes the tape device off-line. (Ignores @var{number}).
8900
8901 @item status
8902 Prints status information about the tape unit.
8903
8904 @end table
8905
8906 @FIXME{Is there a better way to frob the spacing on the list?}
8907
8908 If you don't specify a @var{tapename}, @command{mt} uses the environment
8909 variable @env{TAPE}; if @env{TAPE} is not set, @command{mt} uses the device
8910 @file{/dev/rmt12}.
8911
8912 @command{mt} returns a 0 exit status when the operation(s) were
8913 successful, 1 if the command was unrecognized, and 2 if an operation
8914 failed.
8915
8916 @node Using Multiple Tapes
8917 @section Using Multiple Tapes
8918 @UNREVISED
8919
8920 Often you might want to write a large archive, one larger than will fit
8921 on the actual tape you are using. In such a case, you can run multiple
8922 @command{tar} commands, but this can be inconvenient, particularly if you
8923 are using options like @option{--exclude=@var{pattern}} or dumping entire file systems.
8924 Therefore, @command{tar} supports multiple tapes automatically.
8925
8926 Use @option{--multi-volume} (@option{-M}) on the command line, and
8927 then @command{tar} will, when it reaches the end of the tape, prompt
8928 for another tape, and continue the archive. Each tape will have an
8929 independent archive, and can be read without needing the other. (As
8930 an exception to this, the file that @command{tar} was archiving when
8931 it ran out of tape will usually be split between the two archives; in
8932 this case you need to extract from the first archive, using
8933 @option{--multi-volume}, and then put in the second tape when
8934 prompted, so @command{tar} can restore both halves of the file.)
8935
8936 @GNUTAR{} multi-volume archives do not use a truly portable format.
8937 You need @GNUTAR{} at both ends to process them properly.
8938
8939 When prompting for a new tape, @command{tar} accepts any of the following
8940 responses:
8941
8942 @table @kbd
8943 @item ?
8944 Request @command{tar} to explain possible responses
8945 @item q
8946 Request @command{tar} to exit immediately.
8947 @item n @var{file name}
8948 Request @command{tar} to write the next volume on the file @var{file name}.
8949 @item !
8950 Request @command{tar} to run a subshell. This option can be disabled
8951 by giving @option{--restrict} command line option to @command{tar}.
8952 @item y
8953 Request @command{tar} to begin writing the next volume.
8954 @end table
8955
8956 (You should only type @samp{y} after you have changed the tape;
8957 otherwise @command{tar} will write over the volume it just finished.)
8958
8959 @cindex End-of-archive info script
8960 @cindex Info script
8961 @anchor{info-script}
8962 @opindex info-script
8963 @opindex new-volume-script
8964 If you want more elaborate behavior than this, give @command{tar} the
8965 @option{--info-script=@var{script-name}}
8966 (@option{--new-volume-script=@var{script-name}}, @option{-F
8967 @var{script-name}}) option. The file @var{script-name} is expected to
8968 be a program (or shell script) to be run instead of the normal
8969 prompting procedure. It is executed without any command line
8970 arguments. Additional data is passed to it via the following
8971 environment variables:
8972
8973 @table @env
8974 @vrindex TAR_VERSION, info script environment variable
8975 @item TAR_VERSION
8976 @GNUTAR{} version number.
8977
8978 @vrindex TAR_ARCHIVE, info script environment variable
8979 @item TAR_ARCHIVE
8980 The name of the archive @command{tar} is processing.
8981
8982 @vrindex TAR_VOLUME, info script environment variable
8983 @item TAR_VOLUME
8984 Ordinal number of the volume @command{tar} is about to start.
8985
8986 @vrindex TAR_SUBCOMMAND, info script environment variable
8987 @item TAR_SUBCOMMAND
8988 Short option describing the operation @command{tar} is executed.
8989 @xref{Operations}, for a complete list of subcommand options.
8990
8991 @vrindex TAR_FORMAT, info script environment variable
8992 @item TAR_FORMAT
8993 Format of the archive being processed. @xref{Formats}, for a complete
8994 list of archive format names.
8995 @end table
8996
8997 The info script can instruct @command{tar} to use new archive name,
8998 by writing in to file descriptor 3 (see below for an
8999 example).
9000
9001 If the info script fails, @command{tar} exits; otherwise, it begins
9002 writing the next volume.
9003
9004 The method @command{tar} uses to detect end of tape is not perfect, and
9005 fails on some operating systems or on some devices. You can use the
9006 @option{--tape-length=@var{size}} (@option{-L @var{size}}) option if
9007 @command{tar} can't detect the end of the tape itself. This option
9008 selects @option{--multi-volume} (@option{-M}) automatically. The
9009 @var{size} argument should then be the usable size of the tape in
9010 units of 1024 bytes. But for many devices, and floppy disks in
9011 particular, this option is never required for real, as far as we know.
9012
9013 @cindex Volume number file
9014 @cindex volno file
9015 @anchor{volno-file}
9016 @opindex volno-file
9017 The volume number used by @command{tar} in its tape-change prompt
9018 can be changed; if you give the
9019 @option{--volno-file=@var{file-of-number}} option, then
9020 @var{file-of-number} should be an unexisting file to be created, or
9021 else, a file already containing a decimal number. That number will be
9022 used as the volume number of the first volume written. When
9023 @command{tar} is finished, it will rewrite the file with the
9024 now-current volume number. (This does not change the volume number
9025 written on a tape label, as per @ref{label}, it @emph{only} affects
9026 the number used in the prompt.)
9027
9028 If you want @command{tar} to cycle through a series of files or tape
9029 drives, there are three approaches to choose from. First of all, you
9030 can give @command{tar} multiple @option{--file} options. In this case
9031 the specified files will be used, in sequence, as the successive
9032 volumes of the archive. Only when the first one in the sequence needs
9033 to be used again will @command{tar} prompt for a tape change (or run
9034 the info script). Secondly, you can use the @samp{n} response to the
9035 tape-change prompt, and, finally, you can use an info script, that
9036 writes new archive name to file descriptor. The following example
9037 illustrates this approach:
9038
9039 @smallexample
9040 @group
9041 #! /bin/sh
9042 echo Preparing volume $TAR_VOLUME of $TAR_ARCHIVE.
9043
9044 name=`expr $TAR_ARCHIVE : '\(.*\)-.*'`
9045 case $TAR_SUBCOMMAND in
9046 -c) ;;
9047 -d|-x|-t) test -r $@{name:-$TAR_ARCHIVE@}-$TAR_VOLUME || exit 1
9048 ;;
9049 *) exit 1
9050 esac
9051
9052 echo $@{name:-$TAR_ARCHIVE@}-$TAR_VOLUME >&3
9053 @end group
9054 @end smallexample
9055
9056 Each volume of a multi-volume archive is an independent @command{tar}
9057 archive, complete in itself. For example, you can list or extract any
9058 volume alone; just don't specify @option{--multi-volume}
9059 (@option{-M}). However, if one file in the archive is split across
9060 volumes, the only way to extract it successfully is with a
9061 multi-volume extract command @option{--extract --multi-volume}
9062 (@option{-xM}) starting on or before the volume where the file begins.
9063
9064 For example, let's presume someone has two tape drives on a system
9065 named @file{/dev/tape0} and @file{/dev/tape1}. For having @GNUTAR{}
9066 to switch to the second drive when it needs to write the
9067 second tape, and then back to the first tape, etc., just do either of:
9068
9069 @smallexample
9070 $ @kbd{tar --create --multi-volume --file=/dev/tape0 --file=/dev/tape1 @var{files}}
9071 $ @kbd{tar cMff /dev/tape0 /dev/tape1 @var{files}}
9072 @end smallexample
9073
9074 @menu
9075 * Multi-Volume Archives:: Archives Longer than One Tape or Disk
9076 * Tape Files:: Tape Files
9077 * Tarcat:: Concatenate Volumes into a Single Archive
9078
9079 @end menu
9080
9081 @node Multi-Volume Archives
9082 @subsection Archives Longer than One Tape or Disk
9083 @cindex Multi-volume archives
9084 @UNREVISED
9085
9086 @opindex multi-volume
9087 To create an archive that is larger than will fit on a single unit of
9088 the media, use the @option{--multi-volume} (@option{-M}) option in conjunction with
9089 the @option{--create} option (@pxref{create}). A @dfn{multi-volume}
9090 archive can be manipulated like any other archive (provided the
9091 @option{--multi-volume} option is specified), but is stored on more
9092 than one tape or disk.
9093
9094 When you specify @option{--multi-volume}, @command{tar} does not report an
9095 error when it comes to the end of an archive volume (when reading), or
9096 the end of the media (when writing). Instead, it prompts you to load
9097 a new storage volume. If the archive is on a magnetic tape, you
9098 should change tapes when you see the prompt; if the archive is on a
9099 floppy disk, you should change disks; etc.
9100
9101 You can read each individual volume of a multi-volume archive as if it
9102 were an archive by itself. For example, to list the contents of one
9103 volume, use @option{--list}, without @option{--multi-volume} specified.
9104 To extract an archive member from one volume (assuming it is described
9105 that volume), use @option{--extract}, again without
9106 @option{--multi-volume}.
9107
9108 If an archive member is split across volumes (ie. its entry begins on
9109 one volume of the media and ends on another), you need to specify
9110 @option{--multi-volume} to extract it successfully. In this case, you
9111 should load the volume where the archive member starts, and use
9112 @samp{tar --extract --multi-volume}---@command{tar} will prompt for later
9113 volumes as it needs them. @xref{extracting archives}, for more
9114 information about extracting archives.
9115
9116 @option{--info-script=@var{script-name}}
9117 (@option{--new-volume-script=@var{script-name}}, @option{-F
9118 @var{script-name}}) (@pxref{info-script}) is like
9119 @option{--multi-volume} (@option{-M}), except that @command{tar} does
9120 not prompt you directly to change media volumes when a volume is
9121 full---instead, @command{tar} runs commands you have stored in
9122 @var{script-name}. For example, this option can be used to eject
9123 cassettes, or to broadcast messages such as @samp{Someone please come
9124 change my tape} when performing unattended backups. When
9125 @var{script-name} is done, @command{tar} will assume that the media
9126 has been changed.
9127
9128 Multi-volume archives can be modified like any other archive. To add
9129 files to a multi-volume archive, you need to only mount the last
9130 volume of the archive media (and new volumes, if needed). For all
9131 other operations, you need to use the entire archive.
9132
9133 If a multi-volume archive was labeled using
9134 @option{--label=@var{archive-label}} (@option{-V @var{archive-label}})
9135 (@pxref{label}) when it was created, @command{tar} will not
9136 automatically label volumes which are added later. To label
9137 subsequent volumes, specify @option{--label=@var{archive-label}} again
9138 in conjunction with the @option{--append}, @option{--update} or
9139 @option{--concatenate} operation.
9140
9141 @cindex Labeling multi-volume archives
9142 @FIXME{example}
9143
9144 @FIXME{There should be a sample program here, including an exit
9145 before end. Is the exit status even checked in tar? :-(}
9146
9147 @table @option
9148 @item --multi-volume
9149 @itemx -M
9150 Creates a multi-volume archive, when used in conjunction with
9151 @option{--create} (@option{-c}). To perform any other operation on a multi-volume
9152 archive, specify @option{--multi-volume} in conjunction with that
9153 operation.
9154
9155 @item --info-script=@var{program-file}
9156 @itemx --new-volume-script=@var{program-file}
9157 @itemx -F @var{program-file}
9158 Creates a multi-volume archive via a script. Used in conjunction with
9159 @option{--create} (@option{-c}). @xref{info-script}, dor a detailed discussion.
9160 @end table
9161
9162 Beware that there is @emph{no} real standard about the proper way, for
9163 a @command{tar} archive, to span volume boundaries. If you have a
9164 multi-volume created by some vendor's @command{tar}, there is almost
9165 no chance you could read all the volumes with @GNUTAR{}.
9166 The converse is also true: you may not expect
9167 multi-volume archives created by @GNUTAR{} to be
9168 fully recovered by vendor's @command{tar}. Since there is little
9169 chance that, in mixed system configurations, some vendor's
9170 @command{tar} will work on another vendor's machine, and there is a
9171 great chance that @GNUTAR{} will work on most of
9172 them, your best bet is to install @GNUTAR{} on all
9173 machines between which you know exchange of files is possible.
9174
9175 @node Tape Files
9176 @subsection Tape Files
9177 @UNREVISED
9178
9179 To give the archive a name which will be recorded in it, use the
9180 @option{--label=@var{volume-label}} (@option{-V @var{volume-label}})
9181 option. This will write a special block identifying
9182 @var{volume-label} as the name of the archive to the front of the
9183 archive which will be displayed when the archive is listed with
9184 @option{--list}. If you are creating a multi-volume archive with
9185 @option{--multi-volume} (@pxref{Using Multiple Tapes}), then the
9186 volume label will have @samp{Volume @var{nnn}} appended to the name
9187 you give, where @var{nnn} is the number of the volume of the archive.
9188 (If you use the @option{--label=@var{volume-label}}) option when
9189 reading an archive, it checks to make sure the label on the tape
9190 matches the one you give. @xref{label}.
9191
9192 When @command{tar} writes an archive to tape, it creates a single
9193 tape file. If multiple archives are written to the same tape, one
9194 after the other, they each get written as separate tape files. When
9195 extracting, it is necessary to position the tape at the right place
9196 before running @command{tar}. To do this, use the @command{mt} command.
9197 For more information on the @command{mt} command and on the organization
9198 of tapes into a sequence of tape files, see @ref{mt}.
9199
9200 People seem to often do:
9201
9202 @smallexample
9203 @kbd{--label="@var{some-prefix} `date +@var{some-format}`"}
9204 @end smallexample
9205
9206 or such, for pushing a common date in all volumes or an archive set.
9207
9208 @node Tarcat
9209 @subsection Concatenate Volumes into a Single Archive
9210
9211 @pindex tarcat
9212 Sometimes it is necessary to convert existing @GNUTAR{} multi-volume
9213 archive to a single @command{tar} archive. Simply concatenating all
9214 volumes into one will not work, since each volume carries an additional
9215 information at the beginning. @GNUTAR{} is shipped with the shell
9216 script @command{tarcat} designed for this purpose.
9217
9218 The script takes a list of files comprising a multi-volume archive
9219 and creates the resulting archive at the standard output. For example:
9220
9221 @smallexample
9222 @kbd{tarcat vol.1 vol.2 vol.3 | tar tf -}
9223 @end smallexample
9224
9225 The script implements a simple heuristics to determine the format of
9226 the first volume file and to decide how to process the rest of the
9227 files. However, it makes no attempt to verify whether the files are
9228 given in order or even if they are valid @command{tar} archives.
9229 It uses @command{dd} and does not filter its standard error, so you
9230 will usually see lots of spurious messages.
9231
9232 @FIXME{The script is not installed. Should we install it?}
9233
9234 @node label
9235 @section Including a Label in the Archive
9236 @cindex Labeling an archive
9237 @cindex Labels on the archive media
9238 @UNREVISED
9239
9240 @opindex label
9241 To avoid problems caused by misplaced paper labels on the archive
9242 media, you can include a @dfn{label} entry---an archive member which
9243 contains the name of the archive---in the archive itself. Use the
9244 @option{--label=@var{archive-label}} (@option{-V @var{archive-label}})
9245 option in conjunction with the @option{--create} operation to include
9246 a label entry in the archive as it is being created.
9247
9248 @table @option
9249 @item --label=@var{archive-label}
9250 @itemx -V @var{archive-label}
9251 Includes an @dfn{archive-label} at the beginning of the archive when
9252 the archive is being created, when used in conjunction with the
9253 @option{--create} operation. Checks to make sure the archive label
9254 matches the one specified (when used in conjunction with any other
9255 operation.
9256 @end table
9257
9258 If you create an archive using both
9259 @option{--label=@var{archive-label}} (@option{-V @var{archive-label}})
9260 and @option{--multi-volume} (@option{-M}), each volume of the archive
9261 will have an archive label of the form @samp{@var{archive-label}
9262 Volume @var{n}}, where @var{n} is 1 for the first volume, 2 for the
9263 next, and so on. @xref{Using Multiple Tapes}, for information on
9264 creating multiple volume archives.
9265
9266 @cindex Volume label, listing
9267 @cindex Listing volume label
9268 The volume label will be displayed by @option{--list} along with
9269 the file contents. If verbose display is requested, it will also be
9270 explicitely marked as in the example below:
9271
9272 @smallexample
9273 @group
9274 $ @kbd{tar --verbose --list --file=iamanarchive}
9275 V--------- 0 0 0 1992-03-07 12:01 iamalabel--Volume Header--
9276 -rw-r--r-- ringo user 40 1990-05-21 13:30 iamafilename
9277 @end group
9278 @end smallexample
9279
9280 @opindex test-label
9281 @anchor{--test-label option}
9282 However, @option{--list} option will cause listing entire
9283 contents of the archive, which may be undesirable (for example, if the
9284 archive is stored on a tape). You can request checking only the volume
9285 by specifying @option{--test-label} option. This option reads only the
9286 first block of an archive, so it can be used with slow storage
9287 devices. For example:
9288
9289 @smallexample
9290 @group
9291 $ @kbd{tar --test-label --file=iamanarchive}
9292 iamalabel
9293 @end group
9294 @end smallexample
9295
9296 If @option{--test-label} is used with a single command line
9297 argument, @command{tar} compares the volume label with the
9298 argument. It exits with code 0 if the two strings match, and with code
9299 2 otherwise. In this case no output is displayed. For example:
9300
9301 @smallexample
9302 @group
9303 $ @kbd{tar --test-label --file=iamanarchive 'iamalable'}
9304 @result{} 0
9305 $ @kbd{tar --test-label --file=iamanarchive 'iamalable' alabel}
9306 @result{} 1
9307 @end group
9308 @end smallexample
9309
9310 If you request any operation, other than @option{--create}, along
9311 with using @option{--label} option, @command{tar} will first check if
9312 the archive label matches the one specified and will refuse to proceed
9313 if it does not. Use this as a safety precaution to avoid accidentally
9314 overwriting existing archives. For example, if you wish to add files
9315 to @file{archive}, presumably labelled with string @samp{My volume},
9316 you will get:
9317
9318 @smallexample
9319 @group
9320 $ @kbd{tar -rf archive --label 'My volume' .}
9321 tar: Archive not labeled to match `My volume'
9322 @end group
9323 @end smallexample
9324
9325 @noindent
9326 in case its label does not match. This will work even if
9327 @file{archive} is not labelled at all.
9328
9329 Similarly, @command{tar} will refuse to list or extract the
9330 archive if its label doesn't match the @var{archive-label}
9331 specified. In those cases, @var{archive-label} argument is interpreted
9332 as a globbing-style pattern which must match the actual magnetic
9333 volume label. @xref{exclude}, for a precise description of how match
9334 is attempted@footnote{Previous versions of @command{tar} used full
9335 regular expression matching, or before that, only exact string
9336 matching, instead of wildcard matchers. We decided for the sake of
9337 simplicity to use a uniform matching device through
9338 @command{tar}.}. If the switch @option{--multi-volume} (@option{-M}) is being used,
9339 the volume label matcher will also suffix @var{archive-label} by
9340 @w{@samp{ Volume [1-9]*}} if the initial match fails, before giving
9341 up. Since the volume numbering is automatically added in labels at
9342 creation time, it sounded logical to equally help the user taking care
9343 of it when the archive is being read.
9344
9345 The @option{--label} was once called @option{--volume}, but is not
9346 available under that name anymore.
9347
9348 You can also use @option{--label} to get a common information on
9349 all tapes of a series. For having this information different in each
9350 series created through a single script used on a regular basis, just
9351 manage to get some date string as part of the label. For example:
9352
9353 @smallexample
9354 @group
9355 $ @kbd{tar cfMV /dev/tape "Daily backup for `date +%Y-%m-%d`"}
9356 $ @kbd{tar --create --file=/dev/tape --multi-volume \
9357 --volume="Daily backup for `date +%Y-%m-%d`"}
9358 @end group
9359 @end smallexample
9360
9361 Also note that each label has its own date and time, which corresponds
9362 to when @GNUTAR{} initially attempted to write it,
9363 often soon after the operator launches @command{tar} or types the
9364 carriage return telling that the next tape is ready. Comparing date
9365 labels does give an idea of tape throughput only if the delays for
9366 rewinding tapes and the operator switching them were negligible, which
9367 is usually not the case.
9368
9369 @node verify
9370 @section Verifying Data as It is Stored
9371 @cindex Verifying a write operation
9372 @cindex Double-checking a write operation
9373
9374 @table @option
9375 @item -W
9376 @itemx --verify
9377 @opindex verify, short description
9378 Attempt to verify the archive after writing.
9379 @end table
9380
9381 This option causes @command{tar} to verify the archive after writing it.
9382 Each volume is checked after it is written, and any discrepancies
9383 are recorded on the standard error output.
9384
9385 Verification requires that the archive be on a back-space-able medium.
9386 This means pipes, some cartridge tape drives, and some other devices
9387 cannot be verified.
9388
9389 You can insure the accuracy of an archive by comparing files in the
9390 system with archive members. @command{tar} can compare an archive to the
9391 file system as the archive is being written, to verify a write
9392 operation, or can compare a previously written archive, to insure that
9393 it is up to date.
9394
9395 @opindex verify, using with @option{--create}
9396 @opindex create, using with @option{--verify}
9397 To check for discrepancies in an archive immediately after it is
9398 written, use the @option{--verify} (@option{-W}) option in conjunction with
9399 the @option{--create} operation. When this option is
9400 specified, @command{tar} checks archive members against their counterparts
9401 in the file system, and reports discrepancies on the standard error.
9402
9403 To verify an archive, you must be able to read it from before the end
9404 of the last written entry. This option is useful for detecting data
9405 errors on some tapes. Archives written to pipes, some cartridge tape
9406 drives, and some other devices cannot be verified.
9407
9408 One can explicitly compare an already made archive with the file
9409 system by using the @option{--compare} (@option{--diff}, @option{-d})
9410 option, instead of using the more automatic @option{--verify} option.
9411 @xref{compare}.
9412
9413 Note that these two options have a slightly different intent. The
9414 @option{--compare} option checks how identical are the logical contents of some
9415 archive with what is on your disks, while the @option{--verify} option is
9416 really for checking if the physical contents agree and if the recording
9417 media itself is of dependable quality. So, for the @option{--verify}
9418 operation, @command{tar} tries to defeat all in-memory cache pertaining to
9419 the archive, while it lets the speed optimization undisturbed for the
9420 @option{--compare} option. If you nevertheless use @option{--compare} for
9421 media verification, you may have to defeat the in-memory cache yourself,
9422 maybe by opening and reclosing the door latch of your recording unit,
9423 forcing some doubt in your operating system about the fact this is really
9424 the same volume as the one just written or read.
9425
9426 The @option{--verify} option would not be necessary if drivers were indeed
9427 able to detect dependably all write failures. This sometimes require many
9428 magnetic heads, some able to read after the writes occurred. One would
9429 not say that drivers unable to detect all cases are necessarily flawed,
9430 as long as programming is concerned.
9431
9432 The @option{--verify} (@option{-W}) option will not work in
9433 conjunction with the @option{--multi-volume} (@option{-M}) option or
9434 the @option{--append} (@option{-r}), @option{--update} (@option{-u})
9435 and @option{--delete} operations. @xref{Operations}, for more
9436 information on these operations.
9437
9438 Also, since @command{tar} normally strips leading @samp{/} from file
9439 names (@pxref{absolute}), a command like @samp{tar --verify -cf
9440 /tmp/foo.tar /etc} will work as desired only if the working directory is
9441 @file{/}, as @command{tar} uses the archive's relative member names
9442 (e.g., @file{etc/motd}) when verifying the archive.
9443
9444 @node Write Protection
9445 @section Write Protection
9446
9447 Almost all tapes and diskettes, and in a few rare cases, even disks can
9448 be @dfn{write protected}, to protect data on them from being changed.
9449 Once an archive is written, you should write protect the media to prevent
9450 the archive from being accidentally overwritten or deleted. (This will
9451 protect the archive from being changed with a tape or floppy drive---it
9452 will not protect it from magnet fields or other physical hazards).
9453
9454 The write protection device itself is usually an integral part of the
9455 physical media, and can be a two position (write enabled/write
9456 disabled) switch, a notch which can be popped out or covered, a ring
9457 which can be removed from the center of a tape reel, or some other
9458 changeable feature.
9459
9460 @node Changes
9461 @appendix Changes
9462
9463 This appendix lists some important user-visible changes between
9464 version @GNUTAR{} @value{VERSION} and previous versions. An up-to-date
9465 version of this document is available at
9466 @uref{http://www.gnu.org/@/software/@/tar/manual/changes.html,the
9467 @GNUTAR{} documentation page}.
9468
9469 @table @asis
9470 @item Use of short option @option{-o}.
9471
9472 Earlier versions of @GNUTAR{} understood @option{-o} command line
9473 option as a synonym for @option{--old-archive}.
9474
9475 @GNUTAR{} starting from version 1.13.90 understands this option as
9476 a synonym for @option{--no-same-owner}. This is compatible with
9477 UNIX98 @command{tar} implementations.
9478
9479 However, to facilitate transition, @option{-o} option retains its
9480 old semantics when it is used with one of archive-creation commands.
9481 Users are encouraged to use @option{--format=oldgnu} instead.
9482
9483 It is especially important, since versions of @acronym{GNU} Automake
9484 up to and including 1.8.4 invoke tar with this option to produce
9485 distribution tarballs. @xref{Formats,v7}, for the detailed discussion
9486 of this issue and its implications.
9487
9488 Future versions of @GNUTAR{} will understand @option{-o} only as a
9489 synonym for @option{--no-same-owner}.
9490
9491 @item Use of short option @option{-l}
9492
9493 Earlier versions of @GNUTAR{} understood @option{-l} option as a
9494 synonym for @option{--one-file-system}. Such usage is deprecated.
9495 For compatibility with other implementations future versions of
9496 @GNUTAR{} will understand this option as a synonym for
9497 @option{--check-links}.
9498
9499 @item Use of options @option{--portability} and @option{--old-archive}
9500
9501 These options are deprecated. Please use @option{--format=v7} instead.
9502
9503 @item Use of option @option{--posix}
9504
9505 This option is deprecated. Please use @option{--format=posix} instead.
9506 @end table
9507
9508 @node Configuring Help Summary
9509 @appendix Configuring Help Summary
9510
9511 Running @kbd{tar --help} displays the short @command{tar} option
9512 summary (@pxref{help}). This summary is organised by @dfn{groups} of
9513 semantically close options. The options within each group are printed
9514 in the following order: a short option, eventually followed by a list
9515 of corresponding long option names, followed by a short description of
9516 the option. For example, here is an excerpt from the actual @kbd{tar
9517 --help} output:
9518
9519 @verbatim
9520 Main operation mode:
9521
9522 -A, --catenate, --concatenate append tar files to an archive
9523 -c, --create create a new archive
9524 -d, --diff, --compare find differences between archive and
9525 file system
9526 --delete delete from the archive
9527 @end verbatim
9528
9529 @vrindex ARGP_HELP_FMT, environment variable
9530 The exact visual representation of the help output is configurable via
9531 @env{ARGP_HELP_FMT} environment variable. The value of this variable
9532 is a comma-separated list of @dfn{format variable} assignments. There
9533 are two kinds of format variables. An @dfn{offset variable} keeps the
9534 offset of some part of help output text from the leftmost column on
9535 the screen. A @dfn{boolean} variable is a flag that toggles some
9536 output feature on or off. Depending on the type of the corresponding
9537 variable, there are two kinds of assignments:
9538
9539 @table @asis
9540 @item Offset assignment
9541
9542 The assignment to an offset variable has the following syntax:
9543
9544 @smallexample
9545 @var{variable}=@var{value}
9546 @end smallexample
9547
9548 @noindent
9549 where @var{variable} is the variable name, and @var{value} is a
9550 numeric value to be assigned to the variable.
9551
9552 @item Boolean assignment
9553
9554 To assign @code{true} value to a variable, simply put this variable name. To
9555 assign @code{false} value, prefix the variable name with @samp{no-}. For
9556 example:
9557
9558 @smallexample
9559 @group
9560 # Assign @code{true} value:
9561 dup-args
9562 # Assign @code{false} value:
9563 no-dup-args
9564 @end group
9565 @end smallexample
9566 @end table
9567
9568 Following variables are declared:
9569
9570 @deftypevr {Help Output} boolean dup-args
9571 If true, arguments for an option are shown with both short and long
9572 options, even when a given option has both forms, for example:
9573
9574 @smallexample
9575 -f ARCHIVE, --file=ARCHIVE use archive file or device ARCHIVE
9576 @end smallexample
9577
9578 If false, then if an option has both short and long forms, the
9579 argument is only shown with the long one, for example:
9580
9581 @smallexample
9582 -f, --file=ARCHIVE use archive file or device ARCHIVE
9583 @end smallexample
9584
9585 @noindent
9586 and a message indicating that the argument is applicable to both
9587 forms is printed below the options. This message can be disabled
9588 using @code{dup-args-note} (see below).
9589
9590 The default is false.
9591 @end deftypevr
9592
9593 @deftypevr {Help Output} boolean dup-args-note
9594 If this variable is true, which is the default, the following notice
9595 is displayed at the end of the help output:
9596
9597 @quotation
9598 Mandatory or optional arguments to long options are also mandatory or
9599 optional for any corresponding short options.
9600 @end quotation
9601
9602 Setting @code{no-dup-args-note} inhibits this message. Normally, only one of
9603 variables @code{dup-args} or @code{dup-args-note} should be set.
9604 @end deftypevr
9605
9606 @deftypevr {Help Output} offset short-opt-col
9607 Column in which short options start. Default is 2.
9608
9609 @smallexample
9610 @group
9611 $ @kbd{tar --help|grep ARCHIVE}
9612 -f, --file=ARCHIVE use archive file or device ARCHIVE
9613 $ @kbd{ARGP_HELP_FMT=short-opt-col=6 tar --help|grep ARCHIVE}
9614 -f, --file=ARCHIVE use archive file or device ARCHIVE
9615 @end group
9616 @end smallexample
9617 @end deftypevr
9618
9619 @deftypevr {Help Output} offset long-opt-col
9620 Column in which long options start. Default is 6. For example:
9621
9622 @smallexample
9623 @group
9624 $ @kbd{tar --help|grep ARCHIVE}
9625 -f, --file=ARCHIVE use archive file or device ARCHIVE
9626 $ @kbd{ARGP_HELP_FMT=long-opt-col=16 tar --help|grep ARCHIVE}
9627 -f, --file=ARCHIVE use archive file or device ARCHIVE
9628 @end group
9629 @end smallexample
9630 @end deftypevr
9631
9632 @deftypevr {Help Output} offset doc-opt-col
9633 Column in which @dfn{doc options} start. A doc option isn't actually
9634 an option, but rather an arbitrary piece of documentation that is
9635 displayed in much the same manner as the options. For example, in
9636 the description of @option{--format} option:
9637
9638 @smallexample
9639 @group
9640 -H, --format=FORMAT create archive of the given format.
9641
9642 FORMAT is one of the following:
9643
9644 gnu GNU tar 1.13.x format
9645 oldgnu GNU format as per tar <= 1.12
9646 pax POSIX 1003.1-2001 (pax) format
9647 posix same as pax
9648 ustar POSIX 1003.1-1988 (ustar) format
9649 v7 old V7 tar format
9650 @end group
9651 @end smallexample
9652
9653 @noindent
9654 the format names are doc options. Thus, if you set
9655 @kbd{ARGP_HELP_FMT=doc-opt-col=6} the above part of the help output
9656 will look as follows:
9657
9658 @smallexample
9659 @group
9660 -H, --format=FORMAT create archive of the given format.
9661
9662 FORMAT is one of the following:
9663
9664 gnu GNU tar 1.13.x format
9665 oldgnu GNU format as per tar <= 1.12
9666 pax POSIX 1003.1-2001 (pax) format
9667 posix same as pax
9668 ustar POSIX 1003.1-1988 (ustar) format
9669 v7 old V7 tar format
9670 @end group
9671 @end smallexample
9672 @end deftypevr
9673
9674 @deftypevr {Help Output} offset opt-doc-col
9675 Column in which option description starts. Default is 29.
9676
9677 @smallexample
9678 @group
9679 $ @kbd{tar --help|grep ARCHIVE}
9680 -f, --file=ARCHIVE use archive file or device ARCHIVE
9681 $ @kbd{ARGP_HELP_FMT=opt-doc-col=19 tar --help|grep ARCHIVE}
9682 -f, --file=ARCHIVE use archive file or device ARCHIVE
9683 $ @kbd{ARGP_HELP_FMT=opt-doc-col=9 tar --help|grep ARCHIVE}
9684 -f, --file=ARCHIVE
9685 use archive file or device ARCHIVE
9686 @end group
9687 @end smallexample
9688
9689 @noindent
9690 Notice, that the description starts on a separate line if
9691 @code{opt-doc-col} value is too small.
9692 @end deftypevr
9693
9694 @deftypevr {Help Output} offset header-col
9695 Column in which @dfn{group headers} are printed. A group header is a
9696 descriptive text preceding an option group. For example, in the
9697 following text:
9698
9699 @verbatim
9700 Main operation mode:
9701
9702 -A, --catenate, --concatenate append tar files to
9703 an archive
9704 -c, --create create a new archive
9705 @end verbatim
9706 @noindent
9707 @samp{Main operation mode:} is the group header.
9708
9709 The default value is 1.
9710 @end deftypevr
9711
9712 @deftypevr {Help Output} offset usage-indent
9713 Indentation of wrapped usage lines. Affects @option{--usage}
9714 output. Default is 12.
9715 @end deftypevr
9716
9717 @deftypevr {Help Output} offset rmargin
9718 Right margin of the text output. Used for wrapping.
9719 @end deftypevr
9720
9721 @node Genfile
9722 @appendix Genfile
9723 @include genfile.texi
9724
9725 @node Snapshot Files
9726 @appendix Format of the Incremental Snapshot Files
9727 @include snapshot.texi
9728
9729 @node Free Software Needs Free Documentation
9730 @appendix Free Software Needs Free Documentation
9731 @include freemanuals.texi
9732
9733 @node Copying This Manual
9734 @appendix Copying This Manual
9735
9736 @menu
9737 * GNU Free Documentation License:: License for copying this manual
9738 @end menu
9739
9740 @include fdl.texi
9741
9742 @node Index of Command Line Options
9743 @appendix Index of Command Line Options
9744
9745 This appendix contains an index of all @GNUTAR{} long command line
9746 options. The options are listed without the preceeding double-dash.
9747
9748 @FIXME{@itemize
9749 @item Make sure @emph{all} options are indexed.
9750 @item Provide an index of short options
9751 @end itemize}
9752
9753 @printindex op
9754
9755 @node Index
9756 @appendix Index
9757
9758 @printindex cp
9759
9760 @summarycontents
9761 @contents
9762 @bye
9763
9764 @c Local variables:
9765 @c texinfo-column-for-description: 32
9766 @c End:
This page took 0.467727 seconds and 5 git commands to generate.