]> Dogcows Code - chaz/tar/blob - doc/tar.texi
* doc/tar.texi (Option Summary, absolute): Document -P better,
[chaz/tar] / doc / tar.texi
1 \input texinfo @c -*-texinfo-*-
2 @comment %**start of header
3 @setfilename tar.info
4 @include version.texi
5 @settitle GNU tar @value{VERSION}
6 @setchapternewpage odd
7
8 @finalout
9
10 @smallbook
11 @c %**end of header
12
13 @c Maintenance notes:
14 @c 1. Pay attention to @FIXME{}s and @UNREVISED{}s
15 @c 2. Before creating final variant:
16 @c 2.1. Run `make check-options' to make sure all options are properly
17 @c documented;
18 @c 2.2. Run `make master-menu' (see comment before the master menu).
19
20 @include rendition.texi
21 @include value.texi
22
23 @defcodeindex op
24 @defcodeindex kw
25
26 @c Put everything in one index (arbitrarily chosen to be the concept index).
27 @syncodeindex fn cp
28 @syncodeindex ky cp
29 @syncodeindex pg cp
30 @syncodeindex vr cp
31 @syncodeindex kw cp
32
33 @copying
34
35 This manual is for @acronym{GNU} @command{tar} (version
36 @value{VERSION}, @value{UPDATED}), which creates and extracts files
37 from archives.
38
39 Copyright @copyright{} 1992, 1994, 1995, 1996, 1997, 1999, 2000, 2001,
40 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
41 Foundation, Inc.
42
43 @quotation
44 Permission is granted to copy, distribute and/or modify this document
45 under the terms of the GNU Free Documentation License, Version 1.3 or
46 any later version published by the Free Software Foundation; with no
47 Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
48 A copy of the license is included in the section entitled ``GNU Free
49 Documentation License''.
50 @end quotation
51 @end copying
52
53 @dircategory Archiving
54 @direntry
55 * Tar: (tar). Making tape (or disk) archives.
56 @end direntry
57
58 @dircategory Individual utilities
59 @direntry
60 * tar: (tar)tar invocation. Invoking @GNUTAR{}.
61 @end direntry
62
63 @shorttitlepage @acronym{GNU} @command{tar}
64
65 @titlepage
66 @title @acronym{GNU} tar: an archiver tool
67 @subtitle @value{RENDITION} @value{VERSION}, @value{UPDATED}
68 @author John Gilmore, Jay Fenlason et al.
69
70 @page
71 @vskip 0pt plus 1filll
72 @insertcopying
73 @end titlepage
74
75 @ifnottex
76 @node Top
77 @top @acronym{GNU} tar: an archiver tool
78
79 @insertcopying
80
81 @cindex file archival
82 @cindex archiving files
83
84 The first part of this master menu lists the major nodes in this Info
85 document. The rest of the menu lists all the lower level nodes.
86 @end ifnottex
87
88 @c The master menu goes here.
89 @c
90 @c NOTE: To update it from within Emacs, make sure mastermenu.el is
91 @c loaded and run texinfo-master-menu.
92 @c To update it from the command line, run
93 @c
94 @c make master-menu
95
96 @menu
97 * Introduction::
98 * Tutorial::
99 * tar invocation::
100 * operations::
101 * Backups::
102 * Choosing::
103 * Date input formats::
104 * Formats::
105 * Media::
106 * Reliability and security::
107
108 Appendices
109
110 * Changes::
111 * Configuring Help Summary::
112 * Fixing Snapshot Files::
113 * Tar Internals::
114 * Genfile::
115 * Free Software Needs Free Documentation::
116 * GNU Free Documentation License::
117 * Index of Command Line Options::
118 * Index::
119
120 @detailmenu
121 --- The Detailed Node Listing ---
122
123 Introduction
124
125 * Book Contents:: What this Book Contains
126 * Definitions:: Some Definitions
127 * What tar Does:: What @command{tar} Does
128 * Naming tar Archives:: How @command{tar} Archives are Named
129 * Authors:: @GNUTAR{} Authors
130 * Reports:: Reporting bugs or suggestions
131
132 Tutorial Introduction to @command{tar}
133
134 * assumptions::
135 * stylistic conventions::
136 * basic tar options:: Basic @command{tar} Operations and Options
137 * frequent operations::
138 * Two Frequent Options::
139 * create:: How to Create Archives
140 * list:: How to List Archives
141 * extract:: How to Extract Members from an Archive
142 * going further::
143
144 Two Frequently Used Options
145
146 * file tutorial::
147 * verbose tutorial::
148 * help tutorial::
149
150 How to Create Archives
151
152 * prepare for examples::
153 * Creating the archive::
154 * create verbose::
155 * short create::
156 * create dir::
157
158 How to List Archives
159
160 * list dir::
161
162 How to Extract Members from an Archive
163
164 * extracting archives::
165 * extracting files::
166 * extract dir::
167 * extracting untrusted archives::
168 * failing commands::
169
170 Invoking @GNUTAR{}
171
172 * Synopsis::
173 * using tar options::
174 * Styles::
175 * All Options::
176 * help::
177 * defaults::
178 * verbose::
179 * checkpoints::
180 * warnings::
181 * interactive::
182
183 The Three Option Styles
184
185 * Long Options:: Long Option Style
186 * Short Options:: Short Option Style
187 * Old Options:: Old Option Style
188 * Mixing:: Mixing Option Styles
189
190 All @command{tar} Options
191
192 * Operation Summary::
193 * Option Summary::
194 * Short Option Summary::
195
196 @GNUTAR{} Operations
197
198 * Basic tar::
199 * Advanced tar::
200 * create options::
201 * extract options::
202 * backup::
203 * Applications::
204 * looking ahead::
205
206 Advanced @GNUTAR{} Operations
207
208 * Operations::
209 * append::
210 * update::
211 * concatenate::
212 * delete::
213 * compare::
214
215 How to Add Files to Existing Archives: @option{--append}
216
217 * appending files:: Appending Files to an Archive
218 * multiple::
219
220 Updating an Archive
221
222 * how to update::
223
224 Options Used by @option{--create}
225
226 * override:: Overriding File Metadata.
227 * Ignore Failed Read::
228
229 Options Used by @option{--extract}
230
231 * Reading:: Options to Help Read Archives
232 * Writing:: Changing How @command{tar} Writes Files
233 * Scarce:: Coping with Scarce Resources
234
235 Options to Help Read Archives
236
237 * read full records::
238 * Ignore Zeros::
239
240 Changing How @command{tar} Writes Files
241
242 * Dealing with Old Files::
243 * Overwrite Old Files::
244 * Keep Old Files::
245 * Keep Newer Files::
246 * Unlink First::
247 * Recursive Unlink::
248 * Data Modification Times::
249 * Setting Access Permissions::
250 * Directory Modification Times and Permissions::
251 * Writing to Standard Output::
252 * Writing to an External Program::
253 * remove files::
254
255 Coping with Scarce Resources
256
257 * Starting File::
258 * Same Order::
259
260 Performing Backups and Restoring Files
261
262 * Full Dumps:: Using @command{tar} to Perform Full Dumps
263 * Incremental Dumps:: Using @command{tar} to Perform Incremental Dumps
264 * Backup Levels:: Levels of Backups
265 * Backup Parameters:: Setting Parameters for Backups and Restoration
266 * Scripted Backups:: Using the Backup Scripts
267 * Scripted Restoration:: Using the Restore Script
268
269 Setting Parameters for Backups and Restoration
270
271 * General-Purpose Variables::
272 * Magnetic Tape Control::
273 * User Hooks::
274 * backup-specs example:: An Example Text of @file{Backup-specs}
275
276 Choosing Files and Names for @command{tar}
277
278 * file:: Choosing the Archive's Name
279 * Selecting Archive Members::
280 * files:: Reading Names from a File
281 * exclude:: Excluding Some Files
282 * wildcards:: Wildcards Patterns and Matching
283 * quoting styles:: Ways of Quoting Special Characters in Names
284 * transform:: Modifying File and Member Names
285 * after:: Operating Only on New Files
286 * recurse:: Descending into Directories
287 * one:: Crossing File System Boundaries
288
289 Reading Names from a File
290
291 * nul::
292
293 Excluding Some Files
294
295 * problems with exclude::
296
297 Wildcards Patterns and Matching
298
299 * controlling pattern-matching::
300
301 Crossing File System Boundaries
302
303 * directory:: Changing Directory
304 * absolute:: Absolute File Names
305
306 Date input formats
307
308 * General date syntax:: Common rules.
309 * Calendar date items:: 19 Dec 1994.
310 * Time of day items:: 9:20pm.
311 * Time zone items:: @sc{est}, @sc{pdt}, @sc{gmt}.
312 * Day of week items:: Monday and others.
313 * Relative items in date strings:: next tuesday, 2 years ago.
314 * Pure numbers in date strings:: 19931219, 1440.
315 * Seconds since the Epoch:: @@1078100502.
316 * Specifying time zone rules:: TZ="America/New_York", TZ="UTC0".
317 * Authors of parse_datetime:: Bellovin, Eggert, Salz, Berets, et al.
318
319 Controlling the Archive Format
320
321 * Compression:: Using Less Space through Compression
322 * Attributes:: Handling File Attributes
323 * Portability:: Making @command{tar} Archives More Portable
324 * cpio:: Comparison of @command{tar} and @command{cpio}
325
326 Using Less Space through Compression
327
328 * gzip:: Creating and Reading Compressed Archives
329 * sparse:: Archiving Sparse Files
330
331 Creating and Reading Compressed Archives
332
333 * lbzip2:: Using lbzip2 with @GNUTAR{}.
334
335 Making @command{tar} Archives More Portable
336
337 * Portable Names:: Portable Names
338 * dereference:: Symbolic Links
339 * hard links:: Hard Links
340 * old:: Old V7 Archives
341 * ustar:: Ustar Archives
342 * gnu:: GNU and old GNU format archives.
343 * posix:: @acronym{POSIX} archives
344 * Checksumming:: Checksumming Problems
345 * Large or Negative Values:: Large files, negative time stamps, etc.
346 * Other Tars:: How to Extract GNU-Specific Data Using
347 Other @command{tar} Implementations
348
349 @GNUTAR{} and @acronym{POSIX} @command{tar}
350
351 * PAX keywords:: Controlling Extended Header Keywords.
352
353 How to Extract GNU-Specific Data Using Other @command{tar} Implementations
354
355 * Split Recovery:: Members Split Between Volumes
356 * Sparse Recovery:: Sparse Members
357
358 Tapes and Other Archive Media
359
360 * Device:: Device selection and switching
361 * Remote Tape Server::
362 * Common Problems and Solutions::
363 * Blocking:: Blocking
364 * Many:: Many archives on one tape
365 * Using Multiple Tapes:: Using Multiple Tapes
366 * label:: Including a Label in the Archive
367 * verify::
368 * Write Protection::
369
370 Blocking
371
372 * Format Variations:: Format Variations
373 * Blocking Factor:: The Blocking Factor of an Archive
374
375 Many Archives on One Tape
376
377 * Tape Positioning:: Tape Positions and Tape Marks
378 * mt:: The @command{mt} Utility
379
380 Using Multiple Tapes
381
382 * Multi-Volume Archives:: Archives Longer than One Tape or Disk
383 * Tape Files:: Tape Files
384 * Tarcat:: Concatenate Volumes into a Single Archive
385
386
387 Tar Internals
388
389 * Standard:: Basic Tar Format
390 * Extensions:: @acronym{GNU} Extensions to the Archive Format
391 * Sparse Formats:: Storing Sparse Files
392 * Snapshot Files::
393 * Dumpdir::
394
395 Storing Sparse Files
396
397 * Old GNU Format::
398 * PAX 0:: PAX Format, Versions 0.0 and 0.1
399 * PAX 1:: PAX Format, Version 1.0
400
401 Genfile
402
403 * Generate Mode:: File Generation Mode.
404 * Status Mode:: File Status Mode.
405 * Exec Mode:: Synchronous Execution mode.
406
407 Copying This Manual
408
409 * GNU Free Documentation License:: License for copying this manual
410
411 @end detailmenu
412 @end menu
413
414 @node Introduction
415 @chapter Introduction
416
417 @GNUTAR{} creates
418 and manipulates @dfn{archives} which are actually collections of
419 many other files; the program provides users with an organized and
420 systematic method for controlling a large amount of data.
421 The name ``tar'' originally came from the phrase ``Tape ARchive'', but
422 archives need not (and these days, typically do not) reside on tapes.
423
424 @menu
425 * Book Contents:: What this Book Contains
426 * Definitions:: Some Definitions
427 * What tar Does:: What @command{tar} Does
428 * Naming tar Archives:: How @command{tar} Archives are Named
429 * Authors:: @GNUTAR{} Authors
430 * Reports:: Reporting bugs or suggestions
431 @end menu
432
433 @node Book Contents
434 @section What this Book Contains
435
436 The first part of this chapter introduces you to various terms that will
437 recur throughout the book. It also tells you who has worked on @GNUTAR{}
438 and its documentation, and where you should send bug reports
439 or comments.
440
441 The second chapter is a tutorial (@pxref{Tutorial}) which provides a
442 gentle introduction for people who are new to using @command{tar}. It is
443 meant to be self-contained, not requiring any reading from subsequent
444 chapters to make sense. It moves from topic to topic in a logical,
445 progressive order, building on information already explained.
446
447 Although the tutorial is paced and structured to allow beginners to
448 learn how to use @command{tar}, it is not intended solely for beginners.
449 The tutorial explains how to use the three most frequently used
450 operations (@samp{create}, @samp{list}, and @samp{extract}) as well as
451 two frequently used options (@samp{file} and @samp{verbose}). The other
452 chapters do not refer to the tutorial frequently; however, if a section
453 discusses something which is a complex variant of a basic concept, there
454 may be a cross-reference to that basic concept. (The entire book,
455 including the tutorial, assumes that the reader understands some basic
456 concepts of using a Unix-type operating system; @pxref{Tutorial}.)
457
458 The third chapter presents the remaining five operations, and
459 information about using @command{tar} options and option syntax.
460
461 The other chapters are meant to be used as a reference. Each chapter
462 presents everything that needs to be said about a specific topic.
463
464 One of the chapters (@pxref{Date input formats}) exists in its
465 entirety in other @acronym{GNU} manuals, and is mostly self-contained.
466 In addition, one section of this manual (@pxref{Standard}) contains a
467 big quote which is taken directly from @command{tar} sources.
468
469 In general, we give both long and short (abbreviated) option names
470 at least once in each section where the relevant option is covered, so
471 that novice readers will become familiar with both styles. (A few
472 options have no short versions, and the relevant sections will
473 indicate this.)
474
475 @node Definitions
476 @section Some Definitions
477
478 @cindex archive
479 @cindex tar archive
480 The @command{tar} program is used to create and manipulate @command{tar}
481 archives. An @dfn{archive} is a single file which contains the contents
482 of many files, while still identifying the names of the files, their
483 owner(s), and so forth. (In addition, archives record access
484 permissions, user and group, size in bytes, and data modification time.
485 Some archives also record the file names in each archived directory, as
486 well as other file and directory information.) You can use @command{tar}
487 to @dfn{create} a new archive in a specified directory.
488
489 @cindex member
490 @cindex archive member
491 @cindex file name
492 @cindex member name
493 The files inside an archive are called @dfn{members}. Within this
494 manual, we use the term @dfn{file} to refer only to files accessible in
495 the normal ways (by @command{ls}, @command{cat}, and so forth), and the term
496 @dfn{member} to refer only to the members of an archive. Similarly, a
497 @dfn{file name} is the name of a file, as it resides in the file system,
498 and a @dfn{member name} is the name of an archive member within the
499 archive.
500
501 @cindex extraction
502 @cindex unpacking
503 The term @dfn{extraction} refers to the process of copying an archive
504 member (or multiple members) into a file in the file system. Extracting
505 all the members of an archive is often called @dfn{extracting the
506 archive}. The term @dfn{unpack} can also be used to refer to the
507 extraction of many or all the members of an archive. Extracting an
508 archive does not destroy the archive's structure, just as creating an
509 archive does not destroy the copies of the files that exist outside of
510 the archive. You may also @dfn{list} the members in a given archive
511 (this is often thought of as ``printing'' them to the standard output,
512 or the command line), or @dfn{append} members to a pre-existing archive.
513 All of these operations can be performed using @command{tar}.
514
515 @node What tar Does
516 @section What @command{tar} Does
517
518 @cindex tar
519 The @command{tar} program provides the ability to create @command{tar}
520 archives, as well as various other kinds of manipulation. For example,
521 you can use @command{tar} on previously created archives to extract files,
522 to store additional files, or to update or list files which were already
523 stored.
524
525 Initially, @command{tar} archives were used to store files conveniently on
526 magnetic tape. The name @command{tar} comes from this use; it stands for
527 @code{t}ape @code{ar}chiver. Despite the utility's name, @command{tar} can
528 direct its output to available devices, files, or other programs (using
529 pipes). @command{tar} may even access remote devices or files (as archives).
530
531 You can use @command{tar} archives in many ways. We want to stress a few
532 of them: storage, backup, and transportation.
533
534 @FIXME{the following table entries need a bit of work.}
535 @table @asis
536 @item Storage
537 Often, @command{tar} archives are used to store related files for
538 convenient file transfer over a network. For example, the
539 @acronym{GNU} Project distributes its software bundled into
540 @command{tar} archives, so that all the files relating to a particular
541 program (or set of related programs) can be transferred as a single
542 unit.
543
544 A magnetic tape can store several files in sequence. However, the tape
545 has no names for these files; it only knows their relative position on
546 the tape. One way to store several files on one tape and retain their
547 names is by creating a @command{tar} archive. Even when the basic transfer
548 mechanism can keep track of names, as FTP can, the nuisance of handling
549 multiple files, directories, and multiple links makes @command{tar}
550 archives useful.
551
552 Archive files are also used for long-term storage. You can think of
553 this as transportation from the present into the future. (It is a
554 science-fiction idiom that you can move through time as well as in
555 space; the idea here is that @command{tar} can be used to move archives in
556 all dimensions, even time!)
557
558 @item Backup
559 Because the archive created by @command{tar} is capable of preserving
560 file information and directory structure, @command{tar} is commonly
561 used for performing full and incremental backups of disks. A backup
562 puts a collection of files (possibly pertaining to many users and
563 projects) together on a disk or a tape. This guards against
564 accidental destruction of the information in those files.
565 @GNUTAR{} has special features that allow it to be
566 used to make incremental and full dumps of all the files in a
567 file system.
568
569 @item Transportation
570 You can create an archive on one system, transfer it to another system,
571 and extract the contents there. This allows you to transport a group of
572 files from one system to another.
573 @end table
574
575 @node Naming tar Archives
576 @section How @command{tar} Archives are Named
577
578 Conventionally, @command{tar} archives are given names ending with
579 @samp{.tar}. This is not necessary for @command{tar} to operate properly,
580 but this manual follows that convention in order to accustom readers to
581 it and to make examples more clear.
582
583 @cindex tar file
584 @cindex entry
585 @cindex tar entry
586 Often, people refer to @command{tar} archives as ``@command{tar} files,'' and
587 archive members as ``files'' or ``entries''. For people familiar with
588 the operation of @command{tar}, this causes no difficulty. However, in
589 this manual, we consistently refer to ``archives'' and ``archive
590 members'' to make learning to use @command{tar} easier for novice users.
591
592 @node Authors
593 @section @GNUTAR{} Authors
594
595 @GNUTAR{} was originally written by John Gilmore,
596 and modified by many people. The @acronym{GNU} enhancements were
597 written by Jay Fenlason, then Joy Kendall, and the whole package has
598 been further maintained by Thomas Bushnell, n/BSG, Fran@,{c}ois
599 Pinard, Paul Eggert, and finally Sergey Poznyakoff with the help of
600 numerous and kind users.
601
602 We wish to stress that @command{tar} is a collective work, and owes much to
603 all those people who reported problems, offered solutions and other
604 insights, or shared their thoughts and suggestions. An impressive, yet
605 partial list of those contributors can be found in the @file{THANKS}
606 file from the @GNUTAR{} distribution.
607
608 @FIXME{i want all of these names mentioned, Absolutely. BUT, i'm not
609 sure i want to spell out the history in this detail, at least not for
610 the printed book. i'm just not sure it needs to be said this way.
611 i'll think about it.}
612
613 @FIXME{History is more important, and surely more interesting, than
614 actual names. Quoting names without history would be meaningless. FP}
615
616 Jay Fenlason put together a draft of a @GNUTAR{}
617 manual, borrowing notes from the original man page from John Gilmore.
618 This was withdrawn in version 1.11. Thomas Bushnell, n/BSG and Amy
619 Gorin worked on a tutorial and manual for @GNUTAR{}.
620 Fran@,{c}ois Pinard put version 1.11.8 of the manual together by
621 taking information from all these sources and merging them. Melissa
622 Weisshaus finally edited and redesigned the book to create version
623 1.12. The book for versions from 1.14 up to @value{VERSION} were edited
624 by the current maintainer, Sergey Poznyakoff.
625
626 For version 1.12, Daniel Hagerty contributed a great deal of technical
627 consulting. In particular, he is the primary author of @ref{Backups}.
628
629 In July, 2003 @GNUTAR{} was put on CVS at savannah.gnu.org
630 (see @url{http://savannah.gnu.org/projects/tar}), and
631 active development and maintenance work has started
632 again. Currently @GNUTAR{} is being maintained by Paul Eggert, Sergey
633 Poznyakoff and Jeff Bailey.
634
635 Support for @acronym{POSIX} archives was added by Sergey Poznyakoff.
636
637 @node Reports
638 @section Reporting bugs or suggestions
639
640 @cindex bug reports
641 @cindex reporting bugs
642 If you find problems or have suggestions about this program or manual,
643 please report them to @file{bug-tar@@gnu.org}.
644
645 When reporting a bug, please be sure to include as much detail as
646 possible, in order to reproduce it. @FIXME{Be more specific, I'd
647 like to make this node as detailed as 'Bug reporting' node in Emacs
648 manual.}
649
650 @node Tutorial
651 @chapter Tutorial Introduction to @command{tar}
652
653 This chapter guides you through some basic examples of three @command{tar}
654 operations: @option{--create}, @option{--list}, and @option{--extract}. If
655 you already know how to use some other version of @command{tar}, then you
656 may not need to read this chapter. This chapter omits most complicated
657 details about how @command{tar} works.
658
659 @menu
660 * assumptions::
661 * stylistic conventions::
662 * basic tar options:: Basic @command{tar} Operations and Options
663 * frequent operations::
664 * Two Frequent Options::
665 * create:: How to Create Archives
666 * list:: How to List Archives
667 * extract:: How to Extract Members from an Archive
668 * going further::
669 @end menu
670
671 @node assumptions
672 @section Assumptions this Tutorial Makes
673
674 This chapter is paced to allow beginners to learn about @command{tar}
675 slowly. At the same time, we will try to cover all the basic aspects of
676 these three operations. In order to accomplish both of these tasks, we
677 have made certain assumptions about your knowledge before reading this
678 manual, and the hardware you will be using:
679
680 @itemize @bullet
681 @item
682 Before you start to work through this tutorial, you should understand
683 what the terms ``archive'' and ``archive member'' mean
684 (@pxref{Definitions}). In addition, you should understand something
685 about how Unix-type operating systems work, and you should know how to
686 use some basic utilities. For example, you should know how to create,
687 list, copy, rename, edit, and delete files and directories; how to
688 change between directories; and how to figure out where you are in the
689 file system. You should have some basic understanding of directory
690 structure and how files are named according to which directory they are
691 in. You should understand concepts such as standard output and standard
692 input, what various definitions of the term @samp{argument} mean, and the
693 differences between relative and absolute file names. @FIXME{and what
694 else?}
695
696 @item
697 This manual assumes that you are working from your own home directory
698 (unless we state otherwise). In this tutorial, you will create a
699 directory to practice @command{tar} commands in. When we show file names,
700 we will assume that those names are relative to your home directory.
701 For example, my home directory is @file{/home/fsf/melissa}. All of
702 my examples are in a subdirectory of the directory named by that file
703 name; the subdirectory is called @file{practice}.
704
705 @item
706 In general, we show examples of archives which exist on (or can be
707 written to, or worked with from) a directory on a hard disk. In most
708 cases, you could write those archives to, or work with them on any other
709 device, such as a tape drive. However, some of the later examples in
710 the tutorial and next chapter will not work on tape drives.
711 Additionally, working with tapes is much more complicated than working
712 with hard disks. For these reasons, the tutorial does not cover working
713 with tape drives. @xref{Media}, for complete information on using
714 @command{tar} archives with tape drives.
715
716 @FIXME{this is a cop out. need to add some simple tape drive info.}
717 @end itemize
718
719 @node stylistic conventions
720 @section Stylistic Conventions
721
722 In the examples, @samp{$} represents a typical shell prompt. It
723 precedes lines you should type; to make this more clear, those lines are
724 shown in @kbd{this font}, as opposed to lines which represent the
725 computer's response; those lines are shown in @code{this font}, or
726 sometimes @samp{like this}.
727
728 @c When we have lines which are too long to be
729 @c displayed in any other way, we will show them like this:
730
731 @node basic tar options
732 @section Basic @command{tar} Operations and Options
733
734 @command{tar} can take a wide variety of arguments which specify and define
735 the actions it will have on the particular set of files or the archive.
736 The main types of arguments to @command{tar} fall into one of two classes:
737 operations, and options.
738
739 Some arguments fall into a class called @dfn{operations}; exactly one of
740 these is both allowed and required for any instance of using @command{tar};
741 you may @emph{not} specify more than one. People sometimes speak of
742 @dfn{operating modes}. You are in a particular operating mode when you
743 have specified the operation which specifies it; there are eight
744 operations in total, and thus there are eight operating modes.
745
746 The other arguments fall into the class known as @dfn{options}. You are
747 not required to specify any options, and you are allowed to specify more
748 than one at a time (depending on the way you are using @command{tar} at
749 that time). Some options are used so frequently, and are so useful for
750 helping you type commands more carefully that they are effectively
751 ``required''. We will discuss them in this chapter.
752
753 You can write most of the @command{tar} operations and options in any
754 of three forms: long (mnemonic) form, short form, and old style. Some
755 of the operations and options have no short or ``old'' forms; however,
756 the operations and options which we will cover in this tutorial have
757 corresponding abbreviations. We will indicate those abbreviations
758 appropriately to get you used to seeing them. Note, that the ``old
759 style'' option forms exist in @GNUTAR{} for compatibility with Unix
760 @command{tar}. In this book we present a full discussion of this way
761 of writing options and operations (@pxref{Old Options}), and we discuss
762 the other two styles of writing options (@xref{Long Options}, and
763 @pxref{Short Options}).
764
765 In the examples and in the text of this tutorial, we usually use the
766 long forms of operations and options; but the ``short'' forms produce
767 the same result and can make typing long @command{tar} commands easier.
768 For example, instead of typing
769
770 @smallexample
771 @kbd{tar --create --verbose --file=afiles.tar apple angst aspic}
772 @end smallexample
773
774 @noindent
775 you can type
776 @smallexample
777 @kbd{tar -c -v -f afiles.tar apple angst aspic}
778 @end smallexample
779
780 @noindent
781 or even
782 @smallexample
783 @kbd{tar -cvf afiles.tar apple angst aspic}
784 @end smallexample
785
786 @noindent
787 For more information on option syntax, see @ref{Advanced tar}. In
788 discussions in the text, when we name an option by its long form, we
789 also give the corresponding short option in parentheses.
790
791 The term, ``option'', can be confusing at times, since ``operations''
792 are often lumped in with the actual, @emph{optional} ``options'' in certain
793 general class statements. For example, we just talked about ``short and
794 long forms of options and operations''. However, experienced @command{tar}
795 users often refer to these by shorthand terms such as, ``short and long
796 options''. This term assumes that the ``operations'' are included, also.
797 Context will help you determine which definition of ``options'' to use.
798
799 Similarly, the term ``command'' can be confusing, as it is often used in
800 two different ways. People sometimes refer to @command{tar} ``commands''.
801 A @command{tar} @dfn{command} is the entire command line of user input
802 which tells @command{tar} what to do --- including the operation, options,
803 and any arguments (file names, pipes, other commands, etc.). However,
804 you will also sometimes hear the term ``the @command{tar} command''. When
805 the word ``command'' is used specifically like this, a person is usually
806 referring to the @command{tar} @emph{operation}, not the whole line.
807 Again, use context to figure out which of the meanings the speaker
808 intends.
809
810 @node frequent operations
811 @section The Three Most Frequently Used Operations
812
813 Here are the three most frequently used operations (both short and long
814 forms), as well as a brief description of their meanings. The rest of
815 this chapter will cover how to use these operations in detail. We will
816 present the rest of the operations in the next chapter.
817
818 @table @option
819 @item --create
820 @itemx -c
821 Create a new @command{tar} archive.
822 @item --list
823 @itemx -t
824 List the contents of an archive.
825 @item --extract
826 @itemx -x
827 Extract one or more members from an archive.
828 @end table
829
830 @node Two Frequent Options
831 @section Two Frequently Used Options
832
833 To understand how to run @command{tar} in the three operating modes listed
834 previously, you also need to understand how to use two of the options to
835 @command{tar}: @option{--file} (which takes an archive file as an argument)
836 and @option{--verbose}. (You are usually not @emph{required} to specify
837 either of these options when you run @command{tar}, but they can be very
838 useful in making things more clear and helping you avoid errors.)
839
840 @menu
841 * file tutorial::
842 * verbose tutorial::
843 * help tutorial::
844 @end menu
845
846 @node file tutorial
847 @unnumberedsubsec The @option{--file} Option
848
849 @table @option
850 @xopindex{file, tutorial}
851 @item --file=@var{archive-name}
852 @itemx -f @var{archive-name}
853 Specify the name of an archive file.
854 @end table
855
856 You can specify an argument for the @option{--file=@var{archive-name}} (@option{-f @var{archive-name}}) option whenever you
857 use @command{tar}; this option determines the name of the archive file
858 that @command{tar} will work on.
859
860 @vrindex TAPE
861 If you don't specify this argument, then @command{tar} will examine
862 the environment variable @env{TAPE}. If it is set, its value will be
863 used as the archive name. Otherwise, @command{tar} will use the
864 default archive, determined at compile time. Usually it is
865 standard output or some physical tape drive attached to your machine
866 (you can verify what the default is by running @kbd{tar
867 --show-defaults}, @pxref{defaults}). If there is no tape drive
868 attached, or the default is not meaningful, then @command{tar} will
869 print an error message. The error message might look roughly like one
870 of the following:
871
872 @smallexample
873 tar: can't open /dev/rmt8 : No such device or address
874 tar: can't open /dev/rsmt0 : I/O error
875 @end smallexample
876
877 @noindent
878 To avoid confusion, we recommend that you always specify an archive file
879 name by using @option{--file=@var{archive-name}} (@option{-f @var{archive-name}}) when writing your @command{tar} commands.
880 For more information on using the @option{--file=@var{archive-name}} (@option{-f @var{archive-name}}) option, see
881 @ref{file}.
882
883 @node verbose tutorial
884 @unnumberedsubsec The @option{--verbose} Option
885
886 @table @option
887 @xopindex{verbose, introduced}
888 @item --verbose
889 @itemx -v
890 Show the files being worked on as @command{tar} is running.
891 @end table
892
893 @option{--verbose} (@option{-v}) shows details about the results of running
894 @command{tar}. This can be especially useful when the results might not be
895 obvious. For example, if you want to see the progress of @command{tar} as
896 it writes files into the archive, you can use the @option{--verbose}
897 option. In the beginning, you may find it useful to use
898 @option{--verbose} at all times; when you are more accustomed to
899 @command{tar}, you will likely want to use it at certain times but not at
900 others. We will use @option{--verbose} at times to help make something
901 clear, and we will give many examples both using and not using
902 @option{--verbose} to show the differences.
903
904 Each instance of @option{--verbose} on the command line increases the
905 verbosity level by one, so if you need more details on the output,
906 specify it twice.
907
908 When reading archives (@option{--list}, @option{--extract},
909 @option{--diff}), @command{tar} by default prints only the names of
910 the members being extracted. Using @option{--verbose} will show a full,
911 @command{ls} style member listing.
912
913 In contrast, when writing archives (@option{--create}, @option{--append},
914 @option{--update}), @command{tar} does not print file names by
915 default. So, a single @option{--verbose} option shows the file names
916 being added to the archive, while two @option{--verbose} options
917 enable the full listing.
918
919 For example, to create an archive in verbose mode:
920
921 @smallexample
922 $ @kbd{tar -cvf afiles.tar apple angst aspic}
923 apple
924 angst
925 aspic
926 @end smallexample
927
928 @noindent
929 Creating the same archive with the verbosity level 2 could give:
930
931 @smallexample
932 $ @kbd{tar -cvvf afiles.tar apple angst aspic}
933 -rw-r--r-- gray/staff 62373 2006-06-09 12:06 apple
934 -rw-r--r-- gray/staff 11481 2006-06-09 12:06 angst
935 -rw-r--r-- gray/staff 23152 2006-06-09 12:06 aspic
936 @end smallexample
937
938 @noindent
939 This works equally well using short or long forms of options. Using
940 long forms, you would simply write out the mnemonic form of the option
941 twice, like this:
942
943 @smallexample
944 $ @kbd{tar --create --verbose --verbose @dots{}}
945 @end smallexample
946
947 @noindent
948 Note that you must double the hyphens properly each time.
949
950 Later in the tutorial, we will give examples using @w{@option{--verbose
951 --verbose}}.
952
953 @anchor{verbose member listing}
954 The full output consists of six fields:
955
956 @itemize @bullet
957 @item File type and permissions in symbolic form.
958 These are displayed in the same format as the first column of
959 @command{ls -l} output (@pxref{What information is listed,
960 format=verbose, Verbose listing, fileutils, GNU file utilities}).
961
962 @item Owner name and group separated by a slash character.
963 If these data are not available (for example, when listing a @samp{v7} format
964 archive), numeric @acronym{ID} values are printed instead.
965
966 @item Size of the file, in bytes.
967
968 @item File modification date in ISO 8601 format.
969
970 @item File modification time.
971
972 @item File name.
973 If the name contains any special characters (white space, newlines,
974 etc.) these are displayed in an unambiguous form using so called
975 @dfn{quoting style}. For the detailed discussion of available styles
976 and on how to use them, see @ref{quoting styles}.
977
978 Depending on the file type, the name can be followed by some
979 additional information, described in the following table:
980
981 @table @samp
982 @item -> @var{link-name}
983 The file or archive member is a @dfn{symbolic link} and
984 @var{link-name} is the name of file it links to.
985
986 @item link to @var{link-name}
987 The file or archive member is a @dfn{hard link} and @var{link-name} is
988 the name of file it links to.
989
990 @item --Long Link--
991 The archive member is an old GNU format long link. You will normally
992 not encounter this.
993
994 @item --Long Name--
995 The archive member is an old GNU format long name. You will normally
996 not encounter this.
997
998 @item --Volume Header--
999 The archive member is a GNU @dfn{volume header} (@pxref{Tape Files}).
1000
1001 @item --Continued at byte @var{n}--
1002 Encountered only at the beginning of a multi-volume archive
1003 (@pxref{Using Multiple Tapes}). This archive member is a continuation
1004 from the previous volume. The number @var{n} gives the offset where
1005 the original file was split.
1006
1007 @item unknown file type @var{c}
1008 An archive member of unknown type. @var{c} is the type character from
1009 the archive header. If you encounter such a message, it means that
1010 either your archive contains proprietary member types @GNUTAR{} is not
1011 able to handle, or the archive is corrupted.
1012 @end table
1013
1014 @end itemize
1015
1016 For example, here is an archive listing containing most of the special
1017 suffixes explained above:
1018
1019 @smallexample
1020 @group
1021 V--------- 0/0 1536 2006-06-09 13:07 MyVolume--Volume Header--
1022 -rw-r--r-- gray/staff 456783 2006-06-09 12:06 aspic--Continued at byte 32456--
1023 -rw-r--r-- gray/staff 62373 2006-06-09 12:06 apple
1024 lrwxrwxrwx gray/staff 0 2006-06-09 13:01 angst -> apple
1025 -rw-r--r-- gray/staff 35793 2006-06-09 12:06 blues
1026 hrw-r--r-- gray/staff 0 2006-06-09 12:06 music link to blues
1027 @end group
1028 @end smallexample
1029
1030 @smallexample
1031 @end smallexample
1032
1033 @node help tutorial
1034 @unnumberedsubsec Getting Help: Using the @option{--help} Option
1035
1036 @table @option
1037 @opindex help
1038 @item --help
1039
1040 The @option{--help} option to @command{tar} prints out a very brief list of
1041 all operations and option available for the current version of
1042 @command{tar} available on your system.
1043 @end table
1044
1045 @node create
1046 @section How to Create Archives
1047 @UNREVISED
1048
1049 @cindex Creation of the archive
1050 @cindex Archive, creation of
1051 One of the basic operations of @command{tar} is @option{--create} (@option{-c}), which
1052 you use to create a @command{tar} archive. We will explain
1053 @option{--create} first because, in order to learn about the other
1054 operations, you will find it useful to have an archive available to
1055 practice on.
1056
1057 To make this easier, in this section you will first create a directory
1058 containing three files. Then, we will show you how to create an
1059 @emph{archive} (inside the new directory). Both the directory, and
1060 the archive are specifically for you to practice on. The rest of this
1061 chapter and the next chapter will show many examples using this
1062 directory and the files you will create: some of those files may be
1063 other directories and other archives.
1064
1065 The three files you will archive in this example are called
1066 @file{blues}, @file{folk}, and @file{jazz}. The archive is called
1067 @file{collection.tar}.
1068
1069 This section will proceed slowly, detailing how to use @option{--create}
1070 in @code{verbose} mode, and showing examples using both short and long
1071 forms. In the rest of the tutorial, and in the examples in the next
1072 chapter, we will proceed at a slightly quicker pace. This section
1073 moves more slowly to allow beginning users to understand how
1074 @command{tar} works.
1075
1076 @menu
1077 * prepare for examples::
1078 * Creating the archive::
1079 * create verbose::
1080 * short create::
1081 * create dir::
1082 @end menu
1083
1084 @node prepare for examples
1085 @subsection Preparing a Practice Directory for Examples
1086
1087 To follow along with this and future examples, create a new directory
1088 called @file{practice} containing files called @file{blues}, @file{folk}
1089 and @file{jazz}. The files can contain any information you like:
1090 ideally, they should contain information which relates to their names,
1091 and be of different lengths. Our examples assume that @file{practice}
1092 is a subdirectory of your home directory.
1093
1094 Now @command{cd} to the directory named @file{practice}; @file{practice}
1095 is now your @dfn{working directory}. (@emph{Please note}: Although
1096 the full file name of this directory is
1097 @file{/@var{homedir}/practice}, in our examples we will refer to
1098 this directory as @file{practice}; the @var{homedir} is presumed.)
1099
1100 In general, you should check that the files to be archived exist where
1101 you think they do (in the working directory) by running @command{ls}.
1102 Because you just created the directory and the files and have changed to
1103 that directory, you probably don't need to do that this time.
1104
1105 It is very important to make sure there isn't already a file in the
1106 working directory with the archive name you intend to use (in this case,
1107 @samp{collection.tar}), or that you don't care about its contents.
1108 Whenever you use @samp{create}, @command{tar} will erase the current
1109 contents of the file named by @option{--file=@var{archive-name}} (@option{-f @var{archive-name}}) if it exists. @command{tar}
1110 will not tell you if you are about to overwrite an archive unless you
1111 specify an option which does this (@pxref{backup}, for the
1112 information on how to do so). To add files to an existing archive,
1113 you need to use a different option, such as @option{--append} (@option{-r}); see
1114 @ref{append} for information on how to do this.
1115
1116 @node Creating the archive
1117 @subsection Creating the Archive
1118
1119 @xopindex{create, introduced}
1120 To place the files @file{blues}, @file{folk}, and @file{jazz} into an
1121 archive named @file{collection.tar}, use the following command:
1122
1123 @smallexample
1124 $ @kbd{tar --create --file=collection.tar blues folk jazz}
1125 @end smallexample
1126
1127 The order of the arguments is not very important, @emph{when using long
1128 option forms}. You could also say:
1129
1130 @smallexample
1131 $ @kbd{tar blues --create folk --file=collection.tar jazz}
1132 @end smallexample
1133
1134 @noindent
1135 However, you can see that this order is harder to understand; this is
1136 why we will list the arguments in the order that makes the commands
1137 easiest to understand (and we encourage you to do the same when you use
1138 @command{tar}, to avoid errors).
1139
1140 Note that the sequence
1141 @option{--file=@-collection.tar} is considered to be @emph{one} argument.
1142 If you substituted any other string of characters for
1143 @kbd{collection.tar}, then that string would become the name of the
1144 archive file you create.
1145
1146 The order of the options becomes more important when you begin to use
1147 short forms. With short forms, if you type commands in the wrong order
1148 (even if you type them correctly in all other ways), you may end up with
1149 results you don't expect. For this reason, it is a good idea to get
1150 into the habit of typing options in the order that makes inherent sense.
1151 @xref{short create}, for more information on this.
1152
1153 In this example, you type the command as shown above: @option{--create}
1154 is the operation which creates the new archive
1155 (@file{collection.tar}), and @option{--file} is the option which lets
1156 you give it the name you chose. The files, @file{blues}, @file{folk},
1157 and @file{jazz}, are now members of the archive, @file{collection.tar}
1158 (they are @dfn{file name arguments} to the @option{--create} operation.
1159 @xref{Choosing}, for the detailed discussion on these.) Now that they are
1160 in the archive, they are called @emph{archive members}, not files.
1161 (@pxref{Definitions,members}).
1162
1163 When you create an archive, you @emph{must} specify which files you
1164 want placed in the archive. If you do not specify any archive
1165 members, @GNUTAR{} will complain.
1166
1167 If you now list the contents of the working directory (@command{ls}), you will
1168 find the archive file listed as well as the files you saw previously:
1169
1170 @smallexample
1171 blues folk jazz collection.tar
1172 @end smallexample
1173
1174 @noindent
1175 Creating the archive @samp{collection.tar} did not destroy the copies of
1176 the files in the directory.
1177
1178 Keep in mind that if you don't indicate an operation, @command{tar} will not
1179 run and will prompt you for one. If you don't name any files, @command{tar}
1180 will complain. You must have write access to the working directory,
1181 or else you will not be able to create an archive in that directory.
1182
1183 @emph{Caution}: Do not attempt to use @option{--create} (@option{-c}) to add files to
1184 an existing archive; it will delete the archive and write a new one.
1185 Use @option{--append} (@option{-r}) instead. @xref{append}.
1186
1187 @node create verbose
1188 @subsection Running @option{--create} with @option{--verbose}
1189
1190 @xopindex{create, using with @option{--verbose}}
1191 @xopindex{verbose, using with @option{--create}}
1192 If you include the @option{--verbose} (@option{-v}) option on the command line,
1193 @command{tar} will list the files it is acting on as it is working. In
1194 verbose mode, the @code{create} example above would appear as:
1195
1196 @smallexample
1197 $ @kbd{tar --create --verbose --file=collection.tar blues folk jazz}
1198 blues
1199 folk
1200 jazz
1201 @end smallexample
1202
1203 This example is just like the example we showed which did not use
1204 @option{--verbose}, except that @command{tar} generated the remaining
1205 @iftex
1206 lines (note the different font styles).
1207 @end iftex
1208 @ifinfo
1209 lines.
1210 @end ifinfo
1211
1212 In the rest of the examples in this chapter, we will frequently use
1213 @code{verbose} mode so we can show actions or @command{tar} responses that
1214 you would otherwise not see, and which are important for you to
1215 understand.
1216
1217 @node short create
1218 @subsection Short Forms with @samp{create}
1219
1220 As we said before, the @option{--create} (@option{-c}) operation is one of the most
1221 basic uses of @command{tar}, and you will use it countless times.
1222 Eventually, you will probably want to use abbreviated (or ``short'')
1223 forms of options. A full discussion of the three different forms that
1224 options can take appears in @ref{Styles}; for now, here is what the
1225 previous example (including the @option{--verbose} (@option{-v}) option) looks like
1226 using short option forms:
1227
1228 @smallexample
1229 $ @kbd{tar -cvf collection.tar blues folk jazz}
1230 blues
1231 folk
1232 jazz
1233 @end smallexample
1234
1235 @noindent
1236 As you can see, the system responds the same no matter whether you use
1237 long or short option forms.
1238
1239 @FIXME{i don't like how this is worded:} One difference between using
1240 short and long option forms is that, although the exact placement of
1241 arguments following options is no more specific when using short forms,
1242 it is easier to become confused and make a mistake when using short
1243 forms. For example, suppose you attempted the above example in the
1244 following way:
1245
1246 @smallexample
1247 $ @kbd{tar -cfv collection.tar blues folk jazz}
1248 @end smallexample
1249
1250 @noindent
1251 In this case, @command{tar} will make an archive file called @file{v},
1252 containing the files @file{blues}, @file{folk}, and @file{jazz}, because
1253 the @samp{v} is the closest ``file name'' to the @option{-f} option, and
1254 is thus taken to be the chosen archive file name. @command{tar} will try
1255 to add a file called @file{collection.tar} to the @file{v} archive file;
1256 if the file @file{collection.tar} did not already exist, @command{tar} will
1257 report an error indicating that this file does not exist. If the file
1258 @file{collection.tar} does already exist (e.g., from a previous command
1259 you may have run), then @command{tar} will add this file to the archive.
1260 Because the @option{-v} option did not get registered, @command{tar} will not
1261 run under @samp{verbose} mode, and will not report its progress.
1262
1263 The end result is that you may be quite confused about what happened,
1264 and possibly overwrite a file. To illustrate this further, we will show
1265 you how an example we showed previously would look using short forms.
1266
1267 This example,
1268
1269 @smallexample
1270 $ @kbd{tar blues --create folk --file=collection.tar jazz}
1271 @end smallexample
1272
1273 @noindent
1274 is confusing as it is. When shown using short forms, however, it
1275 becomes much more so:
1276
1277 @smallexample
1278 $ @kbd{tar blues -c folk -f collection.tar jazz}
1279 @end smallexample
1280
1281 @noindent
1282 It would be very easy to put the wrong string of characters
1283 immediately following the @option{-f}, but doing that could sacrifice
1284 valuable data.
1285
1286 For this reason, we recommend that you pay very careful attention to
1287 the order of options and placement of file and archive names,
1288 especially when using short option forms. Not having the option name
1289 written out mnemonically can affect how well you remember which option
1290 does what, and therefore where different names have to be placed.
1291
1292 @node create dir
1293 @subsection Archiving Directories
1294
1295 @cindex Archiving Directories
1296 @cindex Directories, Archiving
1297 You can archive a directory by specifying its directory name as a
1298 file name argument to @command{tar}. The files in the directory will be
1299 archived relative to the working directory, and the directory will be
1300 re-created along with its contents when the archive is extracted.
1301
1302 To archive a directory, first move to its superior directory. If you
1303 have followed the previous instructions in this tutorial, you should
1304 type:
1305
1306 @smallexample
1307 $ @kbd{cd ..}
1308 $
1309 @end smallexample
1310
1311 @noindent
1312 This will put you into the directory which contains @file{practice},
1313 i.e., your home directory. Once in the superior directory, you can
1314 specify the subdirectory, @file{practice}, as a file name argument. To
1315 store @file{practice} in the new archive file @file{music.tar}, type:
1316
1317 @smallexample
1318 $ @kbd{tar --create --verbose --file=music.tar practice}
1319 @end smallexample
1320
1321 @noindent
1322 @command{tar} should output:
1323
1324 @smallexample
1325 practice/
1326 practice/blues
1327 practice/folk
1328 practice/jazz
1329 practice/collection.tar
1330 @end smallexample
1331
1332 Note that the archive thus created is not in the subdirectory
1333 @file{practice}, but rather in the current working directory---the
1334 directory from which @command{tar} was invoked. Before trying to archive a
1335 directory from its superior directory, you should make sure you have
1336 write access to the superior directory itself, not only the directory
1337 you are trying archive with @command{tar}. For example, you will probably
1338 not be able to store your home directory in an archive by invoking
1339 @command{tar} from the root directory; @xref{absolute}. (Note
1340 also that @file{collection.tar}, the original archive file, has itself
1341 been archived. @command{tar} will accept any file as a file to be
1342 archived, regardless of its content. When @file{music.tar} is
1343 extracted, the archive file @file{collection.tar} will be re-written
1344 into the file system).
1345
1346 If you give @command{tar} a command such as
1347
1348 @smallexample
1349 $ @kbd{tar --create --file=foo.tar .}
1350 @end smallexample
1351
1352 @noindent
1353 @command{tar} will report @samp{tar: ./foo.tar is the archive; not
1354 dumped}. This happens because @command{tar} creates the archive
1355 @file{foo.tar} in the current directory before putting any files into
1356 it. Then, when @command{tar} attempts to add all the files in the
1357 directory @file{.} to the archive, it notices that the file
1358 @file{./foo.tar} is the same as the archive @file{foo.tar}, and skips
1359 it. (It makes no sense to put an archive into itself.) @GNUTAR{}
1360 will continue in this case, and create the archive
1361 normally, except for the exclusion of that one file. (@emph{Please
1362 note:} Other implementations of @command{tar} may not be so clever;
1363 they will enter an infinite loop when this happens, so you should not
1364 depend on this behavior unless you are certain you are running
1365 @GNUTAR{}. In general, it is wise to always place the archive outside
1366 of the directory being dumped.)
1367
1368 @node list
1369 @section How to List Archives
1370
1371 @opindex list
1372 Frequently, you will find yourself wanting to determine exactly what a
1373 particular archive contains. You can use the @option{--list}
1374 (@option{-t}) operation to get the member names as they currently
1375 appear in the archive, as well as various attributes of the files at
1376 the time they were archived. For example, you can examine the archive
1377 @file{collection.tar} that you created in the last section with the
1378 command,
1379
1380 @smallexample
1381 $ @kbd{tar --list --file=collection.tar}
1382 @end smallexample
1383
1384 @noindent
1385 The output of @command{tar} would then be:
1386
1387 @smallexample
1388 blues
1389 folk
1390 jazz
1391 @end smallexample
1392
1393 @noindent
1394 The archive @file{bfiles.tar} would list as follows:
1395
1396 @smallexample
1397 ./birds
1398 baboon
1399 ./box
1400 @end smallexample
1401
1402 @noindent
1403 Be sure to use a @option{--file=@var{archive-name}} (@option{-f
1404 @var{archive-name}}) option just as with @option{--create}
1405 (@option{-c}) to specify the name of the archive.
1406
1407 @xopindex{list, using with @option{--verbose}}
1408 @xopindex{verbose, using with @option{--list}}
1409 If you use the @option{--verbose} (@option{-v}) option with
1410 @option{--list}, then @command{tar} will print out a listing
1411 reminiscent of @w{@samp{ls -l}}, showing owner, file size, and so
1412 forth. This output is described in detail in @ref{verbose member listing}.
1413
1414 If you had used @option{--verbose} (@option{-v}) mode, the example
1415 above would look like:
1416
1417 @smallexample
1418 $ @kbd{tar --list --verbose --file=collection.tar folk}
1419 -rw-r--r-- myself/user 62 1990-05-23 10:55 folk
1420 @end smallexample
1421
1422 @cindex listing member and file names
1423 @anchor{listing member and file names}
1424 It is important to notice that the output of @kbd{tar --list
1425 --verbose} does not necessarily match that produced by @kbd{tar
1426 --create --verbose} while creating the archive. It is because
1427 @GNUTAR{}, unless told explicitly not to do so, removes some directory
1428 prefixes from file names before storing them in the archive
1429 (@xref{absolute}, for more information). In other
1430 words, in verbose mode @GNUTAR{} shows @dfn{file names} when creating
1431 an archive and @dfn{member names} when listing it. Consider this
1432 example:
1433
1434 @smallexample
1435 @group
1436 $ @kbd{tar --create --verbose --file archive /etc/mail}
1437 tar: Removing leading `/' from member names
1438 /etc/mail/
1439 /etc/mail/sendmail.cf
1440 /etc/mail/aliases
1441 $ @kbd{tar --test --file archive}
1442 etc/mail/
1443 etc/mail/sendmail.cf
1444 etc/mail/aliases
1445 @end group
1446 @end smallexample
1447
1448 @opindex show-stored-names
1449 This default behavior can sometimes be inconvenient. You can force
1450 @GNUTAR{} show member names when creating archive by supplying
1451 @option{--show-stored-names} option.
1452
1453 @table @option
1454 @item --show-stored-names
1455 Print member (as opposed to @emph{file}) names when creating the archive.
1456 @end table
1457
1458 @cindex File name arguments, using @option{--list} with
1459 @xopindex{list, using with file name arguments}
1460 You can specify one or more individual member names as arguments when
1461 using @samp{list}. In this case, @command{tar} will only list the
1462 names of members you identify. For example, @w{@kbd{tar --list
1463 --file=afiles.tar apple}} would only print @file{apple}.
1464
1465 Because @command{tar} preserves file names, these must be specified as
1466 they appear in the archive (i.e., relative to the directory from which
1467 the archive was created). Therefore, it is essential when specifying
1468 member names to @command{tar} that you give the exact member names.
1469 For example, @w{@kbd{tar --list --file=bfiles.tar birds}} would produce an
1470 error message something like @samp{tar: birds: Not found in archive},
1471 because there is no member named @file{birds}, only one named
1472 @file{./birds}. While the names @file{birds} and @file{./birds} name
1473 the same file, @emph{member} names by default are compared verbatim.
1474
1475 However, @w{@kbd{tar --list --file=bfiles.tar baboon}} would respond
1476 with @file{baboon}, because this exact member name is in the archive file
1477 @file{bfiles.tar}. If you are not sure of the exact file name,
1478 use @dfn{globbing patterns}, for example:
1479
1480 @smallexample
1481 $ @kbd{tar --list --file=bfiles.tar --wildcards '*b*'}
1482 @end smallexample
1483
1484 @noindent
1485 will list all members whose name contains @samp{b}. @xref{wildcards},
1486 for a detailed discussion of globbing patterns and related
1487 @command{tar} command line options.
1488
1489 @menu
1490 * list dir::
1491 @end menu
1492
1493 @node list dir
1494 @unnumberedsubsec Listing the Contents of a Stored Directory
1495
1496 To get information about the contents of an archived directory,
1497 use the directory name as a file name argument in conjunction with
1498 @option{--list} (@option{-t}). To find out file attributes, include the
1499 @option{--verbose} (@option{-v}) option.
1500
1501 For example, to find out about files in the directory @file{practice}, in
1502 the archive file @file{music.tar}, type:
1503
1504 @smallexample
1505 $ @kbd{tar --list --verbose --file=music.tar practice}
1506 @end smallexample
1507
1508 @command{tar} responds:
1509
1510 @smallexample
1511 drwxrwxrwx myself/user 0 1990-05-31 21:49 practice/
1512 -rw-r--r-- myself/user 42 1990-05-21 13:29 practice/blues
1513 -rw-r--r-- myself/user 62 1990-05-23 10:55 practice/folk
1514 -rw-r--r-- myself/user 40 1990-05-21 13:30 practice/jazz
1515 -rw-r--r-- myself/user 10240 1990-05-31 21:49 practice/collection.tar
1516 @end smallexample
1517
1518 When you use a directory name as a file name argument, @command{tar} acts on
1519 all the files (including sub-directories) in that directory.
1520
1521 @node extract
1522 @section How to Extract Members from an Archive
1523 @cindex Extraction
1524 @cindex Retrieving files from an archive
1525 @cindex Resurrecting files from an archive
1526
1527 @opindex extract
1528 Creating an archive is only half the job---there is no point in storing
1529 files in an archive if you can't retrieve them. The act of retrieving
1530 members from an archive so they can be used and manipulated as
1531 unarchived files again is called @dfn{extraction}. To extract files
1532 from an archive, use the @option{--extract} (@option{--get} or
1533 @option{-x}) operation. As with @option{--create}, specify the name
1534 of the archive with @option{--file} (@option{-f}) option. Extracting
1535 an archive does not modify the archive in any way; you can extract it
1536 multiple times if you want or need to.
1537
1538 Using @option{--extract}, you can extract an entire archive, or specific
1539 files. The files can be directories containing other files, or not. As
1540 with @option{--create} (@option{-c}) and @option{--list} (@option{-t}), you may use the short or the
1541 long form of the operation without affecting the performance.
1542
1543 @menu
1544 * extracting archives::
1545 * extracting files::
1546 * extract dir::
1547 * extracting untrusted archives::
1548 * failing commands::
1549 @end menu
1550
1551 @node extracting archives
1552 @subsection Extracting an Entire Archive
1553
1554 To extract an entire archive, specify the archive file name only, with
1555 no individual file names as arguments. For example,
1556
1557 @smallexample
1558 $ @kbd{tar -xvf collection.tar}
1559 @end smallexample
1560
1561 @noindent
1562 produces this:
1563
1564 @smallexample
1565 -rw-r--r-- me/user 28 1996-10-18 16:31 jazz
1566 -rw-r--r-- me/user 21 1996-09-23 16:44 blues
1567 -rw-r--r-- me/user 20 1996-09-23 16:44 folk
1568 @end smallexample
1569
1570 @node extracting files
1571 @subsection Extracting Specific Files
1572
1573 To extract specific archive members, give their exact member names as
1574 arguments, as printed by @option{--list} (@option{-t}). If you had
1575 mistakenly deleted one of the files you had placed in the archive
1576 @file{collection.tar} earlier (say, @file{blues}), you can extract it
1577 from the archive without changing the archive's structure. Its
1578 contents will be identical to the original file @file{blues} that you
1579 deleted.
1580
1581 First, make sure you are in the @file{practice} directory, and list the
1582 files in the directory. Now, delete the file, @samp{blues}, and list
1583 the files in the directory again.
1584
1585 You can now extract the member @file{blues} from the archive file
1586 @file{collection.tar} like this:
1587
1588 @smallexample
1589 $ @kbd{tar --extract --file=collection.tar blues}
1590 @end smallexample
1591
1592 @noindent
1593 If you list the files in the directory again, you will see that the file
1594 @file{blues} has been restored, with its original permissions, data
1595 modification times, and owner.@footnote{This is only accidentally
1596 true, but not in general. Whereas modification times are always
1597 restored, in most cases, one has to be root for restoring the owner,
1598 and use a special option for restoring permissions. Here, it just
1599 happens that the restoring user is also the owner of the archived
1600 members, and that the current @code{umask} is compatible with original
1601 permissions.} (These parameters will be identical to those which
1602 the file had when you originally placed it in the archive; any changes
1603 you may have made before deleting the file from the file system,
1604 however, will @emph{not} have been made to the archive member.) The
1605 archive file, @samp{collection.tar}, is the same as it was before you
1606 extracted @samp{blues}. You can confirm this by running @command{tar} with
1607 @option{--list} (@option{-t}).
1608
1609 Remember that as with other operations, specifying the exact member
1610 name is important. @w{@kbd{tar --extract --file=bfiles.tar birds}}
1611 will fail, because there is no member named @file{birds}. To extract
1612 the member named @file{./birds}, you must specify @w{@kbd{tar
1613 --extract --file=bfiles.tar ./birds}}. If you don't remember the
1614 exact member names, use @option{--list} (@option{-t}) option
1615 (@pxref{list}). You can also extract those members that match a
1616 specific @dfn{globbing pattern}. For example, to extract from
1617 @file{bfiles.tar} all files that begin with @samp{b}, no matter their
1618 directory prefix, you could type:
1619
1620 @smallexample
1621 $ @kbd{tar -x -f bfiles.tar --wildcards --no-anchored 'b*'}
1622 @end smallexample
1623
1624 @noindent
1625 Here, @option{--wildcards} instructs @command{tar} to treat
1626 command line arguments as globbing patterns and @option{--no-anchored}
1627 informs it that the patterns apply to member names after any @samp{/}
1628 delimiter. The use of globbing patterns is discussed in detail in
1629 @xref{wildcards}.
1630
1631 You can extract a file to standard output by combining the above options
1632 with the @option{--to-stdout} (@option{-O}) option (@pxref{Writing to Standard
1633 Output}).
1634
1635 If you give the @option{--verbose} option, then @option{--extract}
1636 will print the names of the archive members as it extracts them.
1637
1638 @node extract dir
1639 @subsection Extracting Files that are Directories
1640
1641 Extracting directories which are members of an archive is similar to
1642 extracting other files. The main difference to be aware of is that if
1643 the extracted directory has the same name as any directory already in
1644 the working directory, then files in the extracted directory will be
1645 placed into the directory of the same name. Likewise, if there are
1646 files in the pre-existing directory with the same names as the members
1647 which you extract, the files from the extracted archive will replace
1648 the files already in the working directory (and possible
1649 subdirectories). This will happen regardless of whether or not the
1650 files in the working directory were more recent than those extracted
1651 (there exist, however, special options that alter this behavior
1652 @pxref{Writing}).
1653
1654 However, if a file was stored with a directory name as part of its file
1655 name, and that directory does not exist under the working directory when
1656 the file is extracted, @command{tar} will create the directory.
1657
1658 We can demonstrate how to use @option{--extract} to extract a directory
1659 file with an example. Change to the @file{practice} directory if you
1660 weren't there, and remove the files @file{folk} and @file{jazz}. Then,
1661 go back to the parent directory and extract the archive
1662 @file{music.tar}. You may either extract the entire archive, or you may
1663 extract only the files you just deleted. To extract the entire archive,
1664 don't give any file names as arguments after the archive name
1665 @file{music.tar}. To extract only the files you deleted, use the
1666 following command:
1667
1668 @smallexample
1669 $ @kbd{tar -xvf music.tar practice/folk practice/jazz}
1670 practice/folk
1671 practice/jazz
1672 @end smallexample
1673
1674 @noindent
1675 If you were to specify two @option{--verbose} (@option{-v}) options, @command{tar}
1676 would have displayed more detail about the extracted files, as shown
1677 in the example below:
1678
1679 @smallexample
1680 $ @kbd{tar -xvvf music.tar practice/folk practice/jazz}
1681 -rw-r--r-- me/user 28 1996-10-18 16:31 practice/jazz
1682 -rw-r--r-- me/user 20 1996-09-23 16:44 practice/folk
1683 @end smallexample
1684
1685 @noindent
1686 Because you created the directory with @file{practice} as part of the
1687 file names of each of the files by archiving the @file{practice}
1688 directory as @file{practice}, you must give @file{practice} as part
1689 of the file names when you extract those files from the archive.
1690
1691 @node extracting untrusted archives
1692 @subsection Extracting Archives from Untrusted Sources
1693
1694 Extracting files from archives can overwrite files that already exist.
1695 If you receive an archive from an untrusted source, you should make a
1696 new directory and extract into that directory, so that you don't have
1697 to worry about the extraction overwriting one of your existing files.
1698 For example, if @file{untrusted.tar} came from somewhere else on the
1699 Internet, and you don't necessarily trust its contents, you can
1700 extract it as follows:
1701
1702 @smallexample
1703 $ @kbd{mkdir newdir}
1704 $ @kbd{cd newdir}
1705 $ @kbd{tar -xvf ../untrusted.tar}
1706 @end smallexample
1707
1708 It is also a good practice to examine contents of the archive
1709 before extracting it, using @option{--list} (@option{-t}) option, possibly combined
1710 with @option{--verbose} (@option{-v}).
1711
1712 @node failing commands
1713 @subsection Commands That Will Fail
1714
1715 Here are some sample commands you might try which will not work, and why
1716 they won't work.
1717
1718 If you try to use this command,
1719
1720 @smallexample
1721 $ @kbd{tar -xvf music.tar folk jazz}
1722 @end smallexample
1723
1724 @noindent
1725 you will get the following response:
1726
1727 @smallexample
1728 tar: folk: Not found in archive
1729 tar: jazz: Not found in archive
1730 @end smallexample
1731
1732 @noindent
1733 This is because these files were not originally @emph{in} the parent
1734 directory @file{..}, where the archive is located; they were in the
1735 @file{practice} directory, and their file names reflect this:
1736
1737 @smallexample
1738 $ @kbd{tar -tvf music.tar}
1739 practice/blues
1740 practice/folk
1741 practice/jazz
1742 @end smallexample
1743
1744 @FIXME{make sure the above works when going through the examples in
1745 order...}
1746
1747 @noindent
1748 Likewise, if you try to use this command,
1749
1750 @smallexample
1751 $ @kbd{tar -tvf music.tar folk jazz}
1752 @end smallexample
1753
1754 @noindent
1755 you would get a similar response. Members with those names are not in the
1756 archive. You must use the correct member names, or wildcards, in order
1757 to extract the files from the archive.
1758
1759 If you have forgotten the correct names of the files in the archive,
1760 use @w{@kbd{tar --list --verbose}} to list them correctly.
1761
1762 @FIXME{more examples, here? hag thinks it's a good idea.}
1763
1764 @node going further
1765 @section Going Further Ahead in this Manual
1766 @UNREVISED
1767
1768 @FIXME{need to write up a node here about the things that are going to
1769 be in the rest of the manual.}
1770
1771 @node tar invocation
1772 @chapter Invoking @GNUTAR{}
1773
1774 This chapter is about how one invokes the @GNUTAR{}
1775 command, from the command synopsis (@pxref{Synopsis}). There are
1776 numerous options, and many styles for writing them. One mandatory
1777 option specifies the operation @command{tar} should perform
1778 (@pxref{Operation Summary}), other options are meant to detail how
1779 this operation should be performed (@pxref{Option Summary}).
1780 Non-option arguments are not always interpreted the same way,
1781 depending on what the operation is.
1782
1783 You will find in this chapter everything about option styles and rules for
1784 writing them (@pxref{Styles}). On the other hand, operations and options
1785 are fully described elsewhere, in other chapters. Here, you will find
1786 only synthetic descriptions for operations and options, together with
1787 pointers to other parts of the @command{tar} manual.
1788
1789 Some options are so special they are fully described right in this
1790 chapter. They have the effect of inhibiting the normal operation of
1791 @command{tar} or else, they globally alter the amount of feedback the user
1792 receives about what is going on. These are the @option{--help} and
1793 @option{--version} (@pxref{help}), @option{--verbose} (@pxref{verbose})
1794 and @option{--interactive} options (@pxref{interactive}).
1795
1796 @menu
1797 * Synopsis::
1798 * using tar options::
1799 * Styles::
1800 * All Options::
1801 * help::
1802 * defaults::
1803 * verbose::
1804 * checkpoints::
1805 * warnings::
1806 * interactive::
1807 @end menu
1808
1809 @node Synopsis
1810 @section General Synopsis of @command{tar}
1811
1812 The @GNUTAR{} program is invoked as either one of:
1813
1814 @smallexample
1815 @kbd{tar @var{option}@dots{} [@var{name}]@dots{}}
1816 @kbd{tar @var{letter}@dots{} [@var{argument}]@dots{} [@var{option}]@dots{} [@var{name}]@dots{}}
1817 @end smallexample
1818
1819 The second form is for when old options are being used.
1820
1821 You can use @command{tar} to store files in an archive, to extract them from
1822 an archive, and to do other types of archive manipulation. The primary
1823 argument to @command{tar}, which is called the @dfn{operation}, specifies
1824 which action to take. The other arguments to @command{tar} are either
1825 @dfn{options}, which change the way @command{tar} performs an operation,
1826 or file names or archive members, which specify the files or members
1827 @command{tar} is to act on.
1828
1829 You can actually type in arguments in any order, even if in this manual
1830 the options always precede the other arguments, to make examples easier
1831 to understand. Further, the option stating the main operation mode
1832 (the @command{tar} main command) is usually given first.
1833
1834 Each @var{name} in the synopsis above is interpreted as an archive member
1835 name when the main command is one of @option{--compare}
1836 (@option{--diff}, @option{-d}), @option{--delete}, @option{--extract}
1837 (@option{--get}, @option{-x}), @option{--list} (@option{-t}) or
1838 @option{--update} (@option{-u}). When naming archive members, you
1839 must give the exact name of the member in the archive, as it is
1840 printed by @option{--list}. For @option{--append} (@option{-r}) and
1841 @option{--create} (@option{-c}), these @var{name} arguments specify
1842 the names of either files or directory hierarchies to place in the archive.
1843 These files or hierarchies should already exist in the file system,
1844 prior to the execution of the @command{tar} command.
1845
1846 @command{tar} interprets relative file names as being relative to the
1847 working directory. @command{tar} will make all file names relative
1848 (by removing leading slashes when archiving or restoring files),
1849 unless you specify otherwise (using the @option{--absolute-names}
1850 option). @xref{absolute}, for more information about
1851 @option{--absolute-names}.
1852
1853 If you give the name of a directory as either a file name or a member
1854 name, then @command{tar} acts recursively on all the files and directories
1855 beneath that directory. For example, the name @file{/} identifies all
1856 the files in the file system to @command{tar}.
1857
1858 The distinction between file names and archive member names is especially
1859 important when shell globbing is used, and sometimes a source of confusion
1860 for newcomers. @xref{wildcards}, for more information about globbing.
1861 The problem is that shells may only glob using existing files in the
1862 file system. Only @command{tar} itself may glob on archive members, so when
1863 needed, you must ensure that wildcard characters reach @command{tar} without
1864 being interpreted by the shell first. Using a backslash before @samp{*}
1865 or @samp{?}, or putting the whole argument between quotes, is usually
1866 sufficient for this.
1867
1868 Even if @var{name}s are often specified on the command line, they
1869 can also be read from a text file in the file system, using the
1870 @option{--files-from=@var{file-of-names}} (@option{-T @var{file-of-names}}) option.
1871
1872 If you don't use any file name arguments, @option{--append} (@option{-r}),
1873 @option{--delete} and @option{--concatenate} (@option{--catenate},
1874 @option{-A}) will do nothing, while @option{--create} (@option{-c})
1875 will usually yield a diagnostic and inhibit @command{tar} execution.
1876 The other operations of @command{tar} (@option{--list},
1877 @option{--extract}, @option{--compare}, and @option{--update})
1878 will act on the entire contents of the archive.
1879
1880 @cindex exit status
1881 @cindex return status
1882 Besides successful exits, @GNUTAR{} may fail for
1883 many reasons. Some reasons correspond to bad usage, that is, when the
1884 @command{tar} command line is improperly written. Errors may be
1885 encountered later, while processing the archive or the files. Some
1886 errors are recoverable, in which case the failure is delayed until
1887 @command{tar} has completed all its work. Some errors are such that
1888 it would be not meaningful, or at least risky, to continue processing:
1889 @command{tar} then aborts processing immediately. All abnormal exits,
1890 whether immediate or delayed, should always be clearly diagnosed on
1891 @code{stderr}, after a line stating the nature of the error.
1892
1893 Possible exit codes of @GNUTAR{} are summarized in the following
1894 table:
1895
1896 @table @asis
1897 @item 0
1898 @samp{Successful termination}.
1899
1900 @item 1
1901 @samp{Some files differ}. If tar was invoked with @option{--compare}
1902 (@option{--diff}, @option{-d}) command line option, this means that
1903 some files in the archive differ from their disk counterparts
1904 (@pxref{compare}). If tar was given @option{--create},
1905 @option{--append} or @option{--update} option, this exit code means
1906 that some files were changed while being archived and so the resulting
1907 archive does not contain the exact copy of the file set.
1908
1909 @item 2
1910 @samp{Fatal error}. This means that some fatal, unrecoverable error
1911 occurred.
1912 @end table
1913
1914 If @command{tar} has invoked a subprocess and that subprocess exited with a
1915 nonzero exit code, @command{tar} exits with that code as well.
1916 This can happen, for example, if @command{tar} was given some
1917 compression option (@pxref{gzip}) and the external compressor program
1918 failed. Another example is @command{rmt} failure during backup to the
1919 remote device (@pxref{Remote Tape Server}).
1920
1921 @node using tar options
1922 @section Using @command{tar} Options
1923
1924 @GNUTAR{} has a total of eight operating modes which
1925 allow you to perform a variety of tasks. You are required to choose
1926 one operating mode each time you employ the @command{tar} program by
1927 specifying one, and only one operation as an argument to the
1928 @command{tar} command (the corresponding options may be found
1929 at @ref{frequent operations} and @ref{Operations}). Depending on
1930 circumstances, you may also wish to customize how the chosen operating
1931 mode behaves. For example, you may wish to change the way the output
1932 looks, or the format of the files that you wish to archive may require
1933 you to do something special in order to make the archive look right.
1934
1935 You can customize and control @command{tar}'s performance by running
1936 @command{tar} with one or more options (such as @option{--verbose}
1937 (@option{-v}), which we used in the tutorial). As we said in the
1938 tutorial, @dfn{options} are arguments to @command{tar} which are (as
1939 their name suggests) optional. Depending on the operating mode, you
1940 may specify one or more options. Different options will have different
1941 effects, but in general they all change details of the operation, such
1942 as archive format, archive name, or level of user interaction. Some
1943 options make sense with all operating modes, while others are
1944 meaningful only with particular modes. You will likely use some
1945 options frequently, while you will only use others infrequently, or
1946 not at all. (A full list of options is available in @pxref{All Options}.)
1947
1948 @vrindex TAR_OPTIONS, environment variable
1949 @anchor{TAR_OPTIONS}
1950 The @env{TAR_OPTIONS} environment variable specifies default options to
1951 be placed in front of any explicit options. For example, if
1952 @code{TAR_OPTIONS} is @samp{-v --unlink-first}, @command{tar} behaves as
1953 if the two options @option{-v} and @option{--unlink-first} had been
1954 specified before any explicit options. Option specifications are
1955 separated by whitespace. A backslash escapes the next character, so it
1956 can be used to specify an option containing whitespace or a backslash.
1957
1958 Note that @command{tar} options are case sensitive. For example, the
1959 options @option{-T} and @option{-t} are different; the first requires an
1960 argument for stating the name of a file providing a list of @var{name}s,
1961 while the second does not require an argument and is another way to
1962 write @option{--list} (@option{-t}).
1963
1964 In addition to the eight operations, there are many options to
1965 @command{tar}, and three different styles for writing both: long (mnemonic)
1966 form, short form, and old style. These styles are discussed below.
1967 Both the options and the operations can be written in any of these three
1968 styles.
1969
1970 @FIXME{menu at end of this node. need to think of an actual outline
1971 for this chapter; probably do that after stuff from chapter 4 is
1972 incorporated.}
1973
1974 @node Styles
1975 @section The Three Option Styles
1976
1977 There are three styles for writing operations and options to the command
1978 line invoking @command{tar}. The different styles were developed at
1979 different times during the history of @command{tar}. These styles will be
1980 presented below, from the most recent to the oldest.
1981
1982 Some options must take an argument@footnote{For example, @option{--file}
1983 (@option{-f}) takes the name of an archive file as an argument. If
1984 you do not supply an archive file name, @command{tar} will use a
1985 default, but this can be confusing; thus, we recommend that you always
1986 supply a specific archive file name.}. Where you @emph{place} the
1987 arguments generally depends on which style of options you choose. We
1988 will detail specific information relevant to each option style in the
1989 sections on the different option styles, below. The differences are
1990 subtle, yet can often be very important; incorrect option placement
1991 can cause you to overwrite a number of important files. We urge you
1992 to note these differences, and only use the option style(s) which
1993 makes the most sense to you until you feel comfortable with the others.
1994
1995 Some options @emph{may} take an argument. Such options may have at
1996 most long and short forms, they do not have old style equivalent. The
1997 rules for specifying an argument for such options are stricter than
1998 those for specifying mandatory arguments. Please, pay special
1999 attention to them.
2000
2001 @menu
2002 * Long Options:: Long Option Style
2003 * Short Options:: Short Option Style
2004 * Old Options:: Old Option Style
2005 * Mixing:: Mixing Option Styles
2006 @end menu
2007
2008 @node Long Options
2009 @subsection Long Option Style
2010
2011 @cindex long options
2012 @cindex options, long style
2013 @cindex options, GNU style
2014 @cindex options, mnemonic names
2015 Each option has at least one @dfn{long} (or @dfn{mnemonic}) name starting with two
2016 dashes in a row, e.g., @option{--list}. The long names are more clear than
2017 their corresponding short or old names. It sometimes happens that a
2018 single long option has many different names which are
2019 synonymous, such as @option{--compare} and @option{--diff}. In addition,
2020 long option names can be given unique abbreviations. For example,
2021 @option{--cre} can be used in place of @option{--create} because there is no
2022 other long option which begins with @samp{cre}. (One way to find
2023 this out is by trying it and seeing what happens; if a particular
2024 abbreviation could represent more than one option, @command{tar} will tell
2025 you that that abbreviation is ambiguous and you'll know that that
2026 abbreviation won't work. You may also choose to run @samp{tar --help}
2027 to see a list of options. Be aware that if you run @command{tar} with a
2028 unique abbreviation for the long name of an option you didn't want to
2029 use, you are stuck; @command{tar} will perform the command as ordered.)
2030
2031 Long options are meant to be obvious and easy to remember, and their
2032 meanings are generally easier to discern than those of their
2033 corresponding short options (see below). For example:
2034
2035 @smallexample
2036 $ @kbd{tar --create --verbose --blocking-factor=20 --file=/dev/rmt0}
2037 @end smallexample
2038
2039 @noindent
2040 gives a fairly good set of hints about what the command does, even
2041 for those not fully acquainted with @command{tar}.
2042
2043 @cindex arguments to long options
2044 @cindex long options with mandatory arguments
2045 Long options which require arguments take those arguments
2046 immediately following the option name. There are two ways of
2047 specifying a mandatory argument. It can be separated from the
2048 option name either by an equal sign, or by any amount of
2049 white space characters. For example, the @option{--file} option (which
2050 tells the name of the @command{tar} archive) is given a file such as
2051 @file{archive.tar} as argument by using any of the following notations:
2052 @option{--file=archive.tar} or @option{--file archive.tar}.
2053
2054 @cindex optional arguments to long options
2055 @cindex long options with optional arguments
2056 In contrast, optional arguments must always be introduced using
2057 an equal sign. For example, the @option{--backup} option takes
2058 an optional argument specifying backup type. It must be used
2059 as @option{--backup=@var{backup-type}}.
2060
2061 @node Short Options
2062 @subsection Short Option Style
2063
2064 @cindex short options
2065 @cindex options, short style
2066 @cindex options, traditional
2067 Most options also have a @dfn{short option} name. Short options start with
2068 a single dash, and are followed by a single character, e.g., @option{-t}
2069 (which is equivalent to @option{--list}). The forms are absolutely
2070 identical in function; they are interchangeable.
2071
2072 The short option names are faster to type than long option names.
2073
2074 @cindex arguments to short options
2075 @cindex short options with mandatory arguments
2076 Short options which require arguments take their arguments immediately
2077 following the option, usually separated by white space. It is also
2078 possible to stick the argument right after the short option name, using
2079 no intervening space. For example, you might write @w{@option{-f
2080 archive.tar}} or @option{-farchive.tar} instead of using
2081 @option{--file=archive.tar}. Both @option{--file=@var{archive-name}} and
2082 @w{@option{-f @var{archive-name}}} denote the option which indicates a
2083 specific archive, here named @file{archive.tar}.
2084
2085 @cindex optional arguments to short options
2086 @cindex short options with optional arguments
2087 Short options which take optional arguments take their arguments
2088 immediately following the option letter, @emph{without any intervening
2089 white space characters}.
2090
2091 Short options' letters may be clumped together, but you are not
2092 required to do this (as compared to old options; see below). When
2093 short options are clumped as a set, use one (single) dash for them
2094 all, e.g., @w{@samp{@command{tar} -cvf}}. Only the last option in
2095 such a set is allowed to have an argument@footnote{Clustering many
2096 options, the last of which has an argument, is a rather opaque way to
2097 write options. Some wonder if @acronym{GNU} @code{getopt} should not
2098 even be made helpful enough for considering such usages as invalid.}.
2099
2100 When the options are separated, the argument for each option which requires
2101 an argument directly follows that option, as is usual for Unix programs.
2102 For example:
2103
2104 @smallexample
2105 $ @kbd{tar -c -v -b 20 -f /dev/rmt0}
2106 @end smallexample
2107
2108 If you reorder short options' locations, be sure to move any arguments
2109 that belong to them. If you do not move the arguments properly, you may
2110 end up overwriting files.
2111
2112 @node Old Options
2113 @subsection Old Option Style
2114 @cindex options, old style
2115 @cindex old option style
2116 @cindex option syntax, traditional
2117
2118 As far as we know, all @command{tar} programs, @acronym{GNU} and
2119 non-@acronym{GNU}, support @dfn{old options}: that is, if the first
2120 argument does not start with @samp{-}, it is assumed to specify option
2121 letters. @GNUTAR{} supports old options not only for historical
2122 reasons, but also because many people are used to them. If the first
2123 argument does not start with a dash, you are announcing the old option
2124 style instead of the short option style; old options are decoded
2125 differently.
2126
2127 Like short options, old options are single letters. However, old options
2128 must be written together as a single clumped set, without spaces separating
2129 them or dashes preceding them. This set
2130 of letters must be the first to appear on the command line, after the
2131 @command{tar} program name and some white space; old options cannot appear
2132 anywhere else. The letter of an old option is exactly the same letter as
2133 the corresponding short option. For example, the old option @samp{t} is
2134 the same as the short option @option{-t}, and consequently, the same as the
2135 long option @option{--list}. So for example, the command @w{@samp{tar
2136 cv}} specifies the option @option{-v} in addition to the operation @option{-c}.
2137
2138 @cindex arguments to old options
2139 @cindex old options with mandatory arguments
2140 When options that need arguments are given together with the command,
2141 all the associated arguments follow, in the same order as the options.
2142 Thus, the example given previously could also be written in the old
2143 style as follows:
2144
2145 @smallexample
2146 $ @kbd{tar cvbf 20 /dev/rmt0}
2147 @end smallexample
2148
2149 @noindent
2150 Here, @samp{20} is the argument of @option{-b} and @samp{/dev/rmt0} is
2151 the argument of @option{-f}.
2152
2153 The old style syntax can make it difficult to match
2154 option letters with their corresponding arguments, and is often
2155 confusing. In the command @w{@samp{tar cvbf 20 /dev/rmt0}}, for example,
2156 @samp{20} is the argument for @option{-b}, @samp{/dev/rmt0} is the
2157 argument for @option{-f}, and @option{-v} does not have a corresponding
2158 argument. Even using short options like in @w{@samp{tar -c -v -b 20 -f
2159 /dev/rmt0}} is clearer, putting all arguments next to the option they
2160 pertain to.
2161
2162 If you want to reorder the letters in the old option argument, be
2163 sure to reorder any corresponding argument appropriately.
2164
2165 This old way of writing @command{tar} options can surprise even experienced
2166 users. For example, the two commands:
2167
2168 @smallexample
2169 @kbd{tar cfz archive.tar.gz file}
2170 @kbd{tar -cfz archive.tar.gz file}
2171 @end smallexample
2172
2173 @noindent
2174 are quite different. The first example uses @file{archive.tar.gz} as
2175 the value for option @samp{f} and recognizes the option @samp{z}. The
2176 second example, however, uses @file{z} as the value for option
2177 @samp{f} --- probably not what was intended.
2178
2179 This second example could be corrected in many ways, among which the
2180 following are equivalent:
2181
2182 @smallexample
2183 @kbd{tar -czf archive.tar.gz file}
2184 @kbd{tar -cf archive.tar.gz -z file}
2185 @kbd{tar cf archive.tar.gz -z file}
2186 @end smallexample
2187
2188 @node Mixing
2189 @subsection Mixing Option Styles
2190
2191 @cindex options, mixing different styles
2192 All three styles may be intermixed in a single @command{tar} command,
2193 so long as the rules for each style are fully
2194 respected@footnote{Before @GNUTAR{} version 1.11.6,
2195 a bug prevented intermixing old style options with long options in
2196 some cases.}. Old style options and either of the modern styles of
2197 options may be mixed within a single @command{tar} command. However,
2198 old style options must be introduced as the first arguments only,
2199 following the rule for old options (old options must appear directly
2200 after the @command{tar} command and some white space). Modern options
2201 may be given only after all arguments to the old options have been
2202 collected. If this rule is not respected, a modern option might be
2203 falsely interpreted as the value of the argument to one of the old
2204 style options.
2205
2206 For example, all the following commands are wholly equivalent, and
2207 illustrate the many combinations and orderings of option styles.
2208
2209 @smallexample
2210 @kbd{tar --create --file=archive.tar}
2211 @kbd{tar --create -f archive.tar}
2212 @kbd{tar --create -farchive.tar}
2213 @kbd{tar --file=archive.tar --create}
2214 @kbd{tar --file=archive.tar -c}
2215 @kbd{tar -c --file=archive.tar}
2216 @kbd{tar -c -f archive.tar}
2217 @kbd{tar -c -farchive.tar}
2218 @kbd{tar -cf archive.tar}
2219 @kbd{tar -cfarchive.tar}
2220 @kbd{tar -f archive.tar --create}
2221 @kbd{tar -f archive.tar -c}
2222 @kbd{tar -farchive.tar --create}
2223 @kbd{tar -farchive.tar -c}
2224 @kbd{tar c --file=archive.tar}
2225 @kbd{tar c -f archive.tar}
2226 @kbd{tar c -farchive.tar}
2227 @kbd{tar cf archive.tar}
2228 @kbd{tar f archive.tar --create}
2229 @kbd{tar f archive.tar -c}
2230 @kbd{tar fc archive.tar}
2231 @end smallexample
2232
2233 On the other hand, the following commands are @emph{not} equivalent to
2234 the previous set:
2235
2236 @smallexample
2237 @kbd{tar -f -c archive.tar}
2238 @kbd{tar -fc archive.tar}
2239 @kbd{tar -fcarchive.tar}
2240 @kbd{tar -farchive.tarc}
2241 @kbd{tar cfarchive.tar}
2242 @end smallexample
2243
2244 @noindent
2245 These last examples mean something completely different from what the
2246 user intended (judging based on the example in the previous set which
2247 uses long options, whose intent is therefore very clear). The first
2248 four specify that the @command{tar} archive would be a file named
2249 @option{-c}, @samp{c}, @samp{carchive.tar} or @samp{archive.tarc},
2250 respectively. The first two examples also specify a single non-option,
2251 @var{name} argument having the value @samp{archive.tar}. The last
2252 example contains only old style option letters (repeating option
2253 @samp{c} twice), not all of which are meaningful (eg., @samp{.},
2254 @samp{h}, or @samp{i}), with no argument value. @FIXME{not sure i liked
2255 the first sentence of this paragraph..}
2256
2257 @node All Options
2258 @section All @command{tar} Options
2259
2260 The coming manual sections contain an alphabetical listing of all
2261 @command{tar} operations and options, with brief descriptions and
2262 cross-references to more in-depth explanations in the body of the manual.
2263 They also contain an alphabetically arranged table of the short option
2264 forms with their corresponding long option. You can use this table as
2265 a reference for deciphering @command{tar} commands in scripts.
2266
2267 @menu
2268 * Operation Summary::
2269 * Option Summary::
2270 * Short Option Summary::
2271 @end menu
2272
2273 @node Operation Summary
2274 @subsection Operations
2275
2276 @table @option
2277
2278 @opsummary{append}
2279 @item --append
2280 @itemx -r
2281
2282 Appends files to the end of the archive. @xref{append}.
2283
2284 @opsummary{catenate}
2285 @item --catenate
2286 @itemx -A
2287
2288 Same as @option{--concatenate}. @xref{concatenate}.
2289
2290 @opsummary{compare}
2291 @item --compare
2292 @itemx -d
2293
2294 Compares archive members with their counterparts in the file
2295 system, and reports differences in file size, mode, owner,
2296 modification date and contents. @xref{compare}.
2297
2298 @opsummary{concatenate}
2299 @item --concatenate
2300 @itemx -A
2301
2302 Appends other @command{tar} archives to the end of the archive.
2303 @xref{concatenate}.
2304
2305 @opsummary{create}
2306 @item --create
2307 @itemx -c
2308
2309 Creates a new @command{tar} archive. @xref{create}.
2310
2311 @opsummary{delete}
2312 @item --delete
2313
2314 Deletes members from the archive. Don't try this on an archive on a
2315 tape! @xref{delete}.
2316
2317 @opsummary{diff}
2318 @item --diff
2319 @itemx -d
2320
2321 Same @option{--compare}. @xref{compare}.
2322
2323 @opsummary{extract}
2324 @item --extract
2325 @itemx -x
2326
2327 Extracts members from the archive into the file system. @xref{extract}.
2328
2329 @opsummary{get}
2330 @item --get
2331 @itemx -x
2332
2333 Same as @option{--extract}. @xref{extract}.
2334
2335 @opsummary{list}
2336 @item --list
2337 @itemx -t
2338
2339 Lists the members in an archive. @xref{list}.
2340
2341 @opsummary{update}
2342 @item --update
2343 @itemx -u
2344
2345 Adds files to the end of the archive, but only if they are newer than
2346 their counterparts already in the archive, or if they do not already
2347 exist in the archive. @xref{update}.
2348
2349 @end table
2350
2351 @node Option Summary
2352 @subsection @command{tar} Options
2353
2354 @table @option
2355
2356 @opsummary{absolute-names}
2357 @item --absolute-names
2358 @itemx -P
2359
2360 Normally when creating an archive, @command{tar} strips an initial
2361 @samp{/} from member names, and when extracting from an archive @command{tar}
2362 treats names specially if they have initial @samp{/} or internal
2363 @samp{..}. This option disables that behavior. @xref{absolute}.
2364
2365 @opsummary{after-date}
2366 @item --after-date
2367
2368 (See @option{--newer}, @pxref{after})
2369
2370 @opsummary{anchored}
2371 @item --anchored
2372 A pattern must match an initial subsequence of the name's components.
2373 @xref{controlling pattern-matching}.
2374
2375 @opsummary{atime-preserve}
2376 @item --atime-preserve
2377 @itemx --atime-preserve=replace
2378 @itemx --atime-preserve=system
2379
2380 Attempt to preserve the access time of files when reading them. This
2381 option currently is effective only on files that you own, unless you
2382 have superuser privileges.
2383
2384 @option{--atime-preserve=replace} remembers the access time of a file
2385 before reading it, and then restores the access time afterwards. This
2386 may cause problems if other programs are reading the file at the same
2387 time, as the times of their accesses will be lost. On most platforms
2388 restoring the access time also requires @command{tar} to restore the
2389 data modification time too, so this option may also cause problems if
2390 other programs are writing the file at the same time (@command{tar} attempts
2391 to detect this situation, but cannot do so reliably due to race
2392 conditions). Worse, on most platforms restoring the access time also
2393 updates the status change time, which means that this option is
2394 incompatible with incremental backups.
2395
2396 @option{--atime-preserve=system} avoids changing time stamps on files,
2397 without interfering with time stamp updates
2398 caused by other programs, so it works better with incremental backups.
2399 However, it requires a special @code{O_NOATIME} option from the
2400 underlying operating and file system implementation, and it also requires
2401 that searching directories does not update their access times. As of
2402 this writing (November 2005) this works only with Linux, and only with
2403 Linux kernels 2.6.8 and later. Worse, there is currently no reliable
2404 way to know whether this feature actually works. Sometimes
2405 @command{tar} knows that it does not work, and if you use
2406 @option{--atime-preserve=system} then @command{tar} complains and
2407 exits right away. But other times @command{tar} might think that the
2408 option works when it actually does not.
2409
2410 Currently @option{--atime-preserve} with no operand defaults to
2411 @option{--atime-preserve=replace}, but this may change in the future
2412 as support for @option{--atime-preserve=system} improves.
2413
2414 If your operating or file system does not support
2415 @option{--atime-preserve=@-system}, you might be able to preserve access
2416 times reliably by using the @command{mount} command. For example,
2417 you can mount the file system read-only, or access the file system via
2418 a read-only loopback mount, or use the @samp{noatime} mount option
2419 available on some systems. However, mounting typically requires
2420 superuser privileges and can be a pain to manage.
2421
2422 @opsummary{auto-compress}
2423 @item --auto-compress
2424 @itemx -a
2425
2426 During a @option{--create} operation, enables automatic compressed
2427 format recognition based on the archive suffix. The effect of this
2428 option is cancelled by @option{--no-auto-compress}. @xref{gzip}.
2429
2430 @opsummary{backup}
2431 @item --backup=@var{backup-type}
2432
2433 Rather than deleting files from the file system, @command{tar} will
2434 back them up using simple or numbered backups, depending upon
2435 @var{backup-type}. @xref{backup}.
2436
2437 @opsummary{block-number}
2438 @item --block-number
2439 @itemx -R
2440
2441 With this option present, @command{tar} prints error messages for read errors
2442 with the block number in the archive file. @xref{block-number}.
2443
2444 @opsummary{blocking-factor}
2445 @item --blocking-factor=@var{blocking}
2446 @itemx -b @var{blocking}
2447
2448 Sets the blocking factor @command{tar} uses to @var{blocking} x 512 bytes per
2449 record. @xref{Blocking Factor}.
2450
2451 @opsummary{bzip2}
2452 @item --bzip2
2453 @itemx -j
2454
2455 This option tells @command{tar} to read or write archives through
2456 @code{bzip2}. @xref{gzip}.
2457
2458 @opsummary{check-device}
2459 @item --check-device
2460 Check device numbers when creating a list of modified files for
2461 incremental archiving. This is the default. @xref{device numbers},
2462 for a detailed description.
2463
2464 @opsummary{checkpoint}
2465 @item --checkpoint[=@var{number}]
2466
2467 This option directs @command{tar} to print periodic checkpoint
2468 messages as it reads through the archive. It is intended for when you
2469 want a visual indication that @command{tar} is still running, but
2470 don't want to see @option{--verbose} output. You can also instruct
2471 @command{tar} to execute a list of actions on each checkpoint, see
2472 @option{--checkpoint-action} below. For a detailed description, see
2473 @ref{checkpoints}.
2474
2475 @opsummary{checkpoint-action}
2476 @item --checkpoint-action=@var{action}
2477 Instruct @command{tar} to execute an action upon hitting a
2478 breakpoint. Here we give only a brief outline. @xref{checkpoints},
2479 for a complete description.
2480
2481 The @var{action} argument can be one of the following:
2482
2483 @table @asis
2484 @item bell
2485 Produce an audible bell on the console.
2486
2487 @item dot
2488 @itemx .
2489 Print a single dot on the standard listing stream.
2490
2491 @item echo
2492 Display a textual message on the standard error, with the status and
2493 number of the checkpoint. This is the default.
2494
2495 @item echo=@var{string}
2496 Display @var{string} on the standard error. Before output, the string
2497 is subject to meta-character expansion.
2498
2499 @item exec=@var{command}
2500 Execute the given @var{command}.
2501
2502 @item sleep=@var{time}
2503 Wait for @var{time} seconds.
2504
2505 @item ttyout=@var{string}
2506 Output @var{string} on the current console (@file{/dev/tty}).
2507 @end table
2508
2509 Several @option{--checkpoint-action} options can be specified. The
2510 supplied actions will be executed in order of their appearance in the
2511 command line.
2512
2513 Using @option{--checkpoint-action} without @option{--checkpoint}
2514 assumes default checkpoint frequency of one checkpoint per 10 records.
2515
2516 @opsummary{check-links}
2517 @item --check-links
2518 @itemx -l
2519 If this option was given, @command{tar} will check the number of links
2520 dumped for each processed file. If this number does not match the
2521 total number of hard links for the file, a warning message will be
2522 output @footnote{Earlier versions of @GNUTAR{} understood @option{-l} as a
2523 synonym for @option{--one-file-system}. The current semantics, which
2524 complies to UNIX98, was introduced with version
2525 1.15.91. @xref{Changes}, for more information.}.
2526
2527 @xref{hard links}.
2528
2529 @opsummary{compress}
2530 @opsummary{uncompress}
2531 @item --compress
2532 @itemx --uncompress
2533 @itemx -Z
2534
2535 @command{tar} will use the @command{compress} program when reading or
2536 writing the archive. This allows you to directly act on archives
2537 while saving space. @xref{gzip}.
2538
2539 @opsummary{confirmation}
2540 @item --confirmation
2541
2542 (See @option{--interactive}.) @xref{interactive}.
2543
2544 @opsummary{delay-directory-restore}
2545 @item --delay-directory-restore
2546
2547 Delay setting modification times and permissions of extracted
2548 directories until the end of extraction. @xref{Directory Modification Times and Permissions}.
2549
2550 @opsummary{dereference}
2551 @item --dereference
2552 @itemx -h
2553
2554 When reading or writing a file to be archived, @command{tar} accesses
2555 the file that a symbolic link points to, rather than the symlink
2556 itself. @xref{dereference}.
2557
2558 @opsummary{directory}
2559 @item --directory=@var{dir}
2560 @itemx -C @var{dir}
2561
2562 When this option is specified, @command{tar} will change its current directory
2563 to @var{dir} before performing any operations. When this option is used
2564 during archive creation, it is order sensitive. @xref{directory}.
2565
2566 @opsummary{exclude}
2567 @item --exclude=@var{pattern}
2568
2569 When performing operations, @command{tar} will skip files that match
2570 @var{pattern}. @xref{exclude}.
2571
2572 @opsummary{exclude-backups}
2573 @item --exclude-backups
2574 Exclude backup and lock files. @xref{exclude,, exclude-backups}.
2575
2576 @opsummary{exclude-from}
2577 @item --exclude-from=@var{file}
2578 @itemx -X @var{file}
2579
2580 Similar to @option{--exclude}, except @command{tar} will use the list of
2581 patterns in the file @var{file}. @xref{exclude}.
2582
2583 @opsummary{exclude-caches}
2584 @item --exclude-caches
2585
2586 Exclude from dump any directory containing a valid cache directory
2587 tag file, but still dump the directory node and the tag file itself.
2588
2589 @xref{exclude,, exclude-caches}.
2590
2591 @opsummary{exclude-caches-under}
2592 @item --exclude-caches-under
2593
2594 Exclude from dump any directory containing a valid cache directory
2595 tag file, but still dump the directory node itself.
2596
2597 @xref{exclude}.
2598
2599 @opsummary{exclude-caches-all}
2600 @item --exclude-caches-all
2601
2602 Exclude from dump any directory containing a valid cache directory
2603 tag file. @xref{exclude}.
2604
2605 @opsummary{exclude-tag}
2606 @item --exclude-tag=@var{file}
2607
2608 Exclude from dump any directory containing file named @var{file}, but
2609 dump the directory node and @var{file} itself. @xref{exclude,, exclude-tag}.
2610
2611 @opsummary{exclude-tag-under}
2612 @item --exclude-tag-under=@var{file}
2613
2614 Exclude from dump the contents of any directory containing file
2615 named @var{file}, but dump the directory node itself. @xref{exclude,,
2616 exclude-tag-under}.
2617
2618 @opsummary{exclude-tag-all}
2619 @item --exclude-tag-all=@var{file}
2620
2621 Exclude from dump any directory containing file named @var{file}.
2622 @xref{exclude,,exclude-tag-all}.
2623
2624 @opsummary{exclude-vcs}
2625 @item --exclude-vcs
2626
2627 Exclude from dump directories and files, that are internal for some
2628 widely used version control systems.
2629
2630 @xref{exclude,,exclude-vcs}.
2631
2632 @opsummary{file}
2633 @item --file=@var{archive}
2634 @itemx -f @var{archive}
2635
2636 @command{tar} will use the file @var{archive} as the @command{tar} archive it
2637 performs operations on, rather than @command{tar}'s compilation dependent
2638 default. @xref{file tutorial}.
2639
2640 @opsummary{files-from}
2641 @item --files-from=@var{file}
2642 @itemx -T @var{file}
2643
2644 @command{tar} will use the contents of @var{file} as a list of archive members
2645 or files to operate on, in addition to those specified on the
2646 command-line. @xref{files}.
2647
2648 @opsummary{force-local}
2649 @item --force-local
2650
2651 Forces @command{tar} to interpret the file name given to @option{--file}
2652 as a local file, even if it looks like a remote tape drive name.
2653 @xref{local and remote archives}.
2654
2655 @opsummary{format}
2656 @item --format=@var{format}
2657 @itemx -H @var{format}
2658
2659 Selects output archive format. @var{Format} may be one of the
2660 following:
2661
2662 @table @samp
2663 @item v7
2664 Creates an archive that is compatible with Unix V7 @command{tar}.
2665
2666 @item oldgnu
2667 Creates an archive that is compatible with GNU @command{tar} version
2668 1.12 or earlier.
2669
2670 @item gnu
2671 Creates archive in GNU tar 1.13 format. Basically it is the same as
2672 @samp{oldgnu} with the only difference in the way it handles long
2673 numeric fields.
2674
2675 @item ustar
2676 Creates a @acronym{POSIX.1-1988} compatible archive.
2677
2678 @item posix
2679 Creates a @acronym{POSIX.1-2001 archive}.
2680
2681 @end table
2682
2683 @xref{Formats}, for a detailed discussion of these formats.
2684
2685 @opsummary{full-time}
2686 @item --full-time
2687 This option instructs @command{tar} to print file times to their full
2688 resolution. Usually this means 1-second resolution, but that depends
2689 on the underlying file system. The @option{--full-time} option takes
2690 effect only when detailed output (verbosity level 2 or higher) has
2691 been requested using the @option{--verbose} option, e.g., when listing
2692 or extracting archives:
2693
2694 @smallexample
2695 $ @kbd{tar -t -v --full-time -f archive.tar}
2696 @end smallexample
2697
2698 @noindent
2699 or, when creating an archive:
2700
2701 @smallexample
2702 $ @kbd{tar -c -vv --full-time -f archive.tar .}
2703 @end smallexample
2704
2705 Notice, thar when creating the archive you need to specify
2706 @option{--verbose} twice to get a detailed output (@pxref{verbose
2707 tutorial}).
2708
2709 @opsummary{group}
2710 @item --group=@var{group}
2711
2712 Files added to the @command{tar} archive will have a group @acronym{ID} of @var{group},
2713 rather than the group from the source file. @var{group} can specify a
2714 symbolic name, or a numeric @acronym{ID}, or both as
2715 @var{name}:@var{id}. @xref{override}.
2716
2717 Also see the comments for the @option{--owner=@var{user}} option.
2718
2719 @opsummary{gzip}
2720 @opsummary{gunzip}
2721 @opsummary{ungzip}
2722 @item --gzip
2723 @itemx --gunzip
2724 @itemx --ungzip
2725 @itemx -z
2726
2727 This option tells @command{tar} to read or write archives through
2728 @command{gzip}, allowing @command{tar} to directly operate on several
2729 kinds of compressed archives transparently. @xref{gzip}.
2730
2731 @opsummary{hard-dereference}
2732 @item --hard-dereference
2733 When creating an archive, dereference hard links and store the files
2734 they refer to, instead of creating usual hard link members.
2735
2736 @xref{hard links}.
2737
2738 @opsummary{help}
2739 @item --help
2740 @itemx -?
2741
2742 @command{tar} will print out a short message summarizing the operations and
2743 options to @command{tar} and exit. @xref{help}.
2744
2745 @opsummary{ignore-case}
2746 @item --ignore-case
2747 Ignore case when matching member or file names with
2748 patterns. @xref{controlling pattern-matching}.
2749
2750 @opsummary{ignore-command-error}
2751 @item --ignore-command-error
2752 Ignore exit codes of subprocesses. @xref{Writing to an External Program}.
2753
2754 @opsummary{ignore-failed-read}
2755 @item --ignore-failed-read
2756
2757 Do not exit unsuccessfully merely because an unreadable file was encountered.
2758 @xref{Reading}.
2759
2760 @opsummary{ignore-zeros}
2761 @item --ignore-zeros
2762 @itemx -i
2763
2764 With this option, @command{tar} will ignore zeroed blocks in the
2765 archive, which normally signals EOF. @xref{Reading}.
2766
2767 @opsummary{incremental}
2768 @item --incremental
2769 @itemx -G
2770
2771 Informs @command{tar} that it is working with an old
2772 @acronym{GNU}-format incremental backup archive. It is intended
2773 primarily for backwards compatibility only. @xref{Incremental Dumps},
2774 for a detailed discussion of incremental archives.
2775
2776 @opsummary{index-file}
2777 @item --index-file=@var{file}
2778
2779 Send verbose output to @var{file} instead of to standard output.
2780
2781 @opsummary{info-script}
2782 @opsummary{new-volume-script}
2783 @item --info-script=@var{script-file}
2784 @itemx --new-volume-script=@var{script-file}
2785 @itemx -F @var{script-file}
2786
2787 When @command{tar} is performing multi-tape backups, @var{script-file} is run
2788 at the end of each tape. If @var{script-file} exits with nonzero status,
2789 @command{tar} fails immediately. @xref{info-script}, for a detailed
2790 discussion of @var{script-file}.
2791
2792 @opsummary{interactive}
2793 @item --interactive
2794 @itemx --confirmation
2795 @itemx -w
2796
2797 Specifies that @command{tar} should ask the user for confirmation before
2798 performing potentially destructive options, such as overwriting files.
2799 @xref{interactive}.
2800
2801 @opsummary{keep-newer-files}
2802 @item --keep-newer-files
2803
2804 Do not replace existing files that are newer than their archive copies
2805 when extracting files from an archive.
2806
2807 @opsummary{keep-old-files}
2808 @item --keep-old-files
2809 @itemx -k
2810
2811 Do not overwrite existing files when extracting files from an archive.
2812 @xref{Keep Old Files}.
2813
2814 @opsummary{label}
2815 @item --label=@var{name}
2816 @itemx -V @var{name}
2817
2818 When creating an archive, instructs @command{tar} to write @var{name}
2819 as a name record in the archive. When extracting or listing archives,
2820 @command{tar} will only operate on archives that have a label matching
2821 the pattern specified in @var{name}. @xref{Tape Files}.
2822
2823 @opsummary{level}
2824 @item --level=@var{n}
2825 Force incremental backup of level @var{n}. As of @GNUTAR version
2826 @value{VERSION}, the option @option{--level=0} truncates the snapshot
2827 file, thereby forcing the level 0 dump. Other values of @var{n} are
2828 effectively ignored. @xref{--level=0}, for details and examples.
2829
2830 The use of this option is valid only in conjunction with the
2831 @option{--listed-incremental} option. @xref{Incremental Dumps},
2832 for a detailed description.
2833
2834 @opsummary{listed-incremental}
2835 @item --listed-incremental=@var{snapshot-file}
2836 @itemx -g @var{snapshot-file}
2837
2838 During a @option{--create} operation, specifies that the archive that
2839 @command{tar} creates is a new @acronym{GNU}-format incremental
2840 backup, using @var{snapshot-file} to determine which files to backup.
2841 With other operations, informs @command{tar} that the archive is in
2842 incremental format. @xref{Incremental Dumps}.
2843
2844 @opsummary{lzip}
2845 @item --lzip
2846
2847 This option tells @command{tar} to read or write archives through
2848 @command{lzip}. @xref{gzip}.
2849
2850 @opsummary{lzma}
2851 @item --lzma
2852
2853 This option tells @command{tar} to read or write archives through
2854 @command{lzma}. @xref{gzip}.
2855
2856 @item --lzop
2857
2858 This option tells @command{tar} to read or write archives through
2859 @command{lzop}. @xref{gzip}.
2860
2861 @opsummary{mode}
2862 @item --mode=@var{permissions}
2863
2864 When adding files to an archive, @command{tar} will use
2865 @var{permissions} for the archive members, rather than the permissions
2866 from the files. @var{permissions} can be specified either as an octal
2867 number or as symbolic permissions, like with
2868 @command{chmod}. @xref{override}.
2869
2870 @opsummary{mtime}
2871 @item --mtime=@var{date}
2872
2873 When adding files to an archive, @command{tar} will use @var{date} as
2874 the modification time of members when creating archives, instead of
2875 their actual modification times. The value of @var{date} can be
2876 either a textual date representation (@pxref{Date input formats}) or a
2877 name of the existing file, starting with @samp{/} or @samp{.}. In the
2878 latter case, the modification time of that file is used. @xref{override}.
2879
2880 @opsummary{multi-volume}
2881 @item --multi-volume
2882 @itemx -M
2883
2884 Informs @command{tar} that it should create or otherwise operate on a
2885 multi-volume @command{tar} archive. @xref{Using Multiple Tapes}.
2886
2887 @opsummary{new-volume-script}
2888 @item --new-volume-script
2889
2890 (see @option{--info-script})
2891
2892 @opsummary{newer}
2893 @item --newer=@var{date}
2894 @itemx --after-date=@var{date}
2895 @itemx -N
2896
2897 When creating an archive, @command{tar} will only add files that have changed
2898 since @var{date}. If @var{date} begins with @samp{/} or @samp{.}, it
2899 is taken to be the name of a file whose data modification time specifies
2900 the date. @xref{after}.
2901
2902 @opsummary{newer-mtime}
2903 @item --newer-mtime=@var{date}
2904
2905 Like @option{--newer}, but add only files whose
2906 contents have changed (as opposed to just @option{--newer}, which will
2907 also back up files for which any status information has
2908 changed). @xref{after}.
2909
2910 @opsummary{no-anchored}
2911 @item --no-anchored
2912 An exclude pattern can match any subsequence of the name's components.
2913 @xref{controlling pattern-matching}.
2914
2915 @opsummary{no-auto-compress}
2916 @item --no-auto-compress
2917
2918 Disables automatic compressed format recognition based on the archive
2919 suffix. @xref{--auto-compress}. @xref{gzip}.
2920
2921 @opsummary{no-check-device}
2922 @item --no-check-device
2923 Do not check device numbers when creating a list of modified files
2924 for incremental archiving. @xref{device numbers}, for
2925 a detailed description.
2926
2927 @opsummary{no-delay-directory-restore}
2928 @item --no-delay-directory-restore
2929
2930 Modification times and permissions of extracted
2931 directories are set when all files from this directory have been
2932 extracted. This is the default.
2933 @xref{Directory Modification Times and Permissions}.
2934
2935 @opsummary{no-ignore-case}
2936 @item --no-ignore-case
2937 Use case-sensitive matching.
2938 @xref{controlling pattern-matching}.
2939
2940 @opsummary{no-ignore-command-error}
2941 @item --no-ignore-command-error
2942 Print warnings about subprocesses that terminated with a nonzero exit
2943 code. @xref{Writing to an External Program}.
2944
2945 @opsummary{no-null}
2946 @item --no-null
2947
2948 If the @option{--null} option was given previously, this option
2949 cancels its effect, so that any following @option{--files-from}
2950 options will expect their file lists to be newline-terminated.
2951
2952 @opsummary{no-overwrite-dir}
2953 @item --no-overwrite-dir
2954
2955 Preserve metadata of existing directories when extracting files
2956 from an archive. @xref{Overwrite Old Files}.
2957
2958 @opsummary{no-quote-chars}
2959 @item --no-quote-chars=@var{string}
2960 Remove characters listed in @var{string} from the list of quoted
2961 characters set by the previous @option{--quote-chars} option
2962 (@pxref{quoting styles}).
2963
2964 @opsummary{no-recursion}
2965 @item --no-recursion
2966
2967 With this option, @command{tar} will not recurse into directories.
2968 @xref{recurse}.
2969
2970 @opsummary{no-same-owner}
2971 @item --no-same-owner
2972 @itemx -o
2973
2974 When extracting an archive, do not attempt to preserve the owner
2975 specified in the @command{tar} archive. This the default behavior
2976 for ordinary users.
2977
2978 @opsummary{no-same-permissions}
2979 @item --no-same-permissions
2980
2981 When extracting an archive, subtract the user's umask from files from
2982 the permissions specified in the archive. This is the default behavior
2983 for ordinary users.
2984
2985 @opsummary{no-seek}
2986 @item --no-seek
2987
2988 The archive media does not support seeks to arbitrary
2989 locations. Usually @command{tar} determines automatically whether
2990 the archive can be seeked or not. Use this option to disable this
2991 mechanism.
2992
2993 @opsummary{no-unquote}
2994 @item --no-unquote
2995 Treat all input file or member names literally, do not interpret
2996 escape sequences. @xref{input name quoting}.
2997
2998 @opsummary{no-wildcards}
2999 @item --no-wildcards
3000 Do not use wildcards.
3001 @xref{controlling pattern-matching}.
3002
3003 @opsummary{no-wildcards-match-slash}
3004 @item --no-wildcards-match-slash
3005 Wildcards do not match @samp{/}.
3006 @xref{controlling pattern-matching}.
3007
3008 @opsummary{null}
3009 @item --null
3010
3011 When @command{tar} is using the @option{--files-from} option, this option
3012 instructs @command{tar} to expect file names terminated with @acronym{NUL}, so
3013 @command{tar} can correctly work with file names that contain newlines.
3014 @xref{nul}.
3015
3016 @opsummary{numeric-owner}
3017 @item --numeric-owner
3018
3019 This option will notify @command{tar} that it should use numeric user
3020 and group IDs when creating a @command{tar} file, rather than names.
3021 @xref{Attributes}.
3022
3023 @item -o
3024 The function of this option depends on the action @command{tar} is
3025 performing. When extracting files, @option{-o} is a synonym for
3026 @option{--no-same-owner}, i.e., it prevents @command{tar} from
3027 restoring ownership of files being extracted.
3028
3029 When creating an archive, it is a synonym for
3030 @option{--old-archive}. This behavior is for compatibility
3031 with previous versions of @GNUTAR{}, and will be
3032 removed in future releases.
3033
3034 @xref{Changes}, for more information.
3035
3036 @opsummary{occurrence}
3037 @item --occurrence[=@var{number}]
3038
3039 This option can be used in conjunction with one of the subcommands
3040 @option{--delete}, @option{--diff}, @option{--extract} or
3041 @option{--list} when a list of files is given either on the command
3042 line or via @option{-T} option.
3043
3044 This option instructs @command{tar} to process only the @var{number}th
3045 occurrence of each named file. @var{Number} defaults to 1, so
3046
3047 @smallexample
3048 tar -x -f archive.tar --occurrence filename
3049 @end smallexample
3050
3051 @noindent
3052 will extract the first occurrence of the member @file{filename} from @file{archive.tar}
3053 and will terminate without scanning to the end of the archive.
3054
3055 @opsummary{old-archive}
3056 @item --old-archive
3057 Synonym for @option{--format=v7}.
3058
3059 @opsummary{one-file-system}
3060 @item --one-file-system
3061 Used when creating an archive. Prevents @command{tar} from recursing into
3062 directories that are on different file systems from the current
3063 directory.
3064
3065 @opsummary{overwrite}
3066 @item --overwrite
3067
3068 Overwrite existing files and directory metadata when extracting files
3069 from an archive. @xref{Overwrite Old Files}.
3070
3071 @opsummary{overwrite-dir}
3072 @item --overwrite-dir
3073
3074 Overwrite the metadata of existing directories when extracting files
3075 from an archive. @xref{Overwrite Old Files}.
3076
3077 @opsummary{owner}
3078 @item --owner=@var{user}
3079
3080 Specifies that @command{tar} should use @var{user} as the owner of members
3081 when creating archives, instead of the user associated with the source
3082 file. @var{user} can specify a symbolic name, or a numeric
3083 @acronym{ID}, or both as @var{name}:@var{id}.
3084 @xref{override}.
3085
3086 This option does not affect extraction from archives.
3087
3088 @opsummary{pax-option}
3089 @item --pax-option=@var{keyword-list}
3090 This option enables creation of the archive in @acronym{POSIX.1-2001}
3091 format (@pxref{posix}) and modifies the way @command{tar} handles the
3092 extended header keywords. @var{Keyword-list} is a comma-separated
3093 list of keyword options. @xref{PAX keywords}, for a detailed
3094 discussion.
3095
3096 @opsummary{portability}
3097 @item --portability
3098 @itemx --old-archive
3099 Synonym for @option{--format=v7}.
3100
3101 @opsummary{posix}
3102 @item --posix
3103 Same as @option{--format=posix}.
3104
3105 @opsummary{preserve}
3106 @item --preserve
3107
3108 Synonymous with specifying both @option{--preserve-permissions} and
3109 @option{--same-order}. @xref{Setting Access Permissions}.
3110
3111 @opsummary{preserve-order}
3112 @item --preserve-order
3113
3114 (See @option{--same-order}; @pxref{Reading}.)
3115
3116 @opsummary{preserve-permissions}
3117 @opsummary{same-permissions}
3118 @item --preserve-permissions
3119 @itemx --same-permissions
3120 @itemx -p
3121
3122 When @command{tar} is extracting an archive, it normally subtracts the
3123 users' umask from the permissions specified in the archive and uses
3124 that number as the permissions to create the destination file.
3125 Specifying this option instructs @command{tar} that it should use the
3126 permissions directly from the archive. @xref{Setting Access Permissions}.
3127
3128 @opsummary{quote-chars}
3129 @item --quote-chars=@var{string}
3130 Always quote characters from @var{string}, even if the selected
3131 quoting style would not quote them (@pxref{quoting styles}).
3132
3133 @opsummary{quoting-style}
3134 @item --quoting-style=@var{style}
3135 Set quoting style to use when printing member and file names
3136 (@pxref{quoting styles}). Valid @var{style} values are:
3137 @code{literal}, @code{shell}, @code{shell-always}, @code{c},
3138 @code{escape}, @code{locale}, and @code{clocale}. Default quoting
3139 style is @code{escape}, unless overridden while configuring the
3140 package.
3141
3142 @opsummary{read-full-records}
3143 @item --read-full-records
3144 @itemx -B
3145
3146 Specifies that @command{tar} should reblock its input, for reading
3147 from pipes on systems with buggy implementations. @xref{Reading}.
3148
3149 @opsummary{record-size}
3150 @item --record-size=@var{size}[@var{suf}]
3151
3152 Instructs @command{tar} to use @var{size} bytes per record when accessing the
3153 archive. The argument can be suffixed with a @dfn{size suffix}, e.g.
3154 @option{--record-size=10K} for 10 Kilobytes. @xref{size-suffixes},
3155 for a list of valid suffixes. @xref{Blocking Factor}, for a detailed
3156 description of this option.
3157
3158 @opsummary{recursion}
3159 @item --recursion
3160
3161 With this option, @command{tar} recurses into directories (default).
3162 @xref{recurse}.
3163
3164 @opsummary{recursive-unlink}
3165 @item --recursive-unlink
3166
3167 Remove existing
3168 directory hierarchies before extracting directories of the same name
3169 from the archive. @xref{Recursive Unlink}.
3170
3171 @opsummary{remove-files}
3172 @item --remove-files
3173
3174 Directs @command{tar} to remove the source file from the file system after
3175 appending it to an archive. @xref{remove files}.
3176
3177 @opsummary{restrict}
3178 @item --restrict
3179
3180 Disable use of some potentially harmful @command{tar} options.
3181 Currently this option disables shell invocation from multi-volume menu
3182 (@pxref{Using Multiple Tapes}).
3183
3184 @opsummary{rmt-command}
3185 @item --rmt-command=@var{cmd}
3186
3187 Notifies @command{tar} that it should use @var{cmd} instead of
3188 the default @file{/usr/libexec/rmt} (@pxref{Remote Tape Server}).
3189
3190 @opsummary{rsh-command}
3191 @item --rsh-command=@var{cmd}
3192
3193 Notifies @command{tar} that is should use @var{cmd} to communicate with remote
3194 devices. @xref{Device}.
3195
3196 @opsummary{same-order}
3197 @item --same-order
3198 @itemx --preserve-order
3199 @itemx -s
3200
3201 This option is an optimization for @command{tar} when running on machines with
3202 small amounts of memory. It informs @command{tar} that the list of file
3203 arguments has already been sorted to match the order of files in the
3204 archive. @xref{Reading}.
3205
3206 @opsummary{same-owner}
3207 @item --same-owner
3208
3209 When extracting an archive, @command{tar} will attempt to preserve the owner
3210 specified in the @command{tar} archive with this option present.
3211 This is the default behavior for the superuser; this option has an
3212 effect only for ordinary users. @xref{Attributes}.
3213
3214 @opsummary{same-permissions}
3215 @item --same-permissions
3216
3217 (See @option{--preserve-permissions}; @pxref{Setting Access Permissions}.)
3218
3219 @opsummary{seek}
3220 @item --seek
3221 @itemx -n
3222
3223 Assume that the archive media supports seeks to arbitrary
3224 locations. Usually @command{tar} determines automatically whether
3225 the archive can be seeked or not. This option is intended for use
3226 in cases when such recognition fails. It takes effect only if the
3227 archive is open for reading (e.g. with @option{--list} or
3228 @option{--extract} options).
3229
3230 @opsummary{show-defaults}
3231 @item --show-defaults
3232
3233 Displays the default options used by @command{tar} and exits
3234 successfully. This option is intended for use in shell scripts.
3235 Here is an example of what you can see using this option:
3236
3237 @smallexample
3238 $ @kbd{tar --show-defaults}
3239 --format=gnu -f- -b20 --quoting-style=escape
3240 --rmt-command=/usr/libexec/rmt --rsh-command=/usr/bin/rsh
3241 @end smallexample
3242
3243 @noindent
3244 Notice, that this option outputs only one line. The example output
3245 above has been split to fit page boundaries.
3246
3247 @opsummary{show-omitted-dirs}
3248 @item --show-omitted-dirs
3249
3250 Instructs @command{tar} to mention the directories it is skipping when
3251 operating on a @command{tar} archive. @xref{show-omitted-dirs}.
3252
3253 @opsummary{show-transformed-names}
3254 @opsummary{show-stored-names}
3255 @item --show-transformed-names
3256 @itemx --show-stored-names
3257
3258 Display file or member names after applying any transformations
3259 (@pxref{transform}). In particular, when used in conjunction with one of
3260 the archive creation operations it instructs @command{tar} to list the
3261 member names stored in the archive, as opposed to the actual file
3262 names. @xref{listing member and file names}.
3263
3264 @opsummary{sparse}
3265 @item --sparse
3266 @itemx -S
3267
3268 Invokes a @acronym{GNU} extension when adding files to an archive that handles
3269 sparse files efficiently. @xref{sparse}.
3270
3271 @opsummary{sparse-version}
3272 @item --sparse-version=@var{version}
3273
3274 Specifies the @dfn{format version} to use when archiving sparse
3275 files. Implies @option{--sparse}. @xref{sparse}. For the description
3276 of the supported sparse formats, @xref{Sparse Formats}.
3277
3278 @opsummary{starting-file}
3279 @item --starting-file=@var{name}
3280 @itemx -K @var{name}
3281
3282 This option affects extraction only; @command{tar} will skip extracting
3283 files in the archive until it finds one that matches @var{name}.
3284 @xref{Scarce}.
3285
3286 @opsummary{strip-components}
3287 @item --strip-components=@var{number}
3288 Strip given @var{number} of leading components from file names before
3289 extraction. For example, if archive @file{archive.tar} contained
3290 @file{/some/file/name}, then running
3291
3292 @smallexample
3293 tar --extract --file archive.tar --strip-components=2
3294 @end smallexample
3295
3296 @noindent
3297 would extract this file to file @file{name}.
3298
3299 @opsummary{suffix}
3300 @item --suffix=@var{suffix}
3301
3302 Alters the suffix @command{tar} uses when backing up files from the default
3303 @samp{~}. @xref{backup}.
3304
3305 @opsummary{tape-length}
3306 @item --tape-length=@var{num}[@var{suf}]
3307 @itemx -L @var{num}[@var{suf}]
3308
3309 Specifies the length of tapes that @command{tar} is writing as being
3310 @w{@var{num} x 1024} bytes long. If optional @var{suf} is given, it
3311 specifies a multiplicative factor to be used instead of 1024. For
3312 example, @samp{-L2M} means 2 megabytes. @xref{size-suffixes}, for a
3313 list of allowed suffixes. @xref{Using Multiple Tapes}, for a detailed
3314 discussion of this option.
3315
3316 @opsummary{test-label}
3317 @item --test-label
3318
3319 Reads the volume label. If an argument is specified, test whether it
3320 matches the volume label. @xref{--test-label option}.
3321
3322 @opsummary{to-command}
3323 @item --to-command=@var{command}
3324
3325 During extraction @command{tar} will pipe extracted files to the
3326 standard input of @var{command}. @xref{Writing to an External Program}.
3327
3328 @opsummary{to-stdout}
3329 @item --to-stdout
3330 @itemx -O
3331
3332 During extraction, @command{tar} will extract files to stdout rather
3333 than to the file system. @xref{Writing to Standard Output}.
3334
3335 @opsummary{totals}
3336 @item --totals[=@var{signo}]
3337
3338 Displays the total number of bytes transferred when processing an
3339 archive. If an argument is given, these data are displayed on
3340 request, when signal @var{signo} is delivered to @command{tar}.
3341 @xref{totals}.
3342
3343 @opsummary{touch}
3344 @item --touch
3345 @itemx -m
3346
3347 Sets the data modification time of extracted files to the extraction time,
3348 rather than the data modification time stored in the archive.
3349 @xref{Data Modification Times}.
3350
3351 @opsummary{transform}
3352 @opsummary{xform}
3353 @item --transform=@var{sed-expr}
3354 @itemx --xform=@var{sed-expr}
3355 Transform file or member names using @command{sed} replacement expression
3356 @var{sed-expr}. For example,
3357
3358 @smallexample
3359 $ @kbd{tar cf archive.tar --transform 's,^\./,usr/,' .}
3360 @end smallexample
3361
3362 @noindent
3363 will add to @file{archive} files from the current working directory,
3364 replacing initial @samp{./} prefix with @samp{usr/}. For the detailed
3365 discussion, @xref{transform}.
3366
3367 To see transformed member names in verbose listings, use
3368 @option{--show-transformed-names} option
3369 (@pxref{show-transformed-names}).
3370
3371 @opsummary{uncompress}
3372 @item --uncompress
3373
3374 (See @option{--compress}, @pxref{gzip})
3375
3376 @opsummary{ungzip}
3377 @item --ungzip
3378
3379 (See @option{--gzip}, @pxref{gzip})
3380
3381 @opsummary{unlink-first}
3382 @item --unlink-first
3383 @itemx -U
3384
3385 Directs @command{tar} to remove the corresponding file from the file
3386 system before extracting it from the archive. @xref{Unlink First}.
3387
3388 @opsummary{unquote}
3389 @item --unquote
3390 Enable unquoting input file or member names (default). @xref{input
3391 name quoting}.
3392
3393 @opsummary{use-compress-program}
3394 @item --use-compress-program=@var{prog}
3395 @itemx -I=@var{prog}
3396
3397 Instructs @command{tar} to access the archive through @var{prog}, which is
3398 presumed to be a compression program of some sort. @xref{gzip}.
3399
3400 @opsummary{utc}
3401 @item --utc
3402
3403 Display file modification dates in @acronym{UTC}. This option implies
3404 @option{--verbose}.
3405
3406 @opsummary{verbose}
3407 @item --verbose
3408 @itemx -v
3409
3410 Specifies that @command{tar} should be more verbose about the
3411 operations it is performing. This option can be specified multiple
3412 times for some operations to increase the amount of information displayed.
3413 @xref{verbose}.
3414
3415 @opsummary{verify}
3416 @item --verify
3417 @itemx -W
3418
3419 Verifies that the archive was correctly written when creating an
3420 archive. @xref{verify}.
3421
3422 @opsummary{version}
3423 @item --version
3424
3425 Print information about the program's name, version, origin and legal
3426 status, all on standard output, and then exit successfully.
3427 @xref{help}.
3428
3429 @opsummary{volno-file}
3430 @item --volno-file=@var{file}
3431
3432 Used in conjunction with @option{--multi-volume}. @command{tar} will
3433 keep track of which volume of a multi-volume archive it is working in
3434 @var{file}. @xref{volno-file}.
3435
3436 @opsummary{warning}
3437 @item --warning=@var{keyword}
3438
3439 Enable or disable warning messages identified by @var{keyword}. The
3440 messages are suppressed if @var{keyword} is prefixed with @samp{no-}.
3441 @xref{warnings}.
3442
3443 @opsummary{wildcards}
3444 @item --wildcards
3445 Use wildcards when matching member names with patterns.
3446 @xref{controlling pattern-matching}.
3447
3448 @opsummary{wildcards-match-slash}
3449 @item --wildcards-match-slash
3450 Wildcards match @samp{/}.
3451 @xref{controlling pattern-matching}.
3452
3453 @opsummary{xz}
3454 @item --xz
3455 @itemx -J
3456 Use @command{xz} for compressing or decompressing the archives. @xref{gzip}.
3457
3458 @end table
3459
3460 @node Short Option Summary
3461 @subsection Short Options Cross Reference
3462
3463 Here is an alphabetized list of all of the short option forms, matching
3464 them with the equivalent long option.
3465
3466 @multitable @columnfractions 0.20 0.80
3467 @headitem Short Option @tab Reference
3468
3469 @item -A @tab @ref{--concatenate}.
3470
3471 @item -B @tab @ref{--read-full-records}.
3472
3473 @item -C @tab @ref{--directory}.
3474
3475 @item -F @tab @ref{--info-script}.
3476
3477 @item -G @tab @ref{--incremental}.
3478
3479 @item -J @tab @ref{--xz}.
3480
3481 @item -K @tab @ref{--starting-file}.
3482
3483 @item -L @tab @ref{--tape-length}.
3484
3485 @item -M @tab @ref{--multi-volume}.
3486
3487 @item -N @tab @ref{--newer}.
3488
3489 @item -O @tab @ref{--to-stdout}.
3490
3491 @item -P @tab @ref{--absolute-names}.
3492
3493 @item -R @tab @ref{--block-number}.
3494
3495 @item -S @tab @ref{--sparse}.
3496
3497 @item -T @tab @ref{--files-from}.
3498
3499 @item -U @tab @ref{--unlink-first}.
3500
3501 @item -V @tab @ref{--label}.
3502
3503 @item -W @tab @ref{--verify}.
3504
3505 @item -X @tab @ref{--exclude-from}.
3506
3507 @item -Z @tab @ref{--compress}.
3508
3509 @item -b @tab @ref{--blocking-factor}.
3510
3511 @item -c @tab @ref{--create}.
3512
3513 @item -d @tab @ref{--compare}.
3514
3515 @item -f @tab @ref{--file}.
3516
3517 @item -g @tab @ref{--listed-incremental}.
3518
3519 @item -h @tab @ref{--dereference}.
3520
3521 @item -i @tab @ref{--ignore-zeros}.
3522
3523 @item -j @tab @ref{--bzip2}.
3524
3525 @item -k @tab @ref{--keep-old-files}.
3526
3527 @item -l @tab @ref{--check-links}.
3528
3529 @item -m @tab @ref{--touch}.
3530
3531 @item -o @tab When creating, @ref{--no-same-owner}, when extracting ---
3532 @ref{--portability}.
3533
3534 The latter usage is deprecated. It is retained for compatibility with
3535 the earlier versions of @GNUTAR{}. In future releases
3536 @option{-o} will be equivalent to @option{--no-same-owner} only.
3537
3538 @item -p @tab @ref{--preserve-permissions}.
3539
3540 @item -r @tab @ref{--append}.
3541
3542 @item -s @tab @ref{--same-order}.
3543
3544 @item -t @tab @ref{--list}.
3545
3546 @item -u @tab @ref{--update}.
3547
3548 @item -v @tab @ref{--verbose}.
3549
3550 @item -w @tab @ref{--interactive}.
3551
3552 @item -x @tab @ref{--extract}.
3553
3554 @item -z @tab @ref{--gzip}.
3555
3556 @end multitable
3557
3558 @node help
3559 @section @GNUTAR{} documentation
3560
3561 @cindex Getting program version number
3562 @opindex version
3563 @cindex Version of the @command{tar} program
3564 Being careful, the first thing is really checking that you are using
3565 @GNUTAR{}, indeed. The @option{--version} option
3566 causes @command{tar} to print information about its name, version,
3567 origin and legal status, all on standard output, and then exit
3568 successfully. For example, @w{@samp{tar --version}} might print:
3569
3570 @smallexample
3571 tar (GNU tar) @value{VERSION}
3572 Copyright (C) 2011 Free Software Foundation, Inc.
3573 Copyright (C) 2011 Free Software Foundation, Inc.
3574 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
3575 This is free software: you are free to change and redistribute it.
3576 There is NO WARRANTY, to the extent permitted by law.
3577
3578 Written by John Gilmore and Jay Fenlason.
3579 @end smallexample
3580
3581 @noindent
3582 The first occurrence of @samp{tar} in the result above is the program
3583 name in the package (for example, @command{rmt} is another program),
3584 while the second occurrence of @samp{tar} is the name of the package
3585 itself, containing possibly many programs. The package is currently
3586 named @samp{tar}, after the name of the main program it
3587 contains@footnote{There are plans to merge the @command{cpio} and
3588 @command{tar} packages into a single one which would be called
3589 @code{paxutils}. So, who knows if, one of this days, the
3590 @option{--version} would not output @w{@samp{tar (@acronym{GNU}
3591 paxutils) 3.2}}.}.
3592
3593 @cindex Obtaining help
3594 @cindex Listing all @command{tar} options
3595 @xopindex{help, introduction}
3596 Another thing you might want to do is checking the spelling or meaning
3597 of some particular @command{tar} option, without resorting to this
3598 manual, for once you have carefully read it. @GNUTAR{}
3599 has a short help feature, triggerable through the
3600 @option{--help} option. By using this option, @command{tar} will
3601 print a usage message listing all available options on standard
3602 output, then exit successfully, without doing anything else and
3603 ignoring all other options. Even if this is only a brief summary, it
3604 may be several screens long. So, if you are not using some kind of
3605 scrollable window, you might prefer to use something like:
3606
3607 @smallexample
3608 $ @kbd{tar --help | less}
3609 @end smallexample
3610
3611 @noindent
3612 presuming, here, that you like using @command{less} for a pager. Other
3613 popular pagers are @command{more} and @command{pg}. If you know about some
3614 @var{keyword} which interests you and do not want to read all the
3615 @option{--help} output, another common idiom is doing:
3616
3617 @smallexample
3618 tar --help | grep @var{keyword}
3619 @end smallexample
3620
3621 @noindent
3622 for getting only the pertinent lines. Notice, however, that some
3623 @command{tar} options have long description lines and the above
3624 command will list only the first of them.
3625
3626 The exact look of the option summary displayed by @kbd{tar --help} is
3627 configurable. @xref{Configuring Help Summary}, for a detailed description.
3628
3629 @opindex usage
3630 If you only wish to check the spelling of an option, running @kbd{tar
3631 --usage} may be a better choice. This will display a terse list of
3632 @command{tar} options without accompanying explanations.
3633
3634 The short help output is quite succinct, and you might have to get
3635 back to the full documentation for precise points. If you are reading
3636 this paragraph, you already have the @command{tar} manual in some
3637 form. This manual is available in a variety of forms from
3638 @url{http://www.gnu.org/software/tar/manual}. It may be printed out of the @GNUTAR{}
3639 distribution, provided you have @TeX{} already installed somewhere,
3640 and a laser printer around. Just configure the distribution, execute
3641 the command @w{@samp{make dvi}}, then print @file{doc/tar.dvi} the
3642 usual way (contact your local guru to know how). If @GNUTAR{}
3643 has been conveniently installed at your place, this
3644 manual is also available in interactive, hypertextual form as an Info
3645 file. Just call @w{@samp{info tar}} or, if you do not have the
3646 @command{info} program handy, use the Info reader provided within
3647 @acronym{GNU} Emacs, calling @samp{tar} from the main Info menu.
3648
3649 There is currently no @code{man} page for @GNUTAR{}.
3650 If you observe such a @code{man} page on the system you are running,
3651 either it does not belong to @GNUTAR{}, or it has not
3652 been produced by @acronym{GNU}. Some package maintainers convert
3653 @kbd{tar --help} output to a man page, using @command{help2man}. In
3654 any case, please bear in mind that the authoritative source of
3655 information about @GNUTAR{} is this Texinfo documentation.
3656
3657 @node defaults
3658 @section Obtaining @GNUTAR{} default values
3659
3660 @opindex show-defaults
3661 @GNUTAR{} has some predefined defaults that are used when you do not
3662 explicitly specify another values. To obtain a list of such
3663 defaults, use @option{--show-defaults} option. This will output the
3664 values in the form of @command{tar} command line options:
3665
3666 @smallexample
3667 @group
3668 $ @kbd{tar --show-defaults}
3669 --format=gnu -f- -b20 --quoting-style=escape
3670 --rmt-command=/etc/rmt --rsh-command=/usr/bin/rsh
3671 @end group
3672 @end smallexample
3673
3674 @noindent
3675 Notice, that this option outputs only one line. The example output above
3676 has been split to fit page boundaries.
3677
3678 @noindent
3679 The above output shows that this version of @GNUTAR{} defaults to
3680 using @samp{gnu} archive format (@pxref{Formats}), it uses standard
3681 output as the archive, if no @option{--file} option has been given
3682 (@pxref{file tutorial}), the default blocking factor is 20
3683 (@pxref{Blocking Factor}). It also shows the default locations where
3684 @command{tar} will look for @command{rmt} and @command{rsh} binaries.
3685
3686 @node verbose
3687 @section Checking @command{tar} progress
3688
3689 Typically, @command{tar} performs most operations without reporting any
3690 information to the user except error messages. When using @command{tar}
3691 with many options, particularly ones with complicated or
3692 difficult-to-predict behavior, it is possible to make serious mistakes.
3693 @command{tar} provides several options that make observing @command{tar}
3694 easier. These options cause @command{tar} to print information as it
3695 progresses in its job, and you might want to use them just for being
3696 more careful about what is going on, or merely for entertaining
3697 yourself. If you have encountered a problem when operating on an
3698 archive, however, you may need more information than just an error
3699 message in order to solve the problem. The following options can be
3700 helpful diagnostic tools.
3701
3702 @cindex Verbose operation
3703 @opindex verbose
3704 Normally, the @option{--list} (@option{-t}) command to list an archive
3705 prints just the file names (one per line) and the other commands are
3706 silent. When used with most operations, the @option{--verbose}
3707 (@option{-v}) option causes @command{tar} to print the name of each
3708 file or archive member as it is processed. This and the other options
3709 which make @command{tar} print status information can be useful in
3710 monitoring @command{tar}.
3711
3712 With @option{--create} or @option{--extract}, @option{--verbose} used
3713 once just prints the names of the files or members as they are processed.
3714 Using it twice causes @command{tar} to print a longer listing
3715 (@xref{verbose member listing}, for the description) for each member.
3716 Since @option{--list} already prints the names of the members,
3717 @option{--verbose} used once with @option{--list} causes @command{tar}
3718 to print an @samp{ls -l} type listing of the files in the archive.
3719 The following examples both extract members with long list output:
3720
3721 @smallexample
3722 $ @kbd{tar --extract --file=archive.tar --verbose --verbose}
3723 $ @kbd{tar xvvf archive.tar}
3724 @end smallexample
3725
3726 Verbose output appears on the standard output except when an archive is
3727 being written to the standard output, as with @samp{tar --create
3728 --file=- --verbose} (@samp{tar cvf -}, or even @samp{tar cv}---if the
3729 installer let standard output be the default archive). In that case
3730 @command{tar} writes verbose output to the standard error stream.
3731
3732 If @option{--index-file=@var{file}} is specified, @command{tar} sends
3733 verbose output to @var{file} rather than to standard output or standard
3734 error.
3735
3736 @anchor{totals}
3737 @cindex Obtaining total status information
3738 @opindex totals
3739 The @option{--totals} option causes @command{tar} to print on the
3740 standard error the total amount of bytes transferred when processing
3741 an archive. When creating or appending to an archive, this option
3742 prints the number of bytes written to the archive and the average
3743 speed at which they have been written, e.g.:
3744
3745 @smallexample
3746 @group
3747 $ @kbd{tar -c -f archive.tar --totals /home}
3748 Total bytes written: 7924664320 (7.4GiB, 85MiB/s)
3749 @end group
3750 @end smallexample
3751
3752 When reading an archive, this option displays the number of bytes
3753 read:
3754
3755 @smallexample
3756 @group
3757 $ @kbd{tar -x -f archive.tar --totals}
3758 Total bytes read: 7924664320 (7.4GiB, 95MiB/s)
3759 @end group
3760 @end smallexample
3761
3762 Finally, when deleting from an archive, the @option{--totals} option
3763 displays both numbers plus number of bytes removed from the archive:
3764
3765 @smallexample
3766 @group
3767 $ @kbd{tar --delete -f foo.tar --totals --wildcards '*~'}
3768 Total bytes read: 9543680 (9.2MiB, 201MiB/s)
3769 Total bytes written: 3829760 (3.7MiB, 81MiB/s)
3770 Total bytes deleted: 1474048
3771 @end group
3772 @end smallexample
3773
3774 You can also obtain this information on request. When
3775 @option{--totals} is used with an argument, this argument is
3776 interpreted as a symbolic name of a signal, upon delivery of which the
3777 statistics is to be printed:
3778
3779 @table @option
3780 @item --totals=@var{signo}
3781 Print statistics upon delivery of signal @var{signo}. Valid arguments
3782 are: @code{SIGHUP}, @code{SIGQUIT}, @code{SIGINT}, @code{SIGUSR1} and
3783 @code{SIGUSR2}. Shortened names without @samp{SIG} prefix are also
3784 accepted.
3785 @end table
3786
3787 Both forms of @option{--totals} option can be used simultaneously.
3788 Thus, @kbd{tar -x --totals --totals=USR1} instructs @command{tar} to
3789 extract all members from its default archive and print statistics
3790 after finishing the extraction, as well as when receiving signal
3791 @code{SIGUSR1}.
3792
3793 @anchor{Progress information}
3794 @cindex Progress information
3795 The @option{--checkpoint} option prints an occasional message
3796 as @command{tar} reads or writes the archive. It is designed for
3797 those who don't need the more detailed (and voluminous) output of
3798 @option{--block-number} (@option{-R}), but do want visual confirmation
3799 that @command{tar} is actually making forward progress. By default it
3800 prints a message each 10 records read or written. This can be changed
3801 by giving it a numeric argument after an equal sign:
3802
3803 @smallexample
3804 $ @kbd{tar -c --checkpoint=1000} /var
3805 tar: Write checkpoint 1000
3806 tar: Write checkpoint 2000
3807 tar: Write checkpoint 3000
3808 @end smallexample
3809
3810 This example shows the default checkpoint message used by
3811 @command{tar}. If you place a dot immediately after the equal
3812 sign, it will print a @samp{.} at each checkpoint@footnote{This is
3813 actually a shortcut for @option{--checkpoint=@var{n}
3814 --checkpoint-action=dot}. @xref{checkpoints, dot}.}. For example:
3815
3816 @smallexample
3817 $ @kbd{tar -c --checkpoint=.1000} /var
3818 ...
3819 @end smallexample
3820
3821 The @option{--checkpoint} option provides a flexible mechanism for
3822 executing arbitrary actions upon hitting checkpoints, see the next
3823 section (@pxref{checkpoints}), for more information on it.
3824
3825 @opindex show-omitted-dirs
3826 @anchor{show-omitted-dirs}
3827 The @option{--show-omitted-dirs} option, when reading an archive---with
3828 @option{--list} or @option{--extract}, for example---causes a message
3829 to be printed for each directory in the archive which is skipped.
3830 This happens regardless of the reason for skipping: the directory might
3831 not have been named on the command line (implicitly or explicitly),
3832 it might be excluded by the use of the
3833 @option{--exclude=@var{pattern}} option, or some other reason.
3834
3835 @opindex block-number
3836 @cindex Block number where error occurred
3837 @anchor{block-number}
3838 If @option{--block-number} (@option{-R}) is used, @command{tar} prints, along with
3839 every message it would normally produce, the block number within the
3840 archive where the message was triggered. Also, supplementary messages
3841 are triggered when reading blocks full of NULs, or when hitting end of
3842 file on the archive. As of now, if the archive is properly terminated
3843 with a NUL block, the reading of the file may stop before end of file
3844 is met, so the position of end of file will not usually show when
3845 @option{--block-number} (@option{-R}) is used. Note that @GNUTAR{}
3846 drains the archive before exiting when reading the
3847 archive from a pipe.
3848
3849 @cindex Error message, block number of
3850 This option is especially useful when reading damaged archives, since
3851 it helps pinpoint the damaged sections. It can also be used with
3852 @option{--list} (@option{-t}) when listing a file-system backup tape, allowing you to
3853 choose among several backup tapes when retrieving a file later, in
3854 favor of the tape where the file appears earliest (closest to the
3855 front of the tape). @xref{backup}.
3856
3857 @node checkpoints
3858 @section Checkpoints
3859 @cindex checkpoints, defined
3860 @opindex checkpoint
3861 @opindex checkpoint-action
3862
3863 A @dfn{checkpoint} is a moment of time before writing @var{n}th record to
3864 the archive (a @dfn{write checkpoint}), or before reading @var{n}th record
3865 from the archive (a @dfn{read checkpoint}). Checkpoints allow to
3866 periodically execute arbitrary actions.
3867
3868 The checkpoint facility is enabled using the following option:
3869
3870 @table @option
3871 @xopindex{checkpoint, defined}
3872 @item --checkpoint[=@var{n}]
3873 Schedule checkpoints before writing or reading each @var{n}th record.
3874 The default value for @var{n} is 10.
3875 @end table
3876
3877 A list of arbitrary @dfn{actions} can be executed at each checkpoint.
3878 These actions include: pausing, displaying textual messages, and
3879 executing arbitrary external programs. Actions are defined using
3880 the @option{--checkpoint-action} option.
3881
3882 @table @option
3883 @xopindex{checkpoint-action, defined}
3884 @item --checkpoint-action=@var{action}
3885 Execute an @var{action} at each checkpoint.
3886 @end table
3887
3888 @cindex @code{echo}, checkpoint action
3889 The simplest value of @var{action} is @samp{echo}. It instructs
3890 @command{tar} to display the default message on the standard error
3891 stream upon arriving at each checkpoint. The default message is (in
3892 @acronym{POSIX} locale) @samp{Write checkpoint @var{n}}, for write
3893 checkpoints, and @samp{Read checkpoint @var{n}}, for read checkpoints.
3894 Here, @var{n} represents ordinal number of the checkpoint.
3895
3896 In another locales, translated versions of this message are used.
3897
3898 This is the default action, so running:
3899
3900 @smallexample
3901 $ @kbd{tar -c --checkpoint=1000 --checkpoint-action=echo} /var
3902 @end smallexample
3903
3904 @noindent
3905 is equivalent to:
3906
3907 @smallexample
3908 $ @kbd{tar -c --checkpoint=1000} /var
3909 @end smallexample
3910
3911 The @samp{echo} action also allows to supply a customized message.
3912 You do so by placing an equals sign and the message right after it,
3913 e.g.:
3914
3915 @smallexample
3916 --checkpoint-action="echo=Hit %s checkpoint #%u"
3917 @end smallexample
3918
3919 The @samp{%s} and @samp{%u} in the above example are
3920 @dfn{meta-characters}. The @samp{%s} meta-character is replaced with
3921 the @dfn{type} of the checkpoint: @samp{write} or
3922 @samp{read} (or a corresponding translated version in locales other
3923 than @acronym{POSIX}). The @samp{%u} meta-character is replaced with
3924 the ordinal number of the checkpoint. Thus, the above example could
3925 produce the following output when used with the @option{--create}
3926 option:
3927
3928 @smallexample
3929 tar: Hit write checkpoint #10
3930 tar: Hit write checkpoint #20
3931 tar: Hit write checkpoint #30
3932 @end smallexample
3933
3934 Aside from meta-character expansion, the message string is subject to
3935 @dfn{unquoting}, during which the backslash @dfn{escape sequences} are
3936 replaced with their corresponding @acronym{ASCII} characters
3937 (@pxref{escape sequences}). E.g. the following action will produce an
3938 audible bell and the message described above at each checkpoint:
3939
3940 @smallexample
3941 --checkpoint-action='echo=\aHit %s checkpoint #%u'
3942 @end smallexample
3943
3944 @cindex @code{bell}, checkpoint action
3945 There is also a special action which produces an audible signal:
3946 @samp{bell}. It is not equivalent to @samp{echo='\a'}, because
3947 @samp{bell} sends the bell directly to the console (@file{/dev/tty}),
3948 whereas @samp{echo='\a'} sends it to the standard error.
3949
3950 @cindex @code{ttyout}, checkpoint action
3951 The @samp{ttyout=@var{string}} action outputs @var{string} to
3952 @file{/dev/tty}, so it can be used even if the standard output is
3953 redirected elsewhere. The @var{string} is subject to the same
3954 modifications as with @samp{echo} action. In contrast to the latter,
3955 @samp{ttyout} does not prepend @command{tar} executable name to the
3956 string, nor does it output a newline after it. For example, the
3957 following action will print the checkpoint message at the same screen
3958 line, overwriting any previous message:
3959
3960 @smallexample
3961 --checkpoint-action="ttyout=\rHit %s checkpoint #%u"
3962 @end smallexample
3963
3964 @cindex @code{dot}, checkpoint action
3965 Another available checkpoint action is @samp{dot} (or @samp{.}). It
3966 instructs @command{tar} to print a single dot on the standard listing
3967 stream, e.g.:
3968
3969 @smallexample
3970 $ @kbd{tar -c --checkpoint=1000 --checkpoint-action=dot} /var
3971 ...
3972 @end smallexample
3973
3974 For compatibility with previous @GNUTAR{} versions, this action can
3975 be abbreviated by placing a dot in front of the checkpoint frequency,
3976 as shown in the previous section.
3977
3978 @cindex @code{sleep}, checkpoint action
3979 Yet another action, @samp{sleep}, pauses @command{tar} for a specified
3980 amount of seconds. The following example will stop for 30 seconds at each
3981 checkpoint:
3982
3983 @smallexample
3984 $ @kbd{tar -c --checkpoint=1000 --checkpoint-action=sleep=30}
3985 @end smallexample
3986
3987 @cindex @code{exec}, checkpoint action
3988 Finally, the @code{exec} action executes a given external program.
3989 For example:
3990
3991 @smallexample
3992 $ @kbd{tar -c --checkpoint=1000 --checkpoint-action=exec=/sbin/cpoint}
3993 @end smallexample
3994
3995 This program is executed using @command{/bin/sh -c}, with no
3996 additional arguments. Its exit code is ignored. It gets a copy of
3997 @command{tar}'s environment plus the following variables:
3998
3999 @table @env
4000 @vrindex TAR_VERSION, checkpoint script environment
4001 @item TAR_VERSION
4002 @GNUTAR{} version number.
4003
4004 @vrindex TAR_ARCHIVE, checkpoint script environment
4005 @item TAR_ARCHIVE
4006 The name of the archive @command{tar} is processing.
4007
4008 @vrindex TAR_BLOCKING_FACTOR, checkpoint script environment
4009 @item TAR_BLOCKING_FACTOR
4010 Current blocking factor (@pxref{Blocking}).
4011
4012 @vrindex TAR_CHECKPOINT, checkpoint script environment
4013 @item TAR_CHECKPOINT
4014 Number of the checkpoint.
4015
4016 @vrindex TAR_SUBCOMMAND, checkpoint script environment
4017 @item TAR_SUBCOMMAND
4018 A short option describing the operation @command{tar} is executing.
4019 @xref{Operations}, for a complete list of subcommand options.
4020
4021 @vrindex TAR_FORMAT, checkpoint script environment
4022 @item TAR_FORMAT
4023 Format of the archive being processed. @xref{Formats}, for a complete
4024 list of archive format names.
4025 @end table
4026
4027 Any number of actions can be defined, by supplying several
4028 @option{--checkpoint-action} options in the command line. For
4029 example, the command below displays two messages, pauses
4030 execution for 30 seconds and executes the @file{/sbin/cpoint} script:
4031
4032 @example
4033 @group
4034 $ @kbd{tar -c -f arc.tar \
4035 --checkpoint-action='\aecho=Hit %s checkpoint #%u' \
4036 --checkpoint-action='echo=Sleeping for 30 seconds' \
4037 --checkpoint-action='sleep=30' \
4038 --checkpoint-action='exec=/sbin/cpoint'}
4039 @end group
4040 @end example
4041
4042 This example also illustrates the fact that
4043 @option{--checkpoint-action} can be used without
4044 @option{--checkpoint}. In this case, the default checkpoint frequency
4045 (at each 10th record) is assumed.
4046
4047 @node warnings
4048 @section Controlling Warning Messages
4049
4050 Sometimes, while performing the requested task, @GNUTAR{} notices
4051 some conditions that are not exactly errors, but which the user
4052 should be aware of. When this happens, @command{tar} issues a
4053 @dfn{warning message} describing the condition. Warning messages
4054 are output to the standard error and they do not affect the exit
4055 code of @command{tar} command.
4056
4057 @xopindex{warning, explained}
4058 @GNUTAR{} allows the user to suppress some or all of its warning
4059 messages:
4060
4061 @table @option
4062 @item --warning=@var{keyword}
4063 Control display of the warning messages identified by @var{keyword}.
4064 If @var{keyword} starts with the prefix @samp{no-}, such messages are
4065 suppressed. Otherwise, they are enabled.
4066
4067 Multiple @option{--warning} messages accumulate.
4068
4069 The tables below list allowed values for @var{keyword} along with the
4070 warning messages they control.
4071 @end table
4072
4073 @subheading Keywords controlling @command{tar} operation
4074 @table @asis
4075 @kwindex all
4076 @item all
4077 Enable all warning messages. This is the default.
4078 @kwindex none
4079 @item none
4080 Disable all warning messages.
4081 @kwindex filename-with-nuls
4082 @cindex @samp{file name read contains nul character}, warning message
4083 @item filename-with-nuls
4084 @samp{%s: file name read contains nul character}
4085 @kwindex alone-zero-block
4086 @cindex @samp{A lone zero block at}, warning message
4087 @item alone-zero-block
4088 @samp{A lone zero block at %s}
4089 @end table
4090
4091 @subheading Keywords applicable for @command{tar --create}
4092 @table @asis
4093 @kwindex cachedir
4094 @cindex @samp{contains a cache directory tag}, warning message
4095 @item cachedir
4096 @samp{%s: contains a cache directory tag %s; %s}
4097 @kwindex file-shrank
4098 @cindex @samp{File shrank by %s bytes}, warning message
4099 @item file-shrank
4100 @samp{%s: File shrank by %s bytes; padding with zeros}
4101 @kwindex xdev
4102 @cindex @samp{file is on a different filesystem}, warning message
4103 @item xdev
4104 @samp{%s: file is on a different filesystem; not dumped}
4105 @kwindex file-ignored
4106 @cindex @samp{Unknown file type; file ignored}, warning message
4107 @cindex @samp{socket ignored}, warning message
4108 @cindex @samp{door ignored}, warning message
4109 @item file-ignored
4110 @samp{%s: Unknown file type; file ignored}
4111 @*@samp{%s: socket ignored}
4112 @*@samp{%s: door ignored}
4113 @kwindex file-unchanged
4114 @cindex @samp{file is unchanged; not dumped}, warning message
4115 @item file-unchanged
4116 @samp{%s: file is unchanged; not dumped}
4117 @kwindex ignore-archive
4118 @cindex @samp{file is the archive; not dumped}, warning message
4119 @kwindex ignore-archive
4120 @cindex @samp{file is the archive; not dumped}, warning message
4121 @item ignore-archive
4122 @samp{%s: file is the archive; not dumped}
4123 @kwindex file-removed
4124 @cindex @samp{File removed before we read it}, warning message
4125 @item file-removed
4126 @samp{%s: File removed before we read it}
4127 @kwindex file-changed
4128 @cindex @samp{file changed as we read it}, warning message
4129 @item file-changed
4130 @samp{%s: file changed as we read it}
4131 @end table
4132
4133 @subheading Keywords applicable for @command{tar --extract}
4134 @table @asis
4135 @kwindex timestamp
4136 @cindex @samp{implausibly old time stamp %s}, warning message
4137 @cindex @samp{time stamp %s is %s s in the future}, warning message
4138 @item timestamp
4139 @samp{%s: implausibly old time stamp %s}
4140 @*@samp{%s: time stamp %s is %s s in the future}
4141 @kwindex contiguous-cast
4142 @cindex @samp{Extracting contiguous files as regular files}, warning message
4143 @item contiguous-cast
4144 @samp{Extracting contiguous files as regular files}
4145 @kwindex symlink-cast
4146 @cindex @samp{Attempting extraction of symbolic links as hard links}, warning message
4147 @item symlink-cast
4148 @samp{Attempting extraction of symbolic links as hard links}
4149 @kwindex unknown-cast
4150 @cindex @samp{Unknown file type `%c', extracted as normal file}, warning message
4151 @item unknown-cast
4152 @samp{%s: Unknown file type `%c', extracted as normal file}
4153 @kwindex ignore-newer
4154 @cindex @samp{Current %s is newer or same age}, warning message
4155 @item ignore-newer
4156 @samp{Current %s is newer or same age}
4157 @kwindex unknown-keyword
4158 @cindex @samp{Ignoring unknown extended header keyword `%s'}, warning message
4159 @item unknown-keyword
4160 @samp{Ignoring unknown extended header keyword `%s'}
4161 @kwindex decompress-program
4162 @item decompress-program
4163 Controls verbose description of failures occurring when trying to run
4164 alternative decompressor programs (@pxref{alternative decompression
4165 programs}). This warning is disabled by default (unless
4166 @option{--verbose} is used). A common example of what you can get
4167 when using this warning is:
4168
4169 @smallexample
4170 $ @kbd{tar --warning=decompress-program -x -f archive.Z}
4171 tar (child): cannot run compress: No such file or directory
4172 tar (child): trying gzip
4173 @end smallexample
4174
4175 This means that @command{tar} first tried to decompress
4176 @file{archive.Z} using @command{compress}, and, when that
4177 failed, switched to @command{gzip}.
4178 @end table
4179
4180 @subheading Keywords controlling incremental extraction:
4181 @table @asis
4182 @kwindex rename-directory
4183 @cindex @samp{%s: Directory has been renamed from %s}, warning message
4184 @cindex @samp{%s: Directory has been renamed}, warning message
4185 @item rename-directory
4186 @samp{%s: Directory has been renamed from %s}
4187 @*@samp{%s: Directory has been renamed}
4188 @kwindex new-directory
4189 @cindex @samp{%s: Directory is new}, warning message
4190 @item new-directory
4191 @samp{%s: Directory is new}
4192 @kwindex xdev
4193 @cindex @samp{%s: directory is on a different device: not purging}, warning message
4194 @item xdev
4195 @samp{%s: directory is on a different device: not purging}
4196 @kwindex bad-dumpdir
4197 @cindex @samp{Malformed dumpdir: 'X' never used}, warning message
4198 @item bad-dumpdir
4199 @samp{Malformed dumpdir: 'X' never used}
4200 @end table
4201
4202 @node interactive
4203 @section Asking for Confirmation During Operations
4204 @cindex Interactive operation
4205
4206 Typically, @command{tar} carries out a command without stopping for
4207 further instructions. In some situations however, you may want to
4208 exclude some files and archive members from the operation (for instance
4209 if disk or storage space is tight). You can do this by excluding
4210 certain files automatically (@pxref{Choosing}), or by performing
4211 an operation interactively, using the @option{--interactive} (@option{-w}) option.
4212 @command{tar} also accepts @option{--confirmation} for this option.
4213
4214 @opindex interactive
4215 When the @option{--interactive} (@option{-w}) option is specified, before
4216 reading, writing, or deleting files, @command{tar} first prints a message
4217 for each such file, telling what operation it intends to take, then asks
4218 for confirmation on the terminal. The actions which require
4219 confirmation include adding a file to the archive, extracting a file
4220 from the archive, deleting a file from the archive, and deleting a file
4221 from disk. To confirm the action, you must type a line of input
4222 beginning with @samp{y}. If your input line begins with anything other
4223 than @samp{y}, @command{tar} skips that file.
4224
4225 If @command{tar} is reading the archive from the standard input,
4226 @command{tar} opens the file @file{/dev/tty} to support the interactive
4227 communications.
4228
4229 Verbose output is normally sent to standard output, separate from
4230 other error messages. However, if the archive is produced directly
4231 on standard output, then verbose output is mixed with errors on
4232 @code{stderr}. Producing the archive on standard output may be used
4233 as a way to avoid using disk space, when the archive is soon to be
4234 consumed by another process reading it, say. Some people felt the need
4235 of producing an archive on stdout, still willing to segregate between
4236 verbose output and error output. A possible approach would be using a
4237 named pipe to receive the archive, and having the consumer process to
4238 read from that named pipe. This has the advantage of letting standard
4239 output free to receive verbose output, all separate from errors.
4240
4241 @node operations
4242 @chapter @GNUTAR{} Operations
4243
4244 @menu
4245 * Basic tar::
4246 * Advanced tar::
4247 * create options::
4248 * extract options::
4249 * backup::
4250 * Applications::
4251 * looking ahead::
4252 @end menu
4253
4254 @node Basic tar
4255 @section Basic @GNUTAR{} Operations
4256
4257 The basic @command{tar} operations, @option{--create} (@option{-c}),
4258 @option{--list} (@option{-t}) and @option{--extract} (@option{--get},
4259 @option{-x}), are currently presented and described in the tutorial
4260 chapter of this manual. This section provides some complementary notes
4261 for these operations.
4262
4263 @table @option
4264 @xopindex{create, complementary notes}
4265 @item --create
4266 @itemx -c
4267
4268 Creating an empty archive would have some kind of elegance. One can
4269 initialize an empty archive and later use @option{--append}
4270 (@option{-r}) for adding all members. Some applications would not
4271 welcome making an exception in the way of adding the first archive
4272 member. On the other hand, many people reported that it is
4273 dangerously too easy for @command{tar} to destroy a magnetic tape with
4274 an empty archive@footnote{This is well described in @cite{Unix-haters
4275 Handbook}, by Simson Garfinkel, Daniel Weise & Steven Strassmann, IDG
4276 Books, ISBN 1-56884-203-1.}. The two most common errors are:
4277
4278 @enumerate
4279 @item
4280 Mistakingly using @code{create} instead of @code{extract}, when the
4281 intent was to extract the full contents of an archive. This error
4282 is likely: keys @kbd{c} and @kbd{x} are right next to each other on
4283 the QWERTY keyboard. Instead of being unpacked, the archive then
4284 gets wholly destroyed. When users speak about @dfn{exploding} an
4285 archive, they usually mean something else :-).
4286
4287 @item
4288 Forgetting the argument to @code{file}, when the intent was to create
4289 an archive with a single file in it. This error is likely because a
4290 tired user can easily add the @kbd{f} key to the cluster of option
4291 letters, by the mere force of habit, without realizing the full
4292 consequence of doing so. The usual consequence is that the single
4293 file, which was meant to be saved, is rather destroyed.
4294 @end enumerate
4295
4296 So, recognizing the likelihood and the catastrophic nature of these
4297 errors, @GNUTAR{} now takes some distance from elegance, and
4298 cowardly refuses to create an archive when @option{--create} option is
4299 given, there are no arguments besides options, and
4300 @option{--files-from} (@option{-T}) option is @emph{not} used. To get
4301 around the cautiousness of @GNUTAR{} and nevertheless create an
4302 archive with nothing in it, one may still use, as the value for the
4303 @option{--files-from} option, a file with no names in it, as shown in
4304 the following commands:
4305
4306 @smallexample
4307 @kbd{tar --create --file=empty-archive.tar --files-from=/dev/null}
4308 @kbd{tar -cf empty-archive.tar -T /dev/null}
4309 @end smallexample
4310
4311 @xopindex{extract, complementary notes}
4312 @item --extract
4313 @itemx --get
4314 @itemx -x
4315
4316 A socket is stored, within a @GNUTAR{} archive, as a pipe.
4317
4318 @item @option{--list} (@option{-t})
4319
4320 @GNUTAR{} now shows dates as @samp{1996-08-30},
4321 while it used to show them as @samp{Aug 30 1996}. Preferably,
4322 people should get used to ISO 8601 dates. Local American dates should
4323 be made available again with full date localization support, once
4324 ready. In the meantime, programs not being localizable for dates
4325 should prefer international dates, that's really the way to go.
4326
4327 Look up @url{http://www.cl.cam.ac.uk/@/~mgk25/@/iso-time.html} if you
4328 are curious, it contains a detailed explanation of the ISO 8601 standard.
4329
4330 @end table
4331
4332 @node Advanced tar
4333 @section Advanced @GNUTAR{} Operations
4334
4335 Now that you have learned the basics of using @GNUTAR{}, you may want
4336 to learn about further ways in which @command{tar} can help you.
4337
4338 This chapter presents five, more advanced operations which you probably
4339 won't use on a daily basis, but which serve more specialized functions.
4340 We also explain the different styles of options and why you might want
4341 to use one or another, or a combination of them in your @command{tar}
4342 commands. Additionally, this chapter includes options which allow you to
4343 define the output from @command{tar} more carefully, and provide help and
4344 error correction in special circumstances.
4345
4346 @FIXME{check this after the chapter is actually revised to make sure
4347 it still introduces the info in the chapter correctly : ).}
4348
4349 @menu
4350 * Operations::
4351 * append::
4352 * update::
4353 * concatenate::
4354 * delete::
4355 * compare::
4356 @end menu
4357
4358 @node Operations
4359 @subsection The Five Advanced @command{tar} Operations
4360
4361 @cindex basic operations
4362 In the last chapter, you learned about the first three operations to
4363 @command{tar}. This chapter presents the remaining five operations to
4364 @command{tar}: @option{--append}, @option{--update}, @option{--concatenate},
4365 @option{--delete}, and @option{--compare}.
4366
4367 You are not likely to use these operations as frequently as those
4368 covered in the last chapter; however, since they perform specialized
4369 functions, they are quite useful when you do need to use them. We
4370 will give examples using the same directory and files that you created
4371 in the last chapter. As you may recall, the directory is called
4372 @file{practice}, the files are @samp{jazz}, @samp{blues}, @samp{folk},
4373 and the two archive files you created are
4374 @samp{collection.tar} and @samp{music.tar}.
4375
4376 We will also use the archive files @samp{afiles.tar} and
4377 @samp{bfiles.tar}. The archive @samp{afiles.tar} contains the members @samp{apple},
4378 @samp{angst}, and @samp{aspic}; @samp{bfiles.tar} contains the members
4379 @samp{./birds}, @samp{baboon}, and @samp{./box}.
4380
4381 Unless we state otherwise, all practicing you do and examples you follow
4382 in this chapter will take place in the @file{practice} directory that
4383 you created in the previous chapter; see @ref{prepare for examples}.
4384 (Below in this section, we will remind you of the state of the examples
4385 where the last chapter left them.)
4386
4387 The five operations that we will cover in this chapter are:
4388
4389 @table @option
4390 @item --append
4391 @itemx -r
4392 Add new entries to an archive that already exists.
4393 @item --update
4394 @itemx -u
4395 Add more recent copies of archive members to the end of an archive, if
4396 they exist.
4397 @item --concatenate
4398 @itemx --catenate
4399 @itemx -A
4400 Add one or more pre-existing archives to the end of another archive.
4401 @item --delete
4402 Delete items from an archive (does not work on tapes).
4403 @item --compare
4404 @itemx --diff
4405 @itemx -d
4406 Compare archive members to their counterparts in the file system.
4407 @end table
4408
4409 @node append
4410 @subsection How to Add Files to Existing Archives: @option{--append}
4411
4412 @cindex appending files to existing archive
4413 @opindex append
4414 If you want to add files to an existing archive, you don't need to
4415 create a new archive; you can use @option{--append} (@option{-r}).
4416 The archive must already exist in order to use @option{--append}. (A
4417 related operation is the @option{--update} operation; you can use this
4418 to add newer versions of archive members to an existing archive. To learn how to
4419 do this with @option{--update}, @pxref{update}.)
4420
4421 If you use @option{--append} to add a file that has the same name as an
4422 archive member to an archive containing that archive member, then the
4423 old member is not deleted. What does happen, however, is somewhat
4424 complex. @command{tar} @emph{allows} you to have infinite number of files
4425 with the same name. Some operations treat these same-named members no
4426 differently than any other set of archive members: for example, if you
4427 view an archive with @option{--list} (@option{-t}), you will see all
4428 of those members listed, with their data modification times, owners, etc.
4429
4430 Other operations don't deal with these members as perfectly as you might
4431 prefer; if you were to use @option{--extract} to extract the archive,
4432 only the most recently added copy of a member with the same name as
4433 other members would end up in the working directory. This is because
4434 @option{--extract} extracts an archive in the order the members appeared
4435 in the archive; the most recently archived members will be extracted
4436 last. Additionally, an extracted member will @emph{replace} a file of
4437 the same name which existed in the directory already, and @command{tar}
4438 will not prompt you about this@footnote{Unless you give it
4439 @option{--keep-old-files} option, or the disk copy is newer than
4440 the one in the archive and you invoke @command{tar} with
4441 @option{--keep-newer-files} option.}. Thus, only the most recently archived
4442 member will end up being extracted, as it will replace the one
4443 extracted before it, and so on.
4444
4445 @cindex extracting @var{n}th copy of the file
4446 @xopindex{occurrence, described}
4447 There exists a special option that allows you to get around this
4448 behavior and extract (or list) only a particular copy of the file.
4449 This is @option{--occurrence} option. If you run @command{tar} with
4450 this option, it will extract only the first copy of the file. You
4451 may also give this option an argument specifying the number of
4452 copy to be extracted. Thus, for example if the archive
4453 @file{archive.tar} contained three copies of file @file{myfile}, then
4454 the command
4455
4456 @smallexample
4457 tar --extract --file archive.tar --occurrence=2 myfile
4458 @end smallexample
4459
4460 @noindent
4461 would extract only the second copy. @xref{Option
4462 Summary,---occurrence}, for the description of @option{--occurrence}
4463 option.
4464
4465 @FIXME{ hag -- you might want to incorporate some of the above into the
4466 MMwtSN node; not sure. i didn't know how to make it simpler...
4467
4468 There are a few ways to get around this. Xref to Multiple Members
4469 with the Same Name, maybe.}
4470
4471 @cindex Members, replacing with other members
4472 @cindex Replacing members with other members
4473 @xopindex{delete, using before --append}
4474 If you want to replace an archive member, use @option{--delete} to
4475 delete the member you want to remove from the archive, and then use
4476 @option{--append} to add the member you want to be in the archive. Note
4477 that you can not change the order of the archive; the most recently
4478 added member will still appear last. In this sense, you cannot truly
4479 ``replace'' one member with another. (Replacing one member with another
4480 will not work on certain types of media, such as tapes; see @ref{delete}
4481 and @ref{Media}, for more information.)
4482
4483 @menu
4484 * appending files:: Appending Files to an Archive
4485 * multiple::
4486 @end menu
4487
4488 @node appending files
4489 @subsubsection Appending Files to an Archive
4490 @cindex Adding files to an Archive
4491 @cindex Appending files to an Archive
4492 @cindex Archives, Appending files to
4493 @opindex append
4494
4495 The simplest way to add a file to an already existing archive is the
4496 @option{--append} (@option{-r}) operation, which writes specified
4497 files into the archive whether or not they are already among the
4498 archived files.
4499
4500 When you use @option{--append}, you @emph{must} specify file name
4501 arguments, as there is no default. If you specify a file that already
4502 exists in the archive, another copy of the file will be added to the
4503 end of the archive. As with other operations, the member names of the
4504 newly added files will be exactly the same as their names given on the
4505 command line. The @option{--verbose} (@option{-v}) option will print
4506 out the names of the files as they are written into the archive.
4507
4508 @option{--append} cannot be performed on some tape drives, unfortunately,
4509 due to deficiencies in the formats those tape drives use. The archive
4510 must be a valid @command{tar} archive, or else the results of using this
4511 operation will be unpredictable. @xref{Media}.
4512
4513 To demonstrate using @option{--append} to add a file to an archive,
4514 create a file called @file{rock} in the @file{practice} directory.
4515 Make sure you are in the @file{practice} directory. Then, run the
4516 following @command{tar} command to add @file{rock} to
4517 @file{collection.tar}:
4518
4519 @smallexample
4520 $ @kbd{tar --append --file=collection.tar rock}
4521 @end smallexample
4522
4523 @noindent
4524 If you now use the @option{--list} (@option{-t}) operation, you will see that
4525 @file{rock} has been added to the archive:
4526
4527 @smallexample
4528 $ @kbd{tar --list --file=collection.tar}
4529 -rw-r--r-- me/user 28 1996-10-18 16:31 jazz
4530 -rw-r--r-- me/user 21 1996-09-23 16:44 blues
4531 -rw-r--r-- me/user 20 1996-09-23 16:44 folk
4532 -rw-r--r-- me/user 20 1996-09-23 16:44 rock
4533 @end smallexample
4534
4535 @node multiple
4536 @subsubsection Multiple Members with the Same Name
4537 @cindex members, multiple
4538 @cindex multiple members
4539
4540 You can use @option{--append} (@option{-r}) to add copies of files
4541 which have been updated since the archive was created. (However, we
4542 do not recommend doing this since there is another @command{tar}
4543 option called @option{--update}; @xref{update}, for more information.
4544 We describe this use of @option{--append} here for the sake of
4545 completeness.) When you extract the archive, the older version will
4546 be effectively lost. This works because files are extracted from an
4547 archive in the order in which they were archived. Thus, when the
4548 archive is extracted, a file archived later in time will replace a
4549 file of the same name which was archived earlier, even though the
4550 older version of the file will remain in the archive unless you delete
4551 all versions of the file.
4552
4553 Supposing you change the file @file{blues} and then append the changed
4554 version to @file{collection.tar}. As you saw above, the original
4555 @file{blues} is in the archive @file{collection.tar}. If you change the
4556 file and append the new version of the file to the archive, there will
4557 be two copies in the archive. When you extract the archive, the older
4558 version of the file will be extracted first, and then replaced by the
4559 newer version when it is extracted.
4560
4561 You can append the new, changed copy of the file @file{blues} to the
4562 archive in this way:
4563
4564 @smallexample
4565 $ @kbd{tar --append --verbose --file=collection.tar blues}
4566 blues
4567 @end smallexample
4568
4569 @noindent
4570 Because you specified the @option{--verbose} option, @command{tar} has
4571 printed the name of the file being appended as it was acted on. Now
4572 list the contents of the archive:
4573
4574 @smallexample
4575 $ @kbd{tar --list --verbose --file=collection.tar}
4576 -rw-r--r-- me/user 28 1996-10-18 16:31 jazz
4577 -rw-r--r-- me/user 21 1996-09-23 16:44 blues
4578 -rw-r--r-- me/user 20 1996-09-23 16:44 folk
4579 -rw-r--r-- me/user 20 1996-09-23 16:44 rock
4580 -rw-r--r-- me/user 58 1996-10-24 18:30 blues
4581 @end smallexample
4582
4583 @noindent
4584 The newest version of @file{blues} is now at the end of the archive
4585 (note the different creation dates and file sizes). If you extract
4586 the archive, the older version of the file @file{blues} will be
4587 replaced by the newer version. You can confirm this by extracting
4588 the archive and running @samp{ls} on the directory.
4589
4590 If you wish to extract the first occurrence of the file @file{blues}
4591 from the archive, use @option{--occurrence} option, as shown in
4592 the following example:
4593
4594 @smallexample
4595 $ @kbd{tar --extract -vv --occurrence --file=collection.tar blues}
4596 -rw-r--r-- me/user 21 1996-09-23 16:44 blues
4597 @end smallexample
4598
4599 @xref{Writing}, for more information on @option{--extract} and
4600 see @ref{Option Summary, --occurrence}, for a description of
4601 @option{--occurrence} option.
4602
4603 @node update
4604 @subsection Updating an Archive
4605 @cindex Updating an archive
4606 @opindex update
4607
4608 In the previous section, you learned how to use @option{--append} to
4609 add a file to an existing archive. A related operation is
4610 @option{--update} (@option{-u}). The @option{--update} operation
4611 updates a @command{tar} archive by comparing the date of the specified
4612 archive members against the date of the file with the same name. If
4613 the file has been modified more recently than the archive member, then
4614 the newer version of the file is added to the archive (as with
4615 @option{--append}).
4616
4617 Unfortunately, you cannot use @option{--update} with magnetic tape drives.
4618 The operation will fail.
4619
4620 @FIXME{other examples of media on which --update will fail? need to ask
4621 charles and/or mib/thomas/dave shevett..}
4622
4623 Both @option{--update} and @option{--append} work by adding to the end
4624 of the archive. When you extract a file from the archive, only the
4625 version stored last will wind up in the file system, unless you use
4626 the @option{--backup} option. @xref{multiple}, for a detailed discussion.
4627
4628 @menu
4629 * how to update::
4630 @end menu
4631
4632 @node how to update
4633 @subsubsection How to Update an Archive Using @option{--update}
4634 @opindex update
4635
4636 You must use file name arguments with the @option{--update}
4637 (@option{-u}) operation. If you don't specify any files,
4638 @command{tar} won't act on any files and won't tell you that it didn't
4639 do anything (which may end up confusing you).
4640
4641 @c note: the above parenthetical added because in fact, this
4642 @c behavior just confused the author. :-)
4643
4644 To see the @option{--update} option at work, create a new file,
4645 @file{classical}, in your practice directory, and some extra text to the
4646 file @file{blues}, using any text editor. Then invoke @command{tar} with
4647 the @samp{update} operation and the @option{--verbose} (@option{-v})
4648 option specified, using the names of all the files in the @file{practice}
4649 directory as file name arguments:
4650
4651 @smallexample
4652 $ @kbd{tar --update -v -f collection.tar blues folk rock classical}
4653 blues
4654 classical
4655 $
4656 @end smallexample
4657
4658 @noindent
4659 Because we have specified verbose mode, @command{tar} prints out the names
4660 of the files it is working on, which in this case are the names of the
4661 files that needed to be updated. If you run @samp{tar --list} and look
4662 at the archive, you will see @file{blues} and @file{classical} at its
4663 end. There will be a total of two versions of the member @samp{blues};
4664 the one at the end will be newer and larger, since you added text before
4665 updating it.
4666
4667 The reason @command{tar} does not overwrite the older file when updating
4668 it is because writing to the middle of a section of tape is a difficult
4669 process. Tapes are not designed to go backward. @xref{Media}, for more
4670 information about tapes.
4671
4672 @option{--update} (@option{-u}) is not suitable for performing backups for two
4673 reasons: it does not change directory content entries, and it
4674 lengthens the archive every time it is used. The @GNUTAR{}
4675 options intended specifically for backups are more
4676 efficient. If you need to run backups, please consult @ref{Backups}.
4677
4678 @node concatenate
4679 @subsection Combining Archives with @option{--concatenate}
4680
4681 @cindex Adding archives to an archive
4682 @cindex Concatenating Archives
4683 @opindex concatenate
4684 @opindex catenate
4685 @c @cindex @option{-A} described
4686 Sometimes it may be convenient to add a second archive onto the end of
4687 an archive rather than adding individual files to the archive. To add
4688 one or more archives to the end of another archive, you should use the
4689 @option{--concatenate} (@option{--catenate}, @option{-A}) operation.
4690
4691 To use @option{--concatenate}, give the first archive with
4692 @option{--file} option and name the rest of archives to be
4693 concatenated on the command line. The members, and their member
4694 names, will be copied verbatim from those archives to the first
4695 one@footnote{This can cause multiple members to have the same name. For
4696 information on how this affects reading the archive, see @ref{multiple}.}.
4697 The new, concatenated archive will be called by the same name as the
4698 one given with the @option{--file} option. As usual, if you omit
4699 @option{--file}, @command{tar} will use the value of the environment
4700 variable @env{TAPE}, or, if this has not been set, the default archive name.
4701
4702 @FIXME{There is no way to specify a new name...}
4703
4704 To demonstrate how @option{--concatenate} works, create two small archives
4705 called @file{bluesrock.tar} and @file{folkjazz.tar}, using the relevant
4706 files from @file{practice}:
4707
4708 @smallexample
4709 $ @kbd{tar -cvf bluesrock.tar blues rock}
4710 blues
4711 rock
4712 $ @kbd{tar -cvf folkjazz.tar folk jazz}
4713 folk
4714 jazz
4715 @end smallexample
4716
4717 @noindent
4718 If you like, You can run @samp{tar --list} to make sure the archives
4719 contain what they are supposed to:
4720
4721 @smallexample
4722 $ @kbd{tar -tvf bluesrock.tar}
4723 -rw-r--r-- melissa/user 105 1997-01-21 19:42 blues
4724 -rw-r--r-- melissa/user 33 1997-01-20 15:34 rock
4725 $ @kbd{tar -tvf jazzfolk.tar}
4726 -rw-r--r-- melissa/user 20 1996-09-23 16:44 folk
4727 -rw-r--r-- melissa/user 65 1997-01-30 14:15 jazz
4728 @end smallexample
4729
4730 We can concatenate these two archives with @command{tar}:
4731
4732 @smallexample
4733 $ @kbd{cd ..}
4734 $ @kbd{tar --concatenate --file=bluesrock.tar jazzfolk.tar}
4735 @end smallexample
4736
4737 If you now list the contents of the @file{bluesrock.tar}, you will see
4738 that now it also contains the archive members of @file{jazzfolk.tar}:
4739
4740 @smallexample
4741 $ @kbd{tar --list --file=bluesrock.tar}
4742 blues
4743 rock
4744 folk
4745 jazz
4746 @end smallexample
4747
4748 When you use @option{--concatenate}, the source and target archives must
4749 already exist and must have been created using compatible format
4750 parameters. Notice, that @command{tar} does not check whether the
4751 archives it concatenates have compatible formats, it does not
4752 even check if the files are really tar archives.
4753
4754 Like @option{--append} (@option{-r}), this operation cannot be performed on some
4755 tape drives, due to deficiencies in the formats those tape drives use.
4756
4757 @cindex @code{concatenate} vs @command{cat}
4758 @cindex @command{cat} vs @code{concatenate}
4759 It may seem more intuitive to you to want or try to use @command{cat} to
4760 concatenate two archives instead of using the @option{--concatenate}
4761 operation; after all, @command{cat} is the utility for combining files.
4762
4763 However, @command{tar} archives incorporate an end-of-file marker which
4764 must be removed if the concatenated archives are to be read properly as
4765 one archive. @option{--concatenate} removes the end-of-archive marker
4766 from the target archive before each new archive is appended. If you use
4767 @command{cat} to combine the archives, the result will not be a valid
4768 @command{tar} format archive. If you need to retrieve files from an
4769 archive that was added to using the @command{cat} utility, use the
4770 @option{--ignore-zeros} (@option{-i}) option. @xref{Ignore Zeros}, for further
4771 information on dealing with archives improperly combined using the
4772 @command{cat} shell utility.
4773
4774 @node delete
4775 @subsection Removing Archive Members Using @option{--delete}
4776 @cindex Deleting files from an archive
4777 @cindex Removing files from an archive
4778
4779 @opindex delete
4780 You can remove members from an archive by using the @option{--delete}
4781 option. Specify the name of the archive with @option{--file}
4782 (@option{-f}) and then specify the names of the members to be deleted;
4783 if you list no member names, nothing will be deleted. The
4784 @option{--verbose} option will cause @command{tar} to print the names
4785 of the members as they are deleted. As with @option{--extract}, you
4786 must give the exact member names when using @samp{tar --delete}.
4787 @option{--delete} will remove all versions of the named file from the
4788 archive. The @option{--delete} operation can run very slowly.
4789
4790 Unlike other operations, @option{--delete} has no short form.
4791
4792 @cindex Tapes, using @option{--delete} and
4793 @cindex Deleting from tape archives
4794 This operation will rewrite the archive. You can only use
4795 @option{--delete} on an archive if the archive device allows you to
4796 write to any point on the media, such as a disk; because of this, it
4797 does not work on magnetic tapes. Do not try to delete an archive member
4798 from a magnetic tape; the action will not succeed, and you will be
4799 likely to scramble the archive and damage your tape. There is no safe
4800 way (except by completely re-writing the archive) to delete files from
4801 most kinds of magnetic tape. @xref{Media}.
4802
4803 To delete all versions of the file @file{blues} from the archive
4804 @file{collection.tar} in the @file{practice} directory, make sure you
4805 are in that directory, and then,
4806
4807 @smallexample
4808 $ @kbd{tar --list --file=collection.tar}
4809 blues
4810 folk
4811 jazz
4812 rock
4813 $ @kbd{tar --delete --file=collection.tar blues}
4814 $ @kbd{tar --list --file=collection.tar}
4815 folk
4816 jazz
4817 rock
4818 @end smallexample
4819
4820 @FIXME{Check if the above listing is actually produced after running
4821 all the examples on collection.tar.}
4822
4823 The @option{--delete} option has been reported to work properly when
4824 @command{tar} acts as a filter from @code{stdin} to @code{stdout}.
4825
4826 @node compare
4827 @subsection Comparing Archive Members with the File System
4828 @cindex Verifying the currency of an archive
4829
4830 @opindex compare
4831 The @option{--compare} (@option{-d}), or @option{--diff} operation compares
4832 specified archive members against files with the same names, and then
4833 reports differences in file size, mode, owner, modification date and
4834 contents. You should @emph{only} specify archive member names, not file
4835 names. If you do not name any members, then @command{tar} will compare the
4836 entire archive. If a file is represented in the archive but does not
4837 exist in the file system, @command{tar} reports a difference.
4838
4839 You have to specify the record size of the archive when modifying an
4840 archive with a non-default record size.
4841
4842 @command{tar} ignores files in the file system that do not have
4843 corresponding members in the archive.
4844
4845 The following example compares the archive members @file{rock},
4846 @file{blues} and @file{funk} in the archive @file{bluesrock.tar} with
4847 files of the same name in the file system. (Note that there is no file,
4848 @file{funk}; @command{tar} will report an error message.)
4849
4850 @smallexample
4851 $ @kbd{tar --compare --file=bluesrock.tar rock blues funk}
4852 rock
4853 blues
4854 tar: funk not found in archive
4855 @end smallexample
4856
4857 The spirit behind the @option{--compare} (@option{--diff},
4858 @option{-d}) option is to check whether the archive represents the
4859 current state of files on disk, more than validating the integrity of
4860 the archive media. For this latter goal, see @ref{verify}.
4861
4862 @node create options
4863 @section Options Used by @option{--create}
4864
4865 @xopindex{create, additional options}
4866 The previous chapter described the basics of how to use
4867 @option{--create} (@option{-c}) to create an archive from a set of files.
4868 @xref{create}. This section described advanced options to be used with
4869 @option{--create}.
4870
4871 @menu
4872 * override:: Overriding File Metadata.
4873 * Ignore Failed Read::
4874 @end menu
4875
4876 @node override
4877 @subsection Overriding File Metadata
4878
4879 As described above, a @command{tar} archive keeps, for each member it contains,
4880 its @dfn{metadata}, such as modification time, mode and ownership of
4881 the file. @GNUTAR{} allows to replace these data with other values
4882 when adding files to the archive. The options described in this
4883 section affect creation of archives of any type. For POSIX archives,
4884 see also @ref{PAX keywords}, for additional ways of controlling
4885 metadata, stored in the archive.
4886
4887 @table @option
4888 @opindex mode
4889 @item --mode=@var{permissions}
4890
4891 When adding files to an archive, @command{tar} will use
4892 @var{permissions} for the archive members, rather than the permissions
4893 from the files. @var{permissions} can be specified either as an octal
4894 number or as symbolic permissions, like with
4895 @command{chmod} (@xref{File permissions, Permissions, File
4896 permissions, fileutils, @acronym{GNU} file utilities}. This reference
4897 also has useful information for those not being overly familiar with
4898 the UNIX permission system). Using latter syntax allows for
4899 more flexibility. For example, the value @samp{a+rw} adds read and write
4900 permissions for everybody, while retaining executable bits on directories
4901 or on any other file already marked as executable:
4902
4903 @smallexample
4904 $ @kbd{tar -c -f archive.tar --mode='a+rw' .}
4905 @end smallexample
4906
4907 @item --mtime=@var{date}
4908 @opindex mtime
4909
4910 When adding files to an archive, @command{tar} will use @var{date} as
4911 the modification time of members when creating archives, instead of
4912 their actual modification times. The argument @var{date} can be
4913 either a textual date representation in almost arbitrary format
4914 (@pxref{Date input formats}) or a name of an existing file, starting
4915 with @samp{/} or @samp{.}. In the latter case, the modification time
4916 of that file will be used.
4917
4918 The following example will set the modification date to 00:00:00,
4919 January 1, 1970:
4920
4921 @smallexample
4922 $ @kbd{tar -c -f archive.tar --mtime='1970-01-01' .}
4923 @end smallexample
4924
4925 @noindent
4926 When used with @option{--verbose} (@pxref{verbose tutorial}) @GNUTAR{}
4927 will try to convert the specified date back to its textual
4928 representation and compare it with the one given with
4929 @option{--mtime} options. If the two dates differ, @command{tar} will
4930 print a warning saying what date it will use. This is to help user
4931 ensure he is using the right date.
4932
4933 For example:
4934
4935 @smallexample
4936 $ @kbd{tar -c -f archive.tar -v --mtime=yesterday .}
4937 tar: Option --mtime: Treating date `yesterday' as 2006-06-20
4938 13:06:29.152478
4939 @dots{}
4940 @end smallexample
4941
4942 @item --owner=@var{user}
4943 @opindex owner
4944
4945 Specifies that @command{tar} should use @var{user} as the owner of members
4946 when creating archives, instead of the user associated with the source
4947 file.
4948
4949 If @var{user} contains a colon, it is taken to be of the form
4950 @var{name}:@var{id} where a nonempty @var{name} specifies the user
4951 name and a nonempty @var{id} specifies the decimal numeric user
4952 @acronym{ID}. If @var{user} does not contain a colon, it is taken to
4953 be a user number if it is one or more decimal digits; otherwise it is
4954 taken to be a user name.
4955
4956 If a name is given but no number, the number is inferred from the
4957 current host's user database if possible, and the file's user number
4958 is used otherwise. If a number is given but no name, the name is
4959 inferred from the number if possible, and an empty name is used
4960 otherwise. If both name and number are given, the user database is
4961 not consulted, and the name and number need not be valid on the
4962 current host.
4963
4964 There is no value indicating a missing number, and @samp{0} usually means
4965 @code{root}. Some people like to force @samp{0} as the value to offer in
4966 their distributions for the owner of files, because the @code{root} user is
4967 anonymous anyway, so that might as well be the owner of anonymous
4968 archives. For example:
4969
4970 @smallexample
4971 $ @kbd{tar -c -f archive.tar --owner=0 .}
4972 @end smallexample
4973
4974 @noindent
4975 or:
4976
4977 @smallexample
4978 $ @kbd{tar -c -f archive.tar --owner=root .}
4979 @end smallexample
4980
4981 @item --group=@var{group}
4982 @opindex group
4983
4984 Files added to the @command{tar} archive will have a group @acronym{ID} of @var{group},
4985 rather than the group from the source file. As with @option{--owner},
4986 the argument @var{group} can be an existing group symbolic name, or a
4987 decimal numeric group @acronym{ID}, or @var{name}:@var{id}.
4988 @end table
4989
4990 @node Ignore Failed Read
4991 @subsection Ignore Fail Read
4992
4993 @table @option
4994 @item --ignore-failed-read
4995 @opindex ignore-failed-read
4996 Do not exit with nonzero on unreadable files or directories.
4997 @end table
4998
4999 @node extract options
5000 @section Options Used by @option{--extract}
5001 @cindex options for use with @option{--extract}
5002
5003 @xopindex{extract, additional options}
5004 The previous chapter showed how to use @option{--extract} to extract
5005 an archive into the file system. Various options cause @command{tar} to
5006 extract more information than just file contents, such as the owner,
5007 the permissions, the modification date, and so forth. This section
5008 presents options to be used with @option{--extract} when certain special
5009 considerations arise. You may review the information presented in
5010 @ref{extract} for more basic information about the
5011 @option{--extract} operation.
5012
5013 @menu
5014 * Reading:: Options to Help Read Archives
5015 * Writing:: Changing How @command{tar} Writes Files
5016 * Scarce:: Coping with Scarce Resources
5017 @end menu
5018
5019 @node Reading
5020 @subsection Options to Help Read Archives
5021 @cindex Options when reading archives
5022
5023 @cindex Reading incomplete records
5024 @cindex Records, incomplete
5025 @opindex read-full-records
5026 Normally, @command{tar} will request data in full record increments from
5027 an archive storage device. If the device cannot return a full record,
5028 @command{tar} will report an error. However, some devices do not always
5029 return full records, or do not require the last record of an archive to
5030 be padded out to the next record boundary. To keep reading until you
5031 obtain a full record, or to accept an incomplete record if it contains
5032 an end-of-archive marker, specify the @option{--read-full-records} (@option{-B}) option
5033 in conjunction with the @option{--extract} or @option{--list} operations.
5034 @xref{Blocking}.
5035
5036 The @option{--read-full-records} (@option{-B}) option is turned on by default when
5037 @command{tar} reads an archive from standard input, or from a remote
5038 machine. This is because on @acronym{BSD} Unix systems, attempting to read a
5039 pipe returns however much happens to be in the pipe, even if it is
5040 less than was requested. If this option were not enabled, @command{tar}
5041 would fail as soon as it read an incomplete record from the pipe.
5042
5043 If you're not sure of the blocking factor of an archive, you can
5044 read the archive by specifying @option{--read-full-records} (@option{-B}) and
5045 @option{--blocking-factor=@var{512-size}} (@option{-b
5046 @var{512-size}}), using a blocking factor larger than what the archive
5047 uses. This lets you avoid having to determine the blocking factor
5048 of an archive. @xref{Blocking Factor}.
5049
5050 @menu
5051 * read full records::
5052 * Ignore Zeros::
5053 @end menu
5054
5055 @node read full records
5056 @unnumberedsubsubsec Reading Full Records
5057
5058 @FIXME{need sentence or so of intro here}
5059
5060 @table @option
5061 @opindex read-full-records
5062 @item --read-full-records
5063 @item -B
5064 Use in conjunction with @option{--extract} (@option{--get},
5065 @option{-x}) to read an archive which contains incomplete records, or
5066 one which has a blocking factor less than the one specified.
5067 @end table
5068
5069 @node Ignore Zeros
5070 @unnumberedsubsubsec Ignoring Blocks of Zeros
5071
5072 @cindex End-of-archive blocks, ignoring
5073 @cindex Ignoring end-of-archive blocks
5074 @opindex ignore-zeros
5075 Normally, @command{tar} stops reading when it encounters a block of zeros
5076 between file entries (which usually indicates the end of the archive).
5077 @option{--ignore-zeros} (@option{-i}) allows @command{tar} to
5078 completely read an archive which contains a block of zeros before the
5079 end (i.e., a damaged archive, or one that was created by concatenating
5080 several archives together).
5081
5082 The @option{--ignore-zeros} (@option{-i}) option is turned off by default because many
5083 versions of @command{tar} write garbage after the end-of-archive entry,
5084 since that part of the media is never supposed to be read. @GNUTAR{}
5085 does not write after the end of an archive, but seeks to
5086 maintain compatibility among archiving utilities.
5087
5088 @table @option
5089 @item --ignore-zeros
5090 @itemx -i
5091 To ignore blocks of zeros (i.e., end-of-archive entries) which may be
5092 encountered while reading an archive. Use in conjunction with
5093 @option{--extract} or @option{--list}.
5094 @end table
5095
5096 @node Writing
5097 @subsection Changing How @command{tar} Writes Files
5098 @UNREVISED
5099
5100 @FIXME{Introductory paragraph}
5101
5102 @menu
5103 * Dealing with Old Files::
5104 * Overwrite Old Files::
5105 * Keep Old Files::
5106 * Keep Newer Files::
5107 * Unlink First::
5108 * Recursive Unlink::
5109 * Data Modification Times::
5110 * Setting Access Permissions::
5111 * Directory Modification Times and Permissions::
5112 * Writing to Standard Output::
5113 * Writing to an External Program::
5114 * remove files::
5115 @end menu
5116
5117 @node Dealing with Old Files
5118 @unnumberedsubsubsec Options Controlling the Overwriting of Existing Files
5119
5120 @xopindex{overwrite-dir, introduced}
5121 When extracting files, if @command{tar} discovers that the extracted
5122 file already exists, it normally replaces the file by removing it before
5123 extracting it, to prevent confusion in the presence of hard or symbolic
5124 links. (If the existing file is a symbolic link, it is removed, not
5125 followed.) However, if a directory cannot be removed because it is
5126 nonempty, @command{tar} normally overwrites its metadata (ownership,
5127 permission, etc.). The @option{--overwrite-dir} option enables this
5128 default behavior. To be more cautious and preserve the metadata of
5129 such a directory, use the @option{--no-overwrite-dir} option.
5130
5131 @cindex Overwriting old files, prevention
5132 @xopindex{keep-old-files, introduced}
5133 To be even more cautious and prevent existing files from being replaced, use
5134 the @option{--keep-old-files} (@option{-k}) option. It causes @command{tar} to refuse
5135 to replace or update a file that already exists, i.e., a file with the
5136 same name as an archive member prevents extraction of that archive
5137 member. Instead, it reports an error.
5138
5139 @xopindex{overwrite, introduced}
5140 To be more aggressive about altering existing files, use the
5141 @option{--overwrite} option. It causes @command{tar} to overwrite
5142 existing files and to follow existing symbolic links when extracting.
5143
5144 @cindex Protecting old files
5145 Some people argue that @GNUTAR{} should not hesitate
5146 to overwrite files with other files when extracting. When extracting
5147 a @command{tar} archive, they expect to see a faithful copy of the
5148 state of the file system when the archive was created. It is debatable
5149 that this would always be a proper behavior. For example, suppose one
5150 has an archive in which @file{usr/local} is a link to
5151 @file{usr/local2}. Since then, maybe the site removed the link and
5152 renamed the whole hierarchy from @file{/usr/local2} to
5153 @file{/usr/local}. Such things happen all the time. I guess it would
5154 not be welcome at all that @GNUTAR{} removes the
5155 whole hierarchy just to make room for the link to be reinstated
5156 (unless it @emph{also} simultaneously restores the full
5157 @file{/usr/local2}, of course!) @GNUTAR{} is indeed
5158 able to remove a whole hierarchy to reestablish a symbolic link, for
5159 example, but @emph{only if} @option{--recursive-unlink} is specified
5160 to allow this behavior. In any case, single files are silently
5161 removed.
5162
5163 @xopindex{unlink-first, introduced}
5164 Finally, the @option{--unlink-first} (@option{-U}) option can improve performance in
5165 some cases by causing @command{tar} to remove files unconditionally
5166 before extracting them.
5167
5168 @node Overwrite Old Files
5169 @unnumberedsubsubsec Overwrite Old Files
5170
5171 @table @option
5172 @opindex overwrite
5173 @item --overwrite
5174 Overwrite existing files and directory metadata when extracting files
5175 from an archive.
5176
5177 This causes @command{tar} to write extracted files into the file system without
5178 regard to the files already on the system; i.e., files with the same
5179 names as archive members are overwritten when the archive is extracted.
5180 It also causes @command{tar} to extract the ownership, permissions,
5181 and time stamps onto any preexisting files or directories.
5182 If the name of a corresponding file name is a symbolic link, the file
5183 pointed to by the symbolic link will be overwritten instead of the
5184 symbolic link itself (if this is possible). Moreover, special devices,
5185 empty directories and even symbolic links are automatically removed if
5186 they are in the way of extraction.
5187
5188 Be careful when using the @option{--overwrite} option, particularly when
5189 combined with the @option{--absolute-names} (@option{-P}) option, as this combination
5190 can change the contents, ownership or permissions of any file on your
5191 system. Also, many systems do not take kindly to overwriting files that
5192 are currently being executed.
5193
5194 @opindex overwrite-dir
5195 @item --overwrite-dir
5196 Overwrite the metadata of directories when extracting files from an
5197 archive, but remove other files before extracting.
5198 @end table
5199
5200 @node Keep Old Files
5201 @unnumberedsubsubsec Keep Old Files
5202
5203 @table @option
5204 @opindex keep-old-files
5205 @item --keep-old-files
5206 @itemx -k
5207 Do not replace existing files from archive. The
5208 @option{--keep-old-files} (@option{-k}) option prevents @command{tar}
5209 from replacing existing files with files with the same name from the
5210 archive. The @option{--keep-old-files} option is meaningless with
5211 @option{--list} (@option{-t}). Prevents @command{tar} from replacing
5212 files in the file system during extraction.
5213 @end table
5214
5215 @node Keep Newer Files
5216 @unnumberedsubsubsec Keep Newer Files
5217
5218 @table @option
5219 @opindex keep-newer-files
5220 @item --keep-newer-files
5221 Do not replace existing files that are newer than their archive
5222 copies. This option is meaningless with @option{--list} (@option{-t}).
5223 @end table
5224
5225 @node Unlink First
5226 @unnumberedsubsubsec Unlink First
5227
5228 @table @option
5229 @opindex unlink-first
5230 @item --unlink-first
5231 @itemx -U
5232 Remove files before extracting over them.
5233 This can make @command{tar} run a bit faster if you know in advance
5234 that the extracted files all need to be removed. Normally this option
5235 slows @command{tar} down slightly, so it is disabled by default.
5236 @end table
5237
5238 @node Recursive Unlink
5239 @unnumberedsubsubsec Recursive Unlink
5240
5241 @table @option
5242 @opindex recursive-unlink
5243 @item --recursive-unlink
5244 When this option is specified, try removing files and directory hierarchies
5245 before extracting over them. @emph{This is a dangerous option!}
5246 @end table
5247
5248 If you specify the @option{--recursive-unlink} option,
5249 @command{tar} removes @emph{anything} that keeps you from extracting a file
5250 as far as current permissions will allow it. This could include removal
5251 of the contents of a full directory hierarchy.
5252
5253 @node Data Modification Times
5254 @unnumberedsubsubsec Setting Data Modification Times
5255
5256 @cindex Data modification times of extracted files
5257 @cindex Modification times of extracted files
5258 Normally, @command{tar} sets the data modification times of extracted
5259 files to the corresponding times recorded for the files in the archive, but
5260 limits the permissions of extracted files by the current @code{umask}
5261 setting.
5262
5263 To set the data modification times of extracted files to the time when
5264 the files were extracted, use the @option{--touch} (@option{-m}) option in
5265 conjunction with @option{--extract} (@option{--get}, @option{-x}).
5266
5267 @table @option
5268 @opindex touch
5269 @item --touch
5270 @itemx -m
5271 Sets the data modification time of extracted archive members to the time
5272 they were extracted, not the time recorded for them in the archive.
5273 Use in conjunction with @option{--extract} (@option{--get}, @option{-x}).
5274 @end table
5275
5276 @node Setting Access Permissions
5277 @unnumberedsubsubsec Setting Access Permissions
5278
5279 @cindex Permissions of extracted files
5280 @cindex Modes of extracted files
5281 To set the modes (access permissions) of extracted files to those
5282 recorded for those files in the archive, use @option{--same-permissions}
5283 in conjunction with the @option{--extract} (@option{--get},
5284 @option{-x}) operation.
5285
5286 @table @option
5287 @opindex preserve-permissions
5288 @opindex same-permissions
5289 @item --preserve-permissions
5290 @itemx --same-permissions
5291 @c @itemx --ignore-umask
5292 @itemx -p
5293 Set modes of extracted archive members to those recorded in the
5294 archive, instead of current umask settings. Use in conjunction with
5295 @option{--extract} (@option{--get}, @option{-x}).
5296 @end table
5297
5298 @node Directory Modification Times and Permissions
5299 @unnumberedsubsubsec Directory Modification Times and Permissions
5300
5301 After successfully extracting a file member, @GNUTAR{} normally
5302 restores its permissions and modification times, as described in the
5303 previous sections. This cannot be done for directories, because
5304 after extracting a directory @command{tar} will almost certainly
5305 extract files into that directory and this will cause the directory
5306 modification time to be updated. Moreover, restoring that directory
5307 permissions may not permit file creation within it. Thus, restoring
5308 directory permissions and modification times must be delayed at least
5309 until all files have been extracted into that directory. @GNUTAR{}
5310 restores directories using the following approach.
5311
5312 The extracted directories are created with the mode specified in the
5313 archive, as modified by the umask of the user, which gives sufficient
5314 permissions to allow file creation. The meta-information about the
5315 directory is recorded in the temporary list of directories. When
5316 preparing to extract next archive member, @GNUTAR{} checks if the
5317 directory prefix of this file contains the remembered directory. If
5318 it does not, the program assumes that all files have been extracted
5319 into that directory, restores its modification time and permissions
5320 and removes its entry from the internal list. This approach allows
5321 to correctly restore directory meta-information in the majority of
5322 cases, while keeping memory requirements sufficiently small. It is
5323 based on the fact, that most @command{tar} archives use the predefined
5324 order of members: first the directory, then all the files and
5325 subdirectories in that directory.
5326
5327 However, this is not always true. The most important exception are
5328 incremental archives (@pxref{Incremental Dumps}). The member order in
5329 an incremental archive is reversed: first all directory members are
5330 stored, followed by other (non-directory) members. So, when extracting
5331 from incremental archives, @GNUTAR{} alters the above procedure. It
5332 remembers all restored directories, and restores their meta-data
5333 only after the entire archive has been processed. Notice, that you do
5334 not need to specify any special options for that, as @GNUTAR{}
5335 automatically detects archives in incremental format.
5336
5337 There may be cases, when such processing is required for normal archives
5338 too. Consider the following example:
5339
5340 @smallexample
5341 @group
5342 $ @kbd{tar --no-recursion -cvf archive \
5343 foo foo/file1 bar bar/file foo/file2}
5344 foo/
5345 foo/file1
5346 bar/
5347 bar/file
5348 foo/file2
5349 @end group
5350 @end smallexample
5351
5352 During the normal operation, after encountering @file{bar}
5353 @GNUTAR{} will assume that all files from the directory @file{foo}
5354 were already extracted and will therefore restore its timestamp and
5355 permission bits. However, after extracting @file{foo/file2} the
5356 directory timestamp will be offset again.
5357
5358 To correctly restore directory meta-information in such cases, use
5359 the @option{--delay-directory-restore} command line option:
5360
5361 @table @option
5362 @opindex delay-directory-restore
5363 @item --delay-directory-restore
5364 Delays restoring of the modification times and permissions of extracted
5365 directories until the end of extraction. This way, correct
5366 meta-information is restored even if the archive has unusual member
5367 ordering.
5368
5369 @opindex no-delay-directory-restore
5370 @item --no-delay-directory-restore
5371 Cancel the effect of the previous @option{--delay-directory-restore}.
5372 Use this option if you have used @option{--delay-directory-restore} in
5373 @env{TAR_OPTIONS} variable (@pxref{TAR_OPTIONS}) and wish to
5374 temporarily disable it.
5375 @end table
5376
5377 @node Writing to Standard Output
5378 @unnumberedsubsubsec Writing to Standard Output
5379
5380 @cindex Writing extracted files to standard output
5381 @cindex Standard output, writing extracted files to
5382 To write the extracted files to the standard output, instead of
5383 creating the files on the file system, use @option{--to-stdout} (@option{-O}) in
5384 conjunction with @option{--extract} (@option{--get}, @option{-x}). This option is useful if you are
5385 extracting files to send them through a pipe, and do not need to
5386 preserve them in the file system. If you extract multiple members,
5387 they appear on standard output concatenated, in the order they are
5388 found in the archive.
5389
5390 @table @option
5391 @opindex to-stdout
5392 @item --to-stdout
5393 @itemx -O
5394 Writes files to the standard output. Use only in conjunction with
5395 @option{--extract} (@option{--get}, @option{-x}). When this option is
5396 used, instead of creating the files specified, @command{tar} writes
5397 the contents of the files extracted to its standard output. This may
5398 be useful if you are only extracting the files in order to send them
5399 through a pipe. This option is meaningless with @option{--list}
5400 (@option{-t}).
5401 @end table
5402
5403 This can be useful, for example, if you have a tar archive containing
5404 a big file and don't want to store the file on disk before processing
5405 it. You can use a command like this:
5406
5407 @smallexample
5408 tar -xOzf foo.tgz bigfile | process
5409 @end smallexample
5410
5411 or even like this if you want to process the concatenation of the files:
5412
5413 @smallexample
5414 tar -xOzf foo.tgz bigfile1 bigfile2 | process
5415 @end smallexample
5416
5417 However, @option{--to-command} may be more convenient for use with
5418 multiple files. See the next section.
5419
5420 @node Writing to an External Program
5421 @unnumberedsubsubsec Writing to an External Program
5422
5423 You can instruct @command{tar} to send the contents of each extracted
5424 file to the standard input of an external program:
5425
5426 @table @option
5427 @opindex to-command
5428 @item --to-command=@var{command}
5429 Extract files and pipe their contents to the standard input of
5430 @var{command}. When this option is used, instead of creating the
5431 files specified, @command{tar} invokes @var{command} and pipes the
5432 contents of the files to its standard output. The @var{command} may
5433 contain command line arguments. The program is executed via
5434 @code{sh -c}. Notice, that @var{command} is executed once for each regular file
5435 extracted. Non-regular files (directories, etc.) are ignored when this
5436 option is used.
5437 @end table
5438
5439 The command can obtain the information about the file it processes
5440 from the following environment variables:
5441
5442 @table @env
5443 @vrindex TAR_FILETYPE, to-command environment
5444 @item TAR_FILETYPE
5445 Type of the file. It is a single letter with the following meaning:
5446
5447 @multitable @columnfractions 0.10 0.90
5448 @item f @tab Regular file
5449 @item d @tab Directory
5450 @item l @tab Symbolic link
5451 @item h @tab Hard link
5452 @item b @tab Block device
5453 @item c @tab Character device
5454 @end multitable
5455
5456 Currently only regular files are supported.
5457
5458 @vrindex TAR_MODE, to-command environment
5459 @item TAR_MODE
5460 File mode, an octal number.
5461
5462 @vrindex TAR_FILENAME, to-command environment
5463 @item TAR_FILENAME
5464 The name of the file.
5465
5466 @vrindex TAR_REALNAME, to-command environment
5467 @item TAR_REALNAME
5468 Name of the file as stored in the archive.
5469
5470 @vrindex TAR_UNAME, to-command environment
5471 @item TAR_UNAME
5472 Name of the file owner.
5473
5474 @vrindex TAR_GNAME, to-command environment
5475 @item TAR_GNAME
5476 Name of the file owner group.
5477
5478 @vrindex TAR_ATIME, to-command environment
5479 @item TAR_ATIME
5480 Time of last access. It is a decimal number, representing seconds
5481 since the Epoch. If the archive provides times with nanosecond
5482 precision, the nanoseconds are appended to the timestamp after a
5483 decimal point.
5484
5485 @vrindex TAR_MTIME, to-command environment
5486 @item TAR_MTIME
5487 Time of last modification.
5488
5489 @vrindex TAR_CTIME, to-command environment
5490 @item TAR_CTIME
5491 Time of last status change.
5492
5493 @vrindex TAR_SIZE, to-command environment
5494 @item TAR_SIZE
5495 Size of the file.
5496
5497 @vrindex TAR_UID, to-command environment
5498 @item TAR_UID
5499 UID of the file owner.
5500
5501 @vrindex TAR_GID, to-command environment
5502 @item TAR_GID
5503 GID of the file owner.
5504 @end table
5505
5506 Additionally, the following variables contain information about
5507 tar mode and the archive being processed:
5508
5509 @table @env
5510 @vrindex TAR_VERSION, to-command environment
5511 @item TAR_VERSION
5512 @GNUTAR{} version number.
5513
5514 @vrindex TAR_ARCHIVE, to-command environment
5515 @item TAR_ARCHIVE
5516 The name of the archive @command{tar} is processing.
5517
5518 @vrindex TAR_BLOCKING_FACTOR, to-command environment
5519 @item TAR_BLOCKING_FACTOR
5520 Current blocking factor (@pxref{Blocking}).
5521
5522 @vrindex TAR_VOLUME, to-command environment
5523 @item TAR_VOLUME
5524 Ordinal number of the volume @command{tar} is processing.
5525
5526 @vrindex TAR_FORMAT, to-command environment
5527 @item TAR_FORMAT
5528 Format of the archive being processed. @xref{Formats}, for a complete
5529 list of archive format names.
5530 @end table
5531
5532 If @var{command} exits with a non-0 status, @command{tar} will print
5533 an error message similar to the following:
5534
5535 @smallexample
5536 tar: 2345: Child returned status 1
5537 @end smallexample
5538
5539 Here, @samp{2345} is the PID of the finished process.
5540
5541 If this behavior is not wanted, use @option{--ignore-command-error}:
5542
5543 @table @option
5544 @opindex ignore-command-error
5545 @item --ignore-command-error
5546 Ignore exit codes of subprocesses. Notice that if the program
5547 exits on signal or otherwise terminates abnormally, the error message
5548 will be printed even if this option is used.
5549
5550 @opindex no-ignore-command-error
5551 @item --no-ignore-command-error
5552 Cancel the effect of any previous @option{--ignore-command-error}
5553 option. This option is useful if you have set
5554 @option{--ignore-command-error} in @env{TAR_OPTIONS}
5555 (@pxref{TAR_OPTIONS}) and wish to temporarily cancel it.
5556 @end table
5557
5558 @node remove files
5559 @unnumberedsubsubsec Removing Files
5560
5561 @FIXME{The section is too terse. Something more to add? An example,
5562 maybe?}
5563
5564 @table @option
5565 @opindex remove-files
5566 @item --remove-files
5567 Remove files after adding them to the archive.
5568 @end table
5569
5570 @node Scarce
5571 @subsection Coping with Scarce Resources
5572 @UNREVISED
5573
5574 @cindex Small memory
5575 @cindex Running out of space
5576
5577 @menu
5578 * Starting File::
5579 * Same Order::
5580 @end menu
5581
5582 @node Starting File
5583 @unnumberedsubsubsec Starting File
5584
5585 @table @option
5586 @opindex starting-file
5587 @item --starting-file=@var{name}
5588 @itemx -K @var{name}
5589 Starts an operation in the middle of an archive. Use in conjunction
5590 with @option{--extract} (@option{--get}, @option{-x}) or @option{--list} (@option{-t}).
5591 @end table
5592
5593 @cindex Middle of the archive, starting in the
5594 If a previous attempt to extract files failed due to lack of disk
5595 space, you can use @option{--starting-file=@var{name}} (@option{-K
5596 @var{name}}) to start extracting only after member @var{name} of the
5597 archive. This assumes, of course, that there is now free space, or
5598 that you are now extracting into a different file system. (You could
5599 also choose to suspend @command{tar}, remove unnecessary files from
5600 the file system, and then resume the same @command{tar} operation.
5601 In this case, @option{--starting-file} is not necessary.) See also
5602 @ref{interactive}, and @ref{exclude}.
5603
5604 @node Same Order
5605 @unnumberedsubsubsec Same Order
5606
5607 @table @option
5608 @cindex Large lists of file names on small machines
5609 @opindex same-order
5610 @opindex preserve-order
5611 @item --same-order
5612 @itemx --preserve-order
5613 @itemx -s
5614 To process large lists of file names on machines with small amounts of
5615 memory. Use in conjunction with @option{--compare} (@option{--diff},
5616 @option{-d}), @option{--list} (@option{-t}) or @option{--extract}
5617 (@option{--get}, @option{-x}).
5618 @end table
5619
5620 The @option{--same-order} (@option{--preserve-order}, @option{-s}) option tells @command{tar} that the list of file
5621 names to be listed or extracted is sorted in the same order as the
5622 files in the archive. This allows a large list of names to be used,
5623 even on a small machine that would not otherwise be able to hold all
5624 the names in memory at the same time. Such a sorted list can easily be
5625 created by running @samp{tar -t} on the archive and editing its output.
5626
5627 This option is probably never needed on modern computer systems.
5628
5629 @node backup
5630 @section Backup options
5631
5632 @cindex backup options
5633
5634 @GNUTAR{} offers options for making backups of files
5635 before writing new versions. These options control the details of
5636 these backups. They may apply to the archive itself before it is
5637 created or rewritten, as well as individual extracted members. Other
5638 @acronym{GNU} programs (@command{cp}, @command{install}, @command{ln},
5639 and @command{mv}, for example) offer similar options.
5640
5641 Backup options may prove unexpectedly useful when extracting archives
5642 containing many members having identical name, or when extracting archives
5643 on systems having file name limitations, making different members appear
5644 as having similar names through the side-effect of name truncation.
5645 @FIXME{This is true only if we have a good scheme for truncated backup names,
5646 which I'm not sure at all: I suspect work is needed in this area.}
5647 When any existing file is backed up before being overwritten by extraction,
5648 then clashing files are automatically be renamed to be unique, and the
5649 true name is kept for only the last file of a series of clashing files.
5650 By using verbose mode, users may track exactly what happens.
5651
5652 At the detail level, some decisions are still experimental, and may
5653 change in the future, we are waiting comments from our users. So, please
5654 do not learn to depend blindly on the details of the backup features.
5655 For example, currently, directories themselves are never renamed through
5656 using these options, so, extracting a file over a directory still has
5657 good chances to fail. Also, backup options apply to created archives,
5658 not only to extracted members. For created archives, backups will not
5659 be attempted when the archive is a block or character device, or when it
5660 refers to a remote file.
5661
5662 For the sake of simplicity and efficiency, backups are made by renaming old
5663 files prior to creation or extraction, and not by copying. The original
5664 name is restored if the file creation fails. If a failure occurs after a
5665 partial extraction of a file, both the backup and the partially extracted
5666 file are kept.
5667
5668 @table @samp
5669 @item --backup[=@var{method}]
5670 @opindex backup
5671 @vindex VERSION_CONTROL
5672 @cindex backups
5673 Back up files that are about to be overwritten or removed.
5674 Without this option, the original versions are destroyed.
5675
5676 Use @var{method} to determine the type of backups made.
5677 If @var{method} is not specified, use the value of the @env{VERSION_CONTROL}
5678 environment variable. And if @env{VERSION_CONTROL} is not set,
5679 use the @samp{existing} method.
5680
5681 @vindex version-control @r{Emacs variable}
5682 This option corresponds to the Emacs variable @samp{version-control};
5683 the same values for @var{method} are accepted as in Emacs. This option
5684 also allows more descriptive names. The valid @var{method}s are:
5685
5686 @table @samp
5687 @item t
5688 @itemx numbered
5689 @cindex numbered @r{backup method}
5690 Always make numbered backups.
5691
5692 @item nil
5693 @itemx existing
5694 @cindex existing @r{backup method}
5695 Make numbered backups of files that already have them, simple backups
5696 of the others.
5697
5698 @item never
5699 @itemx simple
5700 @cindex simple @r{backup method}
5701 Always make simple backups.
5702
5703 @end table
5704
5705 @item --suffix=@var{suffix}
5706 @opindex suffix
5707 @cindex backup suffix
5708 @vindex SIMPLE_BACKUP_SUFFIX
5709 Append @var{suffix} to each backup file made with @option{--backup}. If this
5710 option is not specified, the value of the @env{SIMPLE_BACKUP_SUFFIX}
5711 environment variable is used. And if @env{SIMPLE_BACKUP_SUFFIX} is not
5712 set, the default is @samp{~}, just as in Emacs.
5713
5714 @end table
5715
5716 @node Applications
5717 @section Notable @command{tar} Usages
5718 @UNREVISED
5719
5720 @FIXME{Using Unix file linking capability to recreate directory
5721 structures---linking files into one subdirectory and then
5722 @command{tar}ring that directory.}
5723
5724 @FIXME{Nice hairy example using absolute-names, newer, etc.}
5725
5726 @findex uuencode
5727 You can easily use archive files to transport a group of files from
5728 one system to another: put all relevant files into an archive on one
5729 computer system, transfer the archive to another system, and extract
5730 the contents there. The basic transfer medium might be magnetic tape,
5731 Internet FTP, or even electronic mail (though you must encode the
5732 archive with @command{uuencode} in order to transport it properly by
5733 mail). Both machines do not have to use the same operating system, as
5734 long as they both support the @command{tar} program.
5735
5736 For example, here is how you might copy a directory's contents from
5737 one disk to another, while preserving the dates, modes, owners and
5738 link-structure of all the files therein. In this case, the transfer
5739 medium is a @dfn{pipe}:
5740
5741 @smallexample
5742 $ @kbd{(cd sourcedir; tar -cf - .) | (cd targetdir; tar -xf -)}
5743 @end smallexample
5744
5745 @noindent
5746 You can avoid subshells by using @option{-C} option:
5747
5748 @smallexample
5749 $ @kbd{tar -C sourcedir -cf - . | tar -C targetdir -xf -}
5750 @end smallexample
5751
5752 @noindent
5753 The command also works using long option forms:
5754
5755 @smallexample
5756 @group
5757 $ @kbd{(cd sourcedir; tar --create --file=- . ) \
5758 | (cd targetdir; tar --extract --file=-)}
5759 @end group
5760 @end smallexample
5761
5762 @noindent
5763 or
5764
5765 @smallexample
5766 @group
5767 $ @kbd{tar --directory sourcedir --create --file=- . \
5768 | tar --directory targetdir --extract --file=-}
5769 @end group
5770 @end smallexample
5771
5772 @noindent
5773 This is one of the easiest methods to transfer a @command{tar} archive.
5774
5775 @node looking ahead
5776 @section Looking Ahead: The Rest of this Manual
5777
5778 You have now seen how to use all eight of the operations available to
5779 @command{tar}, and a number of the possible options. The next chapter
5780 explains how to choose and change file and archive names, how to use
5781 files to store names of other files which you can then call as
5782 arguments to @command{tar} (this can help you save time if you expect to
5783 archive the same list of files a number of times), and so forth.
5784 @FIXME{in case it's not obvious, i'm making this up in some sense
5785 based on my limited memory of what the next chapter *really* does. i
5786 just wanted to flesh out this final section a little bit so i'd
5787 remember to stick it in here. :-)}
5788
5789 If there are too many files to conveniently list on the command line,
5790 you can list the names in a file, and @command{tar} will read that file.
5791 @xref{files}.
5792
5793 There are various ways of causing @command{tar} to skip over some files,
5794 and not archive them. @xref{Choosing}.
5795
5796 @node Backups
5797 @chapter Performing Backups and Restoring Files
5798 @cindex backups
5799
5800 @GNUTAR{} is distributed along with the scripts for performing backups
5801 and restores. Even if there is a good chance those scripts may be
5802 satisfying to you, they are not the only scripts or methods available for doing
5803 backups and restore. You may well create your own, or use more
5804 sophisticated packages dedicated to that purpose.
5805
5806 Some users are enthusiastic about @code{Amanda} (The Advanced Maryland
5807 Automatic Network Disk Archiver), a backup system developed by James
5808 da Silva @file{jds@@cs.umd.edu} and available on many Unix systems.
5809 This is free software, and it is available from @uref{http://www.amanda.org}.
5810
5811 @FIXME{
5812
5813 Here is a possible plan for a future documentation about the backuping
5814 scripts which are provided within the @GNUTAR{}
5815 distribution.
5816
5817 @itemize @bullet
5818 @item dumps
5819 @itemize @minus
5820 @item what are dumps
5821 @item different levels of dumps
5822 @itemize +
5823 @item full dump = dump everything
5824 @item level 1, level 2 dumps etc
5825 A level @var{n} dump dumps everything changed since the last level
5826 @var{n}-1 dump (?)
5827 @end itemize
5828 @item how to use scripts for dumps (ie, the concept)
5829 @itemize +
5830 @item scripts to run after editing backup specs (details)
5831 @end itemize
5832 @item Backup Specs, what is it.
5833 @itemize +
5834 @item how to customize
5835 @item actual text of script [/sp/dump/backup-specs]
5836 @end itemize
5837 @item Problems
5838 @itemize +
5839 @item rsh doesn't work
5840 @item rtape isn't installed
5841 @item (others?)
5842 @end itemize
5843 @item the @option{--incremental} option of tar
5844 @item tapes
5845 @itemize +
5846 @item write protection
5847 @item types of media, different sizes and types, useful for different things
5848 @item files and tape marks
5849 one tape mark between files, two at end.
5850 @item positioning the tape
5851 MT writes two at end of write,
5852 backspaces over one when writing again.
5853 @end itemize
5854 @end itemize
5855 @end itemize
5856 }
5857
5858 This chapter documents both the provided shell scripts and @command{tar}
5859 options which are more specific to usage as a backup tool.
5860
5861 To @dfn{back up} a file system means to create archives that contain
5862 all the files in that file system. Those archives can then be used to
5863 restore any or all of those files (for instance if a disk crashes or a
5864 file is accidentally deleted). File system @dfn{backups} are also
5865 called @dfn{dumps}.
5866
5867 @menu
5868 * Full Dumps:: Using @command{tar} to Perform Full Dumps
5869 * Incremental Dumps:: Using @command{tar} to Perform Incremental Dumps
5870 * Backup Levels:: Levels of Backups
5871 * Backup Parameters:: Setting Parameters for Backups and Restoration
5872 * Scripted Backups:: Using the Backup Scripts
5873 * Scripted Restoration:: Using the Restore Script
5874 @end menu
5875
5876 @node Full Dumps
5877 @section Using @command{tar} to Perform Full Dumps
5878 @UNREVISED
5879
5880 @cindex full dumps
5881 @cindex dumps, full
5882
5883 @cindex corrupted archives
5884 Full dumps should only be made when no other people or programs
5885 are modifying files in the file system. If files are modified while
5886 @command{tar} is making the backup, they may not be stored properly in
5887 the archive, in which case you won't be able to restore them if you
5888 have to. (Files not being modified are written with no trouble, and do
5889 not corrupt the entire archive.)
5890
5891 You will want to use the @option{--label=@var{archive-label}}
5892 (@option{-V @var{archive-label}}) option to give the archive a
5893 volume label, so you can tell what this archive is even if the label
5894 falls off the tape, or anything like that.
5895
5896 Unless the file system you are dumping is guaranteed to fit on
5897 one volume, you will need to use the @option{--multi-volume} (@option{-M}) option.
5898 Make sure you have enough tapes on hand to complete the backup.
5899
5900 If you want to dump each file system separately you will need to use
5901 the @option{--one-file-system} option to prevent
5902 @command{tar} from crossing file system boundaries when storing
5903 (sub)directories.
5904
5905 The @option{--incremental} (@option{-G}) (@pxref{Incremental Dumps})
5906 option is not needed, since this is a complete copy of everything in
5907 the file system, and a full restore from this backup would only be
5908 done onto a completely
5909 empty disk.
5910
5911 Unless you are in a hurry, and trust the @command{tar} program (and your
5912 tapes), it is a good idea to use the @option{--verify} (@option{-W})
5913 option, to make sure your files really made it onto the dump properly.
5914 This will also detect cases where the file was modified while (or just
5915 after) it was being archived. Not all media (notably cartridge tapes)
5916 are capable of being verified, unfortunately.
5917
5918 @node Incremental Dumps
5919 @section Using @command{tar} to Perform Incremental Dumps
5920
5921 @dfn{Incremental backup} is a special form of @GNUTAR{} archive that
5922 stores additional metadata so that exact state of the file system
5923 can be restored when extracting the archive.
5924
5925 @GNUTAR{} currently offers two options for handling incremental
5926 backups: @option{--listed-incremental=@var{snapshot-file}} (@option{-g
5927 @var{snapshot-file}}) and @option{--incremental} (@option{-G}).
5928
5929 @xopindex{listed-incremental, described}
5930 The option @option{--listed-incremental} instructs tar to operate on
5931 an incremental archive with additional metadata stored in a standalone
5932 file, called a @dfn{snapshot file}. The purpose of this file is to help
5933 determine which files have been changed, added or deleted since the
5934 last backup, so that the next incremental backup will contain only
5935 modified files. The name of the snapshot file is given as an argument
5936 to the option:
5937
5938 @table @option
5939 @item --listed-incremental=@var{file}
5940 @itemx -g @var{file}
5941 Handle incremental backups with snapshot data in @var{file}.
5942 @end table
5943
5944 To create an incremental backup, you would use
5945 @option{--listed-incremental} together with @option{--create}
5946 (@pxref{create}). For example:
5947
5948 @smallexample
5949 $ @kbd{tar --create \
5950 --file=archive.1.tar \
5951 --listed-incremental=/var/log/usr.snar \
5952 /usr}
5953 @end smallexample
5954
5955 This will create in @file{archive.1.tar} an incremental backup of
5956 the @file{/usr} file system, storing additional metadata in the file
5957 @file{/var/log/usr.snar}. If this file does not exist, it will be
5958 created. The created archive will then be a @dfn{level 0 backup};
5959 please see the next section for more on backup levels.
5960
5961 Otherwise, if the file @file{/var/log/usr.snar} exists, it
5962 determines which files are modified. In this case only these files will be
5963 stored in the archive. Suppose, for example, that after running the
5964 above command, you delete file @file{/usr/doc/old} and create
5965 directory @file{/usr/local/db} with the following contents:
5966
5967 @smallexample
5968 $ @kbd{ls /usr/local/db}
5969 /usr/local/db/data
5970 /usr/local/db/index
5971 @end smallexample
5972
5973 Some time later you create another incremental backup. You will
5974 then see:
5975
5976 @smallexample
5977 $ @kbd{tar --create \
5978 --file=archive.2.tar \
5979 --listed-incremental=/var/log/usr.snar \
5980 /usr}
5981 tar: usr/local/db: Directory is new
5982 usr/local/db/
5983 usr/local/db/data
5984 usr/local/db/index
5985 @end smallexample
5986
5987 @noindent
5988 The created archive @file{archive.2.tar} will contain only these
5989 three members. This archive is called a @dfn{level 1 backup}. Notice
5990 that @file{/var/log/usr.snar} will be updated with the new data, so if
5991 you plan to create more @samp{level 1} backups, it is necessary to
5992 create a working copy of the snapshot file before running
5993 @command{tar}. The above example will then be modified as follows:
5994
5995 @smallexample
5996 $ @kbd{cp /var/log/usr.snar /var/log/usr.snar-1}
5997 $ @kbd{tar --create \
5998 --file=archive.2.tar \
5999 --listed-incremental=/var/log/usr.snar-1 \
6000 /usr}
6001 @end smallexample
6002
6003 @anchor{--level=0}
6004 @xopindex{level, described}
6005 You can force @samp{level 0} backups either by removing the snapshot
6006 file before running @command{tar}, or by supplying the
6007 @option{--level=0} option, e.g.:
6008
6009 @smallexample
6010 $ @kbd{tar --create \
6011 --file=archive.2.tar \
6012 --listed-incremental=/var/log/usr.snar-0 \
6013 --level=0 \
6014 /usr}
6015 @end smallexample
6016
6017 Incremental dumps depend crucially on time stamps, so the results are
6018 unreliable if you modify a file's time stamps during dumping (e.g.,
6019 with the @option{--atime-preserve=replace} option), or if you set the clock
6020 backwards.
6021
6022 @anchor{device numbers}
6023 @cindex Device numbers, using in incremental backups
6024 Metadata stored in snapshot files include device numbers, which,
6025 obviously are supposed to be non-volatile values. However, it turns
6026 out that @acronym{NFS} devices have undependable values when an automounter
6027 gets in the picture. This can lead to a great deal of spurious
6028 redumping in incremental dumps, so it is somewhat useless to compare
6029 two @acronym{NFS} devices numbers over time. The solution implemented
6030 currently is to consider all @acronym{NFS} devices as being equal
6031 when it comes to comparing directories; this is fairly gross, but
6032 there does not seem to be a better way to go.
6033
6034 Apart from using @acronym{NFS}, there are a number of cases where
6035 relying on device numbers can cause spurious redumping of unmodified
6036 files. For example, this occurs when archiving @acronym{LVM} snapshot
6037 volumes. To avoid this, use @option{--no-check-device} option:
6038
6039 @table @option
6040 @xopindex{no-check-device, described}
6041 @item --no-check-device
6042 Do not rely on device numbers when preparing a list of changed files
6043 for an incremental dump.
6044
6045 @xopindex{check-device, described}
6046 @item --check-device
6047 Use device numbers when preparing a list of changed files
6048 for an incremental dump. This is the default behavior. The purpose
6049 of this option is to undo the effect of the @option{--no-check-device}
6050 if it was given in @env{TAR_OPTIONS} environment variable
6051 (@pxref{TAR_OPTIONS}).
6052 @end table
6053
6054 There is also another way to cope with changing device numbers. It is
6055 described in detail in @ref{Fixing Snapshot Files}.
6056
6057 Note that incremental archives use @command{tar} extensions and may
6058 not be readable by non-@acronym{GNU} versions of the @command{tar} program.
6059
6060 @xopindex{listed-incremental, using with @option{--extract}}
6061 @xopindex{extract, using with @option{--listed-incremental}}
6062 To extract from the incremental dumps, use
6063 @option{--listed-incremental} together with @option{--extract}
6064 option (@pxref{extracting files}). In this case, @command{tar} does
6065 not need to access snapshot file, since all the data necessary for
6066 extraction are stored in the archive itself. So, when extracting, you
6067 can give whatever argument to @option{--listed-incremental}, the usual
6068 practice is to use @option{--listed-incremental=/dev/null}.
6069 Alternatively, you can use @option{--incremental}, which needs no
6070 arguments. In general, @option{--incremental} (@option{-G}) can be
6071 used as a shortcut for @option{--listed-incremental} when listing or
6072 extracting incremental backups (for more information regarding this
6073 option, @pxref{incremental-op}).
6074
6075 When extracting from the incremental backup @GNUTAR{} attempts to
6076 restore the exact state the file system had when the archive was
6077 created. In particular, it will @emph{delete} those files in the file
6078 system that did not exist in their directories when the archive was
6079 created. If you have created several levels of incremental files,
6080 then in order to restore the exact contents the file system had when
6081 the last level was created, you will need to restore from all backups
6082 in turn. Continuing our example, to restore the state of @file{/usr}
6083 file system, one would do@footnote{Notice, that since both archives
6084 were created without @option{-P} option (@pxref{absolute}), these
6085 commands should be run from the root file system.}:
6086
6087 @smallexample
6088 $ @kbd{tar --extract \
6089 --listed-incremental=/dev/null \
6090 --file archive.1.tar}
6091 $ @kbd{tar --extract \
6092 --listed-incremental=/dev/null \
6093 --file archive.2.tar}
6094 @end smallexample
6095
6096 To list the contents of an incremental archive, use @option{--list}
6097 (@pxref{list}), as usual. To obtain more information about the
6098 archive, use @option{--listed-incremental} or @option{--incremental}
6099 combined with two @option{--verbose} options@footnote{Two
6100 @option{--verbose} options were selected to avoid breaking usual
6101 verbose listing output (@option{--list --verbose}) when using in
6102 scripts.
6103
6104 @xopindex{incremental, using with @option{--list}}
6105 @xopindex{listed-incremental, using with @option{--list}}
6106 @xopindex{list, using with @option{--incremental}}
6107 @xopindex{list, using with @option{--listed-incremental}}
6108 Versions of @GNUTAR{} up to 1.15.1 used to dump verbatim binary
6109 contents of the DUMPDIR header (with terminating nulls) when
6110 @option{--incremental} or @option{--listed-incremental} option was
6111 given, no matter what the verbosity level. This behavior, and,
6112 especially, the binary output it produced were considered inconvenient
6113 and were changed in version 1.16.}:
6114
6115 @smallexample
6116 @kbd{tar --list --incremental --verbose --verbose archive.tar}
6117 @end smallexample
6118
6119 This command will print, for each directory in the archive, the list
6120 of files in that directory at the time the archive was created. This
6121 information is put out in a format which is both human-readable and
6122 unambiguous for a program: each file name is printed as
6123
6124 @smallexample
6125 @var{x} @var{file}
6126 @end smallexample
6127
6128 @noindent
6129 where @var{x} is a letter describing the status of the file: @samp{Y}
6130 if the file is present in the archive, @samp{N} if the file is not
6131 included in the archive, or a @samp{D} if the file is a directory (and
6132 is included in the archive). @xref{Dumpdir}, for the detailed
6133 description of dumpdirs and status codes. Each such
6134 line is terminated by a newline character. The last line is followed
6135 by an additional newline to indicate the end of the data.
6136
6137 @anchor{incremental-op}The option @option{--incremental} (@option{-G})
6138 gives the same behavior as @option{--listed-incremental} when used
6139 with @option{--list} and @option{--extract} options. When used with
6140 @option{--create} option, it creates an incremental archive without
6141 creating snapshot file. Thus, it is impossible to create several
6142 levels of incremental backups with @option{--incremental} option.
6143
6144 @node Backup Levels
6145 @section Levels of Backups
6146
6147 An archive containing all the files in the file system is called a
6148 @dfn{full backup} or @dfn{full dump}. You could insure your data by
6149 creating a full dump every day. This strategy, however, would waste a
6150 substantial amount of archive media and user time, as unchanged files
6151 are daily re-archived.
6152
6153 It is more efficient to do a full dump only occasionally. To back up
6154 files between full dumps, you can use @dfn{incremental dumps}. A @dfn{level
6155 one} dump archives all the files that have changed since the last full
6156 dump.
6157
6158 A typical dump strategy would be to perform a full dump once a week,
6159 and a level one dump once a day. This means some versions of files
6160 will in fact be archived more than once, but this dump strategy makes
6161 it possible to restore a file system to within one day of accuracy by
6162 only extracting two archives---the last weekly (full) dump and the
6163 last daily (level one) dump. The only information lost would be in
6164 files changed or created since the last daily backup. (Doing dumps
6165 more than once a day is usually not worth the trouble.)
6166
6167 @GNUTAR{} comes with scripts you can use to do full
6168 and level-one (actually, even level-two and so on) dumps. Using
6169 scripts (shell programs) to perform backups and restoration is a
6170 convenient and reliable alternative to typing out file name lists
6171 and @command{tar} commands by hand.
6172
6173 Before you use these scripts, you need to edit the file
6174 @file{backup-specs}, which specifies parameters used by the backup
6175 scripts and by the restore script. This file is usually located
6176 in @file{/etc/backup} directory. @xref{Backup Parameters}, for its
6177 detailed description. Once the backup parameters are set, you can
6178 perform backups or restoration by running the appropriate script.
6179
6180 The name of the backup script is @code{backup}. The name of the
6181 restore script is @code{restore}. The following sections describe
6182 their use in detail.
6183
6184 @emph{Please Note:} The backup and restoration scripts are
6185 designed to be used together. While it is possible to restore files by
6186 hand from an archive which was created using a backup script, and to create
6187 an archive by hand which could then be extracted using the restore script,
6188 it is easier to use the scripts. @xref{Incremental Dumps}, before
6189 making such an attempt.
6190
6191 @node Backup Parameters
6192 @section Setting Parameters for Backups and Restoration
6193
6194 The file @file{backup-specs} specifies backup parameters for the
6195 backup and restoration scripts provided with @command{tar}. You must
6196 edit @file{backup-specs} to fit your system configuration and schedule
6197 before using these scripts.
6198
6199 Syntactically, @file{backup-specs} is a shell script, containing
6200 mainly variable assignments. However, any valid shell construct
6201 is allowed in this file. Particularly, you may wish to define
6202 functions within that script (e.g., see @code{RESTORE_BEGIN} below).
6203 For more information about shell script syntax, please refer to
6204 @url{http://www.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html#ta
6205 g_02, the definition of the Shell Command Language}. See also
6206 @ref{Top,,Bash Features,bashref,Bash Reference Manual}.
6207
6208 The shell variables controlling behavior of @code{backup} and
6209 @code{restore} are described in the following subsections.
6210
6211 @menu
6212 * General-Purpose Variables::
6213 * Magnetic Tape Control::
6214 * User Hooks::
6215 * backup-specs example:: An Example Text of @file{Backup-specs}
6216 @end menu
6217
6218 @node General-Purpose Variables
6219 @subsection General-Purpose Variables
6220
6221 @defvr {Backup variable} ADMINISTRATOR
6222 The user name of the backup administrator. @code{Backup} scripts
6223 sends a backup report to this address.
6224 @end defvr
6225
6226 @defvr {Backup variable} BACKUP_HOUR
6227 The hour at which the backups are done. This can be a number from 0
6228 to 23, or the time specification in form @var{hours}:@var{minutes},
6229 or the string @samp{now}.
6230
6231 This variable is used by @code{backup}. Its value may be overridden
6232 using @option{--time} option (@pxref{Scripted Backups}).
6233 @end defvr
6234
6235 @defvr {Backup variable} TAPE_FILE
6236
6237 The device @command{tar} writes the archive to. If @var{TAPE_FILE}
6238 is a remote archive (@pxref{remote-dev}), backup script will suppose
6239 that your @command{mt} is able to access remote devices. If @var{RSH}
6240 (@pxref{RSH}) is set, @option{--rsh-command} option will be added to
6241 invocations of @command{mt}.
6242 @end defvr
6243
6244 @defvr {Backup variable} BLOCKING
6245
6246 The blocking factor @command{tar} will use when writing the dump archive.
6247 @xref{Blocking Factor}.
6248 @end defvr
6249
6250 @defvr {Backup variable} BACKUP_DIRS
6251
6252 A list of file systems to be dumped (for @code{backup}), or restored
6253 (for @code{restore}). You can include any directory
6254 name in the list --- subdirectories on that file system will be
6255 included, regardless of how they may look to other networked machines.
6256 Subdirectories on other file systems will be ignored.
6257
6258 The host name specifies which host to run @command{tar} on, and should
6259 normally be the host that actually contains the file system. However,
6260 the host machine must have @GNUTAR{} installed, and
6261 must be able to access the directory containing the backup scripts and
6262 their support files using the same file name that is used on the
6263 machine where the scripts are run (i.e., what @command{pwd} will print
6264 when in that directory on that machine). If the host that contains
6265 the file system does not have this capability, you can specify another
6266 host as long as it can access the file system through @acronym{NFS}.
6267
6268 If the list of file systems is very long you may wish to put it
6269 in a separate file. This file is usually named
6270 @file{/etc/backup/dirs}, but this name may be overridden in
6271 @file{backup-specs} using @code{DIRLIST} variable.
6272 @end defvr
6273
6274 @defvr {Backup variable} DIRLIST
6275
6276 The name of the file that contains a list of file systems to backup
6277 or restore. By default it is @file{/etc/backup/dirs}.
6278 @end defvr
6279
6280 @defvr {Backup variable} BACKUP_FILES
6281
6282 A list of individual files to be dumped (for @code{backup}), or restored
6283 (for @code{restore}). These should be accessible from the machine on
6284 which the backup script is run.
6285
6286 If the list of individual files is very long you may wish to store it
6287 in a separate file. This file is usually named
6288 @file{/etc/backup/files}, but this name may be overridden in
6289 @file{backup-specs} using @code{FILELIST} variable.
6290 @end defvr
6291
6292 @defvr {Backup variable} FILELIST
6293
6294 The name of the file that contains a list of individual files to backup
6295 or restore. By default it is @file{/etc/backup/files}.
6296 @end defvr
6297
6298 @defvr {Backup variable} MT
6299
6300 Full file name of @command{mt} binary.
6301 @end defvr
6302
6303 @defvr {Backup variable} RSH
6304 @anchor{RSH}
6305 Full file name of @command{rsh} binary or its equivalent. You may wish to
6306 set it to @code{ssh}, to improve security. In this case you will have
6307 to use public key authentication.
6308 @end defvr
6309
6310 @defvr {Backup variable} RSH_COMMAND
6311
6312 Full file name of @command{rsh} binary on remote machines. This will
6313 be passed via @option{--rsh-command} option to the remote invocation
6314 of @GNUTAR{}.
6315 @end defvr
6316
6317 @defvr {Backup variable} VOLNO_FILE
6318
6319 Name of temporary file to hold volume numbers. This needs to be accessible
6320 by all the machines which have file systems to be dumped.
6321 @end defvr
6322
6323 @defvr {Backup variable} XLIST
6324
6325 Name of @dfn{exclude file list}. An @dfn{exclude file list} is a file
6326 located on the remote machine and containing the list of files to
6327 be excluded from the backup. Exclude file lists are searched in
6328 /etc/tar-backup directory. A common use for exclude file lists
6329 is to exclude files containing security-sensitive information
6330 (e.g., @file{/etc/shadow} from backups).
6331
6332 This variable affects only @code{backup}.
6333 @end defvr
6334
6335 @defvr {Backup variable} SLEEP_TIME
6336
6337 Time to sleep between dumps of any two successive file systems
6338
6339 This variable affects only @code{backup}.
6340 @end defvr
6341
6342 @defvr {Backup variable} DUMP_REMIND_SCRIPT
6343
6344 Script to be run when it's time to insert a new tape in for the next
6345 volume. Administrators may want to tailor this script for their site.
6346 If this variable isn't set, @GNUTAR{} will display its built-in
6347 prompt, and will expect confirmation from the console. For the
6348 description of the default prompt, see @ref{change volume prompt}.
6349
6350 @end defvr
6351
6352 @defvr {Backup variable} SLEEP_MESSAGE
6353
6354 Message to display on the terminal while waiting for dump time. Usually
6355 this will just be some literal text.
6356 @end defvr
6357
6358 @defvr {Backup variable} TAR
6359
6360 Full file name of the @GNUTAR{} executable. If this is not set, backup
6361 scripts will search @command{tar} in the current shell path.
6362 @end defvr
6363
6364 @node Magnetic Tape Control
6365 @subsection Magnetic Tape Control
6366
6367 Backup scripts access tape device using special @dfn{hook functions}.
6368 These functions take a single argument --- the name of the tape
6369 device. Their names are kept in the following variables:
6370
6371 @defvr {Backup variable} MT_BEGIN
6372 The name of @dfn{begin} function. This function is called before
6373 accessing the drive. By default it retensions the tape:
6374
6375 @smallexample
6376 MT_BEGIN=mt_begin
6377
6378 mt_begin() @{
6379 mt -f "$1" retension
6380 @}
6381 @end smallexample
6382 @end defvr
6383
6384 @defvr {Backup variable} MT_REWIND
6385 The name of @dfn{rewind} function. The default definition is as
6386 follows:
6387
6388 @smallexample
6389 MT_REWIND=mt_rewind
6390
6391 mt_rewind() @{
6392 mt -f "$1" rewind
6393 @}
6394 @end smallexample
6395
6396 @end defvr
6397
6398 @defvr {Backup variable} MT_OFFLINE
6399 The name of the function switching the tape off line. By default
6400 it is defined as follows:
6401
6402 @smallexample
6403 MT_OFFLINE=mt_offline
6404
6405 mt_offline() @{
6406 mt -f "$1" offl
6407 @}
6408 @end smallexample
6409 @end defvr
6410
6411 @defvr {Backup variable} MT_STATUS
6412 The name of the function used to obtain the status of the archive device,
6413 including error count. Default definition:
6414
6415 @smallexample
6416 MT_STATUS=mt_status
6417
6418 mt_status() @{
6419 mt -f "$1" status
6420 @}
6421 @end smallexample
6422 @end defvr
6423
6424 @node User Hooks
6425 @subsection User Hooks
6426
6427 @dfn{User hooks} are shell functions executed before and after
6428 each @command{tar} invocation. Thus, there are @dfn{backup
6429 hooks}, which are executed before and after dumping each file
6430 system, and @dfn{restore hooks}, executed before and
6431 after restoring a file system. Each user hook is a shell function
6432 taking four arguments:
6433
6434 @deffn {User Hook Function} hook @var{level} @var{host} @var{fs} @var{fsname}
6435 Its arguments are:
6436
6437 @table @var
6438 @item level
6439 Current backup or restore level.
6440
6441 @item host
6442 Name or IP address of the host machine being dumped or restored.
6443
6444 @item fs
6445 Full file name of the file system being dumped or restored.
6446
6447 @item fsname
6448 File system name with directory separators replaced with colons. This
6449 is useful, e.g., for creating unique files.
6450 @end table
6451 @end deffn
6452
6453 Following variables keep the names of user hook functions:
6454
6455 @defvr {Backup variable} DUMP_BEGIN
6456 Dump begin function. It is executed before dumping the file system.
6457 @end defvr
6458
6459 @defvr {Backup variable} DUMP_END
6460 Executed after dumping the file system.
6461 @end defvr
6462
6463 @defvr {Backup variable} RESTORE_BEGIN
6464 Executed before restoring the file system.
6465 @end defvr
6466
6467 @defvr {Backup variable} RESTORE_END
6468 Executed after restoring the file system.
6469 @end defvr
6470
6471 @node backup-specs example
6472 @subsection An Example Text of @file{Backup-specs}
6473
6474 The following is an example of @file{backup-specs}:
6475
6476 @smallexample
6477 # site-specific parameters for file system backup.
6478
6479 ADMINISTRATOR=friedman
6480 BACKUP_HOUR=1
6481 TAPE_FILE=/dev/nrsmt0
6482
6483 # Use @code{ssh} instead of the less secure @code{rsh}
6484 RSH=/usr/bin/ssh
6485 RSH_COMMAND=/usr/bin/ssh
6486
6487 # Override MT_STATUS function:
6488 my_status() @{
6489 mts -t $TAPE_FILE
6490 @}
6491 MT_STATUS=my_status
6492
6493 # Disable MT_OFFLINE function
6494 MT_OFFLINE=:
6495
6496 BLOCKING=124
6497 BACKUP_DIRS="
6498 albert:/fs/fsf
6499 apple-gunkies:/gd
6500 albert:/fs/gd2
6501 albert:/fs/gp
6502 geech:/usr/jla
6503 churchy:/usr/roland
6504 albert:/
6505 albert:/usr
6506 apple-gunkies:/
6507 apple-gunkies:/usr
6508 gnu:/hack
6509 gnu:/u
6510 apple-gunkies:/com/mailer/gnu
6511 apple-gunkies:/com/archive/gnu"
6512
6513 BACKUP_FILES="/com/mailer/aliases /com/mailer/league*[a-z]"
6514
6515 @end smallexample
6516
6517 @node Scripted Backups
6518 @section Using the Backup Scripts
6519
6520 The syntax for running a backup script is:
6521
6522 @smallexample
6523 backup --level=@var{level} --time=@var{time}
6524 @end smallexample
6525
6526 The @option{--level} option requests the dump level. Thus, to produce
6527 a full dump, specify @code{--level=0} (this is the default, so
6528 @option{--level} may be omitted if its value is
6529 @code{0})@footnote{For backward compatibility, the @code{backup} will also
6530 try to deduce the requested dump level from the name of the
6531 script itself. If the name consists of a string @samp{level-}
6532 followed by a single decimal digit, that digit is taken as
6533 the dump level number. Thus, you may create a link from @code{backup}
6534 to @code{level-1} and then run @code{level-1} whenever you need to
6535 create a level one dump.}.
6536
6537 The @option{--time} option determines when should the backup be
6538 run. @var{Time} may take three forms:
6539
6540 @table @asis
6541 @item @var{hh}:@var{mm}
6542
6543 The dump must be run at @var{hh} hours @var{mm} minutes.
6544
6545 @item @var{hh}
6546
6547 The dump must be run at @var{hh} hours.
6548
6549 @item now
6550
6551 The dump must be run immediately.
6552 @end table
6553
6554 You should start a script with a tape or disk mounted. Once you
6555 start a script, it prompts you for new tapes or disks as it
6556 needs them. Media volumes don't have to correspond to archive
6557 files --- a multi-volume archive can be started in the middle of a
6558 tape that already contains the end of another multi-volume archive.
6559 The @code{restore} script prompts for media by its archive volume,
6560 so to avoid an error message you should keep track of which tape
6561 (or disk) contains which volume of the archive (@pxref{Scripted
6562 Restoration}).
6563
6564 The backup scripts write two files on the file system. The first is a
6565 record file in @file{/etc/tar-backup/}, which is used by the scripts
6566 to store and retrieve information about which files were dumped. This
6567 file is not meant to be read by humans, and should not be deleted by
6568 them. @xref{Snapshot Files}, for a more detailed explanation of this
6569 file.
6570
6571 The second file is a log file containing the names of the file systems
6572 and files dumped, what time the backup was made, and any error
6573 messages that were generated, as well as how much space was left in
6574 the media volume after the last volume of the archive was written.
6575 You should check this log file after every backup. The file name is
6576 @file{log-@var{mm-dd-yyyy}-level-@var{n}}, where @var{mm-dd-yyyy}
6577 represents current date, and @var{n} represents current dump level number.
6578
6579 The script also prints the name of each system being dumped to the
6580 standard output.
6581
6582 Following is the full list of options accepted by @code{backup}
6583 script:
6584
6585 @table @option
6586 @item -l @var{level}
6587 @itemx --level=@var{level}
6588 Do backup level @var{level} (default 0).
6589
6590 @item -f
6591 @itemx --force
6592 Force backup even if today's log file already exists.
6593
6594 @item -v[@var{level}]
6595 @itemx --verbose[=@var{level}]
6596 Set verbosity level. The higher the level is, the more debugging
6597 information will be output during execution. Default @var{level}
6598 is 100, which means the highest debugging level.
6599
6600 @item -t @var{start-time}
6601 @itemx --time=@var{start-time}
6602 Wait till @var{time}, then do backup.
6603
6604 @item -h
6605 @itemx --help
6606 Display short help message and exit.
6607
6608 @item -V
6609 @itemx --version
6610 Display information about the program's name, version, origin and legal
6611 status, all on standard output, and then exit successfully.
6612 @end table
6613
6614
6615 @node Scripted Restoration
6616 @section Using the Restore Script
6617
6618 To restore files that were archived using a scripted backup, use the
6619 @code{restore} script. Its usage is quite straightforward. In the
6620 simplest form, invoke @code{restore --all}, it will
6621 then restore all the file systems and files specified in
6622 @file{backup-specs} (@pxref{General-Purpose Variables,BACKUP_DIRS}).
6623
6624 You may select the file systems (and/or files) to restore by
6625 giving @code{restore} a list of @dfn{patterns} in its command
6626 line. For example, running
6627
6628 @smallexample
6629 restore 'albert:*'
6630 @end smallexample
6631
6632 @noindent
6633 will restore all file systems on the machine @samp{albert}. A more
6634 complicated example:
6635
6636 @smallexample
6637 restore 'albert:*' '*:/var'
6638 @end smallexample
6639
6640 @noindent
6641 This command will restore all file systems on the machine @samp{albert}
6642 as well as @file{/var} file system on all machines.
6643
6644 By default @code{restore} will start restoring files from the lowest
6645 available dump level (usually zero) and will continue through
6646 all available dump levels. There may be situations where such a
6647 thorough restore is not necessary. For example, you may wish to
6648 restore only files from the recent level one backup. To do so,
6649 use @option{--level} option, as shown in the example below:
6650
6651 @smallexample
6652 restore --level=1
6653 @end smallexample
6654
6655 The full list of options accepted by @code{restore} follows:
6656
6657 @table @option
6658 @item -a
6659 @itemx --all
6660 Restore all file systems and files specified in @file{backup-specs}.
6661
6662 @item -l @var{level}
6663 @itemx --level=@var{level}
6664 Start restoring from the given backup level, instead of the default 0.
6665
6666 @item -v[@var{level}]
6667 @itemx --verbose[=@var{level}]
6668 Set verbosity level. The higher the level is, the more debugging
6669 information will be output during execution. Default @var{level}
6670 is 100, which means the highest debugging level.
6671
6672 @item -h
6673 @itemx --help
6674 Display short help message and exit.
6675
6676 @item -V
6677 @itemx --version
6678 Display information about the program's name, version, origin and legal
6679 status, all on standard output, and then exit successfully.
6680 @end table
6681
6682 You should start the restore script with the media containing the
6683 first volume of the archive mounted. The script will prompt for other
6684 volumes as they are needed. If the archive is on tape, you don't need
6685 to rewind the tape to to its beginning---if the tape head is
6686 positioned past the beginning of the archive, the script will rewind
6687 the tape as needed. @xref{Tape Positioning}, for a discussion of tape
6688 positioning.
6689
6690 @quotation
6691 @strong{Warning:} The script will delete files from the active file
6692 system if they were not in the file system when the archive was made.
6693 @end quotation
6694
6695 @xref{Incremental Dumps}, for an explanation of how the script makes
6696 that determination.
6697
6698 @node Choosing
6699 @chapter Choosing Files and Names for @command{tar}
6700
6701 Certain options to @command{tar} enable you to specify a name for your
6702 archive. Other options let you decide which files to include or exclude
6703 from the archive, based on when or whether files were modified, whether
6704 the file names do or don't match specified patterns, or whether files
6705 are in specified directories.
6706
6707 This chapter discusses these options in detail.
6708
6709 @menu
6710 * file:: Choosing the Archive's Name
6711 * Selecting Archive Members::
6712 * files:: Reading Names from a File
6713 * exclude:: Excluding Some Files
6714 * wildcards:: Wildcards Patterns and Matching
6715 * quoting styles:: Ways of Quoting Special Characters in Names
6716 * transform:: Modifying File and Member Names
6717 * after:: Operating Only on New Files
6718 * recurse:: Descending into Directories
6719 * one:: Crossing File System Boundaries
6720 @end menu
6721
6722 @node file
6723 @section Choosing and Naming Archive Files
6724
6725 @cindex Naming an archive
6726 @cindex Archive Name
6727 @cindex Choosing an archive file
6728 @cindex Where is the archive?
6729 @opindex file
6730 By default, @command{tar} uses an archive file name that was compiled when
6731 it was built on the system; usually this name refers to some physical
6732 tape drive on the machine. However, the person who installed @command{tar}
6733 on the system may not have set the default to a meaningful value as far as
6734 most users are concerned. As a result, you will usually want to tell
6735 @command{tar} where to find (or create) the archive. The
6736 @option{--file=@var{archive-name}} (@option{-f @var{archive-name}})
6737 option allows you to either specify or name a file to use as the archive
6738 instead of the default archive file location.
6739
6740 @table @option
6741 @xopindex{file, short description}
6742 @item --file=@var{archive-name}
6743 @itemx -f @var{archive-name}
6744 Name the archive to create or operate on. Use in conjunction with
6745 any operation.
6746 @end table
6747
6748 For example, in this @command{tar} command,
6749
6750 @smallexample
6751 $ @kbd{tar -cvf collection.tar blues folk jazz}
6752 @end smallexample
6753
6754 @noindent
6755 @file{collection.tar} is the name of the archive. It must directly
6756 follow the @option{-f} option, since whatever directly follows @option{-f}
6757 @emph{will} end up naming the archive. If you neglect to specify an
6758 archive name, you may end up overwriting a file in the working directory
6759 with the archive you create since @command{tar} will use this file's name
6760 for the archive name.
6761
6762 An archive can be saved as a file in the file system, sent through a
6763 pipe or over a network, or written to an I/O device such as a tape,
6764 floppy disk, or CD write drive.
6765
6766 @cindex Writing new archives
6767 @cindex Archive creation
6768 If you do not name the archive, @command{tar} uses the value of the
6769 environment variable @env{TAPE} as the file name for the archive. If
6770 that is not available, @command{tar} uses a default, compiled-in archive
6771 name, usually that for tape unit zero (i.e., @file{/dev/tu00}).
6772
6773 @cindex Standard input and output
6774 @cindex tar to standard input and output
6775 If you use @file{-} as an @var{archive-name}, @command{tar} reads the
6776 archive from standard input (when listing or extracting files), or
6777 writes it to standard output (when creating an archive). If you use
6778 @file{-} as an @var{archive-name} when modifying an archive,
6779 @command{tar} reads the original archive from its standard input and
6780 writes the entire new archive to its standard output.
6781
6782 The following example is a convenient way of copying directory
6783 hierarchy from @file{sourcedir} to @file{targetdir}.
6784
6785 @smallexample
6786 $ @kbd{(cd sourcedir; tar -cf - .) | (cd targetdir; tar -xpf -)}
6787 @end smallexample
6788
6789 The @option{-C} option allows to avoid using subshells:
6790
6791 @smallexample
6792 $ @kbd{tar -C sourcedir -cf - . | tar -C targetdir -xpf -}
6793 @end smallexample
6794
6795 In both examples above, the leftmost @command{tar} invocation archives
6796 the contents of @file{sourcedir} to the standard output, while the
6797 rightmost one reads this archive from its standard input and
6798 extracts it. The @option{-p} option tells it to restore permissions
6799 of the extracted files.
6800
6801 @cindex Remote devices
6802 @cindex tar to a remote device
6803 @anchor{remote-dev}
6804 To specify an archive file on a device attached to a remote machine,
6805 use the following:
6806
6807 @smallexample
6808 @kbd{--file=@var{hostname}:/@var{dev}/@var{file-name}}
6809 @end smallexample
6810
6811 @noindent
6812 @command{tar} will set up the remote connection, if possible, and
6813 prompt you for a username and password. If you use
6814 @option{--file=@@@var{hostname}:/@var{dev}/@var{file-name}}, @command{tar}
6815 will attempt to set up the remote connection using your username
6816 as the username on the remote machine.
6817
6818 @cindex Local and remote archives
6819 @anchor{local and remote archives}
6820 If the archive file name includes a colon (@samp{:}), then it is assumed
6821 to be a file on another machine. If the archive file is
6822 @samp{@var{user}@@@var{host}:@var{file}}, then @var{file} is used on the
6823 host @var{host}. The remote host is accessed using the @command{rsh}
6824 program, with a username of @var{user}. If the username is omitted
6825 (along with the @samp{@@} sign), then your user name will be used.
6826 (This is the normal @command{rsh} behavior.) It is necessary for the
6827 remote machine, in addition to permitting your @command{rsh} access, to
6828 have the @file{rmt} program installed (this command is included in
6829 the @GNUTAR{} distribution and by default is installed under
6830 @file{@var{prefix}/libexec/rmt}, where @var{prefix} means your
6831 installation prefix). If you need to use a file whose name includes a
6832 colon, then the remote tape drive behavior
6833 can be inhibited by using the @option{--force-local} option.
6834
6835 When the archive is being created to @file{/dev/null}, @GNUTAR{}
6836 tries to minimize input and output operations. The Amanda backup
6837 system, when used with @GNUTAR{}, has an initial sizing pass which
6838 uses this feature.
6839
6840 @node Selecting Archive Members
6841 @section Selecting Archive Members
6842 @cindex Specifying files to act on
6843 @cindex Specifying archive members
6844
6845 @dfn{File Name arguments} specify which files in the file system
6846 @command{tar} operates on, when creating or adding to an archive, or which
6847 archive members @command{tar} operates on, when reading or deleting from
6848 an archive. @xref{Operations}.
6849
6850 To specify file names, you can include them as the last arguments on
6851 the command line, as follows:
6852 @smallexample
6853 @kbd{tar} @var{operation} [@var{option1} @var{option2} @dots{}] [@var{file name-1} @var{file name-2} @dots{}]
6854 @end smallexample
6855
6856 If a file name begins with dash (@samp{-}), precede it with
6857 @option{--add-file} option to prevent it from being treated as an
6858 option.
6859
6860 @anchor{input name quoting}
6861 By default @GNUTAR{} attempts to @dfn{unquote} each file or member
6862 name, replacing @dfn{escape sequences} according to the following
6863 table:
6864
6865 @multitable @columnfractions 0.20 0.60
6866 @headitem Escape @tab Replaced with
6867 @item \a @tab Audible bell (@acronym{ASCII} 7)
6868 @item \b @tab Backspace (@acronym{ASCII} 8)
6869 @item \f @tab Form feed (@acronym{ASCII} 12)
6870 @item \n @tab New line (@acronym{ASCII} 10)
6871 @item \r @tab Carriage return (@acronym{ASCII} 13)
6872 @item \t @tab Horizontal tabulation (@acronym{ASCII} 9)
6873 @item \v @tab Vertical tabulation (@acronym{ASCII} 11)
6874 @item \? @tab @acronym{ASCII} 127
6875 @item \@var{n} @tab @acronym{ASCII} @var{n} (@var{n} should be an octal number
6876 of up to 3 digits)
6877 @end multitable
6878
6879 A backslash followed by any other symbol is retained.
6880
6881 This default behavior is controlled by the following command line
6882 option:
6883
6884 @table @option
6885 @opindex unquote
6886 @item --unquote
6887 Enable unquoting input file or member names (default).
6888
6889 @opindex no-unquote
6890 @item --no-unquote
6891 Disable unquoting input file or member names.
6892 @end table
6893
6894 If you specify a directory name as a file name argument, all the files
6895 in that directory are operated on by @command{tar}.
6896
6897 If you do not specify files, @command{tar} behavior differs depending
6898 on the operation mode as described below:
6899
6900 When @command{tar} is invoked with @option{--create} (@option{-c}),
6901 @command{tar} will stop immediately, reporting the following:
6902
6903 @smallexample
6904 @group
6905 $ @kbd{tar cf a.tar}
6906 tar: Cowardly refusing to create an empty archive
6907 Try `tar --help' or `tar --usage' for more information.
6908 @end group
6909 @end smallexample
6910
6911 If you specify either @option{--list} (@option{-t}) or
6912 @option{--extract} (@option{--get}, @option{-x}), @command{tar}
6913 operates on all the archive members in the archive.
6914
6915 If run with @option{--diff} option, tar will compare the archive with
6916 the contents of the current working directory.
6917
6918 If you specify any other operation, @command{tar} does nothing.
6919
6920 By default, @command{tar} takes file names from the command line. However,
6921 there are other ways to specify file or member names, or to modify the
6922 manner in which @command{tar} selects the files or members upon which to
6923 operate. In general, these methods work both for specifying the names
6924 of files and archive members.
6925
6926 @node files
6927 @section Reading Names from a File
6928
6929 @cindex Reading file names from a file
6930 @cindex Lists of file names
6931 @cindex File Name arguments, alternatives
6932 @cindex @command{find}, using with @command{tar}
6933 Instead of giving the names of files or archive members on the command
6934 line, you can put the names into a file, and then use the
6935 @option{--files-from=@var{file-of-names}} (@option{-T
6936 @var{file-of-names}}) option to @command{tar}. Give the name of the
6937 file which contains the list of files to include as the argument to
6938 @option{--files-from}. In the list, the file names should be separated by
6939 newlines. You will frequently use this option when you have generated
6940 the list of files to archive with the @command{find} utility.
6941
6942 @table @option
6943 @opindex files-from
6944 @item --files-from=@var{file-name}
6945 @itemx -T @var{file-name}
6946 Get names to extract or create from file @var{file-name}.
6947 @end table
6948
6949 If you give a single dash as a file name for @option{--files-from}, (i.e.,
6950 you specify either @code{--files-from=-} or @code{-T -}), then the file
6951 names are read from standard input.
6952
6953 Unless you are running @command{tar} with @option{--create}, you can not use
6954 both @code{--files-from=-} and @code{--file=-} (@code{-f -}) in the same
6955 command.
6956
6957 Any number of @option{-T} options can be given in the command line.
6958
6959 The following example shows how to use @command{find} to generate a list of
6960 files smaller than 400K in length and put that list into a file
6961 called @file{small-files}. You can then use the @option{-T} option to
6962 @command{tar} to specify the files from that file, @file{small-files}, to
6963 create the archive @file{little.tgz}. (The @option{-z} option to
6964 @command{tar} compresses the archive with @command{gzip}; @pxref{gzip} for
6965 more information.)
6966
6967 @smallexample
6968 $ @kbd{find . -size -400 -print > small-files}
6969 $ @kbd{tar -c -v -z -T small-files -f little.tgz}
6970 @end smallexample
6971
6972 @noindent
6973 In the file list given by @option{-T} option, any file name beginning
6974 with @samp{-} character is considered a @command{tar} option and is
6975 processed accordingly@footnote{Versions of @GNUTAR{} up to 1.15.1
6976 recognized only @option{-C} option in file lists, and only if the
6977 option and its argument occupied two consecutive lines.}. For example,
6978 the common use of this feature is to change to another directory by
6979 specifying @option{-C} option:
6980
6981 @smallexample
6982 @group
6983 $ @kbd{cat list}
6984 -C/etc
6985 passwd
6986 hosts
6987 -C/lib
6988 libc.a
6989 $ @kbd{tar -c -f foo.tar --files-from list}
6990 @end group
6991 @end smallexample
6992
6993 @noindent
6994 In this example, @command{tar} will first switch to @file{/etc}
6995 directory and add files @file{passwd} and @file{hosts} to the
6996 archive. Then it will change to @file{/lib} directory and will archive
6997 the file @file{libc.a}. Thus, the resulting archive @file{foo.tar} will
6998 contain:
6999
7000 @smallexample
7001 @group
7002 $ @kbd{tar tf foo.tar}
7003 passwd
7004 hosts
7005 libc.a
7006 @end group
7007 @end smallexample
7008
7009 @noindent
7010 @xopindex{directory, using in @option{--files-from} argument}
7011 Notice that the option parsing algorithm used with @option{-T} is
7012 stricter than the one used by shell. Namely, when specifying option
7013 arguments, you should observe the following rules:
7014
7015 @itemize @bullet
7016 @item
7017 When using short (single-letter) option form, its argument must
7018 immediately follow the option letter, without any intervening
7019 whitespace. For example: @code{-Cdir}.
7020
7021 @item
7022 When using long option form, the option argument must be separated
7023 from the option by a single equal sign. No whitespace is allowed on
7024 any side of the equal sign. For example: @code{--directory=dir}.
7025
7026 @item
7027 For both short and long option forms, the option argument can be given
7028 on the next line after the option name, e.g.:
7029
7030 @smallexample
7031 @group
7032 --directory
7033 dir
7034 @end group
7035 @end smallexample
7036
7037 @noindent
7038 and
7039
7040 @smallexample
7041 @group
7042 -C
7043 dir
7044 @end group
7045 @end smallexample
7046 @end itemize
7047
7048 @opindex add-file
7049 If you happen to have a file whose name starts with @samp{-},
7050 precede it with @option{--add-file} option to prevent it from
7051 being recognized as an option. For example: @code{--add-file=--my-file}.
7052
7053 @menu
7054 * nul::
7055 @end menu
7056
7057 @node nul
7058 @subsection @code{NUL}-Terminated File Names
7059
7060 @cindex File names, terminated by @code{NUL}
7061 @cindex @code{NUL}-terminated file names
7062 The @option{--null} option causes
7063 @option{--files-from=@var{file-of-names}} (@option{-T @var{file-of-names}})
7064 to read file names terminated by a @code{NUL} instead of a newline, so
7065 files whose names contain newlines can be archived using
7066 @option{--files-from}.
7067
7068 @table @option
7069 @xopindex{null, described}
7070 @item --null
7071 Only consider @code{NUL}-terminated file names, instead of files that
7072 terminate in a newline.
7073
7074 @xopindex{no-null, described}
7075 @item --no-null
7076 Undo the effect of any previous @option{--null} option.
7077 @end table
7078
7079 The @option{--null} option is just like the one in @acronym{GNU}
7080 @command{xargs} and @command{cpio}, and is useful with the
7081 @option{-print0} predicate of @acronym{GNU} @command{find}. In
7082 @command{tar}, @option{--null} also disables special handling for
7083 file names that begin with dash.
7084
7085 This example shows how to use @command{find} to generate a list of files
7086 larger than 800K in length and put that list into a file called
7087 @file{long-files}. The @option{-print0} option to @command{find} is just
7088 like @option{-print}, except that it separates files with a @code{NUL}
7089 rather than with a newline. You can then run @command{tar} with both the
7090 @option{--null} and @option{-T} options to specify that @command{tar} gets the
7091 files from that file, @file{long-files}, to create the archive
7092 @file{big.tgz}. The @option{--null} option to @command{tar} will cause
7093 @command{tar} to recognize the @code{NUL} separator between files.
7094
7095 @smallexample
7096 $ @kbd{find . -size +800 -print0 > long-files}
7097 $ @kbd{tar -c -v --null --files-from=long-files --file=big.tar}
7098 @end smallexample
7099
7100 The @option{--no-null} option can be used if you need to read both
7101 @code{NUL}-terminated and newline-terminated files on the same command line.
7102 For example, if @file{flist} is a newline-terminated file, then the
7103 following command can be used to combine it with the above command:
7104
7105 @smallexample
7106 @group
7107 $ @kbd{find . -size +800 -print0 |
7108 tar -c -f big.tar --null -T - --no-null -T flist}
7109 @end group
7110 @end smallexample
7111
7112 This example uses short options for typographic reasons, to avoid
7113 very long lines.
7114
7115 @GNUTAR is able to automatically detect @code{NUL}-terminated file lists, so
7116 it is safe to use them even without the @option{--null} option. In
7117 this case @command{tar} will print a warning and continue reading such
7118 a file as if @option{--null} were actually given:
7119
7120 @smallexample
7121 @group
7122 $ @kbd{find . -size +800 -print0 | tar -c -f big.tar -T -}
7123 tar: -: file name read contains nul character
7124 @end group
7125 @end smallexample
7126
7127 The null terminator, however, remains in effect only for this
7128 particular file, any following @option{-T} options will assume
7129 newline termination. Of course, the null autodetection applies
7130 to these eventual surplus @option{-T} options as well.
7131
7132 @node exclude
7133 @section Excluding Some Files
7134
7135 @cindex File names, excluding files by
7136 @cindex Excluding files by name and pattern
7137 @cindex Excluding files by file system
7138 @opindex exclude
7139 @opindex exclude-from
7140 To avoid operating on files whose names match a particular pattern,
7141 use the @option{--exclude} or @option{--exclude-from} options.
7142
7143 @table @option
7144 @opindex exclude
7145 @item --exclude=@var{pattern}
7146 Causes @command{tar} to ignore files that match the @var{pattern}.
7147 @end table
7148
7149 @findex exclude
7150 The @option{--exclude=@var{pattern}} option prevents any file or
7151 member whose name matches the shell wildcard (@var{pattern}) from
7152 being operated on.
7153 For example, to create an archive with all the contents of the directory
7154 @file{src} except for files whose names end in @file{.o}, use the
7155 command @samp{tar -cf src.tar --exclude='*.o' src}.
7156
7157 You may give multiple @option{--exclude} options.
7158
7159 @table @option
7160 @opindex exclude-from
7161 @item --exclude-from=@var{file}
7162 @itemx -X @var{file}
7163 Causes @command{tar} to ignore files that match the patterns listed in
7164 @var{file}.
7165 @end table
7166
7167 @findex exclude-from
7168 Use the @option{--exclude-from} option to read a
7169 list of patterns, one per line, from @var{file}; @command{tar} will
7170 ignore files matching those patterns. Thus if @command{tar} is
7171 called as @w{@samp{tar -c -X foo .}} and the file @file{foo} contains a
7172 single line @file{*.o}, no files whose names end in @file{.o} will be
7173 added to the archive.
7174
7175 Notice, that lines from @var{file} are read verbatim. One of the
7176 frequent errors is leaving some extra whitespace after a file name,
7177 which is difficult to catch using text editors.
7178
7179 However, empty lines are OK.
7180
7181 @table @option
7182 @cindex version control system, excluding files
7183 @cindex VCS, excluding files
7184 @cindex SCCS, excluding files
7185 @cindex RCS, excluding files
7186 @cindex CVS, excluding files
7187 @cindex SVN, excluding files
7188 @cindex git, excluding files
7189 @cindex Bazaar, excluding files
7190 @cindex Arch, excluding files
7191 @cindex Mercurial, excluding files
7192 @cindex Darcs, excluding files
7193 @opindex exclude-vcs
7194 @item --exclude-vcs
7195 Exclude files and directories used by following version control
7196 systems: @samp{CVS}, @samp{RCS}, @samp{SCCS}, @samp{SVN}, @samp{Arch},
7197 @samp{Bazaar}, @samp{Mercurial}, and @samp{Darcs}.
7198
7199 As of version @value{VERSION}, the following files are excluded:
7200
7201 @itemize @bullet
7202 @item @file{CVS/}, and everything under it
7203 @item @file{RCS/}, and everything under it
7204 @item @file{SCCS/}, and everything under it
7205 @item @file{.git/}, and everything under it
7206 @item @file{.gitignore}
7207 @item @file{.cvsignore}
7208 @item @file{.svn/}, and everything under it
7209 @item @file{.arch-ids/}, and everything under it
7210 @item @file{@{arch@}/}, and everything under it
7211 @item @file{=RELEASE-ID}
7212 @item @file{=meta-update}
7213 @item @file{=update}
7214 @item @file{.bzr}
7215 @item @file{.bzrignore}
7216 @item @file{.bzrtags}
7217 @item @file{.hg}
7218 @item @file{.hgignore}
7219 @item @file{.hgrags}
7220 @item @file{_darcs}
7221 @end itemize
7222
7223 @opindex exclude-backups
7224 @item --exclude-backups
7225 Exclude backup and lock files. This option causes exclusion of files
7226 that match the following shell globbing patterns:
7227
7228 @table @asis
7229 @item .#*
7230 @item *~
7231 @item #*#
7232 @end table
7233
7234 @end table
7235
7236 @findex exclude-caches
7237 When creating an archive, the @option{--exclude-caches} option family
7238 causes @command{tar} to exclude all directories that contain a @dfn{cache
7239 directory tag}. A cache directory tag is a short file with the
7240 well-known name @file{CACHEDIR.TAG} and having a standard header
7241 specified in @url{http://www.brynosaurus.com/cachedir/spec.html}.
7242 Various applications write cache directory tags into directories they
7243 use to hold regenerable, non-precious data, so that such data can be
7244 more easily excluded from backups.
7245
7246 There are three @samp{exclude-caches} options, each providing a different
7247 exclusion semantics:
7248
7249 @table @option
7250 @opindex exclude-caches
7251 @item --exclude-caches
7252 Do not archive the contents of the directory, but archive the
7253 directory itself and the @file{CACHEDIR.TAG} file.
7254
7255 @opindex exclude-caches-under
7256 @item --exclude-caches-under
7257 Do not archive the contents of the directory, nor the
7258 @file{CACHEDIR.TAG} file, archive only the directory itself.
7259
7260 @opindex exclude-caches-all
7261 @item --exclude-caches-all
7262 Omit directories containing @file{CACHEDIR.TAG} file entirely.
7263 @end table
7264
7265 @findex exclude-tag
7266 Another option family, @option{--exclude-tag}, provides a generalization of
7267 this concept. It takes a single argument, a file name to look for.
7268 Any directory that contains this file will be excluded from the dump.
7269 Similarly to @samp{exclude-caches}, there are three options in this
7270 option family:
7271
7272 @table @option
7273 @opindex exclude-tag
7274 @item --exclude-tag=@var{file}
7275 Do not dump the contents of the directory, but dump the
7276 directory itself and the @var{file}.
7277
7278 @opindex exclude-tag-under
7279 @item --exclude-tag-under=@var{file}
7280 Do not dump the contents of the directory, nor the
7281 @var{file}, archive only the directory itself.
7282
7283 @opindex exclude-tag-all
7284 @item --exclude-tag-all=@var{file}
7285 Omit directories containing @var{file} file entirely.
7286 @end table
7287
7288 Multiple @option{--exclude-tag*} options can be given.
7289
7290 For example, given this directory:
7291
7292 @smallexample
7293 @group
7294 $ @kbd{find dir}
7295 dir
7296 dir/blues
7297 dir/jazz
7298 dir/folk
7299 dir/folk/tagfile
7300 dir/folk/sanjuan
7301 dir/folk/trote
7302 @end group
7303 @end smallexample
7304
7305 The @option{--exclude-tag} will produce the following:
7306
7307 @smallexample
7308 $ @kbd{tar -cf archive.tar --exclude-tag=tagfile -v dir}
7309 dir/
7310 dir/blues
7311 dir/jazz
7312 dir/folk/
7313 tar: dir/folk/: contains a cache directory tag tagfile;
7314 contents not dumped
7315 dir/folk/tagfile
7316 @end smallexample
7317
7318 Both the @file{dir/folk} directory and its tagfile are preserved in
7319 the archive, however the rest of files in this directory are not.
7320
7321 Now, using the @option{--exclude-tag-under} option will exclude
7322 @file{tagfile} from the dump, while still preserving the directory
7323 itself, as shown in this example:
7324
7325 @smallexample
7326 $ @kbd{tar -cf archive.tar --exclude-tag-under=tagfile -v dir}
7327 dir/
7328 dir/blues
7329 dir/jazz
7330 dir/folk/
7331 ./tar: dir/folk/: contains a cache directory tag tagfile;
7332 contents not dumped
7333 @end smallexample
7334
7335 Finally, using @option{--exclude-tag-all} omits the @file{dir/folk}
7336 directory entirely:
7337
7338 @smallexample
7339 $ @kbd{tar -cf archive.tar --exclude-tag-all=tagfile -v dir}
7340 dir/
7341 dir/blues
7342 dir/jazz
7343 ./tar: dir/folk/: contains a cache directory tag tagfile;
7344 directory not dumped
7345 @end smallexample
7346
7347 @menu
7348 * problems with exclude::
7349 @end menu
7350
7351 @node problems with exclude
7352 @unnumberedsubsec Problems with Using the @code{exclude} Options
7353
7354 @xopindex{exclude, potential problems with}
7355 Some users find @samp{exclude} options confusing. Here are some common
7356 pitfalls:
7357
7358 @itemize @bullet
7359 @item
7360 The main operating mode of @command{tar} does not act on a file name
7361 explicitly listed on the command line, if one of its file name
7362 components is excluded. In the example above, if
7363 you create an archive and exclude files that end with @samp{*.o}, but
7364 explicitly name the file @samp{dir.o/foo} after all the options have been
7365 listed, @samp{dir.o/foo} will be excluded from the archive.
7366
7367 @item
7368 You can sometimes confuse the meanings of @option{--exclude} and
7369 @option{--exclude-from}. Be careful: use @option{--exclude} when files
7370 to be excluded are given as a pattern on the command line. Use
7371 @option{--exclude-from} to introduce the name of a file which contains
7372 a list of patterns, one per line; each of these patterns can exclude
7373 zero, one, or many files.
7374
7375 @item
7376 When you use @option{--exclude=@var{pattern}}, be sure to quote the
7377 @var{pattern} parameter, so @GNUTAR{} sees wildcard characters
7378 like @samp{*}. If you do not do this, the shell might expand the
7379 @samp{*} itself using files at hand, so @command{tar} might receive a
7380 list of files instead of one pattern, or none at all, making the
7381 command somewhat illegal. This might not correspond to what you want.
7382
7383 For example, write:
7384
7385 @smallexample
7386 $ @kbd{tar -c -f @var{archive.tar} --exclude '*.o' @var{directory}}
7387 @end smallexample
7388
7389 @noindent
7390 rather than:
7391
7392 @smallexample
7393 # @emph{Wrong!}
7394 $ @kbd{tar -c -f @var{archive.tar} --exclude *.o @var{directory}}
7395 @end smallexample
7396
7397 @item
7398 You must use use shell syntax, or globbing, rather than @code{regexp}
7399 syntax, when using exclude options in @command{tar}. If you try to use
7400 @code{regexp} syntax to describe files to be excluded, your command
7401 might fail.
7402
7403 @item
7404 @FIXME{The change in semantics must have occurred before 1.11,
7405 so I doubt if it is worth mentioning at all. Anyway, should at
7406 least specify in which version the semantics changed.}
7407 In earlier versions of @command{tar}, what is now the
7408 @option{--exclude-from} option was called @option{--exclude} instead.
7409 Now, @option{--exclude} applies to patterns listed on the command
7410 line and @option{--exclude-from} applies to patterns listed in a
7411 file.
7412
7413 @end itemize
7414
7415 @node wildcards
7416 @section Wildcards Patterns and Matching
7417
7418 @dfn{Globbing} is the operation by which @dfn{wildcard} characters,
7419 @samp{*} or @samp{?} for example, are replaced and expanded into all
7420 existing files matching the given pattern. @GNUTAR{} can use wildcard
7421 patterns for matching (or globbing) archive members when extracting
7422 from or listing an archive. Wildcard patterns are also used for
7423 verifying volume labels of @command{tar} archives. This section has the
7424 purpose of explaining wildcard syntax for @command{tar}.
7425
7426 @FIXME{the next few paragraphs need work.}
7427
7428 A @var{pattern} should be written according to shell syntax, using wildcard
7429 characters to effect globbing. Most characters in the pattern stand
7430 for themselves in the matched string, and case is significant: @samp{a}
7431 will match only @samp{a}, and not @samp{A}. The character @samp{?} in the
7432 pattern matches any single character in the matched string. The character
7433 @samp{*} in the pattern matches zero, one, or more single characters in
7434 the matched string. The character @samp{\} says to take the following
7435 character of the pattern @emph{literally}; it is useful when one needs to
7436 match the @samp{?}, @samp{*}, @samp{[} or @samp{\} characters, themselves.
7437
7438 The character @samp{[}, up to the matching @samp{]}, introduces a character
7439 class. A @dfn{character class} is a list of acceptable characters
7440 for the next single character of the matched string. For example,
7441 @samp{[abcde]} would match any of the first five letters of the alphabet.
7442 Note that within a character class, all of the ``special characters''
7443 listed above other than @samp{\} lose their special meaning; for example,
7444 @samp{[-\\[*?]]} would match any of the characters, @samp{-}, @samp{\},
7445 @samp{[}, @samp{*}, @samp{?}, or @samp{]}. (Due to parsing constraints,
7446 the characters @samp{-} and @samp{]} must either come @emph{first} or
7447 @emph{last} in a character class.)
7448
7449 @cindex Excluding characters from a character class
7450 @cindex Character class, excluding characters from
7451 If the first character of the class after the opening @samp{[}
7452 is @samp{!} or @samp{^}, then the meaning of the class is reversed.
7453 Rather than listing character to match, it lists those characters which
7454 are @emph{forbidden} as the next single character of the matched string.
7455
7456 Other characters of the class stand for themselves. The special
7457 construction @samp{[@var{a}-@var{e}]}, using an hyphen between two
7458 letters, is meant to represent all characters between @var{a} and
7459 @var{e}, inclusive.
7460
7461 @FIXME{need to add a sentence or so here to make this clear for those
7462 who don't have dan around.}
7463
7464 Periods (@samp{.}) or forward slashes (@samp{/}) are not considered
7465 special for wildcard matches. However, if a pattern completely matches
7466 a directory prefix of a matched string, then it matches the full matched
7467 string: thus, excluding a directory also excludes all the files beneath it.
7468
7469 @menu
7470 * controlling pattern-matching::
7471 @end menu
7472
7473 @node controlling pattern-matching
7474 @unnumberedsubsec Controlling Pattern-Matching
7475
7476 For the purposes of this section, we call @dfn{exclusion members} all
7477 member names obtained while processing @option{--exclude} and
7478 @option{--exclude-from} options, and @dfn{inclusion members} those
7479 member names that were given in the command line or read from the file
7480 specified with @option{--files-from} option.
7481
7482 These two pairs of member lists are used in the following operations:
7483 @option{--diff}, @option{--extract}, @option{--list},
7484 @option{--update}.
7485
7486 There are no inclusion members in create mode (@option{--create} and
7487 @option{--append}), since in this mode the names obtained from the
7488 command line refer to @emph{files}, not archive members.
7489
7490 By default, inclusion members are compared with archive members
7491 literally @footnote{Notice that earlier @GNUTAR{} versions used
7492 globbing for inclusion members, which contradicted to UNIX98
7493 specification and was not documented. @xref{Changes}, for more
7494 information on this and other changes.} and exclusion members are
7495 treated as globbing patterns. For example:
7496
7497 @smallexample
7498 @group
7499 $ @kbd{tar tf foo.tar}
7500 a.c
7501 b.c
7502 a.txt
7503 [remarks]
7504 # @i{Member names are used verbatim:}
7505 $ @kbd{tar -xf foo.tar -v '[remarks]'}
7506 [remarks]
7507 # @i{Exclude member names are globbed:}
7508 $ @kbd{tar -xf foo.tar -v --exclude '*.c'}
7509 a.txt
7510 [remarks]
7511 @end group
7512 @end smallexample
7513
7514 This behavior can be altered by using the following options:
7515
7516 @table @option
7517 @opindex wildcards
7518 @item --wildcards
7519 Treat all member names as wildcards.
7520
7521 @opindex no-wildcards
7522 @item --no-wildcards
7523 Treat all member names as literal strings.
7524 @end table
7525
7526 Thus, to extract files whose names end in @samp{.c}, you can use:
7527
7528 @smallexample
7529 $ @kbd{tar -xf foo.tar -v --wildcards '*.c'}
7530 a.c
7531 b.c
7532 @end smallexample
7533
7534 @noindent
7535 Notice quoting of the pattern to prevent the shell from interpreting
7536 it.
7537
7538 The effect of @option{--wildcards} option is canceled by
7539 @option{--no-wildcards}. This can be used to pass part of
7540 the command line arguments verbatim and other part as globbing
7541 patterns. For example, the following invocation:
7542
7543 @smallexample
7544 $ @kbd{tar -xf foo.tar --wildcards '*.txt' --no-wildcards '[remarks]'}
7545 @end smallexample
7546
7547 @noindent
7548 instructs @command{tar} to extract from @file{foo.tar} all files whose
7549 names end in @samp{.txt} and the file named @file{[remarks]}.
7550
7551 Normally, a pattern matches a name if an initial subsequence of the
7552 name's components matches the pattern, where @samp{*}, @samp{?}, and
7553 @samp{[...]} are the usual shell wildcards, @samp{\} escapes wildcards,
7554 and wildcards can match @samp{/}.
7555
7556 Other than optionally stripping leading @samp{/} from names
7557 (@pxref{absolute}), patterns and names are used as-is. For
7558 example, trailing @samp{/} is not trimmed from a user-specified name
7559 before deciding whether to exclude it.
7560
7561 However, this matching procedure can be altered by the options listed
7562 below. These options accumulate. For example:
7563
7564 @smallexample
7565 --ignore-case --exclude='makefile' --no-ignore-case ---exclude='readme'
7566 @end smallexample
7567
7568 @noindent
7569 ignores case when excluding @samp{makefile}, but not when excluding
7570 @samp{readme}.
7571
7572 @table @option
7573 @opindex anchored
7574 @opindex no-anchored
7575 @item --anchored
7576 @itemx --no-anchored
7577 If anchored, a pattern must match an initial subsequence
7578 of the name's components. Otherwise, the pattern can match any
7579 subsequence. Default is @option{--no-anchored} for exclusion members
7580 and @option{--anchored} inclusion members.
7581
7582 @opindex ignore-case
7583 @opindex no-ignore-case
7584 @item --ignore-case
7585 @itemx --no-ignore-case
7586 When ignoring case, upper-case patterns match lower-case names and vice versa.
7587 When not ignoring case (the default), matching is case-sensitive.
7588
7589 @opindex wildcards-match-slash
7590 @opindex no-wildcards-match-slash
7591 @item --wildcards-match-slash
7592 @itemx --no-wildcards-match-slash
7593 When wildcards match slash (the default for exclusion members), a
7594 wildcard like @samp{*} in the pattern can match a @samp{/} in the
7595 name. Otherwise, @samp{/} is matched only by @samp{/}.
7596
7597 @end table
7598
7599 The @option{--recursion} and @option{--no-recursion} options
7600 (@pxref{recurse}) also affect how member patterns are interpreted. If
7601 recursion is in effect, a pattern matches a name if it matches any of
7602 the name's parent directories.
7603
7604 The following table summarizes pattern-matching default values:
7605
7606 @multitable @columnfractions .3 .7
7607 @headitem Members @tab Default settings
7608 @item Inclusion @tab @option{--no-wildcards --anchored --no-wildcards-match-slash}
7609 @item Exclusion @tab @option{--wildcards --no-anchored --wildcards-match-slash}
7610 @end multitable
7611
7612 @node quoting styles
7613 @section Quoting Member Names
7614
7615 When displaying member names, @command{tar} takes care to avoid
7616 ambiguities caused by certain characters. This is called @dfn{name
7617 quoting}. The characters in question are:
7618
7619 @itemize @bullet
7620 @item Non-printable control characters:
7621 @anchor{escape sequences}
7622 @multitable @columnfractions 0.20 0.10 0.60
7623 @headitem Character @tab @acronym{ASCII} @tab Character name
7624 @item \a @tab 7 @tab Audible bell
7625 @item \b @tab 8 @tab Backspace
7626 @item \f @tab 12 @tab Form feed
7627 @item \n @tab 10 @tab New line
7628 @item \r @tab 13 @tab Carriage return
7629 @item \t @tab 9 @tab Horizontal tabulation
7630 @item \v @tab 11 @tab Vertical tabulation
7631 @end multitable
7632
7633 @item Space (@acronym{ASCII} 32)
7634
7635 @item Single and double quotes (@samp{'} and @samp{"})
7636
7637 @item Backslash (@samp{\})
7638 @end itemize
7639
7640 The exact way @command{tar} uses to quote these characters depends on
7641 the @dfn{quoting style}. The default quoting style, called
7642 @dfn{escape} (see below), uses backslash notation to represent control
7643 characters, space and backslash. Using this quoting style, control
7644 characters are represented as listed in column @samp{Character} in the
7645 above table, a space is printed as @samp{\ } and a backslash as @samp{\\}.
7646
7647 @GNUTAR{} offers seven distinct quoting styles, which can be selected
7648 using @option{--quoting-style} option:
7649
7650 @table @option
7651 @item --quoting-style=@var{style}
7652 @opindex quoting-style
7653
7654 Sets quoting style. Valid values for @var{style} argument are:
7655 literal, shell, shell-always, c, escape, locale, clocale.
7656 @end table
7657
7658 These styles are described in detail below. To illustrate their
7659 effect, we will use an imaginary tar archive @file{arch.tar}
7660 containing the following members:
7661
7662 @smallexample
7663 @group
7664 # 1. Contains horizontal tabulation character.
7665 a tab
7666 # 2. Contains newline character
7667 a
7668 newline
7669 # 3. Contains a space
7670 a space
7671 # 4. Contains double quotes
7672 a"double"quote
7673 # 5. Contains single quotes
7674 a'single'quote
7675 # 6. Contains a backslash character:
7676 a\backslash
7677 @end group
7678 @end smallexample
7679
7680 Here is how usual @command{ls} command would have listed them, if they
7681 had existed in the current working directory:
7682
7683 @smallexample
7684 @group
7685 $ @kbd{ls}
7686 a\ttab
7687 a\nnewline
7688 a\ space
7689 a"double"quote
7690 a'single'quote
7691 a\\backslash
7692 @end group
7693 @end smallexample
7694
7695 Quoting styles:
7696
7697 @table @samp
7698 @item literal
7699 No quoting, display each character as is:
7700
7701 @smallexample
7702 @group
7703 $ @kbd{tar tf arch.tar --quoting-style=literal}
7704 ./
7705 ./a space
7706 ./a'single'quote
7707 ./a"double"quote
7708 ./a\backslash
7709 ./a tab
7710 ./a
7711 newline
7712 @end group
7713 @end smallexample
7714
7715 @item shell
7716 Display characters the same way Bourne shell does:
7717 control characters, except @samp{\t} and @samp{\n}, are printed using
7718 backslash escapes, @samp{\t} and @samp{\n} are printed as is, and a
7719 single quote is printed as @samp{\'}. If a name contains any quoted
7720 characters, it is enclosed in single quotes. In particular, if a name
7721 contains single quotes, it is printed as several single-quoted strings:
7722
7723 @smallexample
7724 @group
7725 $ @kbd{tar tf arch.tar --quoting-style=shell}
7726 ./
7727 './a space'
7728 './a'\''single'\''quote'
7729 './a"double"quote'
7730 './a\backslash'
7731 './a tab'
7732 './a
7733 newline'
7734 @end group
7735 @end smallexample
7736
7737 @item shell-always
7738 Same as @samp{shell}, but the names are always enclosed in single
7739 quotes:
7740
7741 @smallexample
7742 @group
7743 $ @kbd{tar tf arch.tar --quoting-style=shell-always}
7744 './'
7745 './a space'
7746 './a'\''single'\''quote'
7747 './a"double"quote'
7748 './a\backslash'
7749 './a tab'
7750 './a
7751 newline'
7752 @end group
7753 @end smallexample
7754
7755 @item c
7756 Use the notation of the C programming language. All names are
7757 enclosed in double quotes. Control characters are quoted using
7758 backslash notations, double quotes are represented as @samp{\"},
7759 backslash characters are represented as @samp{\\}. Single quotes and
7760 spaces are not quoted:
7761
7762 @smallexample
7763 @group
7764 $ @kbd{tar tf arch.tar --quoting-style=c}
7765 "./"
7766 "./a space"
7767 "./a'single'quote"
7768 "./a\"double\"quote"
7769 "./a\\backslash"
7770 "./a\ttab"
7771 "./a\nnewline"
7772 @end group
7773 @end smallexample
7774
7775 @item escape
7776 Control characters are printed using backslash notation, a space is
7777 printed as @samp{\ } and a backslash as @samp{\\}. This is the
7778 default quoting style, unless it was changed when configured the
7779 package.
7780
7781 @smallexample
7782 @group
7783 $ @kbd{tar tf arch.tar --quoting-style=escape}
7784 ./
7785 ./a space
7786 ./a'single'quote
7787 ./a"double"quote
7788 ./a\\backslash
7789 ./a\ttab
7790 ./a\nnewline
7791 @end group
7792 @end smallexample
7793
7794 @item locale
7795 Control characters, single quote and backslash are printed using
7796 backslash notation. All names are quoted using left and right
7797 quotation marks, appropriate to the current locale. If it does not
7798 define quotation marks, use @samp{`} as left and @samp{'} as right
7799 quotation marks. Any occurrences of the right quotation mark in a
7800 name are escaped with @samp{\}, for example:
7801
7802 For example:
7803
7804 @smallexample
7805 @group
7806 $ @kbd{tar tf arch.tar --quoting-style=locale}
7807 `./'
7808 `./a space'
7809 `./a\'single\'quote'
7810 `./a"double"quote'
7811 `./a\\backslash'
7812 `./a\ttab'
7813 `./a\nnewline'
7814 @end group
7815 @end smallexample
7816
7817 @item clocale
7818 Same as @samp{locale}, but @samp{"} is used for both left and right
7819 quotation marks, if not provided by the currently selected locale:
7820
7821 @smallexample
7822 @group
7823 $ @kbd{tar tf arch.tar --quoting-style=clocale}
7824 "./"
7825 "./a space"
7826 "./a'single'quote"
7827 "./a\"double\"quote"
7828 "./a\\backslash"
7829 "./a\ttab"
7830 "./a\nnewline"
7831 @end group
7832 @end smallexample
7833 @end table
7834
7835 You can specify which characters should be quoted in addition to those
7836 implied by the current quoting style:
7837
7838 @table @option
7839 @item --quote-chars=@var{string}
7840 Always quote characters from @var{string}, even if the selected
7841 quoting style would not quote them.
7842 @end table
7843
7844 For example, using @samp{escape} quoting (compare with the usual
7845 escape listing above):
7846
7847 @smallexample
7848 @group
7849 $ @kbd{tar tf arch.tar --quoting-style=escape --quote-chars=' "'}
7850 ./
7851 ./a\ space
7852 ./a'single'quote
7853 ./a\"double\"quote
7854 ./a\\backslash
7855 ./a\ttab
7856 ./a\nnewline
7857 @end group
7858 @end smallexample
7859
7860 To disable quoting of such additional characters, use the following
7861 option:
7862
7863 @table @option
7864 @item --no-quote-chars=@var{string}
7865 Remove characters listed in @var{string} from the list of quoted
7866 characters set by the previous @option{--quote-chars} option.
7867 @end table
7868
7869 This option is particularly useful if you have added
7870 @option{--quote-chars} to your @env{TAR_OPTIONS} (@pxref{TAR_OPTIONS})
7871 and wish to disable it for the current invocation.
7872
7873 Note, that @option{--no-quote-chars} does @emph{not} disable those
7874 characters that are quoted by default in the selected quoting style.
7875
7876 @node transform
7877 @section Modifying File and Member Names
7878
7879 @command{Tar} archives contain detailed information about files stored
7880 in them and full file names are part of that information. When
7881 storing a file to an archive, its file name is recorded in it,
7882 along with the actual file contents. When restoring from an archive,
7883 a file is created on disk with exactly the same name as that stored
7884 in the archive. In the majority of cases this is the desired behavior
7885 of a file archiver. However, there are some cases when it is not.
7886
7887 First of all, it is often unsafe to extract archive members with
7888 absolute file names or those that begin with a @file{../}. @GNUTAR{}
7889 takes special precautions when extracting such names and provides a
7890 special option for handling them, which is described in
7891 @ref{absolute}.
7892
7893 Secondly, you may wish to extract file names without some leading
7894 directory components, or with otherwise modified names. In other
7895 cases it is desirable to store files under differing names in the
7896 archive.
7897
7898 @GNUTAR{} provides several options for these needs.
7899
7900 @table @option
7901 @opindex strip-components
7902 @item --strip-components=@var{number}
7903 Strip given @var{number} of leading components from file names before
7904 extraction.
7905 @end table
7906
7907 For example, suppose you have archived whole @file{/usr} hierarchy to
7908 a tar archive named @file{usr.tar}. Among other files, this archive
7909 contains @file{usr/include/stdlib.h}, which you wish to extract to
7910 the current working directory. To do so, you type:
7911
7912 @smallexample
7913 $ @kbd{tar -xf usr.tar --strip=2 usr/include/stdlib.h}
7914 @end smallexample
7915
7916 The option @option{--strip=2} instructs @command{tar} to strip the
7917 two leading components (@file{usr/} and @file{include/}) off the file
7918 name.
7919
7920 If you add the @option{--verbose} (@option{-v}) option to the invocation
7921 above, you will note that the verbose listing still contains the
7922 full file name, with the two removed components still in place. This
7923 can be inconvenient, so @command{tar} provides a special option for
7924 altering this behavior:
7925
7926 @anchor{show-transformed-names}
7927 @table @option
7928 @opindex show-transformed-names
7929 @item --show-transformed-names
7930 Display file or member names with all requested transformations
7931 applied.
7932 @end table
7933
7934 @noindent
7935 For example:
7936
7937 @smallexample
7938 @group
7939 $ @kbd{tar -xf usr.tar -v --strip=2 usr/include/stdlib.h}
7940 usr/include/stdlib.h
7941 $ @kbd{tar -xf usr.tar -v --strip=2 --show-transformed usr/include/stdlib.h}
7942 stdlib.h
7943 @end group
7944 @end smallexample
7945
7946 Notice that in both cases the file @file{stdlib.h} is extracted to the
7947 current working directory, @option{--show-transformed-names} affects
7948 only the way its name is displayed.
7949
7950 This option is especially useful for verifying whether the invocation
7951 will have the desired effect. Thus, before running
7952
7953 @smallexample
7954 $ @kbd{tar -x --strip=@var{n}}
7955 @end smallexample
7956
7957 @noindent
7958 it is often advisable to run
7959
7960 @smallexample
7961 $ @kbd{tar -t -v --show-transformed --strip=@var{n}}
7962 @end smallexample
7963
7964 @noindent
7965 to make sure the command will produce the intended results.
7966
7967 In case you need to apply more complex modifications to the file name,
7968 @GNUTAR{} provides a general-purpose transformation option:
7969
7970 @table @option
7971 @opindex transform
7972 @opindex xform
7973 @item --transform=@var{expression}
7974 @itemx --xform=@var{expression}
7975 Modify file names using supplied @var{expression}.
7976 @end table
7977
7978 @noindent
7979 The @var{expression} is a @command{sed}-like replace expression of the
7980 form:
7981
7982 @smallexample
7983 s/@var{regexp}/@var{replace}/[@var{flags}]
7984 @end smallexample
7985
7986 @noindent
7987 where @var{regexp} is a @dfn{regular expression}, @var{replace} is a
7988 replacement for each file name part that matches @var{regexp}. Both
7989 @var{regexp} and @var{replace} are described in detail in
7990 @ref{The "s" Command, The "s" Command, The `s' Command, sed, GNU sed}.
7991
7992 Any delimiter can be used in lieu of @samp{/}, the only requirement being
7993 that it be used consistently throughout the expression. For example,
7994 the following two expressions are equivalent:
7995
7996 @smallexample
7997 @group
7998 s/one/two/
7999 s,one,two,
8000 @end group
8001 @end smallexample
8002
8003 Changing delimiters is often useful when the @var{regex} contains
8004 slashes. For example, it is more convenient to write @code{s,/,-,} than
8005 @code{s/\//-/}.
8006
8007 As in @command{sed}, you can give several replace expressions,
8008 separated by a semicolon.
8009
8010 Supported @var{flags} are:
8011
8012 @table @samp
8013 @item g
8014 Apply the replacement to @emph{all} matches to the @var{regexp}, not
8015 just the first.
8016
8017 @item i
8018 Use case-insensitive matching.
8019
8020 @item x
8021 @var{regexp} is an @dfn{extended regular expression} (@pxref{Extended
8022 regexps, Extended regular expressions, Extended regular expressions,
8023 sed, GNU sed}).
8024
8025 @item @var{number}
8026 Only replace the @var{number}th match of the @var{regexp}.
8027
8028 Note: the @acronym{POSIX} standard does not specify what should happen
8029 when you mix the @samp{g} and @var{number} modifiers. @GNUTAR{}
8030 follows the GNU @command{sed} implementation in this regard, so
8031 the interaction is defined to be: ignore matches before the
8032 @var{number}th, and then match and replace all matches from the
8033 @var{number}th on.
8034
8035 @end table
8036
8037 In addition, several @dfn{transformation scope} flags are supported,
8038 that control to what files transformations apply. These are:
8039
8040 @table @samp
8041 @item r
8042 Apply transformation to regular archive members.
8043
8044 @item R
8045 Do not apply transformation to regular archive members.
8046
8047 @item s
8048 Apply transformation to symbolic link targets.
8049
8050 @item S
8051 Do not apply transformation to symbolic link targets.
8052
8053 @item h
8054 Apply transformation to hard link targets.
8055
8056 @item H
8057 Do not apply transformation to hard link targets.
8058 @end table
8059
8060 Default is @samp{rsh}, which means to apply tranformations to both archive
8061 members and targets of symbolic and hard links.
8062
8063 Default scope flags can also be changed using @samp{flags=} statement
8064 in the transform expression. The flags set this way remain in force
8065 until next @samp{flags=} statement or end of expression, whichever
8066 occurs first. For example:
8067
8068 @smallexample
8069 --transform 'flags=S;s|^|/usr/local/|'
8070 @end smallexample
8071
8072 Here are several examples of @option{--transform} usage:
8073
8074 @enumerate
8075 @item Extract @file{usr/} hierarchy into @file{usr/local/}:
8076
8077 @smallexample
8078 $ @kbd{tar --transform='s,usr/,usr/local/,' -x -f arch.tar}
8079 @end smallexample
8080
8081 @item Strip two leading directory components (equivalent to
8082 @option{--strip-components=2}):
8083
8084 @smallexample
8085 $ @kbd{tar --transform='s,/*[^/]*/[^/]*/,,' -x -f arch.tar}
8086 @end smallexample
8087
8088 @item Convert each file name to lower case:
8089
8090 @smallexample
8091 $ @kbd{tar --transform 's/.*/\L&/' -x -f arch.tar}
8092 @end smallexample
8093
8094 @item Prepend @file{/prefix/} to each file name:
8095
8096 @smallexample
8097 $ @kbd{tar --transform 's,^,/prefix/,' -x -f arch.tar}
8098 @end smallexample
8099
8100 @item Archive the @file{/lib} directory, prepending @samp{/usr/local}
8101 to each archive member:
8102
8103 @smallexample
8104 $ @kbd{tar --transform 's,^,/usr/local/,S' -c -f arch.tar /lib}
8105 @end smallexample
8106 @end enumerate
8107
8108 Notice the use of flags in the last example. The @file{/lib}
8109 directory often contains many symbolic links to files within it.
8110 It may look, for example, like this:
8111
8112 @smallexample
8113 $ @kbd{ls -l}
8114 drwxr-xr-x root/root 0 2008-07-08 16:20 /lib/
8115 -rwxr-xr-x root/root 1250840 2008-05-25 07:44 /lib/libc-2.3.2.so
8116 lrwxrwxrwx root/root 0 2008-06-24 17:12 /lib/libc.so.6 -> libc-2.3.2.so
8117 ...
8118 @end smallexample
8119
8120 Using the expression @samp{s,^,/usr/local/,} would mean adding
8121 @samp{/usr/local} to both regular archive members and to link
8122 targets. In this case, @file{/lib/libc.so.6} would become:
8123
8124 @smallexample
8125 /usr/local/lib/libc.so.6 -> /usr/local/libc-2.3.2.so
8126 @end smallexample
8127
8128 This is definitely not desired. To avoid this, the @samp{S} flag
8129 is used, which excludes symbolic link targets from filename
8130 transformations. The result is:
8131
8132 @smallexample
8133 $ @kbd{tar --transform 's,^,/usr/local/,S', -c -v -f arch.tar \
8134 --show-transformed /lib}
8135 drwxr-xr-x root/root 0 2008-07-08 16:20 /usr/local/lib/
8136 -rwxr-xr-x root/root 1250840 2008-05-25 07:44 /usr/local/lib/libc-2.3.2.so
8137 lrwxrwxrwx root/root 0 2008-06-24 17:12 /usr/local/lib/libc.so.6 \
8138 -> libc-2.3.2.so
8139 @end smallexample
8140
8141 Unlike @option{--strip-components}, @option{--transform} can be used
8142 in any @GNUTAR{} operation mode. For example, the following command
8143 adds files to the archive while replacing the leading @file{usr/}
8144 component with @file{var/}:
8145
8146 @smallexample
8147 $ @kbd{tar -cf arch.tar --transform='s,^usr/,var/,' /}
8148 @end smallexample
8149
8150 To test @option{--transform} effect we suggest using
8151 @option{--show-transformed-names} option:
8152
8153 @smallexample
8154 $ @kbd{tar -cf arch.tar --transform='s,^usr/,var/,' \
8155 --verbose --show-transformed-names /}
8156 @end smallexample
8157
8158 If both @option{--strip-components} and @option{--transform} are used
8159 together, then @option{--transform} is applied first, and the required
8160 number of components is then stripped from its result.
8161
8162 You can use as many @option{--transform} options in a single command
8163 line as you want. The specified expressions will then be applied in
8164 order of their appearance. For example, the following two invocations
8165 are equivalent:
8166
8167 @smallexample
8168 $ @kbd{tar -cf arch.tar --transform='s,/usr/var,/var/' \
8169 --transform='s,/usr/local,/usr/,'}
8170 $ @kbd{tar -cf arch.tar \
8171 --transform='s,/usr/var,/var/;s,/usr/local,/usr/,'}
8172 @end smallexample
8173
8174 @node after
8175 @section Operating Only on New Files
8176
8177 @cindex Excluding file by age
8178 @cindex Data Modification time, excluding files by
8179 @cindex Modification time, excluding files by
8180 @cindex Age, excluding files by
8181 The @option{--after-date=@var{date}} (@option{--newer=@var{date}},
8182 @option{-N @var{date}}) option causes @command{tar} to only work on
8183 files whose data modification or status change times are newer than
8184 the @var{date} given. If @var{date} starts with @samp{/} or @samp{.},
8185 it is taken to be a file name; the data modification time of that file
8186 is used as the date. If you use this option when creating or appending
8187 to an archive, the archive will only include new files. If you use
8188 @option{--after-date} when extracting an archive, @command{tar} will
8189 only extract files newer than the @var{date} you specify.
8190
8191 If you only want @command{tar} to make the date comparison based on
8192 modification of the file's data (rather than status
8193 changes), then use the @option{--newer-mtime=@var{date}} option.
8194
8195 @cindex --after-date and --update compared
8196 @cindex --newer-mtime and --update compared
8197 You may use these options with any operation. Note that these options
8198 differ from the @option{--update} (@option{-u}) operation in that they
8199 allow you to specify a particular date against which @command{tar} can
8200 compare when deciding whether or not to archive the files.
8201
8202 @table @option
8203 @opindex after-date
8204 @opindex newer
8205 @item --after-date=@var{date}
8206 @itemx --newer=@var{date}
8207 @itemx -N @var{date}
8208 Only store files newer than @var{date}.
8209
8210 Acts on files only if their data modification or status change times are
8211 later than @var{date}. Use in conjunction with any operation.
8212
8213 If @var{date} starts with @samp{/} or @samp{.}, it is taken to be a file
8214 name; the data modification time of that file is used as the date.
8215
8216 @opindex newer-mtime
8217 @item --newer-mtime=@var{date}
8218 Acts like @option{--after-date}, but only looks at data modification times.
8219 @end table
8220
8221 These options limit @command{tar} to operate only on files which have
8222 been modified after the date specified. A file's status is considered to have
8223 changed if its contents have been modified, or if its owner,
8224 permissions, and so forth, have been changed. (For more information on
8225 how to specify a date, see @ref{Date input formats}; remember that the
8226 entire date argument must be quoted if it contains any spaces.)
8227
8228 Gurus would say that @option{--after-date} tests both the data
8229 modification time (@code{mtime}, the time the contents of the file
8230 were last modified) and the status change time (@code{ctime}, the time
8231 the file's status was last changed: owner, permissions, etc.@:)
8232 fields, while @option{--newer-mtime} tests only the @code{mtime}
8233 field.
8234
8235 To be precise, @option{--after-date} checks @emph{both} @code{mtime} and
8236 @code{ctime} and processes the file if either one is more recent than
8237 @var{date}, while @option{--newer-mtime} only checks @code{mtime} and
8238 disregards @code{ctime}. Neither does it use @code{atime} (the last time the
8239 contents of the file were looked at).
8240
8241 Date specifiers can have embedded spaces. Because of this, you may need
8242 to quote date arguments to keep the shell from parsing them as separate
8243 arguments. For example, the following command will add to the archive
8244 all the files modified less than two days ago:
8245
8246 @smallexample
8247 $ @kbd{tar -cf foo.tar --newer-mtime '2 days ago'}
8248 @end smallexample
8249
8250 When any of these options is used with the option @option{--verbose}
8251 (@pxref{verbose tutorial}) @GNUTAR{} will try to convert the specified
8252 date back to its textual representation and compare that with the
8253 one given with the option. If the two dates differ, @command{tar} will
8254 print a warning saying what date it will use. This is to help user
8255 ensure he is using the right date. For example:
8256
8257 @smallexample
8258 @group
8259 $ @kbd{tar -c -f archive.tar --after-date='10 days ago' .}
8260 tar: Option --after-date: Treating date `10 days ago' as 2006-06-11
8261 13:19:37.232434
8262 @end group
8263 @end smallexample
8264
8265 @quotation
8266 @strong{Please Note:} @option{--after-date} and @option{--newer-mtime}
8267 should not be used for incremental backups. @xref{Incremental Dumps},
8268 for proper way of creating incremental backups.
8269 @end quotation
8270
8271 @node recurse
8272 @section Descending into Directories
8273 @cindex Avoiding recursion in directories
8274 @cindex Descending directories, avoiding
8275 @cindex Directories, avoiding recursion
8276 @cindex Recursion in directories, avoiding
8277
8278 Usually, @command{tar} will recursively explore all directories (either
8279 those given on the command line or through the @option{--files-from}
8280 option) for the various files they contain. However, you may not always
8281 want @command{tar} to act this way.
8282
8283 @opindex no-recursion
8284 @cindex @command{find}, using with @command{tar}
8285 The @option{--no-recursion} option inhibits @command{tar}'s recursive descent
8286 into specified directories. If you specify @option{--no-recursion}, you can
8287 use the @command{find} (@pxref{Top,, find, find, GNU Find Manual})
8288 utility for hunting through levels of directories to
8289 construct a list of file names which you could then pass to @command{tar}.
8290 @command{find} allows you to be more selective when choosing which files to
8291 archive; see @ref{files}, for more information on using @command{find} with
8292 @command{tar}.
8293
8294 @table @option
8295 @item --no-recursion
8296 Prevents @command{tar} from recursively descending directories.
8297
8298 @opindex recursion
8299 @item --recursion
8300 Requires @command{tar} to recursively descend directories.
8301 This is the default.
8302 @end table
8303
8304 When you use @option{--no-recursion}, @GNUTAR{} grabs
8305 directory entries themselves, but does not descend on them
8306 recursively. Many people use @command{find} for locating files they
8307 want to back up, and since @command{tar} @emph{usually} recursively
8308 descends on directories, they have to use the @samp{@w{-not -type d}}
8309 test in their @command{find} invocation (@pxref{Type, Type, Type test,
8310 find, Finding Files}), as they usually do not want all the files in a
8311 directory. They then use the @option{--files-from} option to archive
8312 the files located via @command{find}.
8313
8314 The problem when restoring files archived in this manner is that the
8315 directories themselves are not in the archive; so the
8316 @option{--same-permissions} (@option{--preserve-permissions},
8317 @option{-p}) option does not affect them---while users might really
8318 like it to. Specifying @option{--no-recursion} is a way to tell
8319 @command{tar} to grab only the directory entries given to it, adding
8320 no new files on its own. To summarize, if you use @command{find} to
8321 create a list of files to be stored in an archive, use it as follows:
8322
8323 @smallexample
8324 @group
8325 $ @kbd{find @var{dir} @var{tests} | \
8326 tar -cf @var{archive} -T - --no-recursion}
8327 @end group
8328 @end smallexample
8329
8330 The @option{--no-recursion} option also applies when extracting: it
8331 causes @command{tar} to extract only the matched directory entries, not
8332 the files under those directories.
8333
8334 The @option{--no-recursion} option also affects how globbing patterns
8335 are interpreted (@pxref{controlling pattern-matching}).
8336
8337 The @option{--no-recursion} and @option{--recursion} options apply to
8338 later options and operands, and can be overridden by later occurrences
8339 of @option{--no-recursion} and @option{--recursion}. For example:
8340
8341 @smallexample
8342 $ @kbd{tar -cf jams.tar --no-recursion grape --recursion grape/concord}
8343 @end smallexample
8344
8345 @noindent
8346 creates an archive with one entry for @file{grape}, and the recursive
8347 contents of @file{grape/concord}, but no entries under @file{grape}
8348 other than @file{grape/concord}.
8349
8350 @node one
8351 @section Crossing File System Boundaries
8352 @cindex File system boundaries, not crossing
8353
8354 @command{tar} will normally automatically cross file system boundaries in
8355 order to archive files which are part of a directory tree. You can
8356 change this behavior by running @command{tar} and specifying
8357 @option{--one-file-system}. This option only affects files that are
8358 archived because they are in a directory that is being archived;
8359 @command{tar} will still archive files explicitly named on the command line
8360 or through @option{--files-from}, regardless of where they reside.
8361
8362 @table @option
8363 @opindex one-file-system
8364 @item --one-file-system
8365 Prevents @command{tar} from crossing file system boundaries when
8366 archiving. Use in conjunction with any write operation.
8367 @end table
8368
8369 The @option{--one-file-system} option causes @command{tar} to modify its
8370 normal behavior in archiving the contents of directories. If a file in
8371 a directory is not on the same file system as the directory itself, then
8372 @command{tar} will not archive that file. If the file is a directory
8373 itself, @command{tar} will not archive anything beneath it; in other words,
8374 @command{tar} will not cross mount points.
8375
8376 This option is useful for making full or incremental archival backups of
8377 a file system. If this option is used in conjunction with
8378 @option{--verbose} (@option{-v}), files that are excluded are
8379 mentioned by name on the standard error.
8380
8381 @menu
8382 * directory:: Changing Directory
8383 * absolute:: Absolute File Names
8384 @end menu
8385
8386 @node directory
8387 @subsection Changing the Working Directory
8388
8389 @FIXME{need to read over this node now for continuity; i've switched
8390 things around some.}
8391
8392 @cindex Changing directory mid-stream
8393 @cindex Directory, changing mid-stream
8394 @cindex Working directory, specifying
8395 To change the working directory in the middle of a list of file names,
8396 either on the command line or in a file specified using
8397 @option{--files-from} (@option{-T}), use @option{--directory} (@option{-C}).
8398 This will change the working directory to the specified directory
8399 after that point in the list.
8400
8401 @table @option
8402 @opindex directory
8403 @item --directory=@var{directory}
8404 @itemx -C @var{directory}
8405 Changes the working directory in the middle of a command line.
8406 @end table
8407
8408 For example,
8409
8410 @smallexample
8411 $ @kbd{tar -c -f jams.tar grape prune -C food cherry}
8412 @end smallexample
8413
8414 @noindent
8415 will place the files @file{grape} and @file{prune} from the current
8416 directory into the archive @file{jams.tar}, followed by the file
8417 @file{cherry} from the directory @file{food}. This option is especially
8418 useful when you have several widely separated files that you want to
8419 store in the same archive.
8420
8421 Note that the file @file{cherry} is recorded in the archive under the
8422 precise name @file{cherry}, @emph{not} @file{food/cherry}. Thus, the
8423 archive will contain three files that all appear to have come from the
8424 same directory; if the archive is extracted with plain @samp{tar
8425 --extract}, all three files will be written in the current directory.
8426
8427 Contrast this with the command,
8428
8429 @smallexample
8430 $ @kbd{tar -c -f jams.tar grape prune -C food red/cherry}
8431 @end smallexample
8432
8433 @noindent
8434 which records the third file in the archive under the name
8435 @file{red/cherry} so that, if the archive is extracted using
8436 @samp{tar --extract}, the third file will be written in a subdirectory
8437 named @file{red}.
8438
8439 You can use the @option{--directory} option to make the archive
8440 independent of the original name of the directory holding the files.
8441 The following command places the files @file{/etc/passwd},
8442 @file{/etc/hosts}, and @file{/lib/libc.a} into the archive
8443 @file{foo.tar}:
8444
8445 @smallexample
8446 $ @kbd{tar -c -f foo.tar -C /etc passwd hosts -C /lib libc.a}
8447 @end smallexample
8448
8449 @noindent
8450 However, the names of the archive members will be exactly what they were
8451 on the command line: @file{passwd}, @file{hosts}, and @file{libc.a}.
8452 They will not appear to be related by file name to the original
8453 directories where those files were located.
8454
8455 Note that @option{--directory} options are interpreted consecutively. If
8456 @option{--directory} specifies a relative file name, it is interpreted
8457 relative to the then current directory, which might not be the same as
8458 the original current working directory of @command{tar}, due to a previous
8459 @option{--directory} option.
8460
8461 When using @option{--files-from} (@pxref{files}), you can put various
8462 @command{tar} options (including @option{-C}) in the file list. Notice,
8463 however, that in this case the option and its argument may not be
8464 separated by whitespace. If you use short option, its argument must
8465 either follow the option letter immediately, without any intervening
8466 whitespace, or occupy the next line. Otherwise, if you use long
8467 option, separate its argument by an equal sign.
8468
8469 For instance, the file list for the above example will be:
8470
8471 @smallexample
8472 @group
8473 -C/etc
8474 passwd
8475 hosts
8476 --directory=/lib
8477 libc.a
8478 @end group
8479 @end smallexample
8480
8481 @noindent
8482 To use it, you would invoke @command{tar} as follows:
8483
8484 @smallexample
8485 $ @kbd{tar -c -f foo.tar --files-from list}
8486 @end smallexample
8487
8488 The interpretation of @option{--directory} is disabled by
8489 @option{--null} option.
8490
8491 @node absolute
8492 @subsection Absolute File Names
8493 @cindex absolute file names
8494 @cindex file names, absolute
8495
8496 By default, @GNUTAR{} drops a leading @samp{/} on
8497 input or output, and complains about file names containing a @file{..}
8498 component. There is an option that turns off this behavior:
8499
8500 @table @option
8501 @opindex absolute-names
8502 @item --absolute-names
8503 @itemx -P
8504 Do not strip leading slashes from file names, and permit file names
8505 containing a @file{..} file name component.
8506 @end table
8507
8508 When @command{tar} extracts archive members from an archive, it strips any
8509 leading slashes (@samp{/}) from the member name. This causes absolute
8510 member names in the archive to be treated as relative file names. This
8511 allows you to have such members extracted wherever you want, instead of
8512 being restricted to extracting the member in the exact directory named
8513 in the archive. For example, if the archive member has the name
8514 @file{/etc/passwd}, @command{tar} will extract it as if the name were
8515 really @file{etc/passwd}.
8516
8517 File names containing @file{..} can cause problems when extracting, so
8518 @command{tar} normally warns you about such files when creating an
8519 archive, and rejects attempts to extracts such files.
8520
8521 Other @command{tar} programs do not do this. As a result, if you
8522 create an archive whose member names start with a slash, they will be
8523 difficult for other people with a non-@GNUTAR{}
8524 program to use. Therefore, @GNUTAR{} also strips
8525 leading slashes from member names when putting members into the
8526 archive. For example, if you ask @command{tar} to add the file
8527 @file{/bin/ls} to an archive, it will do so, but the member name will
8528 be @file{bin/ls}@footnote{A side effect of this is that when
8529 @option{--create} is used with @option{--verbose} the resulting output
8530 is not, generally speaking, the same as the one you'd get running
8531 @kbd{tar --list} command. This may be important if you use some
8532 scripts for comparing both outputs. @xref{listing member and file names},
8533 for the information on how to handle this case.}.
8534
8535 Symbolic links containing @file{..} or leading @samp{/} can also cause
8536 problems when extracting, so @command{tar} normally extracts them last;
8537 it may create empty files as placeholders during extraction.
8538
8539 If you use the @option{--absolute-names} (@option{-P}) option,
8540 @command{tar} will do none of these transformations.
8541
8542 To archive or extract files relative to the root directory, specify
8543 the @option{--absolute-names} (@option{-P}) option.
8544
8545 Normally, @command{tar} acts on files relative to the working
8546 directory---ignoring superior directory names when archiving, and
8547 ignoring leading slashes when extracting.
8548
8549 When you specify @option{--absolute-names} (@option{-P}),
8550 @command{tar} stores file names including all superior directory
8551 names, and preserves leading slashes. If you only invoked
8552 @command{tar} from the root directory you would never need the
8553 @option{--absolute-names} option, but using this option
8554 may be more convenient than switching to root.
8555
8556 @FIXME{Should be an example in the tutorial/wizardry section using this
8557 to transfer files between systems.}
8558
8559 @table @option
8560 @item --absolute-names
8561 Preserves full file names (including superior directory names) when
8562 archiving and extracting files.
8563
8564 @end table
8565
8566 @command{tar} prints out a message about removing the @samp{/} from
8567 file names. This message appears once per @GNUTAR{}
8568 invocation. It represents something which ought to be told; ignoring
8569 what it means can cause very serious surprises, later.
8570
8571 Some people, nevertheless, do not want to see this message. Wanting to
8572 play really dangerously, one may of course redirect @command{tar} standard
8573 error to the sink. For example, under @command{sh}:
8574
8575 @smallexample
8576 $ @kbd{tar -c -f archive.tar /home 2> /dev/null}
8577 @end smallexample
8578
8579 @noindent
8580 Another solution, both nicer and simpler, would be to change to
8581 the @file{/} directory first, and then avoid absolute notation.
8582 For example:
8583
8584 @smallexample
8585 $ @kbd{tar -c -f archive.tar -C / home}
8586 @end smallexample
8587
8588 @xref{Integrity}, for some of the security-related implications
8589 of using this option.
8590
8591 @include parse-datetime.texi
8592
8593 @node Formats
8594 @chapter Controlling the Archive Format
8595
8596 @cindex Tar archive formats
8597 Due to historical reasons, there are several formats of tar archives.
8598 All of them are based on the same principles, but have some subtle
8599 differences that often make them incompatible with each other.
8600
8601 GNU tar is able to create and handle archives in a variety of formats.
8602 The most frequently used formats are (in alphabetical order):
8603
8604 @table @asis
8605 @item gnu
8606 Format used by @GNUTAR{} versions up to 1.13.25. This format derived
8607 from an early @acronym{POSIX} standard, adding some improvements such as
8608 sparse file handling and incremental archives. Unfortunately these
8609 features were implemented in a way incompatible with other archive
8610 formats.
8611
8612 Archives in @samp{gnu} format are able to hold file names of unlimited
8613 length.
8614
8615 @item oldgnu
8616 Format used by @GNUTAR{} of versions prior to 1.12.
8617
8618 @item v7
8619 Archive format, compatible with the V7 implementation of tar. This
8620 format imposes a number of limitations. The most important of them
8621 are:
8622
8623 @enumerate
8624 @item The maximum length of a file name is limited to 99 characters.
8625 @item The maximum length of a symbolic link is limited to 99 characters.
8626 @item It is impossible to store special files (block and character
8627 devices, fifos etc.)
8628 @item Maximum value of user or group @acronym{ID} is limited to 2097151 (7777777
8629 octal)
8630 @item V7 archives do not contain symbolic ownership information (user
8631 and group name of the file owner).
8632 @end enumerate
8633
8634 This format has traditionally been used by Automake when producing
8635 Makefiles. This practice will change in the future, in the meantime,
8636 however this means that projects containing file names more than 99
8637 characters long will not be able to use @GNUTAR{} @value{VERSION} and
8638 Automake prior to 1.9.
8639
8640 @item ustar
8641 Archive format defined by @acronym{POSIX.1-1988} specification. It stores
8642 symbolic ownership information. It is also able to store
8643 special files. However, it imposes several restrictions as well:
8644
8645 @enumerate
8646 @item The maximum length of a file name is limited to 256 characters,
8647 provided that the file name can be split at a directory separator in
8648 two parts, first of them being at most 155 bytes long. So, in most
8649 cases the maximum file name length will be shorter than 256
8650 characters.
8651 @item The maximum length of a symbolic link name is limited to
8652 100 characters.
8653 @item Maximum size of a file the archive is able to accommodate
8654 is 8GB
8655 @item Maximum value of UID/GID is 2097151.
8656 @item Maximum number of bits in device major and minor numbers is 21.
8657 @end enumerate
8658
8659 @item star
8660 Format used by J@"org Schilling @command{star}
8661 implementation. @GNUTAR{} is able to read @samp{star} archives but
8662 currently does not produce them.
8663
8664 @item posix
8665 Archive format defined by @acronym{POSIX.1-2001} specification. This is the
8666 most flexible and feature-rich format. It does not impose any
8667 restrictions on file sizes or file name lengths. This format is quite
8668 recent, so not all tar implementations are able to handle it properly.
8669 However, this format is designed in such a way that any tar
8670 implementation able to read @samp{ustar} archives will be able to read
8671 most @samp{posix} archives as well, with the only exception that any
8672 additional information (such as long file names etc.) will in such
8673 case be extracted as plain text files along with the files it refers to.
8674
8675 This archive format will be the default format for future versions
8676 of @GNUTAR{}.
8677
8678 @end table
8679
8680 The following table summarizes the limitations of each of these
8681 formats:
8682
8683 @multitable @columnfractions .10 .20 .20 .20 .20
8684 @headitem Format @tab UID @tab File Size @tab File Name @tab Devn
8685 @item gnu @tab 1.8e19 @tab Unlimited @tab Unlimited @tab 63
8686 @item oldgnu @tab 1.8e19 @tab Unlimited @tab Unlimited @tab 63
8687 @item v7 @tab 2097151 @tab 8GB @tab 99 @tab n/a
8688 @item ustar @tab 2097151 @tab 8GB @tab 256 @tab 21
8689 @item posix @tab Unlimited @tab Unlimited @tab Unlimited @tab Unlimited
8690 @end multitable
8691
8692 The default format for @GNUTAR{} is defined at compilation
8693 time. You may check it by running @command{tar --help}, and examining
8694 the last lines of its output. Usually, @GNUTAR{} is configured
8695 to create archives in @samp{gnu} format, however, future version will
8696 switch to @samp{posix}.
8697
8698 @menu
8699 * Compression:: Using Less Space through Compression
8700 * Attributes:: Handling File Attributes
8701 * Portability:: Making @command{tar} Archives More Portable
8702 * cpio:: Comparison of @command{tar} and @command{cpio}
8703 @end menu
8704
8705 @node Compression
8706 @section Using Less Space through Compression
8707
8708 @menu
8709 * gzip:: Creating and Reading Compressed Archives
8710 * sparse:: Archiving Sparse Files
8711 @end menu
8712
8713 @node gzip
8714 @subsection Creating and Reading Compressed Archives
8715 @cindex Compressed archives
8716 @cindex Storing archives in compressed format
8717
8718 @cindex gzip
8719 @cindex bzip2
8720 @cindex lzip
8721 @cindex lzma
8722 @cindex lzop
8723 @cindex compress
8724 @GNUTAR{} is able to create and read compressed archives. It supports
8725 a wide variety of compression programs, namely: @command{gzip},
8726 @command{bzip2}, @command{lzip}, @command{lzma}, @command{lzop},
8727 @command{xz} and traditional @command{compress}. The latter is
8728 supported mostly for backward compatibility, and we recommend
8729 against using it, because it is by far less effective than the other
8730 compression programs@footnote{It also had patent problems in the past.}.
8731
8732 Creating a compressed archive is simple: you just specify a
8733 @dfn{compression option} along with the usual archive creation
8734 commands. The compression option is @option{-z} (@option{--gzip}) to
8735 create a @command{gzip} compressed archive, @option{-j}
8736 (@option{--bzip2}) to create a @command{bzip2} compressed archive,
8737 @option{--lzip} to create an @asis{lzip} compressed archive,
8738 @option{-J} (@option{--xz}) to create an @asis{XZ} archive,
8739 @option{--lzma} to create an @asis{LZMA} compressed
8740 archive, @option{--lzop} to create an @asis{LSOP} archive, and
8741 @option{-Z} (@option{--compress}) to use @command{compress} program.
8742 For example:
8743
8744 @smallexample
8745 $ @kbd{tar czf archive.tar.gz .}
8746 @end smallexample
8747
8748 You can also let @GNUTAR{} select the compression program based on
8749 the suffix of the archive file name. This is done using
8750 @option{--auto-compress} (@option{-a}) command line option. For
8751 example, the following invocation will use @command{bzip2} for
8752 compression:
8753
8754 @smallexample
8755 $ @kbd{tar caf archive.tar.bz2 .}
8756 @end smallexample
8757
8758 @noindent
8759 whereas the following one will use @command{lzma}:
8760
8761 @smallexample
8762 $ @kbd{tar caf archive.tar.lzma .}
8763 @end smallexample
8764
8765 For a complete list of file name suffixes recognized by @GNUTAR{},
8766 see @ref{auto-compress}.
8767
8768 Reading compressed archive is even simpler: you don't need to specify
8769 any additional options as @GNUTAR{} recognizes its format
8770 automatically. Thus, the following commands will list and extract the
8771 archive created in previous example:
8772
8773 @smallexample
8774 # List the compressed archive
8775 $ @kbd{tar tf archive.tar.gz}
8776 # Extract the compressed archive
8777 $ @kbd{tar xf archive.tar.gz}
8778 @end smallexample
8779
8780 The format recognition algorithm is based on @dfn{signatures}, a
8781 special byte sequences in the beginning of file, that are specific for
8782 certain compression formats. If this approach fails, @command{tar}
8783 falls back to using archive name suffix to determine its format
8784 (@pxref{auto-compress}, for a list of recognized suffixes).
8785
8786 @anchor{alternative decompression programs}
8787 @cindex alternative decompression programs
8788 Some compression programs are able to handle different compression
8789 formats. @GNUTAR{} uses this, if the principal decompressor for the
8790 given format is not available. For example, if @command{compress} is
8791 not installed, @command{tar} will try to use @command{gzip}. As of
8792 version @value{VERSION} the following alternatives are
8793 tried@footnote{To verbosely trace the decompressor selection, use the
8794 @option{--warning=decompress-program} option
8795 (@pxref{warnings,decompress-program}).}:
8796
8797 @multitable @columnfractions 0.3 0.3 0.3
8798 @headitem Format @tab Main decompressor @tab Alternatives
8799 @item compress @tab compress @tab gzip
8800 @item lzma @tab lzma @tab xz
8801 @item bzip2 @tab bzip2 @tab lbzip2
8802 @end multitable
8803
8804 The only case when you have to specify a decompression option while
8805 reading the archive is when reading from a pipe or from a tape drive
8806 that does not support random access. However, in this case @GNUTAR{}
8807 will indicate which option you should use. For example:
8808
8809 @smallexample
8810 $ @kbd{cat archive.tar.gz | tar tf -}
8811 tar: Archive is compressed. Use -z option
8812 tar: Error is not recoverable: exiting now
8813 @end smallexample
8814
8815 If you see such diagnostics, just add the suggested option to the
8816 invocation of @GNUTAR{}:
8817
8818 @smallexample
8819 $ @kbd{cat archive.tar.gz | tar tzf -}
8820 @end smallexample
8821
8822 Notice also, that there are several restrictions on operations on
8823 compressed archives. First of all, compressed archives cannot be
8824 modified, i.e., you cannot update (@option{--update}, alias @option{-u})
8825 them or delete (@option{--delete}) members from them or
8826 add (@option{--append}, alias @option{-r}) members to them. Likewise, you
8827 cannot append another @command{tar} archive to a compressed archive using
8828 @option{--concatenate} (@option{-A}). Secondly, multi-volume
8829 archives cannot be compressed.
8830
8831 The following options allow to select a particular compressor program:
8832
8833 @table @option
8834 @opindex gzip
8835 @opindex ungzip
8836 @item -z
8837 @itemx --gzip
8838 @itemx --ungzip
8839 Filter the archive through @command{gzip}.
8840
8841 @opindex xz
8842 @item -J
8843 @itemx --xz
8844 Filter the archive through @code{xz}.
8845
8846 @item -j
8847 @itemx --bzip2
8848 Filter the archive through @code{bzip2}.
8849
8850 @opindex lzip
8851 @item --lzip
8852 Filter the archive through @command{lzip}.
8853
8854 @opindex lzma
8855 @item --lzma
8856 Filter the archive through @command{lzma}.
8857
8858 @opindex lzop
8859 @item --lzop
8860 Filter the archive through @command{lzop}.
8861
8862 @opindex compress
8863 @opindex uncompress
8864 @item -Z
8865 @itemx --compress
8866 @itemx --uncompress
8867 Filter the archive through @command{compress}.
8868 @end table
8869
8870 When any of these options is given, @GNUTAR{} searches the compressor
8871 binary in the current path and invokes it. The name of the compressor
8872 program is specified at compilation time using a corresponding
8873 @option{--with-@var{compname}} option to @command{configure}, e.g.
8874 @option{--with-bzip2} to select a specific @command{bzip2} binary.
8875 @xref{lbzip2}, for a detailed discussion.
8876
8877 The output produced by @command{tar --help} shows the actual
8878 compressor names along with each of these options.
8879
8880 You can use any of these options on physical devices (tape drives,
8881 etc.) and remote files as well as on normal files; data to or from
8882 such devices or remote files is reblocked by another copy of the
8883 @command{tar} program to enforce the specified (or default) record
8884 size. The default compression parameters are used. Most compression
8885 programs allow to override these by setting a program-specific
8886 environment variable. For example, when using @command{gzip} you can
8887 use @env{GZIP} as in the example below:
8888
8889 @smallexample
8890 $ @kbd{GZIP=--best tar czf archive.tar.gz subdir}
8891 @end smallexample
8892
8893 @noindent
8894 Another way would be to use the @option{-I} option instead (see
8895 below), e.g.:
8896
8897 @smallexample
8898 $ @kbd{tar -cf archive.tar.gz -I 'gzip --best' subdir}
8899 @end smallexample
8900
8901 @noindent
8902 Finally, the third, traditional, way to achieve the same result is to
8903 use pipe:
8904
8905 @smallexample
8906 $ @kbd{tar cf - subdir | gzip --best -c - > archive.tar.gz}
8907 @end smallexample
8908
8909 @cindex corrupted archives
8910 About corrupted compressed archives: compressed files have no
8911 redundancy, for maximum compression. The adaptive nature of the
8912 compression scheme means that the compression tables are implicitly
8913 spread all over the archive. If you lose a few blocks, the dynamic
8914 construction of the compression tables becomes unsynchronized, and there
8915 is little chance that you could recover later in the archive.
8916
8917 Another compression options provide a better control over creating
8918 compressed archives. These are:
8919
8920 @table @option
8921 @anchor{auto-compress}
8922 @opindex auto-compress
8923 @item --auto-compress
8924 @itemx -a
8925 Select a compression program to use by the archive file name
8926 suffix. The following suffixes are recognized:
8927
8928 @multitable @columnfractions 0.3 0.6
8929 @headitem Suffix @tab Compression program
8930 @item @samp{.gz} @tab @command{gzip}
8931 @item @samp{.tgz} @tab @command{gzip}
8932 @item @samp{.taz} @tab @command{gzip}
8933 @item @samp{.Z} @tab @command{compress}
8934 @item @samp{.taZ} @tab @command{compress}
8935 @item @samp{.bz2} @tab @command{bzip2}
8936 @item @samp{.tz2} @tab @command{bzip2}
8937 @item @samp{.tbz2} @tab @command{bzip2}
8938 @item @samp{.tbz} @tab @command{bzip2}
8939 @item @samp{.lz} @tab @command{lzip}
8940 @item @samp{.lzma} @tab @command{lzma}
8941 @item @samp{.tlz} @tab @command{lzma}
8942 @item @samp{.lzo} @tab @command{lzop}
8943 @item @samp{.xz} @tab @command{xz}
8944 @end multitable
8945
8946 @opindex use-compress-program
8947 @item --use-compress-program=@var{prog}
8948 @itemx -I=@var{prog}
8949 Use external compression program @var{prog}. Use this option if you
8950 are not happy with the compression program associated with the suffix
8951 at compile time or if you have a compression program that @GNUTAR{}
8952 does not support. There are two requirements to which @var{prog}
8953 should comply:
8954
8955 First, when called without options, it should read data from standard
8956 input, compress it and output it on standard output.
8957
8958 Secondly, if called with @option{-d} argument, it should do exactly
8959 the opposite, i.e., read the compressed data from the standard input
8960 and produce uncompressed data on the standard output.
8961 @end table
8962
8963 @cindex gpg, using with tar
8964 @cindex gnupg, using with tar
8965 @cindex Using encrypted archives
8966 The @option{--use-compress-program} option, in particular, lets you
8967 implement your own filters, not necessarily dealing with
8968 compression/decompression. For example, suppose you wish to implement
8969 PGP encryption on top of compression, using @command{gpg} (@pxref{Top,
8970 gpg, gpg ---- encryption and signing tool, gpg, GNU Privacy Guard
8971 Manual}). The following script does that:
8972
8973 @smallexample
8974 @group
8975 #! /bin/sh
8976 case $1 in
8977 -d) gpg --decrypt - | gzip -d -c;;
8978 '') gzip -c | gpg -s;;
8979 *) echo "Unknown option $1">&2; exit 1;;
8980 esac
8981 @end group
8982 @end smallexample
8983
8984 Suppose you name it @file{gpgz} and save it somewhere in your
8985 @env{PATH}. Then the following command will create a compressed
8986 archive signed with your private key:
8987
8988 @smallexample
8989 $ @kbd{tar -cf foo.tar.gpgz -Igpgz .}
8990 @end smallexample
8991
8992 @noindent
8993 Likewise, the command below will list its contents:
8994
8995 @smallexample
8996 $ @kbd{tar -tf foo.tar.gpgz -Igpgz .}
8997 @end smallexample
8998
8999 @ignore
9000 The above is based on the following discussion:
9001
9002 I have one question, or maybe it's a suggestion if there isn't a way
9003 to do it now. I would like to use @option{--gzip}, but I'd also like
9004 the output to be fed through a program like @acronym{GNU}
9005 @command{ecc} (actually, right now that's @samp{exactly} what I'd like
9006 to use :-)), basically adding ECC protection on top of compression.
9007 It seems as if this should be quite easy to do, but I can't work out
9008 exactly how to go about it. Of course, I can pipe the standard output
9009 of @command{tar} through @command{ecc}, but then I lose (though I
9010 haven't started using it yet, I confess) the ability to have
9011 @command{tar} use @command{rmt} for it's I/O (I think).
9012
9013 I think the most straightforward thing would be to let me specify a
9014 general set of filters outboard of compression (preferably ordered,
9015 so the order can be automatically reversed on input operations, and
9016 with the options they require specifiable), but beggars shouldn't be
9017 choosers and anything you decide on would be fine with me.
9018
9019 By the way, I like @command{ecc} but if (as the comments say) it can't
9020 deal with loss of block sync, I'm tempted to throw some time at adding
9021 that capability. Supposing I were to actually do such a thing and
9022 get it (apparently) working, do you accept contributed changes to
9023 utilities like that? (Leigh Clayton @file{loc@@soliton.com}, May 1995).
9024
9025 Isn't that exactly the role of the
9026 @option{--use-compress-prog=@var{program}} option?
9027 I never tried it myself, but I suspect you may want to write a
9028 @var{prog} script or program able to filter stdin to stdout to
9029 way you want. It should recognize the @option{-d} option, for when
9030 extraction is needed rather than creation.
9031
9032 It has been reported that if one writes compressed data (through the
9033 @option{--gzip} or @option{--compress} options) to a DLT and tries to use
9034 the DLT compression mode, the data will actually get bigger and one will
9035 end up with less space on the tape.
9036 @end ignore
9037
9038 @menu
9039 * lbzip2:: Using lbzip2 with @GNUTAR{}.
9040 @end menu
9041
9042 @node lbzip2
9043 @subsubsection Using lbzip2 with @GNUTAR{}.
9044 @cindex lbzip2
9045 @cindex Laszlo Ersek
9046 @command{Lbzip2} is a multithreaded utility for handling
9047 @samp{bzip2} compression, written by Laszlo Ersek. It makes use of
9048 multiple processors to speed up its operation and in general works
9049 considerably faster than @command{bzip2}. For a detailed description
9050 of @command{lbzip2} see @uref{http://freshmeat.net/@/projects/@/lbzip2} and
9051 @uref{http://www.linuxinsight.com/@/lbzip2-parallel-bzip2-utility.html,
9052 lbzip2: parallel bzip2 utility}.
9053
9054 Recent versions of @command{lbzip2} are mostly command line compatible
9055 with @command{bzip2}, which makes it possible to automatically invoke
9056 it via the @option{--bzip2} @GNUTAR{} command line option. To do so,
9057 @GNUTAR{} must be configured with the @option{--with-bzip2} command
9058 line option, like this:
9059
9060 @smallexample
9061 $ @kbd{./configure --with-bzip2=lbzip2 [@var{other-options}]}
9062 @end smallexample
9063
9064 Once configured and compiled this way, @command{tar --help} will show the
9065 following:
9066
9067 @smallexample
9068 @group
9069 $ @kbd{tar --help | grep -- --bzip2}
9070 -j, --bzip2 filter the archive through lbzip2
9071 @end group
9072 @end smallexample
9073
9074 @noindent
9075 which means that running @command{tar --bzip2} will invoke @command{lbzip2}.
9076
9077 @node sparse
9078 @subsection Archiving Sparse Files
9079 @cindex Sparse Files
9080
9081 Files in the file system occasionally have @dfn{holes}. A @dfn{hole}
9082 in a file is a section of the file's contents which was never written.
9083 The contents of a hole reads as all zeros. On many operating systems,
9084 actual disk storage is not allocated for holes, but they are counted
9085 in the length of the file. If you archive such a file, @command{tar}
9086 could create an archive longer than the original. To have @command{tar}
9087 attempt to recognize the holes in a file, use @option{--sparse}
9088 (@option{-S}). When you use this option, then, for any file using
9089 less disk space than would be expected from its length, @command{tar}
9090 searches the file for consecutive stretches of zeros. It then records
9091 in the archive for the file where the consecutive stretches of zeros
9092 are, and only archives the ``real contents'' of the file. On
9093 extraction (using @option{--sparse} is not needed on extraction) any
9094 such files have holes created wherever the continuous stretches of zeros
9095 were found. Thus, if you use @option{--sparse}, @command{tar} archives
9096 won't take more space than the original.
9097
9098 @table @option
9099 @opindex sparse
9100 @item -S
9101 @itemx --sparse
9102 This option instructs @command{tar} to test each file for sparseness
9103 before attempting to archive it. If the file is found to be sparse it
9104 is treated specially, thus allowing to decrease the amount of space
9105 used by its image in the archive.
9106
9107 This option is meaningful only when creating or updating archives. It
9108 has no effect on extraction.
9109 @end table
9110
9111 Consider using @option{--sparse} when performing file system backups,
9112 to avoid archiving the expanded forms of files stored sparsely in the
9113 system.
9114
9115 Even if your system has no sparse files currently, some may be
9116 created in the future. If you use @option{--sparse} while making file
9117 system backups as a matter of course, you can be assured the archive
9118 will never take more space on the media than the files take on disk
9119 (otherwise, archiving a disk filled with sparse files might take
9120 hundreds of tapes). @xref{Incremental Dumps}.
9121
9122 However, be aware that @option{--sparse} option presents a serious
9123 drawback. Namely, in order to determine if the file is sparse
9124 @command{tar} has to read it before trying to archive it, so in total
9125 the file is read @strong{twice}. So, always bear in mind that the
9126 time needed to process all files with this option is roughly twice
9127 the time needed to archive them without it.
9128 @FIXME{A technical note:
9129
9130 Programs like @command{dump} do not have to read the entire file; by
9131 examining the file system directly, they can determine in advance
9132 exactly where the holes are and thus avoid reading through them. The
9133 only data it need read are the actual allocated data blocks.
9134 @GNUTAR{} uses a more portable and straightforward
9135 archiving approach, it would be fairly difficult that it does
9136 otherwise. Elizabeth Zwicky writes to @file{comp.unix.internals}, on
9137 1990-12-10:
9138
9139 @quotation
9140 What I did say is that you cannot tell the difference between a hole and an
9141 equivalent number of nulls without reading raw blocks. @code{st_blocks} at
9142 best tells you how many holes there are; it doesn't tell you @emph{where}.
9143 Just as programs may, conceivably, care what @code{st_blocks} is (care
9144 to name one that does?), they may also care where the holes are (I have
9145 no examples of this one either, but it's equally imaginable).
9146
9147 I conclude from this that good archivers are not portable. One can
9148 arguably conclude that if you want a portable program, you can in good
9149 conscience restore files with as many holes as possible, since you can't
9150 get it right.
9151 @end quotation
9152 }
9153
9154 @cindex sparse formats, defined
9155 When using @samp{POSIX} archive format, @GNUTAR{} is able to store
9156 sparse files using in three distinct ways, called @dfn{sparse
9157 formats}. A sparse format is identified by its @dfn{number},
9158 consisting, as usual of two decimal numbers, delimited by a dot. By
9159 default, format @samp{1.0} is used. If, for some reason, you wish to
9160 use an earlier format, you can select it using
9161 @option{--sparse-version} option.
9162
9163 @table @option
9164 @opindex sparse-version
9165 @item --sparse-version=@var{version}
9166
9167 Select the format to store sparse files in. Valid @var{version} values
9168 are: @samp{0.0}, @samp{0.1} and @samp{1.0}. @xref{Sparse Formats},
9169 for a detailed description of each format.
9170 @end table
9171
9172 Using @option{--sparse-format} option implies @option{--sparse}.
9173
9174 @node Attributes
9175 @section Handling File Attributes
9176 @cindex atrributes, files
9177 @cindex file attributes
9178
9179 When @command{tar} reads files, it updates their access times. To
9180 avoid this, use the @option{--atime-preserve[=METHOD]} option, which can either
9181 reset the access time retroactively or avoid changing it in the first
9182 place.
9183
9184 @table @option
9185 @opindex atime-preserve
9186 @item --atime-preserve
9187 @itemx --atime-preserve=replace
9188 @itemx --atime-preserve=system
9189 Preserve the access times of files that are read. This works only for
9190 files that you own, unless you have superuser privileges.
9191
9192 @option{--atime-preserve=replace} works on most systems, but it also
9193 restores the data modification time and updates the status change
9194 time. Hence it doesn't interact with incremental dumps nicely
9195 (@pxref{Incremental Dumps}), and it can set access or data modification times
9196 incorrectly if other programs access the file while @command{tar} is
9197 running.
9198
9199 @option{--atime-preserve=system} avoids changing the access time in
9200 the first place, if the operating system supports this.
9201 Unfortunately, this may or may not work on any given operating system
9202 or file system. If @command{tar} knows for sure it won't work, it
9203 complains right away.
9204
9205 Currently @option{--atime-preserve} with no operand defaults to
9206 @option{--atime-preserve=replace}, but this is intended to change to
9207 @option{--atime-preserve=system} when the latter is better-supported.
9208
9209 @opindex touch
9210 @item -m
9211 @itemx --touch
9212 Do not extract data modification time.
9213
9214 When this option is used, @command{tar} leaves the data modification times
9215 of the files it extracts as the times when the files were extracted,
9216 instead of setting it to the times recorded in the archive.
9217
9218 This option is meaningless with @option{--list} (@option{-t}).
9219
9220 @opindex same-owner
9221 @item --same-owner
9222 Create extracted files with the same ownership they have in the
9223 archive.
9224
9225 This is the default behavior for the superuser,
9226 so this option is meaningful only for non-root users, when @command{tar}
9227 is executed on those systems able to give files away. This is
9228 considered as a security flaw by many people, at least because it
9229 makes quite difficult to correctly account users for the disk space
9230 they occupy. Also, the @code{suid} or @code{sgid} attributes of
9231 files are easily and silently lost when files are given away.
9232
9233 When writing an archive, @command{tar} writes the user @acronym{ID} and user name
9234 separately. If it can't find a user name (because the user @acronym{ID} is not
9235 in @file{/etc/passwd}), then it does not write one. When restoring,
9236 it tries to look the name (if one was written) up in
9237 @file{/etc/passwd}. If it fails, then it uses the user @acronym{ID} stored in
9238 the archive instead.
9239
9240 @opindex no-same-owner
9241 @item --no-same-owner
9242 @itemx -o
9243 Do not attempt to restore ownership when extracting. This is the
9244 default behavior for ordinary users, so this option has an effect
9245 only for the superuser.
9246
9247 @opindex numeric-owner
9248 @item --numeric-owner
9249 The @option{--numeric-owner} option allows (ANSI) archives to be written
9250 without user/group name information or such information to be ignored
9251 when extracting. It effectively disables the generation and/or use
9252 of user/group name information. This option forces extraction using
9253 the numeric ids from the archive, ignoring the names.
9254
9255 This is useful in certain circumstances, when restoring a backup from
9256 an emergency floppy with different passwd/group files for example.
9257 It is otherwise impossible to extract files with the right ownerships
9258 if the password file in use during the extraction does not match the
9259 one belonging to the file system(s) being extracted. This occurs,
9260 for example, if you are restoring your files after a major crash and
9261 had booted from an emergency floppy with no password file or put your
9262 disk into another machine to do the restore.
9263
9264 The numeric ids are @emph{always} saved into @command{tar} archives.
9265 The identifying names are added at create time when provided by the
9266 system, unless @option{--format=oldgnu} is used. Numeric ids could be
9267 used when moving archives between a collection of machines using
9268 a centralized management for attribution of numeric ids to users
9269 and groups. This is often made through using the NIS capabilities.
9270
9271 When making a @command{tar} file for distribution to other sites, it
9272 is sometimes cleaner to use a single owner for all files in the
9273 distribution, and nicer to specify the write permission bits of the
9274 files as stored in the archive independently of their actual value on
9275 the file system. The way to prepare a clean distribution is usually
9276 to have some Makefile rule creating a directory, copying all needed
9277 files in that directory, then setting ownership and permissions as
9278 wanted (there are a lot of possible schemes), and only then making a
9279 @command{tar} archive out of this directory, before cleaning
9280 everything out. Of course, we could add a lot of options to
9281 @GNUTAR{} for fine tuning permissions and ownership.
9282 This is not the good way, I think. @GNUTAR{} is
9283 already crowded with options and moreover, the approach just explained
9284 gives you a great deal of control already.
9285
9286 @xopindex{same-permissions, short description}
9287 @xopindex{preserve-permissions, short description}
9288 @item -p
9289 @itemx --same-permissions
9290 @itemx --preserve-permissions
9291 Extract all protection information.
9292
9293 This option causes @command{tar} to set the modes (access permissions) of
9294 extracted files exactly as recorded in the archive. If this option
9295 is not used, the current @code{umask} setting limits the permissions
9296 on extracted files. This option is by default enabled when
9297 @command{tar} is executed by a superuser.
9298
9299
9300 This option is meaningless with @option{--list} (@option{-t}).
9301
9302 @opindex preserve
9303 @item --preserve
9304 Same as both @option{--same-permissions} and @option{--same-order}.
9305
9306 This option is deprecated, and will be removed in @GNUTAR{} version 1.23.
9307
9308 @end table
9309
9310 @node Portability
9311 @section Making @command{tar} Archives More Portable
9312
9313 Creating a @command{tar} archive on a particular system that is meant to be
9314 useful later on many other machines and with other versions of @command{tar}
9315 is more challenging than you might think. @command{tar} archive formats
9316 have been evolving since the first versions of Unix. Many such formats
9317 are around, and are not always compatible with each other. This section
9318 discusses a few problems, and gives some advice about making @command{tar}
9319 archives more portable.
9320
9321 One golden rule is simplicity. For example, limit your @command{tar}
9322 archives to contain only regular files and directories, avoiding
9323 other kind of special files. Do not attempt to save sparse files or
9324 contiguous files as such. Let's discuss a few more problems, in turn.
9325
9326 @FIXME{Discuss GNU extensions (incremental backups, multi-volume
9327 archives and archive labels) in GNU and PAX formats.}
9328
9329 @menu
9330 * Portable Names:: Portable Names
9331 * dereference:: Symbolic Links
9332 * hard links:: Hard Links
9333 * old:: Old V7 Archives
9334 * ustar:: Ustar Archives
9335 * gnu:: GNU and old GNU format archives.
9336 * posix:: @acronym{POSIX} archives
9337 * Checksumming:: Checksumming Problems
9338 * Large or Negative Values:: Large files, negative time stamps, etc.
9339 * Other Tars:: How to Extract GNU-Specific Data Using
9340 Other @command{tar} Implementations
9341 @end menu
9342
9343 @node Portable Names
9344 @subsection Portable Names
9345
9346 Use portable file and member names. A name is portable if it contains
9347 only @acronym{ASCII} letters and digits, @samp{/}, @samp{.}, @samp{_}, and
9348 @samp{-}; it cannot be empty, start with @samp{-} or @samp{//}, or
9349 contain @samp{/-}. Avoid deep directory nesting. For portability to
9350 old Unix hosts, limit your file name components to 14 characters or
9351 less.
9352
9353 If you intend to have your @command{tar} archives to be read under
9354 MSDOS, you should not rely on case distinction for file names, and you
9355 might use the @acronym{GNU} @command{doschk} program for helping you
9356 further diagnosing illegal MSDOS names, which are even more limited
9357 than System V's.
9358
9359 @node dereference
9360 @subsection Symbolic Links
9361 @cindex File names, using symbolic links
9362 @cindex Symbolic link as file name
9363
9364 @opindex dereference
9365 Normally, when @command{tar} archives a symbolic link, it writes a
9366 block to the archive naming the target of the link. In that way, the
9367 @command{tar} archive is a faithful record of the file system contents.
9368 When @option{--dereference} (@option{-h}) is used with
9369 @option{--create} (@option{-c}), @command{tar} archives the files
9370 symbolic links point to, instead of
9371 the links themselves.
9372
9373 When creating portable archives, use @option{--dereference}
9374 (@option{-h}): some systems do not support
9375 symbolic links, and moreover, your distribution might be unusable if
9376 it contains unresolved symbolic links.
9377
9378 When reading from an archive, the @option{--dereference} (@option{-h})
9379 option causes @command{tar} to follow an already-existing symbolic
9380 link when @command{tar} writes or reads a file named in the archive.
9381 Ordinarily, @command{tar} does not follow such a link, though it may
9382 remove the link before writing a new file. @xref{Dealing with Old
9383 Files}.
9384
9385 The @option{--dereference} option is unsafe if an untrusted user can
9386 modify directories while @command{tar} is running. @xref{Security}.
9387
9388 @node hard links
9389 @subsection Hard Links
9390 @cindex File names, using hard links
9391 @cindex hard links, dereferencing
9392 @cindex dereferencing hard links
9393
9394 Normally, when @command{tar} archives a hard link, it writes a
9395 block to the archive naming the target of the link (a @samp{1} type
9396 block). In that way, the actual file contents is stored in file only
9397 once. For example, consider the following two files:
9398
9399 @smallexample
9400 @group
9401 $ ls -l
9402 -rw-r--r-- 2 gray staff 4 2007-10-30 15:11 one
9403 -rw-r--r-- 2 gray staff 4 2007-10-30 15:11 jeden
9404 @end group
9405 @end smallexample
9406
9407 Here, @file{jeden} is a link to @file{one}. When archiving this
9408 directory with a verbose level 2, you will get an output similar to
9409 the following:
9410
9411 @smallexample
9412 $ tar cvvf ../archive.tar .
9413 drwxr-xr-x gray/staff 0 2007-10-30 15:13 ./
9414 -rw-r--r-- gray/staff 4 2007-10-30 15:11 ./jeden
9415 hrw-r--r-- gray/staff 0 2007-10-30 15:11 ./one link to ./jeden
9416 @end smallexample
9417
9418 The last line shows that, instead of storing two copies of the file,
9419 @command{tar} stored it only once, under the name @file{jeden}, and
9420 stored file @file{one} as a hard link to this file.
9421
9422 It may be important to know that all hard links to the given file are
9423 stored in the archive. For example, this may be necessary for exact
9424 reproduction of the file system. The following option does that:
9425
9426 @table @option
9427 @xopindex{check-links, described}
9428 @item --check-links
9429 @itemx -l
9430 Check the number of links dumped for each processed file. If this
9431 number does not match the total number of hard links for the file, print
9432 a warning message.
9433 @end table
9434
9435 For example, trying to archive only file @file{jeden} with this option
9436 produces the following diagnostics:
9437
9438 @smallexample
9439 $ tar -c -f ../archive.tar -l jeden
9440 tar: Missing links to `jeden'.
9441 @end smallexample
9442
9443 Although creating special records for hard links helps keep a faithful
9444 record of the file system contents and makes archives more compact, it
9445 may present some difficulties when extracting individual members from
9446 the archive. For example, trying to extract file @file{one} from the
9447 archive created in previous examples produces, in the absense of file
9448 @file{jeden}:
9449
9450 @smallexample
9451 $ tar xf archive.tar ./one
9452 tar: ./one: Cannot hard link to `./jeden': No such file or directory
9453 tar: Error exit delayed from previous errors
9454 @end smallexample
9455
9456 The reason for this behavior is that @command{tar} cannot seek back in
9457 the archive to the previous member (in this case, @file{one}), to
9458 extract it@footnote{There are plans to fix this in future releases.}.
9459 If you wish to avoid such problems at the cost of a bigger archive,
9460 use the following option:
9461
9462 @table @option
9463 @xopindex{hard-dereference, described}
9464 @item --hard-dereference
9465 Dereference hard links and store the files they refer to.
9466 @end table
9467
9468 For example, trying this option on our two sample files, we get two
9469 copies in the archive, each of which can then be extracted
9470 independently of the other:
9471
9472 @smallexample
9473 @group
9474 $ tar -c -vv -f ../archive.tar --hard-dereference .
9475 drwxr-xr-x gray/staff 0 2007-10-30 15:13 ./
9476 -rw-r--r-- gray/staff 4 2007-10-30 15:11 ./jeden
9477 -rw-r--r-- gray/staff 4 2007-10-30 15:11 ./one
9478 @end group
9479 @end smallexample
9480
9481 @node old
9482 @subsection Old V7 Archives
9483 @cindex Format, old style
9484 @cindex Old style format
9485 @cindex Old style archives
9486 @cindex v7 archive format
9487
9488 Certain old versions of @command{tar} cannot handle additional
9489 information recorded by newer @command{tar} programs. To create an
9490 archive in V7 format (not ANSI), which can be read by these old
9491 versions, specify the @option{--format=v7} option in
9492 conjunction with the @option{--create} (@option{-c}) (@command{tar} also
9493 accepts @option{--portability} or @option{--old-archive} for this
9494 option). When you specify it,
9495 @command{tar} leaves out information about directories, pipes, fifos,
9496 contiguous files, and device files, and specifies file ownership by
9497 group and user IDs instead of group and user names.
9498
9499 When updating an archive, do not use @option{--format=v7}
9500 unless the archive was created using this option.
9501
9502 In most cases, a @emph{new} format archive can be read by an @emph{old}
9503 @command{tar} program without serious trouble, so this option should
9504 seldom be needed. On the other hand, most modern @command{tar}s are
9505 able to read old format archives, so it might be safer for you to
9506 always use @option{--format=v7} for your distributions. Notice,
9507 however, that @samp{ustar} format is a better alternative, as it is
9508 free from many of @samp{v7}'s drawbacks.
9509
9510 @node ustar
9511 @subsection Ustar Archive Format
9512
9513 @cindex ustar archive format
9514 Archive format defined by @acronym{POSIX}.1-1988 specification is called
9515 @code{ustar}. Although it is more flexible than the V7 format, it
9516 still has many restrictions (@pxref{Formats,ustar}, for the detailed
9517 description of @code{ustar} format). Along with V7 format,
9518 @code{ustar} format is a good choice for archives intended to be read
9519 with other implementations of @command{tar}.
9520
9521 To create archive in @code{ustar} format, use @option{--format=ustar}
9522 option in conjunction with the @option{--create} (@option{-c}).
9523
9524 @node gnu
9525 @subsection @acronym{GNU} and old @GNUTAR{} format
9526
9527 @cindex GNU archive format
9528 @cindex Old GNU archive format
9529 @GNUTAR{} was based on an early draft of the
9530 @acronym{POSIX} 1003.1 @code{ustar} standard. @acronym{GNU} extensions to
9531 @command{tar}, such as the support for file names longer than 100
9532 characters, use portions of the @command{tar} header record which were
9533 specified in that @acronym{POSIX} draft as unused. Subsequent changes in
9534 @acronym{POSIX} have allocated the same parts of the header record for
9535 other purposes. As a result, @GNUTAR{} format is
9536 incompatible with the current @acronym{POSIX} specification, and with
9537 @command{tar} programs that follow it.
9538
9539 In the majority of cases, @command{tar} will be configured to create
9540 this format by default. This will change in future releases, since
9541 we plan to make @samp{POSIX} format the default.
9542
9543 To force creation a @GNUTAR{} archive, use option
9544 @option{--format=gnu}.
9545
9546 @node posix
9547 @subsection @GNUTAR{} and @acronym{POSIX} @command{tar}
9548
9549 @cindex POSIX archive format
9550 @cindex PAX archive format
9551 Starting from version 1.14 @GNUTAR{} features full support for
9552 @acronym{POSIX.1-2001} archives.
9553
9554 A @acronym{POSIX} conformant archive will be created if @command{tar}
9555 was given @option{--format=posix} (@option{--format=pax}) option. No
9556 special option is required to read and extract from a @acronym{POSIX}
9557 archive.
9558
9559 @menu
9560 * PAX keywords:: Controlling Extended Header Keywords.
9561 @end menu
9562
9563 @node PAX keywords
9564 @subsubsection Controlling Extended Header Keywords
9565
9566 @table @option
9567 @opindex pax-option
9568 @item --pax-option=@var{keyword-list}
9569 Handle keywords in @acronym{PAX} extended headers. This option is
9570 equivalent to @option{-o} option of the @command{pax} utility.
9571 @end table
9572
9573 @var{Keyword-list} is a comma-separated
9574 list of keyword options, each keyword option taking one of
9575 the following forms:
9576
9577 @table @code
9578 @item delete=@var{pattern}
9579 When used with one of archive-creation commands,
9580 this option instructs @command{tar} to omit from extended header records
9581 that it produces any keywords matching the string @var{pattern}.
9582
9583 When used in extract or list mode, this option instructs tar
9584 to ignore any keywords matching the given @var{pattern} in the extended
9585 header records. In both cases, matching is performed using the pattern
9586 matching notation described in @acronym{POSIX 1003.2}, 3.13
9587 (@pxref{wildcards}). For example:
9588
9589 @smallexample
9590 --pax-option delete=security.*
9591 @end smallexample
9592
9593 would suppress security-related information.
9594
9595 @item exthdr.name=@var{string}
9596
9597 This keyword allows user control over the name that is written into the
9598 ustar header blocks for the extended headers. The name is obtained
9599 from @var{string} after making the following substitutions:
9600
9601 @multitable @columnfractions .25 .55
9602 @headitem Meta-character @tab Replaced By
9603 @item %d @tab The directory name of the file, equivalent to the
9604 result of the @command{dirname} utility on the translated file name.
9605 @item %f @tab The name of the file with the directory information
9606 stripped, equivalent to the result of the @command{basename} utility
9607 on the translated file name.
9608 @item %p @tab The process @acronym{ID} of the @command{tar} process.
9609 @item %% @tab A @samp{%} character.
9610 @end multitable
9611
9612 Any other @samp{%} characters in @var{string} produce undefined
9613 results.
9614
9615 If no option @samp{exthdr.name=string} is specified, @command{tar}
9616 will use the following default value:
9617
9618 @smallexample
9619 %d/PaxHeaders.%p/%f
9620 @end smallexample
9621
9622 @item exthdr.mtime=@var{value}
9623
9624 This keyword defines the value of the @samp{mtime} field that
9625 is written into the ustar header blocks for the extended headers.
9626 By default, the @samp{mtime} field is set to the modification time
9627 of the archive member described by that extended headers.
9628
9629 @item globexthdr.name=@var{string}
9630 This keyword allows user control over the name that is written into
9631 the ustar header blocks for global extended header records. The name
9632 is obtained from the contents of @var{string}, after making
9633 the following substitutions:
9634
9635 @multitable @columnfractions .25 .55
9636 @headitem Meta-character @tab Replaced By
9637 @item %n @tab An integer that represents the
9638 sequence number of the global extended header record in the archive,
9639 starting at 1.
9640 @item %p @tab The process @acronym{ID} of the @command{tar} process.
9641 @item %% @tab A @samp{%} character.
9642 @end multitable
9643
9644 Any other @samp{%} characters in @var{string} produce undefined results.
9645
9646 If no option @samp{globexthdr.name=string} is specified, @command{tar}
9647 will use the following default value:
9648
9649 @smallexample
9650 $TMPDIR/GlobalHead.%p.%n
9651 @end smallexample
9652
9653 @noindent
9654 where @samp{$TMPDIR} represents the value of the @var{TMPDIR}
9655 environment variable. If @var{TMPDIR} is not set, @command{tar}
9656 uses @samp{/tmp}.
9657
9658 @item globexthdr.mtime=@var{value}
9659
9660 This keyword defines the value of the @samp{mtime} field that
9661 is written into the ustar header blocks for the global extended headers.
9662 By default, the @samp{mtime} field is set to the time when
9663 @command{tar} was invoked.
9664
9665 @item @var{keyword}=@var{value}
9666 When used with one of archive-creation commands, these keyword/value pairs
9667 will be included at the beginning of the archive in a global extended
9668 header record. When used with one of archive-reading commands,
9669 @command{tar} will behave as if it has encountered these keyword/value
9670 pairs at the beginning of the archive in a global extended header
9671 record.
9672
9673 @item @var{keyword}:=@var{value}
9674 When used with one of archive-creation commands, these keyword/value pairs
9675 will be included as records at the beginning of an extended header for
9676 each file. This is effectively equivalent to @var{keyword}=@var{value}
9677 form except that it creates no global extended header records.
9678
9679 When used with one of archive-reading commands, @command{tar} will
9680 behave as if these keyword/value pairs were included as records at the
9681 end of each extended header; thus, they will override any global or
9682 file-specific extended header record keywords of the same names.
9683 For example, in the command:
9684
9685 @smallexample
9686 tar --format=posix --create \
9687 --file archive --pax-option gname:=user .
9688 @end smallexample
9689
9690 the group name will be forced to a new value for all files
9691 stored in the archive.
9692 @end table
9693
9694 In any of the forms described above, the @var{value} may be
9695 a string enclosed in curly braces. In that case, the string
9696 between the braces is understood either as a textual time
9697 representation, as described in @ref{Date input formats}, or a name of
9698 the existing file, starting with @samp{/} or @samp{.}. In the latter
9699 case, the modification time of that file is used.
9700
9701 For example, to set all modification times to the current date, you
9702 use the following option:
9703
9704 @smallexample
9705 --pax-option='mtime:=@{now@}'
9706 @end smallexample
9707
9708 Note quoting of the option's argument.
9709
9710 @cindex archives, binary equivalent
9711 @cindex binary equivalent archives, creating
9712 As another example, here is the option that ensures that any two
9713 archives created using it, will be binary equivalent if they have the
9714 same contents:
9715
9716 @smallexample
9717 --pax-option=exthdr.name=%d/PaxHeaders/%f,atime:=0
9718 @end smallexample
9719
9720 @node Checksumming
9721 @subsection Checksumming Problems
9722
9723 SunOS and HP-UX @command{tar} fail to accept archives created using
9724 @GNUTAR{} and containing non-@acronym{ASCII} file names, that
9725 is, file names having characters with the eight bit set, because they
9726 use signed checksums, while @GNUTAR{} uses unsigned
9727 checksums while creating archives, as per @acronym{POSIX} standards. On
9728 reading, @GNUTAR{} computes both checksums and
9729 accepts any. It is somewhat worrying that a lot of people may go
9730 around doing backup of their files using faulty (or at least
9731 non-standard) software, not learning about it until it's time to
9732 restore their missing files with an incompatible file extractor, or
9733 vice versa.
9734
9735 @GNUTAR{} computes checksums both ways, and accept
9736 any on read, so @acronym{GNU} tar can read Sun tapes even with their
9737 wrong checksums. @GNUTAR{} produces the standard
9738 checksum, however, raising incompatibilities with Sun. That is to
9739 say, @GNUTAR{} has not been modified to
9740 @emph{produce} incorrect archives to be read by buggy @command{tar}'s.
9741 I've been told that more recent Sun @command{tar} now read standard
9742 archives, so maybe Sun did a similar patch, after all?
9743
9744 The story seems to be that when Sun first imported @command{tar}
9745 sources on their system, they recompiled it without realizing that
9746 the checksums were computed differently, because of a change in
9747 the default signing of @code{char}'s in their compiler. So they
9748 started computing checksums wrongly. When they later realized their
9749 mistake, they merely decided to stay compatible with it, and with
9750 themselves afterwards. Presumably, but I do not really know, HP-UX
9751 has chosen that their @command{tar} archives to be compatible with Sun's.
9752 The current standards do not favor Sun @command{tar} format. In any
9753 case, it now falls on the shoulders of SunOS and HP-UX users to get
9754 a @command{tar} able to read the good archives they receive.
9755
9756 @node Large or Negative Values
9757 @subsection Large or Negative Values
9758 @cindex large values
9759 @cindex future time stamps
9760 @cindex negative time stamps
9761 @UNREVISED
9762
9763 The above sections suggest to use @samp{oldest possible} archive
9764 format if in doubt. However, sometimes it is not possible. If you
9765 attempt to archive a file whose metadata cannot be represented using
9766 required format, @GNUTAR{} will print error message and ignore such a
9767 file. You will than have to switch to a format that is able to
9768 handle such values. The format summary table (@pxref{Formats}) will
9769 help you to do so.
9770
9771 In particular, when trying to archive files larger than 8GB or with
9772 timestamps not in the range 1970-01-01 00:00:00 through 2242-03-16
9773 12:56:31 @sc{utc}, you will have to chose between @acronym{GNU} and
9774 @acronym{POSIX} archive formats. When considering which format to
9775 choose, bear in mind that the @acronym{GNU} format uses
9776 two's-complement base-256 notation to store values that do not fit
9777 into standard @acronym{ustar} range. Such archives can generally be
9778 read only by a @GNUTAR{} implementation. Moreover, they sometimes
9779 cannot be correctly restored on another hosts even by @GNUTAR{}. For
9780 example, using two's complement representation for negative time
9781 stamps that assumes a signed 32-bit @code{time_t} generates archives
9782 that are not portable to hosts with differing @code{time_t}
9783 representations.
9784
9785 On the other hand, @acronym{POSIX} archives, generally speaking, can
9786 be extracted by any tar implementation that understands older
9787 @acronym{ustar} format. The only exception are files larger than 8GB.
9788
9789 @FIXME{Describe how @acronym{POSIX} archives are extracted by non
9790 POSIX-aware tars.}
9791
9792 @node Other Tars
9793 @subsection How to Extract GNU-Specific Data Using Other @command{tar} Implementations
9794
9795 In previous sections you became acquainted with various quirks
9796 necessary to make your archives portable. Sometimes you may need to
9797 extract archives containing GNU-specific members using some
9798 third-party @command{tar} implementation or an older version of
9799 @GNUTAR{}. Of course your best bet is to have @GNUTAR{} installed,
9800 but if it is for some reason impossible, this section will explain
9801 how to cope without it.
9802
9803 When we speak about @dfn{GNU-specific} members we mean two classes of
9804 them: members split between the volumes of a multi-volume archive and
9805 sparse members. You will be able to always recover such members if
9806 the archive is in PAX format. In addition split members can be
9807 recovered from archives in old GNU format. The following subsections
9808 describe the required procedures in detail.
9809
9810 @menu
9811 * Split Recovery:: Members Split Between Volumes
9812 * Sparse Recovery:: Sparse Members
9813 @end menu
9814
9815 @node Split Recovery
9816 @subsubsection Extracting Members Split Between Volumes
9817
9818 @cindex Mutli-volume archives, extracting using non-GNU tars
9819 If a member is split between several volumes of an old GNU format archive
9820 most third party @command{tar} implementation will fail to extract
9821 it. To extract it, use @command{tarcat} program (@pxref{Tarcat}).
9822 This program is available from
9823 @uref{http://www.gnu.org/@/software/@/tar/@/utils/@/tarcat.html, @GNUTAR{}
9824 home page}. It concatenates several archive volumes into a single
9825 valid archive. For example, if you have three volumes named from
9826 @file{vol-1.tar} to @file{vol-3.tar}, you can do the following to
9827 extract them using a third-party @command{tar}:
9828
9829 @smallexample
9830 $ @kbd{tarcat vol-1.tar vol-2.tar vol-3.tar | tar xf -}
9831 @end smallexample
9832
9833 @cindex Mutli-volume archives in PAX format, extracting using non-GNU tars
9834 You could use this approach for most (although not all) PAX
9835 format archives as well. However, extracting split members from a PAX
9836 archive is a much easier task, because PAX volumes are constructed in
9837 such a way that each part of a split member is extracted to a
9838 different file by @command{tar} implementations that are not aware of
9839 GNU extensions. More specifically, the very first part retains its
9840 original name, and all subsequent parts are named using the pattern:
9841
9842 @smallexample
9843 %d/GNUFileParts.%p/%f.%n
9844 @end smallexample
9845
9846 @noindent
9847 where symbols preceeded by @samp{%} are @dfn{macro characters} that
9848 have the following meaning:
9849
9850 @multitable @columnfractions .25 .55
9851 @headitem Meta-character @tab Replaced By
9852 @item %d @tab The directory name of the file, equivalent to the
9853 result of the @command{dirname} utility on its full name.
9854 @item %f @tab The file name of the file, equivalent to the result
9855 of the @command{basename} utility on its full name.
9856 @item %p @tab The process @acronym{ID} of the @command{tar} process that
9857 created the archive.
9858 @item %n @tab Ordinal number of this particular part.
9859 @end multitable
9860
9861 For example, if the file @file{var/longfile} was split during archive
9862 creation between three volumes, and the creator @command{tar} process
9863 had process @acronym{ID} @samp{27962}, then the member names will be:
9864
9865 @smallexample
9866 var/longfile
9867 var/GNUFileParts.27962/longfile.1
9868 var/GNUFileParts.27962/longfile.2
9869 @end smallexample
9870
9871 When you extract your archive using a third-party @command{tar}, these
9872 files will be created on your disk, and the only thing you will need
9873 to do to restore your file in its original form is concatenate them in
9874 the proper order, for example:
9875
9876 @smallexample
9877 @group
9878 $ @kbd{cd var}
9879 $ @kbd{cat GNUFileParts.27962/longfile.1 \
9880 GNUFileParts.27962/longfile.2 >> longfile}
9881 $ rm -f GNUFileParts.27962
9882 @end group
9883 @end smallexample
9884
9885 Notice, that if the @command{tar} implementation you use supports PAX
9886 format archives, it will probably emit warnings about unknown keywords
9887 during extraction. They will look like this:
9888
9889 @smallexample
9890 @group
9891 Tar file too small
9892 Unknown extended header keyword 'GNU.volume.filename' ignored.
9893 Unknown extended header keyword 'GNU.volume.size' ignored.
9894 Unknown extended header keyword 'GNU.volume.offset' ignored.
9895 @end group
9896 @end smallexample
9897
9898 @noindent
9899 You can safely ignore these warnings.
9900
9901 If your @command{tar} implementation is not PAX-aware, you will get
9902 more warnings and more files generated on your disk, e.g.:
9903
9904 @smallexample
9905 @group
9906 $ @kbd{tar xf vol-1.tar}
9907 var/PaxHeaders.27962/longfile: Unknown file type 'x', extracted as
9908 normal file
9909 Unexpected EOF in archive
9910 $ @kbd{tar xf vol-2.tar}
9911 tmp/GlobalHead.27962.1: Unknown file type 'g', extracted as normal file
9912 GNUFileParts.27962/PaxHeaders.27962/sparsefile.1: Unknown file type
9913 'x', extracted as normal file
9914 @end group
9915 @end smallexample
9916
9917 Ignore these warnings. The @file{PaxHeaders.*} directories created
9918 will contain files with @dfn{extended header keywords} describing the
9919 extracted files. You can delete them, unless they describe sparse
9920 members. Read further to learn more about them.
9921
9922 @node Sparse Recovery
9923 @subsubsection Extracting Sparse Members
9924
9925 @cindex sparse files, extracting with non-GNU tars
9926 Any @command{tar} implementation will be able to extract sparse members from a
9927 PAX archive. However, the extracted files will be @dfn{condensed},
9928 i.e., any zero blocks will be removed from them. When we restore such
9929 a condensed file to its original form, by adding zero blocks (or
9930 @dfn{holes}) back to their original locations, we call this process
9931 @dfn{expanding} a compressed sparse file.
9932
9933 @pindex xsparse
9934 To expand a file, you will need a simple auxiliary program called
9935 @command{xsparse}. It is available in source form from
9936 @uref{http://www.gnu.org/@/software/@/tar/@/utils/@/xsparse.html, @GNUTAR{}
9937 home page}.
9938
9939 @cindex sparse files v.1.0, extracting with non-GNU tars
9940 Let's begin with archive members in @dfn{sparse format
9941 version 1.0}@footnote{@xref{PAX 1}.}, which are the easiest to expand.
9942 The condensed file will contain both file map and file data, so no
9943 additional data will be needed to restore it. If the original file
9944 name was @file{@var{dir}/@var{name}}, then the condensed file will be
9945 named @file{@var{dir}/@/GNUSparseFile.@var{n}/@/@var{name}}, where
9946 @var{n} is a decimal number@footnote{Technically speaking, @var{n} is a
9947 @dfn{process @acronym{ID}} of the @command{tar} process which created the
9948 archive (@pxref{PAX keywords}).}.
9949
9950 To expand a version 1.0 file, run @command{xsparse} as follows:
9951
9952 @smallexample
9953 $ @kbd{xsparse @file{cond-file}}
9954 @end smallexample
9955
9956 @noindent
9957 where @file{cond-file} is the name of the condensed file. The utility
9958 will deduce the name for the resulting expanded file using the
9959 following algorithm:
9960
9961 @enumerate 1
9962 @item If @file{cond-file} does not contain any directories,
9963 @file{../cond-file} will be used;
9964
9965 @item If @file{cond-file} has the form
9966 @file{@var{dir}/@var{t}/@var{name}}, where both @var{t} and @var{name}
9967 are simple names, with no @samp{/} characters in them, the output file
9968 name will be @file{@var{dir}/@var{name}}.
9969
9970 @item Otherwise, if @file{cond-file} has the form
9971 @file{@var{dir}/@var{name}}, the output file name will be
9972 @file{@var{name}}.
9973 @end enumerate
9974
9975 In the unlikely case when this algorithm does not suit your needs,
9976 you can explicitly specify output file name as a second argument to
9977 the command:
9978
9979 @smallexample
9980 $ @kbd{xsparse @file{cond-file} @file{out-file}}
9981 @end smallexample
9982
9983 It is often a good idea to run @command{xsparse} in @dfn{dry run} mode
9984 first. In this mode, the command does not actually expand the file,
9985 but verbosely lists all actions it would be taking to do so. The dry
9986 run mode is enabled by @option{-n} command line argument:
9987
9988 @smallexample
9989 @group
9990 $ @kbd{xsparse -n /home/gray/GNUSparseFile.6058/sparsefile}
9991 Reading v.1.0 sparse map
9992 Expanding file `/home/gray/GNUSparseFile.6058/sparsefile' to
9993 `/home/gray/sparsefile'
9994 Finished dry run
9995 @end group
9996 @end smallexample
9997
9998 To actually expand the file, you would run:
9999
10000 @smallexample
10001 $ @kbd{xsparse /home/gray/GNUSparseFile.6058/sparsefile}
10002 @end smallexample
10003
10004 @noindent
10005 The program behaves the same way all UNIX utilities do: it will keep
10006 quiet unless it has simething important to tell you (e.g. an error
10007 condition or something). If you wish it to produce verbose output,
10008 similar to that from the dry run mode, use @option{-v} option:
10009
10010 @smallexample
10011 @group
10012 $ @kbd{xsparse -v /home/gray/GNUSparseFile.6058/sparsefile}
10013 Reading v.1.0 sparse map
10014 Expanding file `/home/gray/GNUSparseFile.6058/sparsefile' to
10015 `/home/gray/sparsefile'
10016 Done
10017 @end group
10018 @end smallexample
10019
10020 Additionally, if your @command{tar} implementation has extracted the
10021 @dfn{extended headers} for this file, you can instruct @command{xstar}
10022 to use them in order to verify the integrity of the expanded file.
10023 The option @option{-x} sets the name of the extended header file to
10024 use. Continuing our example:
10025
10026 @smallexample
10027 @group
10028 $ @kbd{xsparse -v -x /home/gray/PaxHeaders.6058/sparsefile \
10029 /home/gray/GNUSparseFile.6058/sparsefile}
10030 Reading extended header file
10031 Found variable GNU.sparse.major = 1
10032 Found variable GNU.sparse.minor = 0
10033 Found variable GNU.sparse.name = sparsefile
10034 Found variable GNU.sparse.realsize = 217481216
10035 Reading v.1.0 sparse map
10036 Expanding file `/home/gray/GNUSparseFile.6058/sparsefile' to
10037 `/home/gray/sparsefile'
10038 Done
10039 @end group
10040 @end smallexample
10041
10042 @anchor{extracting sparse v.0.x}
10043 @cindex sparse files v.0.1, extracting with non-GNU tars
10044 @cindex sparse files v.0.0, extracting with non-GNU tars
10045 An @dfn{extended header} is a special @command{tar} archive header
10046 that precedes an archive member and contains a set of
10047 @dfn{variables}, describing the member properties that cannot be
10048 stored in the standard @code{ustar} header. While optional for
10049 expanding sparse version 1.0 members, the use of extended headers is
10050 mandatory when expanding sparse members in older sparse formats: v.0.0
10051 and v.0.1 (The sparse formats are described in detail in @ref{Sparse
10052 Formats}.) So, for these formats, the question is: how to obtain
10053 extended headers from the archive?
10054
10055 If you use a @command{tar} implementation that does not support PAX
10056 format, extended headers for each member will be extracted as a
10057 separate file. If we represent the member name as
10058 @file{@var{dir}/@var{name}}, then the extended header file will be
10059 named @file{@var{dir}/@/PaxHeaders.@var{n}/@/@var{name}}, where
10060 @var{n} is an integer number.
10061
10062 Things become more difficult if your @command{tar} implementation
10063 does support PAX headers, because in this case you will have to
10064 manually extract the headers. We recommend the following algorithm:
10065
10066 @enumerate 1
10067 @item
10068 Consult the documentation of your @command{tar} implementation for an
10069 option that prints @dfn{block numbers} along with the archive
10070 listing (analogous to @GNUTAR{}'s @option{-R} option). For example,
10071 @command{star} has @option{-block-number}.
10072
10073 @item
10074 Obtain verbose listing using the @samp{block number} option, and
10075 find block numbers of the sparse member in question and the member
10076 immediately following it. For example, running @command{star} on our
10077 archive we obtain:
10078
10079 @smallexample
10080 @group
10081 $ @kbd{star -t -v -block-number -f arc.tar}
10082 @dots{}
10083 star: Unknown extended header keyword 'GNU.sparse.size' ignored.
10084 star: Unknown extended header keyword 'GNU.sparse.numblocks' ignored.
10085 star: Unknown extended header keyword 'GNU.sparse.name' ignored.
10086 star: Unknown extended header keyword 'GNU.sparse.map' ignored.
10087 block 56: 425984 -rw-r--r-- gray/users Jun 25 14:46 2006 GNUSparseFile.28124/sparsefile
10088 block 897: 65391 -rw-r--r-- gray/users Jun 24 20:06 2006 README
10089 @dots{}
10090 @end group
10091 @end smallexample
10092
10093 @noindent
10094 (as usual, ignore the warnings about unknown keywords.)
10095
10096 @item
10097 Let @var{size} be the size of the sparse member, @var{Bs} be its block number
10098 and @var{Bn} be the block number of the next member.
10099 Compute:
10100
10101 @smallexample
10102 @var{N} = @var{Bs} - @var{Bn} - @var{size}/512 - 2
10103 @end smallexample
10104
10105 @noindent
10106 This number gives the size of the extended header part in tar @dfn{blocks}.
10107 In our example, this formula gives: @code{897 - 56 - 425984 / 512 - 2
10108 = 7}.
10109
10110 @item
10111 Use @command{dd} to extract the headers:
10112
10113 @smallexample
10114 @kbd{dd if=@var{archive} of=@var{hname} bs=512 skip=@var{Bs} count=@var{N}}
10115 @end smallexample
10116
10117 @noindent
10118 where @var{archive} is the archive name, @var{hname} is a name of the
10119 file to store the extended header in, @var{Bs} and @var{N} are
10120 computed in previous steps.
10121
10122 In our example, this command will be
10123
10124 @smallexample
10125 $ @kbd{dd if=arc.tar of=xhdr bs=512 skip=56 count=7}
10126 @end smallexample
10127 @end enumerate
10128
10129 Finally, you can expand the condensed file, using the obtained header:
10130
10131 @smallexample
10132 @group
10133 $ @kbd{xsparse -v -x xhdr GNUSparseFile.6058/sparsefile}
10134 Reading extended header file
10135 Found variable GNU.sparse.size = 217481216
10136 Found variable GNU.sparse.numblocks = 208
10137 Found variable GNU.sparse.name = sparsefile
10138 Found variable GNU.sparse.map = 0,2048,1050624,2048,@dots{}
10139 Expanding file `GNUSparseFile.28124/sparsefile' to `sparsefile'
10140 Done
10141 @end group
10142 @end smallexample
10143
10144 @node cpio
10145 @section Comparison of @command{tar} and @command{cpio}
10146 @UNREVISED
10147
10148 @FIXME{Reorganize the following material}
10149
10150 The @command{cpio} archive formats, like @command{tar}, do have maximum
10151 file name lengths. The binary and old @acronym{ASCII} formats have a maximum file
10152 length of 256, and the new @acronym{ASCII} and @acronym{CRC ASCII} formats have a max
10153 file length of 1024. @acronym{GNU} @command{cpio} can read and write archives
10154 with arbitrary file name lengths, but other @command{cpio} implementations
10155 may crash unexplainedly trying to read them.
10156
10157 @command{tar} handles symbolic links in the form in which it comes in @acronym{BSD};
10158 @command{cpio} doesn't handle symbolic links in the form in which it comes
10159 in System V prior to SVR4, and some vendors may have added symlinks
10160 to their system without enhancing @command{cpio} to know about them.
10161 Others may have enhanced it in a way other than the way I did it
10162 at Sun, and which was adopted by AT&T (and which is, I think, also
10163 present in the @command{cpio} that Berkeley picked up from AT&T and put
10164 into a later @acronym{BSD} release---I think I gave them my changes).
10165
10166 (SVR4 does some funny stuff with @command{tar}; basically, its @command{cpio}
10167 can handle @command{tar} format input, and write it on output, and it
10168 probably handles symbolic links. They may not have bothered doing
10169 anything to enhance @command{tar} as a result.)
10170
10171 @command{cpio} handles special files; traditional @command{tar} doesn't.
10172
10173 @command{tar} comes with V7, System III, System V, and @acronym{BSD} source;
10174 @command{cpio} comes only with System III, System V, and later @acronym{BSD}
10175 (4.3-tahoe and later).
10176
10177 @command{tar}'s way of handling multiple hard links to a file can handle
10178 file systems that support 32-bit i-numbers (e.g., the @acronym{BSD} file system);
10179 @command{cpio}s way requires you to play some games (in its ``binary''
10180 format, i-numbers are only 16 bits, and in its ``portable @acronym{ASCII}'' format,
10181 they're 18 bits---it would have to play games with the "file system @acronym{ID}"
10182 field of the header to make sure that the file system @acronym{ID}/i-number pairs
10183 of different files were always different), and I don't know which
10184 @command{cpio}s, if any, play those games. Those that don't might get
10185 confused and think two files are the same file when they're not, and
10186 make hard links between them.
10187
10188 @command{tar}s way of handling multiple hard links to a file places only
10189 one copy of the link on the tape, but the name attached to that copy
10190 is the @emph{only} one you can use to retrieve the file; @command{cpio}s
10191 way puts one copy for every link, but you can retrieve it using any
10192 of the names.
10193
10194 @quotation
10195 What type of check sum (if any) is used, and how is this calculated.
10196 @end quotation
10197
10198 See the attached manual pages for @command{tar} and @command{cpio} format.
10199 @command{tar} uses a checksum which is the sum of all the bytes in the
10200 @command{tar} header for a file; @command{cpio} uses no checksum.
10201
10202 @quotation
10203 If anyone knows why @command{cpio} was made when @command{tar} was present
10204 at the unix scene,
10205 @end quotation
10206
10207 It wasn't. @command{cpio} first showed up in PWB/UNIX 1.0; no
10208 generally-available version of UNIX had @command{tar} at the time. I don't
10209 know whether any version that was generally available @emph{within AT&T}
10210 had @command{tar}, or, if so, whether the people within AT&T who did
10211 @command{cpio} knew about it.
10212
10213 On restore, if there is a corruption on a tape @command{tar} will stop at
10214 that point, while @command{cpio} will skip over it and try to restore the
10215 rest of the files.
10216
10217 The main difference is just in the command syntax and header format.
10218
10219 @command{tar} is a little more tape-oriented in that everything is blocked
10220 to start on a record boundary.
10221
10222 @quotation
10223 Is there any differences between the ability to recover crashed
10224 archives between the two of them. (Is there any chance of recovering
10225 crashed archives at all.)
10226 @end quotation
10227
10228 Theoretically it should be easier under @command{tar} since the blocking
10229 lets you find a header with some variation of @samp{dd skip=@var{nn}}.
10230 However, modern @command{cpio}'s and variations have an option to just
10231 search for the next file header after an error with a reasonable chance
10232 of resyncing. However, lots of tape driver software won't allow you to
10233 continue past a media error which should be the only reason for getting
10234 out of sync unless a file changed sizes while you were writing the
10235 archive.
10236
10237 @quotation
10238 If anyone knows why @command{cpio} was made when @command{tar} was present
10239 at the unix scene, please tell me about this too.
10240 @end quotation
10241
10242 Probably because it is more media efficient (by not blocking everything
10243 and using only the space needed for the headers where @command{tar}
10244 always uses 512 bytes per file header) and it knows how to archive
10245 special files.
10246
10247 You might want to look at the freely available alternatives. The
10248 major ones are @command{afio}, @GNUTAR{}, and
10249 @command{pax}, each of which have their own extensions with some
10250 backwards compatibility.
10251
10252 Sparse files were @command{tar}red as sparse files (which you can
10253 easily test, because the resulting archive gets smaller, and
10254 @acronym{GNU} @command{cpio} can no longer read it).
10255
10256 @node Media
10257 @chapter Tapes and Other Archive Media
10258 @UNREVISED
10259
10260 A few special cases about tape handling warrant more detailed
10261 description. These special cases are discussed below.
10262
10263 Many complexities surround the use of @command{tar} on tape drives. Since
10264 the creation and manipulation of archives located on magnetic tape was
10265 the original purpose of @command{tar}, it contains many features making
10266 such manipulation easier.
10267
10268 Archives are usually written on dismountable media---tape cartridges,
10269 mag tapes, or floppy disks.
10270
10271 The amount of data a tape or disk holds depends not only on its size,
10272 but also on how it is formatted. A 2400 foot long reel of mag tape
10273 holds 40 megabytes of data when formatted at 1600 bits per inch. The
10274 physically smaller EXABYTE tape cartridge holds 2.3 gigabytes.
10275
10276 Magnetic media are re-usable---once the archive on a tape is no longer
10277 needed, the archive can be erased and the tape or disk used over.
10278 Media quality does deteriorate with use, however. Most tapes or disks
10279 should be discarded when they begin to produce data errors. EXABYTE
10280 tape cartridges should be discarded when they generate an @dfn{error
10281 count} (number of non-usable bits) of more than 10k.
10282
10283 Magnetic media are written and erased using magnetic fields, and
10284 should be protected from such fields to avoid damage to stored data.
10285 Sticking a floppy disk to a filing cabinet using a magnet is probably
10286 not a good idea.
10287
10288 @menu
10289 * Device:: Device selection and switching
10290 * Remote Tape Server::
10291 * Common Problems and Solutions::
10292 * Blocking:: Blocking
10293 * Many:: Many archives on one tape
10294 * Using Multiple Tapes:: Using Multiple Tapes
10295 * label:: Including a Label in the Archive
10296 * verify::
10297 * Write Protection::
10298 @end menu
10299
10300 @node Device
10301 @section Device Selection and Switching
10302 @UNREVISED
10303
10304 @table @option
10305 @item -f [@var{hostname}:]@var{file}
10306 @itemx --file=[@var{hostname}:]@var{file}
10307 Use archive file or device @var{file} on @var{hostname}.
10308 @end table
10309
10310 This option is used to specify the file name of the archive @command{tar}
10311 works on.
10312
10313 If the file name is @samp{-}, @command{tar} reads the archive from standard
10314 input (when listing or extracting), or writes it to standard output
10315 (when creating). If the @samp{-} file name is given when updating an
10316 archive, @command{tar} will read the original archive from its standard
10317 input, and will write the entire new archive to its standard output.
10318
10319 If the file name contains a @samp{:}, it is interpreted as
10320 @samp{hostname:file name}. If the @var{hostname} contains an @dfn{at}
10321 sign (@samp{@@}), it is treated as @samp{user@@hostname:file name}. In
10322 either case, @command{tar} will invoke the command @command{rsh} (or
10323 @command{remsh}) to start up an @command{/usr/libexec/rmt} on the remote
10324 machine. If you give an alternate login name, it will be given to the
10325 @command{rsh}.
10326 Naturally, the remote machine must have an executable
10327 @command{/usr/libexec/rmt}. This program is free software from the
10328 University of California, and a copy of the source code can be found
10329 with the sources for @command{tar}; it's compiled and installed by default.
10330 The exact path to this utility is determined when configuring the package.
10331 It is @file{@var{prefix}/libexec/rmt}, where @var{prefix} stands for
10332 your installation prefix. This location may also be overridden at
10333 runtime by using the @option{--rmt-command=@var{command}} option (@xref{Option Summary,
10334 ---rmt-command}, for detailed description of this option. @xref{Remote
10335 Tape Server}, for the description of @command{rmt} command).
10336
10337 If this option is not given, but the environment variable @env{TAPE}
10338 is set, its value is used; otherwise, old versions of @command{tar}
10339 used a default archive name (which was picked when @command{tar} was
10340 compiled). The default is normally set up to be the @dfn{first} tape
10341 drive or other transportable I/O medium on the system.
10342
10343 Starting with version 1.11.5, @GNUTAR{} uses
10344 standard input and standard output as the default device, and I will
10345 not try anymore supporting automatic device detection at installation
10346 time. This was failing really in too many cases, it was hopeless.
10347 This is now completely left to the installer to override standard
10348 input and standard output for default device, if this seems
10349 preferable. Further, I think @emph{most} actual usages of
10350 @command{tar} are done with pipes or disks, not really tapes,
10351 cartridges or diskettes.
10352
10353 Some users think that using standard input and output is running
10354 after trouble. This could lead to a nasty surprise on your screen if
10355 you forget to specify an output file name---especially if you are going
10356 through a network or terminal server capable of buffering large amounts
10357 of output. We had so many bug reports in that area of configuring
10358 default tapes automatically, and so many contradicting requests, that
10359 we finally consider the problem to be portably intractable. We could
10360 of course use something like @samp{/dev/tape} as a default, but this
10361 is @emph{also} running after various kind of trouble, going from hung
10362 processes to accidental destruction of real tapes. After having seen
10363 all this mess, using standard input and output as a default really
10364 sounds like the only clean choice left, and a very useful one too.
10365
10366 @GNUTAR{} reads and writes archive in records, I
10367 suspect this is the main reason why block devices are preferred over
10368 character devices. Most probably, block devices are more efficient
10369 too. The installer could also check for @samp{DEFTAPE} in
10370 @file{<sys/mtio.h>}.
10371
10372 @table @option
10373 @xopindex{force-local, short description}
10374 @item --force-local
10375 Archive file is local even if it contains a colon.
10376
10377 @opindex rsh-command
10378 @item --rsh-command=@var{command}
10379 Use remote @var{command} instead of @command{rsh}. This option exists
10380 so that people who use something other than the standard @command{rsh}
10381 (e.g., a Kerberized @command{rsh}) can access a remote device.
10382
10383 When this command is not used, the shell command found when
10384 the @command{tar} program was installed is used instead. This is
10385 the first found of @file{/usr/ucb/rsh}, @file{/usr/bin/remsh},
10386 @file{/usr/bin/rsh}, @file{/usr/bsd/rsh} or @file{/usr/bin/nsh}.
10387 The installer may have overridden this by defining the environment
10388 variable @env{RSH} @emph{at installation time}.
10389
10390 @item -[0-7][lmh]
10391 Specify drive and density.
10392
10393 @xopindex{multi-volume, short description}
10394 @item -M
10395 @itemx --multi-volume
10396 Create/list/extract multi-volume archive.
10397
10398 This option causes @command{tar} to write a @dfn{multi-volume} archive---one
10399 that may be larger than will fit on the medium used to hold it.
10400 @xref{Multi-Volume Archives}.
10401
10402 @xopindex{tape-length, short description}
10403 @item -L @var{num}
10404 @itemx --tape-length=@var{size}[@var{suf}]
10405 Change tape after writing @var{size} units of data. Unless @var{suf} is
10406 given, @var{size} is treated as kilobytes, i.e. @samp{@var{size} x
10407 1024} bytes. The following suffixes alter this behavior:
10408
10409 @float Table, size-suffixes
10410 @caption{Size Suffixes}
10411 @multitable @columnfractions 0.2 0.3 0.3
10412 @headitem Suffix @tab Units @tab Byte Equivalent
10413 @item b @tab Blocks @tab @var{size} x 512
10414 @item B @tab Kilobytes @tab @var{size} x 1024
10415 @item c @tab Bytes @tab @var{size}
10416 @item G @tab Gigabytes @tab @var{size} x 1024^3
10417 @item K @tab Kilobytes @tab @var{size} x 1024
10418 @item k @tab Kilobytes @tab @var{size} x 1024
10419 @item M @tab Megabytes @tab @var{size} x 1024^2
10420 @item P @tab Petabytes @tab @var{size} x 1024^5
10421 @item T @tab Terabytes @tab @var{size} x 1024^4
10422 @item w @tab Words @tab @var{size} x 2
10423 @end multitable
10424 @end float
10425
10426 This option might be useful when your tape drivers do not properly
10427 detect end of physical tapes. By being slightly conservative on the
10428 maximum tape length, you might avoid the problem entirely.
10429
10430 @xopindex{info-script, short description}
10431 @xopindex{new-volume-script, short description}
10432 @item -F @var{file}
10433 @itemx --info-script=@var{file}
10434 @itemx --new-volume-script=@var{file}
10435 Execute @file{file} at end of each tape. This implies
10436 @option{--multi-volume} (@option{-M}). @xref{info-script}, for a detailed
10437 description of this option.
10438 @end table
10439
10440 @node Remote Tape Server
10441 @section Remote Tape Server
10442
10443 @cindex remote tape drive
10444 @pindex rmt
10445 In order to access the tape drive on a remote machine, @command{tar}
10446 uses the remote tape server written at the University of California at
10447 Berkeley. The remote tape server must be installed as
10448 @file{@var{prefix}/libexec/rmt} on any machine whose tape drive you
10449 want to use. @command{tar} calls @command{rmt} by running an
10450 @command{rsh} or @command{remsh} to the remote machine, optionally
10451 using a different login name if one is supplied.
10452
10453 A copy of the source for the remote tape server is provided. It is
10454 Copyright @copyright{} 1983 by the Regents of the University of
10455 California, but can be freely distributed. It is compiled and
10456 installed by default.
10457
10458 @cindex absolute file names
10459 Unless you use the @option{--absolute-names} (@option{-P}) option,
10460 @GNUTAR{} will not allow you to create an archive that contains
10461 absolute file names (a file name beginning with @samp{/}.) If you try,
10462 @command{tar} will automatically remove the leading @samp{/} from the
10463 file names it stores in the archive. It will also type a warning
10464 message telling you what it is doing.
10465
10466 When reading an archive that was created with a different
10467 @command{tar} program, @GNUTAR{} automatically
10468 extracts entries in the archive which have absolute file names as if
10469 the file names were not absolute. This is an important feature. A
10470 visitor here once gave a @command{tar} tape to an operator to restore;
10471 the operator used Sun @command{tar} instead of @GNUTAR{},
10472 and the result was that it replaced large portions of
10473 our @file{/bin} and friends with versions from the tape; needless to
10474 say, we were unhappy about having to recover the file system from
10475 backup tapes.
10476
10477 For example, if the archive contained a file @file{/usr/bin/computoy},
10478 @GNUTAR{} would extract the file to @file{usr/bin/computoy},
10479 relative to the current directory. If you want to extract the files in
10480 an archive to the same absolute names that they had when the archive
10481 was created, you should do a @samp{cd /} before extracting the files
10482 from the archive, or you should either use the @option{--absolute-names}
10483 option, or use the command @samp{tar -C / @dots{}}.
10484
10485 @cindex Ultrix 3.1 and write failure
10486 Some versions of Unix (Ultrix 3.1 is known to have this problem),
10487 can claim that a short write near the end of a tape succeeded,
10488 when it actually failed. This will result in the -M option not
10489 working correctly. The best workaround at the moment is to use a
10490 significantly larger blocking factor than the default 20.
10491
10492 In order to update an archive, @command{tar} must be able to backspace the
10493 archive in order to reread or rewrite a record that was just read (or
10494 written). This is currently possible only on two kinds of files: normal
10495 disk files (or any other file that can be backspaced with @samp{lseek}),
10496 and industry-standard 9-track magnetic tape (or any other kind of tape
10497 that can be backspaced with the @code{MTIOCTOP} @code{ioctl}).
10498
10499 This means that the @option{--append}, @option{--concatenate}, and
10500 @option{--delete} commands will not work on any other kind of file.
10501 Some media simply cannot be backspaced, which means these commands and
10502 options will never be able to work on them. These non-backspacing
10503 media include pipes and cartridge tape drives.
10504
10505 Some other media can be backspaced, and @command{tar} will work on them
10506 once @command{tar} is modified to do so.
10507
10508 Archives created with the @option{--multi-volume}, @option{--label}, and
10509 @option{--incremental} (@option{-G}) options may not be readable by other version
10510 of @command{tar}. In particular, restoring a file that was split over
10511 a volume boundary will require some careful work with @command{dd}, if
10512 it can be done at all. Other versions of @command{tar} may also create
10513 an empty file whose name is that of the volume header. Some versions
10514 of @command{tar} may create normal files instead of directories archived
10515 with the @option{--incremental} (@option{-G}) option.
10516
10517 @node Common Problems and Solutions
10518 @section Some Common Problems and their Solutions
10519
10520 @ifclear PUBLISH
10521
10522 @format
10523 errors from system:
10524 permission denied
10525 no such file or directory
10526 not owner
10527
10528 errors from @command{tar}:
10529 directory checksum error
10530 header format error
10531
10532 errors from media/system:
10533 i/o error
10534 device busy
10535 @end format
10536
10537 @end ifclear
10538
10539 @node Blocking
10540 @section Blocking
10541 @cindex block
10542 @cindex record
10543
10544 @dfn{Block} and @dfn{record} terminology is rather confused, and it
10545 is also confusing to the expert reader. On the other hand, readers
10546 who are new to the field have a fresh mind, and they may safely skip
10547 the next two paragraphs, as the remainder of this manual uses those
10548 two terms in a quite consistent way.
10549
10550 John Gilmore, the writer of the public domain @command{tar} from which
10551 @GNUTAR{} was originally derived, wrote (June 1995):
10552
10553 @quotation
10554 The nomenclature of tape drives comes from IBM, where I believe
10555 they were invented for the IBM 650 or so. On IBM mainframes, what
10556 is recorded on tape are tape blocks. The logical organization of
10557 data is into records. There are various ways of putting records into
10558 blocks, including @code{F} (fixed sized records), @code{V} (variable
10559 sized records), @code{FB} (fixed blocked: fixed size records, @var{n}
10560 to a block), @code{VB} (variable size records, @var{n} to a block),
10561 @code{VSB} (variable spanned blocked: variable sized records that can
10562 occupy more than one block), etc. The @code{JCL} @samp{DD RECFORM=}
10563 parameter specified this to the operating system.
10564
10565 The Unix man page on @command{tar} was totally confused about this.
10566 When I wrote @code{PD TAR}, I used the historically correct terminology
10567 (@command{tar} writes data records, which are grouped into blocks).
10568 It appears that the bogus terminology made it into @acronym{POSIX} (no surprise
10569 here), and now Fran@,{c}ois has migrated that terminology back
10570 into the source code too.
10571 @end quotation
10572
10573 The term @dfn{physical block} means the basic transfer chunk from or
10574 to a device, after which reading or writing may stop without anything
10575 being lost. In this manual, the term @dfn{block} usually refers to
10576 a disk physical block, @emph{assuming} that each disk block is 512
10577 bytes in length. It is true that some disk devices have different
10578 physical blocks, but @command{tar} ignore these differences in its own
10579 format, which is meant to be portable, so a @command{tar} block is always
10580 512 bytes in length, and @dfn{block} always mean a @command{tar} block.
10581 The term @dfn{logical block} often represents the basic chunk of
10582 allocation of many disk blocks as a single entity, which the operating
10583 system treats somewhat atomically; this concept is only barely used
10584 in @GNUTAR{}.
10585
10586 The term @dfn{physical record} is another way to speak of a physical
10587 block, those two terms are somewhat interchangeable. In this manual,
10588 the term @dfn{record} usually refers to a tape physical block,
10589 @emph{assuming} that the @command{tar} archive is kept on magnetic tape.
10590 It is true that archives may be put on disk or used with pipes,
10591 but nevertheless, @command{tar} tries to read and write the archive one
10592 @dfn{record} at a time, whatever the medium in use. One record is made
10593 up of an integral number of blocks, and this operation of putting many
10594 disk blocks into a single tape block is called @dfn{reblocking}, or
10595 more simply, @dfn{blocking}. The term @dfn{logical record} refers to
10596 the logical organization of many characters into something meaningful
10597 to the application. The term @dfn{unit record} describes a small set
10598 of characters which are transmitted whole to or by the application,
10599 and often refers to a line of text. Those two last terms are unrelated
10600 to what we call a @dfn{record} in @GNUTAR{}.
10601
10602 When writing to tapes, @command{tar} writes the contents of the archive
10603 in chunks known as @dfn{records}. To change the default blocking
10604 factor, use the @option{--blocking-factor=@var{512-size}} (@option{-b
10605 @var{512-size}}) option. Each record will then be composed of
10606 @var{512-size} blocks. (Each @command{tar} block is 512 bytes.
10607 @xref{Standard}.) Each file written to the archive uses at least one
10608 full record. As a result, using a larger record size can result in
10609 more wasted space for small files. On the other hand, a larger record
10610 size can often be read and written much more efficiently.
10611
10612 Further complicating the problem is that some tape drives ignore the
10613 blocking entirely. For these, a larger record size can still improve
10614 performance (because the software layers above the tape drive still
10615 honor the blocking), but not as dramatically as on tape drives that
10616 honor blocking.
10617
10618 When reading an archive, @command{tar} can usually figure out the
10619 record size on itself. When this is the case, and a non-standard
10620 record size was used when the archive was created, @command{tar} will
10621 print a message about a non-standard blocking factor, and then operate
10622 normally. On some tape devices, however, @command{tar} cannot figure
10623 out the record size itself. On most of those, you can specify a
10624 blocking factor (with @option{--blocking-factor}) larger than the
10625 actual blocking factor, and then use the @option{--read-full-records}
10626 (@option{-B}) option. (If you specify a blocking factor with
10627 @option{--blocking-factor} and don't use the
10628 @option{--read-full-records} option, then @command{tar} will not
10629 attempt to figure out the recording size itself.) On some devices,
10630 you must always specify the record size exactly with
10631 @option{--blocking-factor} when reading, because @command{tar} cannot
10632 figure it out. In any case, use @option{--list} (@option{-t}) before
10633 doing any extractions to see whether @command{tar} is reading the archive
10634 correctly.
10635
10636 @command{tar} blocks are all fixed size (512 bytes), and its scheme for
10637 putting them into records is to put a whole number of them (one or
10638 more) into each record. @command{tar} records are all the same size;
10639 at the end of the file there's a block containing all zeros, which
10640 is how you tell that the remainder of the last record(s) are garbage.
10641
10642 In a standard @command{tar} file (no options), the block size is 512
10643 and the record size is 10240, for a blocking factor of 20. What the
10644 @option{--blocking-factor} option does is sets the blocking factor,
10645 changing the record size while leaving the block size at 512 bytes.
10646 20 was fine for ancient 800 or 1600 bpi reel-to-reel tape drives;
10647 most tape drives these days prefer much bigger records in order to
10648 stream and not waste tape. When writing tapes for myself, some tend
10649 to use a factor of the order of 2048, say, giving a record size of
10650 around one megabyte.
10651
10652 If you use a blocking factor larger than 20, older @command{tar}
10653 programs might not be able to read the archive, so we recommend this
10654 as a limit to use in practice. @GNUTAR{}, however,
10655 will support arbitrarily large record sizes, limited only by the
10656 amount of virtual memory or the physical characteristics of the tape
10657 device.
10658
10659 @menu
10660 * Format Variations:: Format Variations
10661 * Blocking Factor:: The Blocking Factor of an Archive
10662 @end menu
10663
10664 @node Format Variations
10665 @subsection Format Variations
10666 @cindex Format Parameters
10667 @cindex Format Options
10668 @cindex Options, archive format specifying
10669 @cindex Options, format specifying
10670 @UNREVISED
10671
10672 Format parameters specify how an archive is written on the archive
10673 media. The best choice of format parameters will vary depending on
10674 the type and number of files being archived, and on the media used to
10675 store the archive.
10676
10677 To specify format parameters when accessing or creating an archive,
10678 you can use the options described in the following sections.
10679 If you do not specify any format parameters, @command{tar} uses
10680 default parameters. You cannot modify a compressed archive.
10681 If you create an archive with the @option{--blocking-factor} option
10682 specified (@pxref{Blocking Factor}), you must specify that
10683 blocking-factor when operating on the archive. @xref{Formats}, for other
10684 examples of format parameter considerations.
10685
10686 @node Blocking Factor
10687 @subsection The Blocking Factor of an Archive
10688 @cindex Blocking Factor
10689 @cindex Record Size
10690 @cindex Number of blocks per record
10691 @cindex Number of bytes per record
10692 @cindex Bytes per record
10693 @cindex Blocks per record
10694 @UNREVISED
10695
10696 @opindex blocking-factor
10697 The data in an archive is grouped into blocks, which are 512 bytes.
10698 Blocks are read and written in whole number multiples called
10699 @dfn{records}. The number of blocks in a record (i.e., the size of a
10700 record in units of 512 bytes) is called the @dfn{blocking factor}.
10701 The @option{--blocking-factor=@var{512-size}} (@option{-b
10702 @var{512-size}}) option specifies the blocking factor of an archive.
10703 The default blocking factor is typically 20 (i.e., 10240 bytes), but
10704 can be specified at installation. To find out the blocking factor of
10705 an existing archive, use @samp{tar --list --file=@var{archive-name}}.
10706 This may not work on some devices.
10707
10708 Records are separated by gaps, which waste space on the archive media.
10709 If you are archiving on magnetic tape, using a larger blocking factor
10710 (and therefore larger records) provides faster throughput and allows you
10711 to fit more data on a tape (because there are fewer gaps). If you are
10712 archiving on cartridge, a very large blocking factor (say 126 or more)
10713 greatly increases performance. A smaller blocking factor, on the other
10714 hand, may be useful when archiving small files, to avoid archiving lots
10715 of nulls as @command{tar} fills out the archive to the end of the record.
10716 In general, the ideal record size depends on the size of the
10717 inter-record gaps on the tape you are using, and the average size of the
10718 files you are archiving. @xref{create}, for information on
10719 writing archives.
10720
10721 @FIXME{Need example of using a cartridge with blocking factor=126 or more.}
10722
10723 Archives with blocking factors larger than 20 cannot be read
10724 by very old versions of @command{tar}, or by some newer versions
10725 of @command{tar} running on old machines with small address spaces.
10726 With @GNUTAR{}, the blocking factor of an archive is limited
10727 only by the maximum record size of the device containing the archive,
10728 or by the amount of available virtual memory.
10729
10730 Also, on some systems, not using adequate blocking factors, as sometimes
10731 imposed by the device drivers, may yield unexpected diagnostics. For
10732 example, this has been reported:
10733
10734 @smallexample
10735 Cannot write to /dev/dlt: Invalid argument
10736 @end smallexample
10737
10738 @noindent
10739 In such cases, it sometimes happen that the @command{tar} bundled by
10740 the system is aware of block size idiosyncrasies, while @GNUTAR{}
10741 requires an explicit specification for the block size,
10742 which it cannot guess. This yields some people to consider
10743 @GNUTAR{} is misbehaving, because by comparison,
10744 @cite{the bundle @command{tar} works OK}. Adding @w{@kbd{-b 256}},
10745 for example, might resolve the problem.
10746
10747 If you use a non-default blocking factor when you create an archive, you
10748 must specify the same blocking factor when you modify that archive. Some
10749 archive devices will also require you to specify the blocking factor when
10750 reading that archive, however this is not typically the case. Usually, you
10751 can use @option{--list} (@option{-t}) without specifying a blocking factor---@command{tar}
10752 reports a non-default record size and then lists the archive members as
10753 it would normally. To extract files from an archive with a non-standard
10754 blocking factor (particularly if you're not sure what the blocking factor
10755 is), you can usually use the @option{--read-full-records} (@option{-B}) option while
10756 specifying a blocking factor larger then the blocking factor of the archive
10757 (i.e., @samp{tar --extract --read-full-records --blocking-factor=300}).
10758 @xref{list}, for more information on the @option{--list} (@option{-t})
10759 operation. @xref{Reading}, for a more detailed explanation of that option.
10760
10761 @table @option
10762 @item --blocking-factor=@var{number}
10763 @itemx -b @var{number}
10764 Specifies the blocking factor of an archive. Can be used with any
10765 operation, but is usually not necessary with @option{--list} (@option{-t}).
10766 @end table
10767
10768 Device blocking
10769
10770 @table @option
10771 @item -b @var{blocks}
10772 @itemx --blocking-factor=@var{blocks}
10773 Set record size to @math{@var{blocks}*512} bytes.
10774
10775 This option is used to specify a @dfn{blocking factor} for the archive.
10776 When reading or writing the archive, @command{tar}, will do reads and writes
10777 of the archive in records of @math{@var{block}*512} bytes. This is true
10778 even when the archive is compressed. Some devices requires that all
10779 write operations be a multiple of a certain size, and so, @command{tar}
10780 pads the archive out to the next record boundary.
10781
10782 The default blocking factor is set when @command{tar} is compiled, and is
10783 typically 20. Blocking factors larger than 20 cannot be read by very
10784 old versions of @command{tar}, or by some newer versions of @command{tar}
10785 running on old machines with small address spaces.
10786
10787 With a magnetic tape, larger records give faster throughput and fit
10788 more data on a tape (because there are fewer inter-record gaps).
10789 If the archive is in a disk file or a pipe, you may want to specify
10790 a smaller blocking factor, since a large one will result in a large
10791 number of null bytes at the end of the archive.
10792
10793 When writing cartridge or other streaming tapes, a much larger
10794 blocking factor (say 126 or more) will greatly increase performance.
10795 However, you must specify the same blocking factor when reading or
10796 updating the archive.
10797
10798 Apparently, Exabyte drives have a physical block size of 8K bytes.
10799 If we choose our blocksize as a multiple of 8k bytes, then the problem
10800 seems to disappear. Id est, we are using block size of 112 right
10801 now, and we haven't had the problem since we switched@dots{}
10802
10803 With @GNUTAR{} the blocking factor is limited only
10804 by the maximum record size of the device containing the archive, or by
10805 the amount of available virtual memory.
10806
10807 However, deblocking or reblocking is virtually avoided in a special
10808 case which often occurs in practice, but which requires all the
10809 following conditions to be simultaneously true:
10810 @itemize @bullet
10811 @item
10812 the archive is subject to a compression option,
10813 @item
10814 the archive is not handled through standard input or output, nor
10815 redirected nor piped,
10816 @item
10817 the archive is directly handled to a local disk, instead of any special
10818 device,
10819 @item
10820 @option{--blocking-factor} is not explicitly specified on the @command{tar}
10821 invocation.
10822 @end itemize
10823
10824 If the output goes directly to a local disk, and not through
10825 stdout, then the last write is not extended to a full record size.
10826 Otherwise, reblocking occurs. Here are a few other remarks on this
10827 topic:
10828
10829 @itemize @bullet
10830
10831 @item
10832 @command{gzip} will complain about trailing garbage if asked to
10833 uncompress a compressed archive on tape, there is an option to turn
10834 the message off, but it breaks the regularity of simply having to use
10835 @samp{@var{prog} -d} for decompression. It would be nice if gzip was
10836 silently ignoring any number of trailing zeros. I'll ask Jean-loup
10837 Gailly, by sending a copy of this message to him.
10838
10839 @item
10840 @command{compress} does not show this problem, but as Jean-loup pointed
10841 out to Michael, @samp{compress -d} silently adds garbage after
10842 the result of decompression, which tar ignores because it already
10843 recognized its end-of-file indicator. So this bug may be safely
10844 ignored.
10845
10846 @item
10847 @samp{gzip -d -q} will be silent about the trailing zeros indeed,
10848 but will still return an exit status of 2 which tar reports in turn.
10849 @command{tar} might ignore the exit status returned, but I hate doing
10850 that, as it weakens the protection @command{tar} offers users against
10851 other possible problems at decompression time. If @command{gzip} was
10852 silently skipping trailing zeros @emph{and} also avoiding setting the
10853 exit status in this innocuous case, that would solve this situation.
10854
10855 @item
10856 @command{tar} should become more solid at not stopping to read a pipe at
10857 the first null block encountered. This inelegantly breaks the pipe.
10858 @command{tar} should rather drain the pipe out before exiting itself.
10859 @end itemize
10860
10861 @xopindex{ignore-zeros, short description}
10862 @item -i
10863 @itemx --ignore-zeros
10864 Ignore blocks of zeros in archive (means EOF).
10865
10866 The @option{--ignore-zeros} (@option{-i}) option causes @command{tar} to ignore blocks
10867 of zeros in the archive. Normally a block of zeros indicates the
10868 end of the archive, but when reading a damaged archive, or one which
10869 was created by concatenating several archives together, this option
10870 allows @command{tar} to read the entire archive. This option is not on
10871 by default because many versions of @command{tar} write garbage after
10872 the zeroed blocks.
10873
10874 Note that this option causes @command{tar} to read to the end of the
10875 archive file, which may sometimes avoid problems when multiple files
10876 are stored on a single physical tape.
10877
10878 @xopindex{read-full-records, short description}
10879 @item -B
10880 @itemx --read-full-records
10881 Reblock as we read (for reading 4.2@acronym{BSD} pipes).
10882
10883 If @option{--read-full-records} is used, @command{tar}
10884 will not panic if an attempt to read a record from the archive does
10885 not return a full record. Instead, @command{tar} will keep reading
10886 until it has obtained a full
10887 record.
10888
10889 This option is turned on by default when @command{tar} is reading
10890 an archive from standard input, or from a remote machine. This is
10891 because on @acronym{BSD} Unix systems, a read of a pipe will return however
10892 much happens to be in the pipe, even if it is less than @command{tar}
10893 requested. If this option was not used, @command{tar} would fail as
10894 soon as it read an incomplete record from the pipe.
10895
10896 This option is also useful with the commands for updating an archive.
10897
10898 @end table
10899
10900 Tape blocking
10901
10902 @FIXME{Appropriate options should be moved here from elsewhere.}
10903
10904 @cindex blocking factor
10905 @cindex tape blocking
10906
10907 When handling various tapes or cartridges, you have to take care of
10908 selecting a proper blocking, that is, the number of disk blocks you
10909 put together as a single tape block on the tape, without intervening
10910 tape gaps. A @dfn{tape gap} is a small landing area on the tape
10911 with no information on it, used for decelerating the tape to a
10912 full stop, and for later regaining the reading or writing speed.
10913 When the tape driver starts reading a record, the record has to
10914 be read whole without stopping, as a tape gap is needed to stop the
10915 tape motion without losing information.
10916
10917 @cindex Exabyte blocking
10918 @cindex DAT blocking
10919 Using higher blocking (putting more disk blocks per tape block) will use
10920 the tape more efficiently as there will be less tape gaps. But reading
10921 such tapes may be more difficult for the system, as more memory will be
10922 required to receive at once the whole record. Further, if there is a
10923 reading error on a huge record, this is less likely that the system will
10924 succeed in recovering the information. So, blocking should not be too
10925 low, nor it should be too high. @command{tar} uses by default a blocking of
10926 20 for historical reasons, and it does not really matter when reading or
10927 writing to disk. Current tape technology would easily accommodate higher
10928 blockings. Sun recommends a blocking of 126 for Exabytes and 96 for DATs.
10929 We were told that for some DLT drives, the blocking should be a multiple
10930 of 4Kb, preferably 64Kb (@w{@kbd{-b 128}}) or 256 for decent performance.
10931 Other manufacturers may use different recommendations for the same tapes.
10932 This might also depends of the buffering techniques used inside modern
10933 tape controllers. Some imposes a minimum blocking, or a maximum blocking.
10934 Others request blocking to be some exponent of two.
10935
10936 So, there is no fixed rule for blocking. But blocking at read time
10937 should ideally be the same as blocking used at write time. At one place
10938 I know, with a wide variety of equipment, they found it best to use a
10939 blocking of 32 to guarantee that their tapes are fully interchangeable.
10940
10941 I was also told that, for recycled tapes, prior erasure (by the same
10942 drive unit that will be used to create the archives) sometimes lowers
10943 the error rates observed at rewriting time.
10944
10945 I might also use @option{--number-blocks} instead of
10946 @option{--block-number}, so @option{--block} will then expand to
10947 @option{--blocking-factor} unambiguously.
10948
10949 @node Many
10950 @section Many Archives on One Tape
10951
10952 @FIXME{Appropriate options should be moved here from elsewhere.}
10953
10954 @findex ntape @r{device}
10955 Most tape devices have two entries in the @file{/dev} directory, or
10956 entries that come in pairs, which differ only in the minor number for
10957 this device. Let's take for example @file{/dev/tape}, which often
10958 points to the only or usual tape device of a given system. There might
10959 be a corresponding @file{/dev/nrtape} or @file{/dev/ntape}. The simpler
10960 name is the @emph{rewinding} version of the device, while the name
10961 having @samp{nr} in it is the @emph{no rewinding} version of the same
10962 device.
10963
10964 A rewinding tape device will bring back the tape to its beginning point
10965 automatically when this device is opened or closed. Since @command{tar}
10966 opens the archive file before using it and closes it afterwards, this
10967 means that a simple:
10968
10969 @smallexample
10970 $ @kbd{tar cf /dev/tape @var{directory}}
10971 @end smallexample
10972
10973 @noindent
10974 will reposition the tape to its beginning both prior and after saving
10975 @var{directory} contents to it, thus erasing prior tape contents and
10976 making it so that any subsequent write operation will destroy what has
10977 just been saved.
10978
10979 @cindex tape positioning
10980 So, a rewinding device is normally meant to hold one and only one file.
10981 If you want to put more than one @command{tar} archive on a given tape, you
10982 will need to avoid using the rewinding version of the tape device. You
10983 will also have to pay special attention to tape positioning. Errors in
10984 positioning may overwrite the valuable data already on your tape. Many
10985 people, burnt by past experiences, will only use rewinding devices and
10986 limit themselves to one file per tape, precisely to avoid the risk of
10987 such errors. Be fully aware that writing at the wrong position on a
10988 tape loses all information past this point and most probably until the
10989 end of the tape, and this destroyed information @emph{cannot} be
10990 recovered.
10991
10992 To save @var{directory-1} as a first archive at the beginning of a
10993 tape, and leave that tape ready for a second archive, you should use:
10994
10995 @smallexample
10996 $ @kbd{mt -f /dev/nrtape rewind}
10997 $ @kbd{tar cf /dev/nrtape @var{directory-1}}
10998 @end smallexample
10999
11000 @cindex tape marks
11001 @dfn{Tape marks} are special magnetic patterns written on the tape
11002 media, which are later recognizable by the reading hardware. These
11003 marks are used after each file, when there are many on a single tape.
11004 An empty file (that is to say, two tape marks in a row) signal the
11005 logical end of the tape, after which no file exist. Usually,
11006 non-rewinding tape device drivers will react to the close request issued
11007 by @command{tar} by first writing two tape marks after your archive, and by
11008 backspacing over one of these. So, if you remove the tape at that time
11009 from the tape drive, it is properly terminated. But if you write
11010 another file at the current position, the second tape mark will be
11011 erased by the new information, leaving only one tape mark between files.
11012
11013 So, you may now save @var{directory-2} as a second archive after the
11014 first on the same tape by issuing the command:
11015
11016 @smallexample
11017 $ @kbd{tar cf /dev/nrtape @var{directory-2}}
11018 @end smallexample
11019
11020 @noindent
11021 and so on for all the archives you want to put on the same tape.
11022
11023 Another usual case is that you do not write all the archives the same
11024 day, and you need to remove and store the tape between two archive
11025 sessions. In general, you must remember how many files are already
11026 saved on your tape. Suppose your tape already has 16 files on it, and
11027 that you are ready to write the 17th. You have to take care of skipping
11028 the first 16 tape marks before saving @var{directory-17}, say, by using
11029 these commands:
11030
11031 @smallexample
11032 $ @kbd{mt -f /dev/nrtape rewind}
11033 $ @kbd{mt -f /dev/nrtape fsf 16}
11034 $ @kbd{tar cf /dev/nrtape @var{directory-17}}
11035 @end smallexample
11036
11037 In all the previous examples, we put aside blocking considerations, but
11038 you should do the proper things for that as well. @xref{Blocking}.
11039
11040 @menu
11041 * Tape Positioning:: Tape Positions and Tape Marks
11042 * mt:: The @command{mt} Utility
11043 @end menu
11044
11045 @node Tape Positioning
11046 @subsection Tape Positions and Tape Marks
11047 @UNREVISED
11048
11049 Just as archives can store more than one file from the file system,
11050 tapes can store more than one archive file. To keep track of where
11051 archive files (or any other type of file stored on tape) begin and
11052 end, tape archive devices write magnetic @dfn{tape marks} on the
11053 archive media. Tape drives write one tape mark between files,
11054 two at the end of all the file entries.
11055
11056 If you think of data as a series of records "rrrr"'s, and tape marks as
11057 "*"'s, a tape might look like the following:
11058
11059 @smallexample
11060 rrrr*rrrrrr*rrrrr*rr*rrrrr**-------------------------
11061 @end smallexample
11062
11063 Tape devices read and write tapes using a read/write @dfn{tape
11064 head}---a physical part of the device which can only access one
11065 point on the tape at a time. When you use @command{tar} to read or
11066 write archive data from a tape device, the device will begin reading
11067 or writing from wherever on the tape the tape head happens to be,
11068 regardless of which archive or what part of the archive the tape
11069 head is on. Before writing an archive, you should make sure that no
11070 data on the tape will be overwritten (unless it is no longer needed).
11071 Before reading an archive, you should make sure the tape head is at
11072 the beginning of the archive you want to read. You can do it manually
11073 via @code{mt} utility (@pxref{mt}). The @code{restore} script does
11074 that automatically (@pxref{Scripted Restoration}).
11075
11076 If you want to add new archive file entries to a tape, you should
11077 advance the tape to the end of the existing file entries, backspace
11078 over the last tape mark, and write the new archive file. If you were
11079 to add two archives to the example above, the tape might look like the
11080 following:
11081
11082 @smallexample
11083 rrrr*rrrrrr*rrrrr*rr*rrrrr*rrr*rrrr**----------------
11084 @end smallexample
11085
11086 @node mt
11087 @subsection The @command{mt} Utility
11088 @UNREVISED
11089
11090 @FIXME{Is it true that this only works on non-block devices?
11091 should explain the difference, (fixed or variable).}
11092 @xref{Blocking Factor}.
11093
11094 You can use the @command{mt} utility to advance or rewind a tape past a
11095 specified number of archive files on the tape. This will allow you
11096 to move to the beginning of an archive before extracting or reading
11097 it, or to the end of all the archives before writing a new one.
11098 @FIXME{Why isn't there an "advance 'til you find two tape marks
11099 together"?}
11100
11101 The syntax of the @command{mt} command is:
11102
11103 @smallexample
11104 @kbd{mt [-f @var{tapename}] @var{operation} [@var{number}]}
11105 @end smallexample
11106
11107 where @var{tapename} is the name of the tape device, @var{number} is
11108 the number of times an operation is performed (with a default of one),
11109 and @var{operation} is one of the following:
11110
11111 @FIXME{is there any use for record operations?}
11112
11113 @table @option
11114 @item eof
11115 @itemx weof
11116 Writes @var{number} tape marks at the current position on the tape.
11117
11118 @item fsf
11119 Moves tape position forward @var{number} files.
11120
11121 @item bsf
11122 Moves tape position back @var{number} files.
11123
11124 @item rewind
11125 Rewinds the tape. (Ignores @var{number}.)
11126
11127 @item offline
11128 @itemx rewoff1
11129 Rewinds the tape and takes the tape device off-line. (Ignores @var{number}.)
11130
11131 @item status
11132 Prints status information about the tape unit.
11133
11134 @end table
11135
11136 If you don't specify a @var{tapename}, @command{mt} uses the environment
11137 variable @env{TAPE}; if @env{TAPE} is not set, @command{mt} will use
11138 the default device specified in your @file{sys/mtio.h} file
11139 (@code{DEFTAPE} variable). If this is not defined, the program will
11140 display a descriptive error message and exit with code 1.
11141
11142 @command{mt} returns a 0 exit status when the operation(s) were
11143 successful, 1 if the command was unrecognized, and 2 if an operation
11144 failed.
11145
11146 @node Using Multiple Tapes
11147 @section Using Multiple Tapes
11148
11149 Often you might want to write a large archive, one larger than will fit
11150 on the actual tape you are using. In such a case, you can run multiple
11151 @command{tar} commands, but this can be inconvenient, particularly if you
11152 are using options like @option{--exclude=@var{pattern}} or dumping entire file systems.
11153 Therefore, @command{tar} provides a special mode for creating
11154 multi-volume archives.
11155
11156 @dfn{Multi-volume} archive is a single @command{tar} archive, stored
11157 on several media volumes of fixed size. Although in this section we will
11158 often call @samp{volume} a @dfn{tape}, there is absolutely no
11159 requirement for multi-volume archives to be stored on tapes. Instead,
11160 they can use whatever media type the user finds convenient, they can
11161 even be located on files.
11162
11163 When creating a multi-volume archive, @GNUTAR{} continues to fill
11164 current volume until it runs out of space, then it switches to
11165 next volume (usually the operator is queried to replace the tape on
11166 this point), and continues working on the new volume. This operation
11167 continues until all requested files are dumped. If @GNUTAR{} detects
11168 end of media while dumping a file, such a file is archived in split
11169 form. Some very big files can even be split across several volumes.
11170
11171 Each volume is itself a valid @GNUTAR{} archive, so it can be read
11172 without any special options. Consequently any file member residing
11173 entirely on one volume can be extracted or otherwise operated upon
11174 without needing the other volume. Sure enough, to extract a split
11175 member you would need all volumes its parts reside on.
11176
11177 Multi-volume archives suffer from several limitations. In particular,
11178 they cannot be compressed.
11179
11180 @GNUTAR{} is able to create multi-volume archives of two formats
11181 (@pxref{Formats}): @samp{GNU} and @samp{POSIX}.
11182
11183 @menu
11184 * Multi-Volume Archives:: Archives Longer than One Tape or Disk
11185 * Tape Files:: Tape Files
11186 * Tarcat:: Concatenate Volumes into a Single Archive
11187
11188 @end menu
11189
11190 @node Multi-Volume Archives
11191 @subsection Archives Longer than One Tape or Disk
11192 @cindex Multi-volume archives
11193
11194 @opindex multi-volume
11195 To create an archive that is larger than will fit on a single unit of
11196 the media, use the @option{--multi-volume} (@option{-M}) option in conjunction with
11197 the @option{--create} option (@pxref{create}). A @dfn{multi-volume}
11198 archive can be manipulated like any other archive (provided the
11199 @option{--multi-volume} option is specified), but is stored on more
11200 than one tape or file.
11201
11202 When you specify @option{--multi-volume}, @command{tar} does not report an
11203 error when it comes to the end of an archive volume (when reading), or
11204 the end of the media (when writing). Instead, it prompts you to load
11205 a new storage volume. If the archive is on a magnetic tape, you
11206 should change tapes when you see the prompt; if the archive is on a
11207 floppy disk, you should change disks; etc.
11208
11209 @table @option
11210 @item --multi-volume
11211 @itemx -M
11212 Creates a multi-volume archive, when used in conjunction with
11213 @option{--create} (@option{-c}). To perform any other operation on a multi-volume
11214 archive, specify @option{--multi-volume} in conjunction with that
11215 operation.
11216 For example:
11217
11218 @smallexample
11219 $ @kbd{tar --create --multi-volume --file=/dev/tape @var{files}}
11220 @end smallexample
11221 @end table
11222
11223 The method @command{tar} uses to detect end of tape is not perfect, and
11224 fails on some operating systems or on some devices. If @command{tar}
11225 cannot detect the end of the tape itself, you can use
11226 @option{--tape-length} option to inform it about the capacity of the
11227 tape:
11228
11229 @anchor{tape-length}
11230 @table @option
11231 @opindex tape-length
11232 @item --tape-length=@var{size}[@var{suf}]
11233 @itemx -L @var{size}[@var{suf}]
11234 Set maximum length of a volume. The @var{suf}, if given, specifies
11235 units in which @var{size} is expressed, e.g. @samp{2M} mean 2
11236 megabytes (@pxref{size-suffixes}, for a list of allowed size
11237 suffixes). Without @var{suf}, units of 1024 bytes (kilobyte) are
11238 assumed.
11239
11240 This option selects @option{--multi-volume} automatically. For example:
11241
11242 @smallexample
11243 $ @kbd{tar --create --tape-length=41943040 --file=/dev/tape @var{files}}
11244 @end smallexample
11245
11246 @noindent
11247 or, which is equivalent:
11248
11249 @smallexample
11250 $ @kbd{tar --create --tape-length=4G --file=/dev/tape @var{files}}
11251 @end smallexample
11252 @end table
11253
11254 @anchor{change volume prompt}
11255 When @GNUTAR{} comes to the end of a storage media, it asks you to
11256 change the volume. The built-in prompt for POSIX locale
11257 is@footnote{If you run @GNUTAR{} under a different locale, the
11258 translation to the locale's language will be used.}:
11259
11260 @smallexample
11261 Prepare volume #@var{n} for `@var{archive}' and hit return:
11262 @end smallexample
11263
11264 @noindent
11265 where @var{n} is the ordinal number of the volume to be created and
11266 @var{archive} is archive file or device name.
11267
11268 When prompting for a new tape, @command{tar} accepts any of the following
11269 responses:
11270
11271 @table @kbd
11272 @item ?
11273 Request @command{tar} to explain possible responses.
11274 @item q
11275 Request @command{tar} to exit immediately.
11276 @item n @var{file-name}
11277 Request @command{tar} to write the next volume on the file @var{file-name}.
11278 @item !
11279 Request @command{tar} to run a subshell. This option can be disabled
11280 by giving @option{--restrict} command line option to
11281 @command{tar}@footnote{@xref{--restrict}, for more information about
11282 this option.}.
11283 @item y
11284 Request @command{tar} to begin writing the next volume.
11285 @end table
11286
11287 (You should only type @samp{y} after you have changed the tape;
11288 otherwise @command{tar} will write over the volume it just finished.)
11289
11290 @cindex Volume number file
11291 @cindex volno file
11292 @anchor{volno-file}
11293 @opindex volno-file
11294 The volume number used by @command{tar} in its tape-changing prompt
11295 can be changed; if you give the
11296 @option{--volno-file=@var{file-of-number}} option, then
11297 @var{file-of-number} should be an non-existing file to be created, or
11298 else, a file already containing a decimal number. That number will be
11299 used as the volume number of the first volume written. When
11300 @command{tar} is finished, it will rewrite the file with the
11301 now-current volume number. (This does not change the volume number
11302 written on a tape label, as per @ref{label}, it @emph{only} affects
11303 the number used in the prompt.)
11304
11305 @cindex End-of-archive info script
11306 @cindex Info script
11307 @anchor{info-script}
11308 @opindex info-script
11309 @opindex new-volume-script
11310 If you want more elaborate behavior than this, you can write a special
11311 @dfn{new volume script}, that will be responsible for changing the
11312 volume, and instruct @command{tar} to use it instead of its normal
11313 prompting procedure:
11314
11315 @table @option
11316 @item --info-script=@var{script-name}
11317 @itemx --new-volume-script=@var{script-name}
11318 @itemx -F @var{script-name}
11319 Specify the full name of the volume script to use. The script can be
11320 used to eject cassettes, or to broadcast messages such as
11321 @samp{Someone please come change my tape} when performing unattended
11322 backups.
11323 @end table
11324
11325 The @var{script-name} is executed without any command line
11326 arguments. It inherits @command{tar}'s shell environment.
11327 Additional data is passed to it via the following
11328 environment variables:
11329
11330 @table @env
11331 @vrindex TAR_VERSION, info script environment variable
11332 @item TAR_VERSION
11333 @GNUTAR{} version number.
11334
11335 @vrindex TAR_ARCHIVE, info script environment variable
11336 @item TAR_ARCHIVE
11337 The name of the archive @command{tar} is processing.
11338
11339 @vrindex TAR_BLOCKING_FACTOR, info script environment variable
11340 @item TAR_BLOCKING_FACTOR
11341 Current blocking factor (@pxref{Blocking}).
11342
11343 @vrindex TAR_VOLUME, info script environment variable
11344 @item TAR_VOLUME
11345 Ordinal number of the volume @command{tar} is about to start.
11346
11347 @vrindex TAR_SUBCOMMAND, info script environment variable
11348 @item TAR_SUBCOMMAND
11349 A short option describing the operation @command{tar} is executing.
11350 @xref{Operations}, for a complete list of subcommand options.
11351
11352 @vrindex TAR_FORMAT, info script environment variable
11353 @item TAR_FORMAT
11354 Format of the archive being processed. @xref{Formats}, for a complete
11355 list of archive format names.
11356
11357 @vrindex TAR_FD, info script environment variable
11358 @item TAR_FD
11359 File descriptor which can be used to communicate the new volume
11360 name to @command{tar}.
11361 @end table
11362
11363 The volume script can instruct @command{tar} to use new archive name,
11364 by writing in to file descriptor @env{$TAR_FD} (see below for an example).
11365
11366 If the info script fails, @command{tar} exits; otherwise, it begins
11367 writing the next volume.
11368
11369 If you want @command{tar} to cycle through a series of files or tape
11370 drives, there are three approaches to choose from. First of all, you
11371 can give @command{tar} multiple @option{--file} options. In this case
11372 the specified files will be used, in sequence, as the successive
11373 volumes of the archive. Only when the first one in the sequence needs
11374 to be used again will @command{tar} prompt for a tape change (or run
11375 the info script). For example, suppose someone has two tape drives on
11376 a system named @file{/dev/tape0} and @file{/dev/tape1}. For having
11377 @GNUTAR{} to switch to the second drive when it needs to write the
11378 second tape, and then back to the first tape, etc., just do either of:
11379
11380 @smallexample
11381 $ @kbd{tar --create --multi-volume --file=/dev/tape0 --file=/dev/tape1 @var{files}}
11382 $ @kbd{tar -cM -f /dev/tape0 -f /dev/tape1 @var{files}}
11383 @end smallexample
11384
11385 The second method is to use the @samp{n} response to the tape-change
11386 prompt.
11387
11388 Finally, the most flexible approach is to use a volume script, that
11389 writes new archive name to the file descriptor @env{$TAR_FD}. For example, the
11390 following volume script will create a series of archive files, named
11391 @file{@var{archive}-@var{vol}}, where @var{archive} is the name of the
11392 archive being created (as given by @option{--file} option) and
11393 @var{vol} is the ordinal number of the archive being created:
11394
11395 @smallexample
11396 @group
11397 #! /bin/sh
11398 echo Preparing volume $TAR_VOLUME of $TAR_ARCHIVE.
11399
11400 name=`expr $TAR_ARCHIVE : '\(.*\)-.*'`
11401 case $TAR_SUBCOMMAND in
11402 -c) ;;
11403 -d|-x|-t) test -r $@{name:-$TAR_ARCHIVE@}-$TAR_VOLUME || exit 1
11404 ;;
11405 *) exit 1
11406 esac
11407
11408 echo $@{name:-$TAR_ARCHIVE@}-$TAR_VOLUME >&$TAR_FD
11409 @end group
11410 @end smallexample
11411
11412 The same script can be used while listing, comparing or extracting
11413 from the created archive. For example:
11414
11415 @smallexample
11416 @group
11417 # @r{Create a multi-volume archive:}
11418 $ @kbd{tar -c -L1024 -f archive.tar -F new-volume .}
11419 # @r{Extract from the created archive:}
11420 $ @kbd{tar -x -f archive.tar -F new-volume .}
11421 @end group
11422 @end smallexample
11423
11424 @noindent
11425 Notice, that the first command had to use @option{-L} option, since
11426 otherwise @GNUTAR{} will end up writing everything to file
11427 @file{archive.tar}.
11428
11429 You can read each individual volume of a multi-volume archive as if it
11430 were an archive by itself. For example, to list the contents of one
11431 volume, use @option{--list}, without @option{--multi-volume} specified.
11432 To extract an archive member from one volume (assuming it is described
11433 that volume), use @option{--extract}, again without
11434 @option{--multi-volume}.
11435
11436 If an archive member is split across volumes (i.e., its entry begins on
11437 one volume of the media and ends on another), you need to specify
11438 @option{--multi-volume} to extract it successfully. In this case, you
11439 should load the volume where the archive member starts, and use
11440 @samp{tar --extract --multi-volume}---@command{tar} will prompt for later
11441 volumes as it needs them. @xref{extracting archives}, for more
11442 information about extracting archives.
11443
11444 Multi-volume archives can be modified like any other archive. To add
11445 files to a multi-volume archive, you need to only mount the last
11446 volume of the archive media (and new volumes, if needed). For all
11447 other operations, you need to use the entire archive.
11448
11449 If a multi-volume archive was labeled using
11450 @option{--label=@var{archive-label}} (@pxref{label}) when it was
11451 created, @command{tar} will not automatically label volumes which are
11452 added later. To label subsequent volumes, specify
11453 @option{--label=@var{archive-label}} again in conjunction with the
11454 @option{--append}, @option{--update} or @option{--concatenate} operation.
11455
11456 Notice that multi-volume support is a GNU extension and the archives
11457 created in this mode should be read only using @GNUTAR{}. If you
11458 absolutely have to process such archives using a third-party @command{tar}
11459 implementation, read @ref{Split Recovery}.
11460
11461 @node Tape Files
11462 @subsection Tape Files
11463 @cindex labeling archives
11464 @opindex label
11465 @UNREVISED
11466
11467 To give the archive a name which will be recorded in it, use the
11468 @option{--label=@var{volume-label}} (@option{-V @var{volume-label}})
11469 option. This will write a special block identifying
11470 @var{volume-label} as the name of the archive to the front of the
11471 archive which will be displayed when the archive is listed with
11472 @option{--list}. If you are creating a multi-volume archive with
11473 @option{--multi-volume} (@pxref{Using Multiple Tapes}), then the
11474 volume label will have @samp{Volume @var{nnn}} appended to the name
11475 you give, where @var{nnn} is the number of the volume of the archive.
11476 If you use the @option{--label=@var{volume-label}} option when
11477 reading an archive, it checks to make sure the label on the tape
11478 matches the one you gave. @xref{label}.
11479
11480 When @command{tar} writes an archive to tape, it creates a single
11481 tape file. If multiple archives are written to the same tape, one
11482 after the other, they each get written as separate tape files. When
11483 extracting, it is necessary to position the tape at the right place
11484 before running @command{tar}. To do this, use the @command{mt} command.
11485 For more information on the @command{mt} command and on the organization
11486 of tapes into a sequence of tape files, see @ref{mt}.
11487
11488 People seem to often do:
11489
11490 @smallexample
11491 @kbd{--label="@var{some-prefix} `date +@var{some-format}`"}
11492 @end smallexample
11493
11494 or such, for pushing a common date in all volumes or an archive set.
11495
11496 @node Tarcat
11497 @subsection Concatenate Volumes into a Single Archive
11498
11499 @pindex tarcat
11500 Sometimes it is necessary to convert existing @GNUTAR{} multi-volume
11501 archive to a single @command{tar} archive. Simply concatenating all
11502 volumes into one will not work, since each volume carries an additional
11503 information at the beginning. @GNUTAR{} is shipped with the shell
11504 script @command{tarcat} designed for this purpose.
11505
11506 The script takes a list of files comprising a multi-volume archive
11507 and creates the resulting archive at the standard output. For example:
11508
11509 @smallexample
11510 @kbd{tarcat vol.1 vol.2 vol.3 | tar tf -}
11511 @end smallexample
11512
11513 The script implements a simple heuristics to determine the format of
11514 the first volume file and to decide how to process the rest of the
11515 files. However, it makes no attempt to verify whether the files are
11516 given in order or even if they are valid @command{tar} archives.
11517 It uses @command{dd} and does not filter its standard error, so you
11518 will usually see lots of spurious messages.
11519
11520 @FIXME{The script is not installed. Should we install it?}
11521
11522 @node label
11523 @section Including a Label in the Archive
11524 @cindex Labeling an archive
11525 @cindex Labels on the archive media
11526 @cindex Labeling multi-volume archives
11527
11528 @opindex label
11529 To avoid problems caused by misplaced paper labels on the archive
11530 media, you can include a @dfn{label} entry --- an archive member which
11531 contains the name of the archive --- in the archive itself. Use the
11532 @option{--label=@var{archive-label}} (@option{-V @var{archive-label}})
11533 option@footnote{Until version 1.10, that option was called
11534 @option{--volume}, but is not available under that name anymore.} in
11535 conjunction with the @option{--create} operation to include a label
11536 entry in the archive as it is being created.
11537
11538 @table @option
11539 @item --label=@var{archive-label}
11540 @itemx -V @var{archive-label}
11541 Includes an @dfn{archive-label} at the beginning of the archive when
11542 the archive is being created, when used in conjunction with the
11543 @option{--create} operation. Checks to make sure the archive label
11544 matches the one specified (when used in conjunction with any other
11545 operation).
11546 @end table
11547
11548 If you create an archive using both
11549 @option{--label=@var{archive-label}} (@option{-V @var{archive-label}})
11550 and @option{--multi-volume} (@option{-M}), each volume of the archive
11551 will have an archive label of the form @samp{@var{archive-label}
11552 Volume @var{n}}, where @var{n} is 1 for the first volume, 2 for the
11553 next, and so on. @xref{Using Multiple Tapes}, for information on
11554 creating multiple volume archives.
11555
11556 @cindex Volume label, listing
11557 @cindex Listing volume label
11558 The volume label will be displayed by @option{--list} along with
11559 the file contents. If verbose display is requested, it will also be
11560 explicitly marked as in the example below:
11561
11562 @smallexample
11563 @group
11564 $ @kbd{tar --verbose --list --file=iamanarchive}
11565 V--------- 0/0 0 1992-03-07 12:01 iamalabel--Volume Header--
11566 -rw-r--r-- ringo/user 40 1990-05-21 13:30 iamafilename
11567 @end group
11568 @end smallexample
11569
11570 @opindex test-label
11571 @anchor{--test-label option}
11572 However, @option{--list} option will cause listing entire
11573 contents of the archive, which may be undesirable (for example, if the
11574 archive is stored on a tape). You can request checking only the volume
11575 label by specifying @option{--test-label} option. This option reads only the
11576 first block of an archive, so it can be used with slow storage
11577 devices. For example:
11578
11579 @smallexample
11580 @group
11581 $ @kbd{tar --test-label --file=iamanarchive}
11582 iamalabel
11583 @end group
11584 @end smallexample
11585
11586 If @option{--test-label} is used with one or more command line
11587 arguments, @command{tar} compares the volume label with each
11588 argument. It exits with code 0 if a match is found, and with code 1
11589 otherwise@footnote{Note that @GNUTAR{} versions up to 1.23 indicated
11590 mismatch with an exit code 2 and printed a spurious diagnostics on
11591 stderr.}. No output is displayed, unless you also used the
11592 @option{--verbose} option. For example:
11593
11594 @smallexample
11595 @group
11596 $ @kbd{tar --test-label --file=iamanarchive 'iamalabel'}
11597 @result{} 0
11598 $ @kbd{tar --test-label --file=iamanarchive 'alabel'}
11599 @result{} 1
11600 @end group
11601 @end smallexample
11602
11603 When used with the @option{--verbose} option, @command{tar}
11604 prints the actual volume label (if any), and a verbose diagnostics in
11605 case of a mismatch:
11606
11607 @smallexample
11608 @group
11609 $ @kbd{tar --test-label --verbose --file=iamanarchive 'iamalabel'}
11610 iamalabel
11611 @result{} 0
11612 $ @kbd{tar --test-label --verbose --file=iamanarchive 'alabel'}
11613 iamalabel
11614 tar: Archive label mismatch
11615 @result{} 1
11616 @end group
11617 @end smallexample
11618
11619 If you request any operation, other than @option{--create}, along
11620 with using @option{--label} option, @command{tar} will first check if
11621 the archive label matches the one specified and will refuse to proceed
11622 if it does not. Use this as a safety precaution to avoid accidentally
11623 overwriting existing archives. For example, if you wish to add files
11624 to @file{archive}, presumably labeled with string @samp{My volume},
11625 you will get:
11626
11627 @smallexample
11628 @group
11629 $ @kbd{tar -rf archive --label 'My volume' .}
11630 tar: Archive not labeled to match `My volume'
11631 @end group
11632 @end smallexample
11633
11634 @noindent
11635 in case its label does not match. This will work even if
11636 @file{archive} is not labeled at all.
11637
11638 Similarly, @command{tar} will refuse to list or extract the
11639 archive if its label doesn't match the @var{archive-label}
11640 specified. In those cases, @var{archive-label} argument is interpreted
11641 as a globbing-style pattern which must match the actual magnetic
11642 volume label. @xref{exclude}, for a precise description of how match
11643 is attempted@footnote{Previous versions of @command{tar} used full
11644 regular expression matching, or before that, only exact string
11645 matching, instead of wildcard matchers. We decided for the sake of
11646 simplicity to use a uniform matching device through
11647 @command{tar}.}. If the switch @option{--multi-volume} (@option{-M}) is being used,
11648 the volume label matcher will also suffix @var{archive-label} by
11649 @w{@samp{ Volume [1-9]*}} if the initial match fails, before giving
11650 up. Since the volume numbering is automatically added in labels at
11651 creation time, it sounded logical to equally help the user taking care
11652 of it when the archive is being read.
11653
11654 You can also use @option{--label} to get a common information on
11655 all tapes of a series. For having this information different in each
11656 series created through a single script used on a regular basis, just
11657 manage to get some date string as part of the label. For example:
11658
11659 @smallexample
11660 @group
11661 $ @kbd{tar -cM -f /dev/tape -V "Daily backup for `date +%Y-%m-%d`"}
11662 $ @kbd{tar --create --file=/dev/tape --multi-volume \
11663 --label="Daily backup for `date +%Y-%m-%d`"}
11664 @end group
11665 @end smallexample
11666
11667 Some more notes about volume labels:
11668
11669 @itemize @bullet
11670 @item Each label has its own date and time, which corresponds
11671 to the time when @GNUTAR{} initially attempted to write it,
11672 often soon after the operator launches @command{tar} or types the
11673 carriage return telling that the next tape is ready.
11674
11675 @item Comparing date labels to get an idea of tape throughput is
11676 unreliable. It gives correct results only if the delays for rewinding
11677 tapes and the operator switching them were negligible, which is
11678 usually not the case.
11679 @end itemize
11680
11681 @node verify
11682 @section Verifying Data as It is Stored
11683 @cindex Verifying a write operation
11684 @cindex Double-checking a write operation
11685
11686 @table @option
11687 @item -W
11688 @itemx --verify
11689 @opindex verify, short description
11690 Attempt to verify the archive after writing.
11691 @end table
11692
11693 This option causes @command{tar} to verify the archive after writing it.
11694 Each volume is checked after it is written, and any discrepancies
11695 are recorded on the standard error output.
11696
11697 Verification requires that the archive be on a back-space-able medium.
11698 This means pipes, some cartridge tape drives, and some other devices
11699 cannot be verified.
11700
11701 You can insure the accuracy of an archive by comparing files in the
11702 system with archive members. @command{tar} can compare an archive to the
11703 file system as the archive is being written, to verify a write
11704 operation, or can compare a previously written archive, to insure that
11705 it is up to date.
11706
11707 @xopindex{verify, using with @option{--create}}
11708 @xopindex{create, using with @option{--verify}}
11709 To check for discrepancies in an archive immediately after it is
11710 written, use the @option{--verify} (@option{-W}) option in conjunction with
11711 the @option{--create} operation. When this option is
11712 specified, @command{tar} checks archive members against their counterparts
11713 in the file system, and reports discrepancies on the standard error.
11714
11715 To verify an archive, you must be able to read it from before the end
11716 of the last written entry. This option is useful for detecting data
11717 errors on some tapes. Archives written to pipes, some cartridge tape
11718 drives, and some other devices cannot be verified.
11719
11720 One can explicitly compare an already made archive with the file
11721 system by using the @option{--compare} (@option{--diff}, @option{-d})
11722 option, instead of using the more automatic @option{--verify} option.
11723 @xref{compare}.
11724
11725 Note that these two options have a slightly different intent. The
11726 @option{--compare} option checks how identical are the logical contents of some
11727 archive with what is on your disks, while the @option{--verify} option is
11728 really for checking if the physical contents agree and if the recording
11729 media itself is of dependable quality. So, for the @option{--verify}
11730 operation, @command{tar} tries to defeat all in-memory cache pertaining to
11731 the archive, while it lets the speed optimization undisturbed for the
11732 @option{--compare} option. If you nevertheless use @option{--compare} for
11733 media verification, you may have to defeat the in-memory cache yourself,
11734 maybe by opening and reclosing the door latch of your recording unit,
11735 forcing some doubt in your operating system about the fact this is really
11736 the same volume as the one just written or read.
11737
11738 The @option{--verify} option would not be necessary if drivers were indeed
11739 able to detect dependably all write failures. This sometimes require many
11740 magnetic heads, some able to read after the writes occurred. One would
11741 not say that drivers unable to detect all cases are necessarily flawed,
11742 as long as programming is concerned.
11743
11744 The @option{--verify} (@option{-W}) option will not work in
11745 conjunction with the @option{--multi-volume} (@option{-M}) option or
11746 the @option{--append} (@option{-r}), @option{--update} (@option{-u})
11747 and @option{--delete} operations. @xref{Operations}, for more
11748 information on these operations.
11749
11750 Also, since @command{tar} normally strips leading @samp{/} from file
11751 names (@pxref{absolute}), a command like @samp{tar --verify -cf
11752 /tmp/foo.tar /etc} will work as desired only if the working directory is
11753 @file{/}, as @command{tar} uses the archive's relative member names
11754 (e.g., @file{etc/motd}) when verifying the archive.
11755
11756 @node Write Protection
11757 @section Write Protection
11758
11759 Almost all tapes and diskettes, and in a few rare cases, even disks can
11760 be @dfn{write protected}, to protect data on them from being changed.
11761 Once an archive is written, you should write protect the media to prevent
11762 the archive from being accidentally overwritten or deleted. (This will
11763 protect the archive from being changed with a tape or floppy drive---it
11764 will not protect it from magnet fields or other physical hazards.)
11765
11766 The write protection device itself is usually an integral part of the
11767 physical media, and can be a two position (write enabled/write
11768 disabled) switch, a notch which can be popped out or covered, a ring
11769 which can be removed from the center of a tape reel, or some other
11770 changeable feature.
11771
11772 @node Reliability and security
11773 @chapter Reliability and Security
11774
11775 The @command{tar} command reads and writes files as any other
11776 application does, and is subject to the usual caveats about
11777 reliability and security. This section contains some commonsense
11778 advice on the topic.
11779
11780 @menu
11781 * Reliability::
11782 * Security::
11783 @end menu
11784
11785 @node Reliability
11786 @section Reliability
11787
11788 Ideally, when @command{tar} is creating an archive, it reads from a
11789 file system that is not being modified, and encounters no errors or
11790 inconsistencies while reading and writing. If this is the case, the
11791 archive should faithfully reflect what was read. Similarly, when
11792 extracting from an archive, ideally @command{tar} ideally encounters
11793 no errors and the extracted files faithfully reflect what was in the
11794 archive.
11795
11796 However, when reading or writing real-world file systems, several
11797 things can go wrong; these include permissions problems, corruption of
11798 data, and race conditions.
11799
11800 @menu
11801 * Permissions problems::
11802 * Data corruption and repair::
11803 * Race conditions::
11804 @end menu
11805
11806 @node Permissions problems
11807 @subsection Permissions Problems
11808
11809 If @command{tar} encounters errors while reading or writing files, it
11810 normally reports an error and exits with nonzero status. The work it
11811 does may therefore be incomplete. For example, when creating an
11812 archive, if @command{tar} cannot read a file then it cannot copy the
11813 file into the archive.
11814
11815 @node Data corruption and repair
11816 @subsection Data Corruption and Repair
11817
11818 If an archive becomes corrupted by an I/O error, this may corrupt the
11819 data in an extracted file. Worse, it may corrupt the file's metadata,
11820 which may cause later parts of the archive to become misinterpreted.
11821 An tar-format archive contains a checksum that most likely will detect
11822 errors in the metadata, but it will not detect errors in the data.
11823
11824 If data corruption is a concern, you can compute and check your own
11825 checksums of an archive by using other programs, such as
11826 @command{cksum}.
11827
11828 When attempting to recover from a read error or data corruption in an
11829 archive, you may need to skip past the questionable data and read the
11830 rest of the archive. This requires some expertise in the archive
11831 format and in other software tools.
11832
11833 @node Race conditions
11834 @subsection Race conditions
11835
11836 If some other process is modifying the file system while @command{tar}
11837 is reading or writing files, the result may well be inconsistent due
11838 to race conditions. For example, if another process creates some
11839 files in a directory while @command{tar} is creating an archive
11840 containing the directory's files, @command{tar} may see some of the
11841 files but not others, or it may see a file that is in the process of
11842 being created. The resulting archive may not be a snapshot of the
11843 file system at any point in time. If an application such as a
11844 database system depends on an accurate snapshot, restoring from the
11845 @command{tar} archive of a live file system may therefore break that
11846 consistency and may break the application. The simplest way to avoid
11847 the consistency issues is to avoid making other changes to the file
11848 system while tar is reading it or writing it.
11849
11850 When creating an archive, several options are available to avoid race
11851 conditions. Some hosts have a way of snapshotting a file system, or
11852 of temporarily suspending all changes to a file system, by (say)
11853 suspending the only virtual machine that can modify a file system; if
11854 you use these facilities and have @command{tar -c} read from a
11855 snapshot when creating an archive, you can avoid inconsistency
11856 problems. More drastically, before starting @command{tar} you could
11857 suspend or shut down all processes other than @command{tar} that have
11858 access to the file system, or you could unmount the file system and
11859 then mount it read-only.
11860
11861 When extracting from an archive, one approach to avoid race conditions
11862 is to create a directory that no other process can write to, and
11863 extract into that.
11864
11865 @node Security
11866 @section Security
11867
11868 In some cases @command{tar} may be used in an adversarial situation,
11869 where an untrusted user is attempting to gain information about or
11870 modify otherwise-inaccessible files. Dealing with untrusted data
11871 (that is, data generated by an untrusted user) typically requires
11872 extra care, because even the smallest mistake in the use of
11873 @command{tar} is more likely to be exploited by an adversary than by a
11874 race condition.
11875
11876 @menu
11877 * Privacy::
11878 * Integrity::
11879 * Live untrusted data::
11880 * Security rules of thumb::
11881 @end menu
11882
11883 @node Privacy
11884 @subsection Privacy
11885
11886 Standard privacy concerns apply when using @command{tar}. For
11887 example, suppose you are archiving your home directory into a file
11888 @file{/archive/myhome.tar}. Any secret information in your home
11889 directory, such as your SSH secret keys, are copied faithfully into
11890 the archive. Therefore, if your home directory contains any file that
11891 should not be read by some other user, the archive itself should be
11892 not be readable by that user. And even if the archive's data are
11893 inaccessible to untrusted users, its metadata (such as size or
11894 last-modified date) may reveal some information about your home
11895 directory; if the metadata are intended to be private, the archive's
11896 parent directory should also be inaccessible to untrusted users.
11897
11898 One precaution is to create @file{/archive} so that it is not
11899 accessible to any user, unless that user also has permission to access
11900 all the files in your home directory.
11901
11902 Similarly, when extracting from an archive, take care that the
11903 permissions of the extracted files are not more generous than what you
11904 want. Even if the archive itself is readable only to you, files
11905 extracted from it have their own permissions that may differ.
11906
11907 @node Integrity
11908 @subsection Integrity
11909
11910 When creating archives, take care that they are not writable by a
11911 untrusted user; otherwise, that user could modify the archive, and
11912 when you later extract from the archive you will get incorrect data.
11913
11914 When @command{tar} extracts from an archive, by default it writes into
11915 files relative to the working directory. If the archive was generated
11916 by an untrusted user, that user therefore can write into any file
11917 under the working directory. If the working directory contains a
11918 symbolic link to another directory, the untrusted user can also write
11919 into any file under the referenced directory. When extracting from an
11920 untrusted archive, it is therefore good practice to create an empty
11921 directory and run @command{tar} in that directory.
11922
11923 When extracting from two or more untrusted archives, each one should
11924 be extracted independently, into different empty directories.
11925 Otherwise, the first archive could create a symbolic link into an area
11926 outside the working directory, and the second one could follow the
11927 link and overwrite data that is not under the working directory. For
11928 example, when restoring from a series of incremental dumps, the
11929 archives should have been created by a trusted process, as otherwise
11930 the incremental restores might alter data outside the working
11931 directory.
11932
11933 If you use the @option{--absolute-names} (@option{-P}) option when
11934 extracting, @command{tar} respects any file names in the archive, even
11935 file names that begin with @file{/} or contain @file{..}. As this
11936 lets the archive overwrite any file in your system that you can write,
11937 the @option{--absolute-names} (@option{-P}) option should be used only
11938 for trusted archives.
11939
11940 Conversely, with the @option{--keep-old-files} (@option{-k}) option,
11941 @command{tar} refuses to replace existing files when extracting; and
11942 with the @option{--no-overwrite-dir} option, @command{tar} refuses to
11943 replace the permissions or ownership of already-existing directories.
11944 These options may help when extracting from untrusted archives.
11945
11946 @node Live untrusted data
11947 @subsection Dealing with Live Untrusted Data
11948
11949 Extra care is required when creating from or extracting into a file
11950 system that is accessible to untrusted users. For example, superusers
11951 who invoke @command{tar} must be wary about its actions being hijacked
11952 by an adversary who is reading or writing the file system at the same
11953 time that @command{tar} is operating.
11954
11955 When creating an archive from a live file system, @command{tar} is
11956 vulnerable to denial-of-service attacks. For example, an adversarial
11957 user could create the illusion of an indefinitely-deep directory
11958 hierarchy @file{d/e/f/g/...} by creating directories one step ahead of
11959 @command{tar}, or the illusion of an indefinitely-long file by
11960 creating a sparse file but arranging for blocks to be allocated just
11961 before @command{tar} reads them. There is no easy way for
11962 @command{tar} to distinguish these scenarios from legitimate uses, so
11963 you may need to monitor @command{tar}, just as you'd need to monitor
11964 any other system service, to detect such attacks.
11965
11966 While a superuser is extracting from an archive into a live file
11967 system, an untrusted user might replace a directory with a symbolic
11968 link, in hopes that @command{tar} will follow the symbolic link and
11969 extract data into files that the untrusted user does not have access
11970 to. Even if the archive was generated by the superuser, it may
11971 contain a file such as @file{d/etc/passwd} that the untrusted user
11972 earlier created in order to break in; if the untrusted user replaces
11973 the directory @file{d/etc} with a symbolic link to @file{/etc} while
11974 @command{tar} is running, @command{tar} will overwrite
11975 @file{/etc/passwd}. This attack can be prevented by extracting into a
11976 directory that is inaccessible to untrusted users.
11977
11978 Similar attacks via symbolic links are also possible when creating an
11979 archive, if the untrusted user can modify an ancestor of a top-level
11980 argument of @command{tar}. For example, an untrusted user that can
11981 modify @file{/home/eve} can hijack a running instance of @samp{tar -cf
11982 - /home/eve/Documents/yesterday} by replacing
11983 @file{/home/eve/Documents} with a symbolic link to some other
11984 location. Attacks like these can be prevented by making sure that
11985 untrusted users cannot modify any files that are top-level arguments
11986 to @command{tar}, or any ancestor directories of these files.
11987
11988 @node Security rules of thumb
11989 @subsection Security Rules of Thumb
11990
11991 This section briefly summarizes rules of thumb for avoiding security
11992 pitfalls.
11993
11994 @itemize @bullet
11995
11996 @item
11997 Protect archives at least as much as you protect any of the files
11998 being archived.
11999
12000 @item
12001 Extract from an untrusted archive only into an otherwise-empty
12002 directory. This directory and its parent should be accessible only to
12003 trusted users. For example:
12004
12005 @example
12006 @group
12007 $ @kbd{chmod go-rwx .}
12008 $ @kbd{mkdir -m go-rwx dir}
12009 $ @kbd{cd dir}
12010 $ @kbd{tar -xvf /archives/got-it-off-the-net.tar.gz}
12011 @end group
12012 @end example
12013
12014 As a corollary, do not do an incremental restore from an untrusted archive.
12015
12016 @item
12017 Do not let untrusted users access files extracted from untrusted
12018 archives without checking first for problems such as setuid programs.
12019
12020 @item
12021 Do not let untrusted users modify directories that are ancestors of
12022 top-level arguments of @command{tar}. For example, while you are
12023 executing @samp{tar -cf /archive/u-home.tar /u/home}, do not let an
12024 untrusted user modify @file{/}, @file{/archive}, or @file{/u}.
12025
12026 @item
12027 Pay attention to the diagnostics and exit status of @command{tar}.
12028
12029 @item
12030 When archiving live file systems, monitor running instances of
12031 @command{tar} to detect denial-of-service attacks.
12032
12033 @item
12034 Avoid unusual options such as @option{--absolute-names} (@option{-P}),
12035 @option{--dereference} (@option{-h}), @option{--overwrite},
12036 @option{--recursive-unlink}, and @option{--remove-files} unless you
12037 understand their security implications.
12038
12039 @end itemize
12040
12041 @node Changes
12042 @appendix Changes
12043
12044 This appendix lists some important user-visible changes between
12045 version @GNUTAR{} @value{VERSION} and previous versions. An up-to-date
12046 version of this document is available at
12047 @uref{http://www.gnu.org/@/software/@/tar/manual/changes.html,the
12048 @GNUTAR{} documentation page}.
12049
12050 @table @asis
12051 @item Use of globbing patterns when listing and extracting.
12052
12053 Previous versions of GNU tar assumed shell-style globbing when
12054 extracting from or listing an archive. For example:
12055
12056 @smallexample
12057 $ @kbd{tar xf foo.tar '*.c'}
12058 @end smallexample
12059
12060 would extract all files whose names end in @samp{.c}. This behavior
12061 was not documented and was incompatible with traditional tar
12062 implementations. Therefore, starting from version 1.15.91, GNU tar
12063 no longer uses globbing by default. For example, the above invocation
12064 is now interpreted as a request to extract from the archive the file
12065 named @file{*.c}.
12066
12067 To facilitate transition to the new behavior for those users who got
12068 used to the previous incorrect one, @command{tar} will print a warning
12069 if it finds out that a requested member was not found in the archive
12070 and its name looks like a globbing pattern. For example:
12071
12072 @smallexample
12073 $ @kbd{tar xf foo.tar '*.c'}
12074 tar: Pattern matching characters used in file names. Please,
12075 tar: use --wildcards to enable pattern matching, or --no-wildcards to
12076 tar: suppress this warning.
12077 tar: *.c: Not found in archive
12078 tar: Error exit delayed from previous errors
12079 @end smallexample
12080
12081 To treat member names as globbing patterns, use the @option{--wildcards} option.
12082 If you want to tar to mimic the behavior of versions prior to 1.15.91,
12083 add this option to your @env{TAR_OPTIONS} variable.
12084
12085 @xref{wildcards}, for the detailed discussion of the use of globbing
12086 patterns by @GNUTAR{}.
12087
12088 @item Use of short option @option{-o}.
12089
12090 Earlier versions of @GNUTAR{} understood @option{-o} command line
12091 option as a synonym for @option{--old-archive}.
12092
12093 @GNUTAR{} starting from version 1.13.90 understands this option as
12094 a synonym for @option{--no-same-owner}. This is compatible with
12095 UNIX98 @command{tar} implementations.
12096
12097 However, to facilitate transition, @option{-o} option retains its
12098 old semantics when it is used with one of archive-creation commands.
12099 Users are encouraged to use @option{--format=oldgnu} instead.
12100
12101 It is especially important, since versions of @acronym{GNU} Automake
12102 up to and including 1.8.4 invoke tar with this option to produce
12103 distribution tarballs. @xref{Formats,v7}, for the detailed discussion
12104 of this issue and its implications.
12105
12106 @xref{Options, tar-formats, Changing Automake's Behavior,
12107 automake, GNU Automake}, for a description on how to use various
12108 archive formats with @command{automake}.
12109
12110 Future versions of @GNUTAR{} will understand @option{-o} only as a
12111 synonym for @option{--no-same-owner}.
12112
12113 @item Use of short option @option{-l}
12114
12115 Earlier versions of @GNUTAR{} understood @option{-l} option as a
12116 synonym for @option{--one-file-system}. Since such usage contradicted
12117 to UNIX98 specification and harmed compatibility with other
12118 implementations, it was declared deprecated in version 1.14. However,
12119 to facilitate transition to its new semantics, it was supported by
12120 versions 1.15 and 1.15.90. The present use of @option{-l} as a short
12121 variant of @option{--check-links} was introduced in version 1.15.91.
12122
12123 @item Use of options @option{--portability} and @option{--old-archive}
12124
12125 These options are deprecated. Please use @option{--format=v7} instead.
12126
12127 @item Use of option @option{--posix}
12128
12129 This option is deprecated. Please use @option{--format=posix} instead.
12130 @end table
12131
12132 @node Configuring Help Summary
12133 @appendix Configuring Help Summary
12134
12135 Running @kbd{tar --help} displays the short @command{tar} option
12136 summary (@pxref{help}). This summary is organized by @dfn{groups} of
12137 semantically close options. The options within each group are printed
12138 in the following order: a short option, eventually followed by a list
12139 of corresponding long option names, followed by a short description of
12140 the option. For example, here is an excerpt from the actual @kbd{tar
12141 --help} output:
12142
12143 @verbatim
12144 Main operation mode:
12145
12146 -A, --catenate, --concatenate append tar files to an archive
12147 -c, --create create a new archive
12148 -d, --diff, --compare find differences between archive and
12149 file system
12150 --delete delete from the archive
12151 @end verbatim
12152
12153 @vrindex ARGP_HELP_FMT, environment variable
12154 The exact visual representation of the help output is configurable via
12155 @env{ARGP_HELP_FMT} environment variable. The value of this variable
12156 is a comma-separated list of @dfn{format variable} assignments. There
12157 are two kinds of format variables. An @dfn{offset variable} keeps the
12158 offset of some part of help output text from the leftmost column on
12159 the screen. A @dfn{boolean} variable is a flag that toggles some
12160 output feature on or off. Depending on the type of the corresponding
12161 variable, there are two kinds of assignments:
12162
12163 @table @asis
12164 @item Offset assignment
12165
12166 The assignment to an offset variable has the following syntax:
12167
12168 @smallexample
12169 @var{variable}=@var{value}
12170 @end smallexample
12171
12172 @noindent
12173 where @var{variable} is the variable name, and @var{value} is a
12174 numeric value to be assigned to the variable.
12175
12176 @item Boolean assignment
12177
12178 To assign @code{true} value to a variable, simply put this variable name. To
12179 assign @code{false} value, prefix the variable name with @samp{no-}. For
12180 example:
12181
12182 @smallexample
12183 @group
12184 # Assign @code{true} value:
12185 dup-args
12186 # Assign @code{false} value:
12187 no-dup-args
12188 @end group
12189 @end smallexample
12190 @end table
12191
12192 Following variables are declared:
12193
12194 @deftypevr {Help Output} boolean dup-args
12195 If true, arguments for an option are shown with both short and long
12196 options, even when a given option has both forms, for example:
12197
12198 @smallexample
12199 -f ARCHIVE, --file=ARCHIVE use archive file or device ARCHIVE
12200 @end smallexample
12201
12202 If false, then if an option has both short and long forms, the
12203 argument is only shown with the long one, for example:
12204
12205 @smallexample
12206 -f, --file=ARCHIVE use archive file or device ARCHIVE
12207 @end smallexample
12208
12209 @noindent
12210 and a message indicating that the argument is applicable to both
12211 forms is printed below the options. This message can be disabled
12212 using @code{dup-args-note} (see below).
12213
12214 The default is false.
12215 @end deftypevr
12216
12217 @deftypevr {Help Output} boolean dup-args-note
12218 If this variable is true, which is the default, the following notice
12219 is displayed at the end of the help output:
12220
12221 @quotation
12222 Mandatory or optional arguments to long options are also mandatory or
12223 optional for any corresponding short options.
12224 @end quotation
12225
12226 Setting @code{no-dup-args-note} inhibits this message. Normally, only one of
12227 variables @code{dup-args} or @code{dup-args-note} should be set.
12228 @end deftypevr
12229
12230 @deftypevr {Help Output} offset short-opt-col
12231 Column in which short options start. Default is 2.
12232
12233 @smallexample
12234 @group
12235 $ @kbd{tar --help|grep ARCHIVE}
12236 -f, --file=ARCHIVE use archive file or device ARCHIVE
12237 $ @kbd{ARGP_HELP_FMT=short-opt-col=6 tar --help|grep ARCHIVE}
12238 -f, --file=ARCHIVE use archive file or device ARCHIVE
12239 @end group
12240 @end smallexample
12241 @end deftypevr
12242
12243 @deftypevr {Help Output} offset long-opt-col
12244 Column in which long options start. Default is 6. For example:
12245
12246 @smallexample
12247 @group
12248 $ @kbd{tar --help|grep ARCHIVE}
12249 -f, --file=ARCHIVE use archive file or device ARCHIVE
12250 $ @kbd{ARGP_HELP_FMT=long-opt-col=16 tar --help|grep ARCHIVE}
12251 -f, --file=ARCHIVE use archive file or device ARCHIVE
12252 @end group
12253 @end smallexample
12254 @end deftypevr
12255
12256 @deftypevr {Help Output} offset doc-opt-col
12257 Column in which @dfn{doc options} start. A doc option isn't actually
12258 an option, but rather an arbitrary piece of documentation that is
12259 displayed in much the same manner as the options. For example, in
12260 the description of @option{--format} option:
12261
12262 @smallexample
12263 @group
12264 -H, --format=FORMAT create archive of the given format.
12265
12266 FORMAT is one of the following:
12267
12268 gnu GNU tar 1.13.x format
12269 oldgnu GNU format as per tar <= 1.12
12270 pax POSIX 1003.1-2001 (pax) format
12271 posix same as pax
12272 ustar POSIX 1003.1-1988 (ustar) format
12273 v7 old V7 tar format
12274 @end group
12275 @end smallexample
12276
12277 @noindent
12278 the format names are doc options. Thus, if you set
12279 @kbd{ARGP_HELP_FMT=doc-opt-col=6} the above part of the help output
12280 will look as follows:
12281
12282 @smallexample
12283 @group
12284 -H, --format=FORMAT create archive of the given format.
12285
12286 FORMAT is one of the following:
12287
12288 gnu GNU tar 1.13.x format
12289 oldgnu GNU format as per tar <= 1.12
12290 pax POSIX 1003.1-2001 (pax) format
12291 posix same as pax
12292 ustar POSIX 1003.1-1988 (ustar) format
12293 v7 old V7 tar format
12294 @end group
12295 @end smallexample
12296 @end deftypevr
12297
12298 @deftypevr {Help Output} offset opt-doc-col
12299 Column in which option description starts. Default is 29.
12300
12301 @smallexample
12302 @group
12303 $ @kbd{tar --help|grep ARCHIVE}
12304 -f, --file=ARCHIVE use archive file or device ARCHIVE
12305 $ @kbd{ARGP_HELP_FMT=opt-doc-col=19 tar --help|grep ARCHIVE}
12306 -f, --file=ARCHIVE use archive file or device ARCHIVE
12307 $ @kbd{ARGP_HELP_FMT=opt-doc-col=9 tar --help|grep ARCHIVE}
12308 -f, --file=ARCHIVE
12309 use archive file or device ARCHIVE
12310 @end group
12311 @end smallexample
12312
12313 @noindent
12314 Notice, that the description starts on a separate line if
12315 @code{opt-doc-col} value is too small.
12316 @end deftypevr
12317
12318 @deftypevr {Help Output} offset header-col
12319 Column in which @dfn{group headers} are printed. A group header is a
12320 descriptive text preceding an option group. For example, in the
12321 following text:
12322
12323 @verbatim
12324 Main operation mode:
12325
12326 -A, --catenate, --concatenate append tar files to
12327 an archive
12328 -c, --create create a new archive
12329 @end verbatim
12330 @noindent
12331 @samp{Main operation mode:} is the group header.
12332
12333 The default value is 1.
12334 @end deftypevr
12335
12336 @deftypevr {Help Output} offset usage-indent
12337 Indentation of wrapped usage lines. Affects @option{--usage}
12338 output. Default is 12.
12339 @end deftypevr
12340
12341 @deftypevr {Help Output} offset rmargin
12342 Right margin of the text output. Used for wrapping.
12343 @end deftypevr
12344
12345 @node Fixing Snapshot Files
12346 @appendix Fixing Snapshot Files
12347 @include tar-snapshot-edit.texi
12348
12349 @node Tar Internals
12350 @appendix Tar Internals
12351 @include intern.texi
12352
12353 @node Genfile
12354 @appendix Genfile
12355 @include genfile.texi
12356
12357 @node Free Software Needs Free Documentation
12358 @appendix Free Software Needs Free Documentation
12359 @include freemanuals.texi
12360
12361 @node GNU Free Documentation License
12362 @appendix GNU Free Documentation License
12363
12364 @include fdl.texi
12365
12366 @node Index of Command Line Options
12367 @appendix Index of Command Line Options
12368
12369 This appendix contains an index of all @GNUTAR{} long command line
12370 options. The options are listed without the preceding double-dash.
12371 For a cross-reference of short command line options, see
12372 @ref{Short Option Summary}.
12373
12374 @printindex op
12375
12376 @node Index
12377 @appendix Index
12378
12379 @printindex cp
12380
12381 @summarycontents
12382 @contents
12383 @bye
12384
12385 @c Local variables:
12386 @c texinfo-column-for-description: 32
12387 @c End:
This page took 0.574363 seconds and 5 git commands to generate.