]> Dogcows Code - chaz/tar/blob - doc/tar.texi
Add @setchapternewpage odd.
[chaz/tar] / doc / tar.texi
1 \input texinfo
2 @c %**start of header
3 @setfilename tar.info
4 @settitle GNU tar
5 @finalout
6 @smallbook
7 @setchapternewpage odd
8 @c %**end of header
9
10 @c ======================================================================
11 @c This document has three levels of rendition: PUBLISH, DISTRIB or PROOF,
12 @c as decided by @set symbols. The PUBLISH rendition does not show
13 @c notes or marks asking for revision. Most users will prefer having more
14 @c information, even if this information is not fully revised for adequacy,
15 @c so DISTRIB is the default for tar distributions. The PROOF rendition
16 @c show all marks to the point of ugliness, but is nevertheless useful to
17 @c those working on the manual itself.
18 @c ======================================================================
19
20 @ifclear PUBLISH
21 @ifclear DISTRIB
22 @ifclear PROOF
23 @set DISTRIB
24 @end ifclear
25 @end ifclear
26 @end ifclear
27
28 @ifset PUBLISH
29 @set RENDITION The book, version
30 @end ifset
31
32 @ifset DISTRIB
33 @set RENDITION FTP release, version
34 @end ifset
35
36 @ifset PROOF
37 @set RENDITION Proof reading version
38 @end ifset
39
40 @c ---------------------------------------------------------------------
41 @c The @FIXME's, @UNREVISED and @c comments are part Fran@,{c}ois's work
42 @c plan. These annotations are somewhat precious to him; he asks that I
43 @c do not alter them inconsiderately. Much work is needed for GNU tar
44 @c internals (the sources, the programs themselves). Revising the
45 @c adequacy of the manual while revising the sources, and cleaning them
46 @c both at the same time, seems to him like a good way to proceed.
47 @c ---------------------------------------------------------------------
48
49 @c Output marks for nodes needing revision, but not in PUBLISH rendition.
50
51 @macro UNREVISED
52 @ifclear PUBLISH
53 @quotation
54 @emph{(This message will disappear, once this node revised.)}
55 @end quotation
56 @end ifclear
57 @end macro
58
59 @c Output various FIXME information only in PROOF rendition.
60
61 @macro FIXME{string}
62 @allow-recursion
63 @quote-arg
64 @ifset PROOF
65 @strong{<FIXME>} \string\ @strong{</>}
66 @end ifset
67
68 @end macro
69
70 @macro FIXME-ref{string}
71 @quote-arg
72 @ifset PROOF
73 @strong{<REF>} \string\ @strong{</>}
74 @end ifset
75
76 @end macro
77
78 @macro FIXME-pxref{string}
79 @quote-arg
80 @ifset PROOF
81 @strong{<PXREF>} \string\ @strong{</>}
82 @end ifset
83
84 @end macro
85
86 @macro FIXME-xref{string}
87 @quote-arg
88 @ifset PROOF
89 @strong{<XREF>} \string\ @strong{</>}
90 @end ifset
91
92 @end macro
93
94 @c @macro option{entry}
95 @c @quote-arg
96 @c @opindex{--\entry\}
97 @c @value{\entry\}
98 @c @end macro
99
100 @set op-absolute-names @kbd{--absolute-names} (@kbd{-P})
101 @set ref-absolute-names @ref{absolute}
102 @set xref-absolute-names @xref{absolute}
103 @set pxref-absolute-names @pxref{absolute}
104
105 @set op-after-date @kbd{--after-date=@var{date}} (@kbd{--newer=@var{date}}, @kbd{-N @var{date}})
106 @set ref-after-date @ref{after}
107 @set xref-after-date @xref{after}
108 @set pxref-after-date @pxref{after}
109
110 @set op-append @kbd{--append} (@kbd{-r})
111 @set ref-append @ref{add}
112 @set xref-append @xref{add}
113 @set pxref-append @pxref{add}
114
115 @set op-atime-preserve @kbd{--atime-preserve}
116 @set ref-atime-preserve @ref{Attributes}
117 @set xref-atime-preserve @xref{Attributes}
118 @set pxref-atime-preserve @pxref{Attributes}
119
120 @set op-backup @kbd{--backup}
121 @set ref-backup @ref{Backup options}
122 @set xref-backup @xref{Backup options}
123 @set pxref-backup @pxref{Backup options}
124
125 @set op-block-number @kbd{--block-number} (@kbd{-R})
126 @set ref-block-number @ref{verbose}
127 @set xref-block-number @xref{verbose}
128 @set pxref-block-number @pxref{verbose}
129
130 @set op-blocking-factor @kbd{--blocking-factor=@var{512-size}} (@kbd{-b @var{512-size}})
131 @set ref-blocking-factor @ref{Blocking Factor}
132 @set xref-blocking-factor @xref{Blocking Factor}
133 @set pxref-blocking-factor @pxref{Blocking Factor}
134
135 @set op-bzip2 @kbd{--bzip2} (@kbd{-j})
136 @set ref-bzip2 @ref{gzip}
137 @set xref-bzip2 @xref{gzip}
138 @set pxref-bzip2 @pxref{gzip}
139
140 @set op-checkpoint @kbd{--checkpoint}
141 @set ref-checkpoint @ref{verbose}
142 @set xref-checkpoint @xref{verbose}
143 @set pxref-checkpoint @pxref{verbose}
144
145 @set op-compare @kbd{--compare} (@kbd{--diff}, @kbd{-d})
146 @set ref-compare @ref{compare}
147 @set xref-compare @xref{compare}
148 @set pxref-compare @pxref{compare}
149
150 @set op-compress @kbd{--compress} (@kbd{--uncompress}, @kbd{-Z})
151 @set ref-compress @ref{gzip}
152 @set xref-compress @xref{gzip}
153 @set pxref-compress @pxref{gzip}
154
155 @set op-concatenate @kbd{--concatenate} (@kbd{--catenate}, @kbd{-A})
156 @set ref-concatenate @ref{concatenate}
157 @set xref-concatenate @xref{concatenate}
158 @set pxref-concatenate @pxref{concatenate}
159
160 @set op-create @kbd{--create} (@kbd{-c})
161 @set ref-create @ref{create}
162 @set xref-create @xref{create}
163 @set pxref-create @pxref{create}
164
165 @set op-delete @kbd{--delete}
166 @set ref-delete @ref{delete}
167 @set xref-delete @xref{delete}
168 @set pxref-delete @pxref{delete}
169
170 @set op-dereference @kbd{--dereference} (@kbd{-h})
171 @set ref-dereference @ref{dereference}
172 @set xref-dereference @xref{dereference}
173 @set pxref-dereference @pxref{dereference}
174
175 @set op-directory @kbd{--directory=@var{directory}} (@kbd{-C @var{directory}})
176 @set ref-directory @ref{directory}
177 @set xref-directory @xref{directory}
178 @set pxref-directory @pxref{directory}
179
180 @set op-exclude @kbd{--exclude=@var{pattern}}
181 @set ref-exclude @ref{exclude}
182 @set xref-exclude @xref{exclude}
183 @set pxref-exclude @pxref{exclude}
184
185 @set op-exclude-from @kbd{--exclude-from=@var{file-of-patterns}} (@kbd{-X @var{file-of-patterns}})
186 @set ref-exclude-from @ref{exclude}
187 @set xref-exclude-from @xref{exclude}
188 @set pxref-exclude-from @pxref{exclude}
189
190 @set op-extract @kbd{--extract} (@kbd{--get}, @kbd{-x})
191 @set ref-extract @ref{extract}
192 @set xref-extract @xref{extract}
193 @set pxref-extract @pxref{extract}
194
195 @set op-file @kbd{--file=@var{archive-name}} (@kbd{-f @var{archive-name}})
196 @set ref-file @ref{file}
197 @set xref-file @xref{file}
198 @set pxref-file @pxref{file}
199
200 @set op-files-from @kbd{--files-from=@var{file-of-names}} (@kbd{-T @var{file-of-names}})
201 @set ref-files-from @ref{files}
202 @set xref-files-from @xref{files}
203 @set pxref-files-from @pxref{files}
204
205 @set op-force-local @kbd{--force-local}
206 @set ref-force-local @ref{file}
207 @set xref-force-local @xref{file}
208 @set pxref-force-local @pxref{file}
209
210 @set op-group @kbd{--group=@var{group}}
211 @set ref-group @ref{Option Summary}
212 @set xref-group @xref{Option Summary}
213 @set pxref-group @pxref{Option Summary}
214
215 @set op-gzip @kbd{--gzip} (@kbd{--gunzip}, @kbd{--ungzip}, @kbd{-z})
216 @set ref-gzip @ref{gzip}
217 @set xref-gzip @xref{gzip}
218 @set pxref-gzip @pxref{gzip}
219
220 @set op-help @kbd{--help}
221 @set ref-help @ref{help}
222 @set xref-help @xref{help}
223 @set pxref-help @pxref{help}
224
225 @set op-ignore-failed-read @kbd{--ignore-failed-read}
226 @set ref-ignore-failed-read @ref{create options}
227 @set xref-ignore-failed-read @xref{create options}
228 @set pxref-ignore-failed-read @pxref{create options}
229
230 @set op-ignore-zeros @kbd{--ignore-zeros} (@kbd{-i})
231 @set ref-ignore-zeros @ref{Reading}
232 @set xref-ignore-zeros @xref{Reading}
233 @set pxref-ignore-zeros @pxref{Reading}
234
235 @set op-incremental @kbd{--incremental} (@kbd{-G})
236 @set ref-incremental @ref{Inc Dumps}
237 @set xref-incremental @xref{Inc Dumps}
238 @set pxref-incremental @pxref{Inc Dumps}
239
240 @set op-info-script @kbd{--info-script=@var{script-name}} (@kbd{--new-volume-script=@var{script-name}}, @kbd{-F @var{script-name}})
241 @set ref-info-script @ref{Multi-Volume Archives}
242 @set xref-info-script @xref{Multi-Volume Archives}
243 @set pxref-info-script @pxref{Multi-Volume Archives}
244
245 @set op-interactive @kbd{--interactive} (@kbd{-w})
246 @set ref-interactive @ref{interactive}
247 @set xref-interactive @xref{interactive}
248 @set pxref-interactive @pxref{interactive}
249
250 @set op-keep-old-files @kbd{--keep-old-files} (@kbd{-k})
251 @set ref-keep-old-files @ref{Writing}
252 @set xref-keep-old-files @xref{Writing}
253 @set pxref-keep-old-files @pxref{Writing}
254
255 @set op-label @kbd{--label=@var{archive-label}} (@kbd{-V @var{archive-label}})
256 @set ref-label @ref{label}
257 @set xref-label @xref{label}
258 @set pxref-label @pxref{label}
259
260 @set op-list @kbd{--list} (@kbd{-t})
261 @set ref-list @ref{list}
262 @set xref-list @xref{list}
263 @set pxref-list @pxref{list}
264
265 @set op-listed-incremental @kbd{--listed-incremental=@var{snapshot-file}} (@kbd{-g @var{snapshot-file}})
266 @set ref-listed-incremental @ref{Inc Dumps}
267 @set xref-listed-incremental @xref{Inc Dumps}
268 @set pxref-listed-incremental @pxref{Inc Dumps}
269
270 @set op-mode @kbd{--mode=@var{permissions}}
271 @set ref-mode @ref{Option Summary}
272 @set xref-mode @xref{Option Summary}
273 @set pxref-mode @pxref{Option Summary}
274
275 @set op-multi-volume @kbd{--multi-volume} (@kbd{-M})
276 @set ref-multi-volume @ref{Multi-Volume Archives}
277 @set xref-multi-volume @xref{Multi-Volume Archives}
278 @set pxref-multi-volume @pxref{Multi-Volume Archives}
279
280 @set op-newer-mtime @kbd{--newer-mtime=@var{date}}
281 @set ref-newer-mtime @ref{after}
282 @set xref-newer-mtime @xref{after}
283 @set pxref-newer-mtime @pxref{after}
284
285 @set op-no-recursion @kbd{--no-recursion}
286 @set ref-no-recursion @ref{recurse}
287 @set xref-no-recursion @xref{recurse}
288 @set pxref-no-recursion @pxref{recurse}
289
290 @set op-no-same-owner @kbd{--no-same-owner}
291 @set ref-no-same-owner @ref{Attributes}
292 @set xref-no-same-owner @xref{Attributes}
293 @set pxref-no-same-owner @pxref{Attributes}
294
295 @set op-no-same-permissions @kbd{--no-same-permissions}
296 @set ref-no-same-permissions @ref{Attributes}
297 @set xref-no-same-permissions @xref{Attributes}
298 @set pxref-no-same-permissions @pxref{Attributes}
299
300 @set op-null @kbd{--null}
301 @set ref-null @ref{files}
302 @set xref-null @xref{files}
303 @set pxref-null @pxref{files}
304
305 @set op-numeric-owner @kbd{--numeric-owner}
306 @set ref-numeric-owner @ref{Attributes}
307 @set xref-numeric-owner @xref{Attributes}
308 @set pxref-numeric-owner @pxref{Attributes}
309
310 @set op-old-archive @kbd{--old-archive} (@kbd{-o})
311 @set ref-old-archive @ref{old}
312 @set xref-old-archive @xref{old}
313 @set pxref-old-archive @pxref{old}
314
315 @set op-one-file-system @kbd{--one-file-system} (@kbd{-l})
316 @set ref-one-file-system @ref{one}
317 @set xref-one-file-system @xref{one}
318 @set pxref-one-file-system @pxref{one}
319
320 @set op-overwrite @kbd{--overwrite}
321 @set ref-overwrite @ref{Overwrite Old Files}
322 @set xref-overwrite @xref{Overwrite Old Files}
323 @set pxref-overwrite @pxref{Overwrite Old Files}
324
325 @set op-owner @kbd{--owner=@var{user}}
326 @set ref-owner @ref{Option Summary}
327 @set xref-owner @xref{Option Summary}
328 @set pxref-owner @pxref{Option Summary}
329
330 @set op-posix @kbd{--posix}
331 @set ref-posix @ref{posix}
332 @set xref-posix @xref{posix}
333 @set pxref-posix @pxref{posix}
334
335 @set op-preserve @kbd{--preserve}
336 @set ref-preserve @ref{Attributes}
337 @set xref-preserve @xref{Attributes}
338 @set pxref-preserve @pxref{Attributes}
339
340 @set op-record-size @kbd{--record-size=@var{size}}
341 @set ref-record-size @ref{Blocking}
342 @set xref-record-size @xref{Blocking}
343 @set pxref-record-size @pxref{Blocking}
344
345 @set op-recursive-unlink @kbd{--recursive-unlink}
346 @set ref-recursive-unlink @ref{Writing}
347 @set xref-recursive-unlink @xref{Writing}
348 @set pxref-recursive-unlink @pxref{Writing}
349
350 @set op-read-full-records @kbd{--read-full-records} (@kbd{-B})
351 @set ref-read-full-records @ref{Blocking}
352 @set xref-read-full-records @xref{Blocking}
353 @set pxref-read-full-records @pxref{Blocking}
354 @c FIXME: or should it be Reading, or Blocking Factor
355
356 @set op-remove-files @kbd{--remove-files}
357 @set ref-remove-files @ref{Writing}
358 @set xref-remove-files @xref{Writing}
359 @set pxref-remove-files @pxref{Writing}
360
361 @set op-rsh-command @kbd{rsh-command=@var{command}}
362
363 @set op-same-order @kbd{--same-order} (@kbd{--preserve-order}, @kbd{-s})
364 @set ref-same-order @ref{Scarce}
365 @set xref-same-order @xref{Scarce}
366 @set pxref-same-order @pxref{Scarce}
367 @c FIXME: or should it be Reading, or Attributes?
368
369 @set op-same-owner @kbd{--same-owner}
370 @set ref-same-owner @ref{Attributes}
371 @set xref-same-owner @xref{Attributes}
372 @set pxref-same-owner @pxref{Attributes}
373
374 @set op-same-permissions @kbd{--same-permissions} (@kbd{--preserve-permissions}, @kbd{-p})
375 @set ref-same-permissions @ref{Attributes}
376 @set xref-same-permissions @xref{Attributes}
377 @set pxref-same-permissions @pxref{Attributes}
378 @c FIXME: or should it be Writing?
379
380 @set op-show-omitted-dirs @kbd{--show-omitted-dirs}
381 @set ref-show-omitted-dirs @ref{verbose}
382 @set xref-show-omitted-dirs @xref{verbose}
383 @set pxref-show-omitted-dirs @pxref{verbose}
384
385 @set op-sparse @kbd{--sparse} (@kbd{-S})
386 @set ref-sparse @ref{sparse}
387 @set xref-sparse @xref{sparse}
388 @set pxref-sparse @pxref{sparse}
389
390 @set op-starting-file @kbd{--starting-file=@var{name}} (@kbd{-K @var{name}})
391 @set ref-starting-file @ref{Scarce}
392 @set xref-starting-file @xref{Scarce}
393 @set pxref-starting-file @pxref{Scarce}
394
395 @set op-suffix @kbd{--suffix=@var{suffix}}
396 @set ref-suffix @ref{Backup options}
397 @set xref-suffix @xref{Backup options}
398 @set pxref-suffix @pxref{Backup options}
399
400 @set op-tape-length @kbd{--tape-length=@var{1024-size}} (@kbd{-L @var{1024-size}})
401 @set ref-tape-length @ref{Using Multiple Tapes}
402 @set xref-tape-length @xref{Using Multiple Tapes}
403 @set pxref-tape-length @pxref{Using Multiple Tapes}
404
405 @set op-to-stdout @kbd{--to-stdout} (@kbd{-O})
406 @set ref-to-stdout @ref{Writing}
407 @set xref-to-stdout @xref{Writing}
408 @set pxref-to-stdout @pxref{Writing}
409
410 @set op-totals @kbd{--totals}
411 @set ref-totals @ref{verbose}
412 @set xref-totals @xref{verbose}
413 @set pxref-totals @pxref{verbose}
414
415 @set op-touch @kbd{--touch} (@kbd{-m})
416 @set ref-touch @ref{Writing}
417 @set xref-touch @xref{Writing}
418 @set pxref-touch @pxref{Writing}
419
420 @set op-unlink-first @kbd{--unlink-first} (@kbd{-U})
421 @set ref-unlink-first @ref{Writing}
422 @set xref-unlink-first @xref{Writing}
423 @set pxref-unlink-first @pxref{Writing}
424
425 @set op-update @kbd{--update} (@kbd{-u})
426 @set ref-update @ref{update}
427 @set xref-update @xref{update}
428 @set pxref-update @pxref{update}
429
430 @set op-use-compress-prog @kbd{--use-compress-prog=@var{program}}
431 @set ref-use-compress-prog @ref{gzip}
432 @set xref-use-compress-prog @xref{gzip}
433 @set pxref-use-compress-prog @pxref{gzip}
434
435 @set op-verbose @kbd{--verbose} (@kbd{-v})
436 @set ref-verbose @ref{verbose}
437 @set xref-verbose @xref{verbose}
438 @set pxref-verbose @pxref{verbose}
439
440 @set op-verify @kbd{--verify} (@kbd{-W})
441 @set ref-verify @ref{verify}
442 @set xref-verify @xref{verify}
443 @set pxref-verify @pxref{verify}
444
445 @set op-version @kbd{--version}
446 @set ref-version @ref{help}
447 @set xref-version @xref{help}
448 @set pxref-version @pxref{help}
449
450 @set op-volno-file @kbd{--volno-file=@var{file-of-number}}
451 @set ref-volno-file @ref{Using Multiple Tapes}
452 @set xref-volno-file @xref{Using Multiple Tapes}
453 @set pxref-volno-file @pxref{Using Multiple Tapes}
454
455 @include version.texi
456
457 @c Put everything in one index (arbitrarily chosen to be the concept index).
458 @syncodeindex fn cp
459 @syncodeindex ky cp
460 @syncodeindex pg cp
461 @syncodeindex vr cp
462
463 @defindex op
464 @syncodeindex op cp
465
466 @dircategory GNU Packages
467 @direntry
468 Tar: (tar). Making tape (or disk) archives.
469 @end direntry
470
471 @dircategory Individual utilities
472 @direntry
473 * tar: (tar)tar invocation. Invoking @sc{gnu} @command{tar}
474 @end direntry
475
476 @ifinfo
477 This file documents @sc{gnu} @command{tar}, which creates and extracts
478 files from archives.
479
480 Copyright 1992, 1994, 1995, 1996, 1997, 1999, 2000, 2001 Free Software
481 Foundation, Inc.
482
483 Permission is granted to copy, distribute and/or modify this document
484 under the terms of the GNU Free Documentation License, Version 1.1
485 or any later version published by the Free Software Foundation;
486 with no Invariant Sections, with no
487 Front-Cover Texts, and with no Back-Cover Texts.
488 A copy of the license is included in the section entitled ``GNU
489 Free Documentation License''.
490
491 @end ifinfo
492
493 @shorttitlepage @sc{gnu} @command{tar}
494
495 @titlepage
496 @title @sc{gnu} tar: an archiver tool
497 @subtitle @value{RENDITION} @value{VERSION}, @value{UPDATED}
498 @author Melissa Weisshaus, Jay Fenlason,
499 @author Thomas Bushnell, n/BSG, Amy Gorin
500 @c he said to remove it: Fran@,{c}ois Pinard
501 @c i'm thinking about how the author page *should* look. -mew 2may96
502
503 @page
504 @vskip 0pt plus 1filll
505 Copyright @copyright{} 1992, 1994, 1995, 1996, 1997, 1999, 2000, 2001
506 Free Software Foundation, Inc.
507
508 Permission is granted to copy, distribute and/or modify this document
509 under the terms of the GNU Free Documentation License, Version 1.1
510 or any later version published by the Free Software Foundation;
511 with no Invariant Sections, with no
512 Front-Cover Texts, and with no Back-Cover Texts.
513 A copy of the license is included in the section entitled ``GNU
514 Free Documentation License''.
515 @end titlepage
516
517 @ifnottex
518 @node Top
519 @top @sc{gnu} tar: an archiver tool
520
521 @cindex file archival
522 @cindex archiving files
523
524 @sc{gnu} @command{tar} creates and extracts files from archives.
525
526 This manual documents version @value{VERSION} of @sc{gnu} @command{tar}.
527
528 The first part of this master menu lists the major nodes in this Info
529 document. The rest of the menu lists all the lower level nodes.
530 @end ifnottex
531
532 @menu
533 * Introduction::
534 * Tutorial::
535 * tar invocation::
536 * operations::
537 * Backups::
538 * Choosing::
539 * Date input formats::
540 * Formats::
541 * Media::
542 * GNU Free Documentation License::
543 * Index::
544
545 @detailmenu
546
547 --- The Detailed Node Listing ---
548
549 Introduction
550
551 * Book Contents:: What this Book Contains
552 * Definitions:: Some Definitions
553 * What tar Does:: What @command{tar} Does
554 * Naming tar Archives:: How @command{tar} Archives are Named
555 * posix compliance::
556 * Authors:: @sc{gnu} @command{tar} Authors
557 * Reports:: Reporting bugs or suggestions
558
559 Tutorial Introduction to @command{tar}
560
561 * assumptions::
562 * stylistic conventions::
563 * basic tar options:: Basic @command{tar} Operations and Options
564 * frequent operations::
565 * Two Frequent Options::
566 * create:: How to Create Archives
567 * list:: How to List Archives
568 * extract:: How to Extract Members from an Archive
569 * going further::
570
571 Two Frequently Used Options
572
573 * file tutorial::
574 * verbose tutorial::
575 * help tutorial::
576
577 How to Create Archives
578
579 * prepare for examples::
580 * Creating the archive::
581 * create verbose::
582 * short create::
583 * create dir::
584
585 How to List Archives
586
587 * list dir::
588
589 How to Extract Members from an Archive
590
591 * extracting archives::
592 * extracting files::
593 * extract dir::
594 * failing commands::
595
596 Invoking @sc{gnu} @command{tar}
597
598 * Synopsis::
599 * using tar options::
600 * Styles::
601 * All Options::
602 * help::
603 * verbose::
604 * interactive::
605
606 The Three Option Styles
607
608 * Mnemonic Options:: Mnemonic Option Style
609 * Short Options:: Short Option Style
610 * Old Options:: Old Option Style
611 * Mixing:: Mixing Option Styles
612
613 All @command{tar} Options
614
615 * Operation Summary::
616 * Option Summary::
617 * Short Option Summary::
618
619 @sc{gnu} @command{tar} Operations
620
621 * Basic tar::
622 * Advanced tar::
623 * create options::
624 * extract options::
625 * backup::
626 * Applications::
627 * looking ahead::
628
629 Advanced @sc{gnu} @command{tar} Operations
630
631 * Operations::
632 * current state::
633 * append::
634 * update::
635 * concatenate::
636 * delete::
637 * compare::
638
639 How to Add Files to Existing Archives: @code{--append}
640
641 * appending files:: Appending Files to an Archive
642 * multiple::
643
644 Updating an Archive
645
646 * how to update::
647
648 Options used by @code{--create}
649
650 * Ignore Failed Read::
651
652 Options Used by @code{--extract}
653
654 * Reading:: Options to Help Read Archives
655 * Writing:: Changing How @command{tar} Writes Files
656 * Scarce:: Coping with Scarce Resources
657
658 Options to Help Read Archives
659
660 * read full records::
661 * Ignore Zeros::
662
663 Changing How @command{tar} Extracts Files Over Preexisting Files
664
665 * Dealing with Old Files::
666 * Overwrite Old Files::
667 * Keep Old Files::
668 * Unlink First::
669 * Recursive Unlink::
670
671 Changing How @command{tar} Writes Files
672
673 * Modification Times::
674 * Setting Access Permissions::
675 * Writing to Standard Output::
676 * remove files::
677
678 Coping with Scarce Resources
679
680 * Starting File::
681 * Same Order::
682
683 Performing Backups and Restoring Files
684
685 * Full Dumps:: Using @command{tar} to Perform Full Dumps
686 * Inc Dumps:: Using @command{tar} to Perform Incremental Dumps
687 * incremental and listed-incremental:: The Incremental Options
688 * Backup Levels:: Levels of Backups
689 * Backup Parameters:: Setting Parameters for Backups and Restoration
690 * Scripted Backups:: Using the Backup Scripts
691 * Scripted Restoration:: Using the Restore Script
692
693 Setting Parameters for Backups and Restoration
694
695 * backup-specs example:: An Example Text of @file{Backup-specs}
696 * Script Syntax:: Syntax for @file{Backup-specs}
697
698 Choosing Files and Names for @command{tar}
699
700 * file:: Choosing the Archive's Name
701 * Selecting Archive Members::
702 * files:: Reading Names from a File
703 * exclude:: Excluding Some Files
704 * Wildcards::
705 * after:: Operating Only on New Files
706 * recurse:: Descending into Directories
707 * one:: Crossing Filesystem Boundaries
708
709 Reading Names from a File
710
711 * nul::
712
713 Excluding Some Files
714
715 * problems with exclude::
716
717 Crossing Filesystem Boundaries
718
719 * directory:: Changing Directory
720 * absolute:: Absolute File Names
721
722 Date input formats
723
724 * General date syntax:: Common rules.
725 * Calendar date items:: 19 Dec 1994.
726 * Time of day items:: 9:20pm.
727 * Time zone items:: @sc{est}, @sc{pdt}, @sc{gmt}, ...
728 * Day of week items:: Monday and others.
729 * Relative items in date strings:: next tuesday, 2 years ago.
730 * Pure numbers in date strings:: 19931219, 1440.
731 * Authors of getdate:: Bellovin, Eggert, Berets, Salz, et al.
732
733 Controlling the Archive Format
734
735 * Portability:: Making @command{tar} Archives More Portable
736 * Compression:: Using Less Space through Compression
737 * Attributes:: Handling File Attributes
738 * Standard:: The Standard Format
739 * Extensions:: @sc{gnu} Extensions to the Archive Format
740 * cpio:: Comparison of @command{tar} and @command{cpio}
741
742 Making @command{tar} Archives More Portable
743
744 * Portable Names:: Portable Names
745 * dereference:: Symbolic Links
746 * old:: Old V7 Archives
747 * posix:: @sc{posix} archives
748 * Checksumming:: Checksumming Problems
749 * Large or Negative Values:: Large files, negative time stamps, etc.
750
751 Using Less Space through Compression
752
753 * gzip:: Creating and Reading Compressed Archives
754 * sparse:: Archiving Sparse Files
755
756 Tapes and Other Archive Media
757
758 * Device:: Device selection and switching
759 * Remote Tape Server::
760 * Common Problems and Solutions::
761 * Blocking:: Blocking
762 * Many:: Many archives on one tape
763 * Using Multiple Tapes:: Using Multiple Tapes
764 * label:: Including a Label in the Archive
765 * verify::
766 * Write Protection::
767
768 Blocking
769
770 * Format Variations:: Format Variations
771 * Blocking Factor:: The Blocking Factor of an Archive
772
773 Many Archives on One Tape
774
775 * Tape Positioning:: Tape Positions and Tape Marks
776 * mt:: The @command{mt} Utility
777
778 Using Multiple Tapes
779
780 * Multi-Volume Archives:: Archives Longer than One Tape or Disk
781 * Tape Files:: Tape Files
782 @end detailmenu
783 @end menu
784
785 @node Introduction
786 @chapter Introduction
787
788 Welcome to the @sc{gnu} @command{tar} manual. @sc{gnu} @command{tar} creates
789 and manipulates (@dfn{archives}) which are actually collections of
790 many other files; the program provides users with an organized and
791 systematic method for controlling a large amount of data.
792
793 @menu
794 * Book Contents:: What this Book Contains
795 * Definitions:: Some Definitions
796 * What tar Does:: What @command{tar} Does
797 * Naming tar Archives:: How @command{tar} Archives are Named
798 * posix compliance::
799 * Authors:: @sc{gnu} @command{tar} Authors
800 * Reports:: Reporting bugs or suggestions
801 @end menu
802
803 @node Book Contents
804 @section What this Book Contains
805
806 The first part of this chapter introduces you to various terms that will
807 recur throughout the book. It also tells you who has worked on @sc{gnu}
808 @command{tar} and its documentation, and where you should send bug reports
809 or comments.
810
811 The second chapter is a tutorial (@pxref{Tutorial}) which provides a
812 gentle introduction for people who are new to using @command{tar}. It is
813 meant to be self contained, not requiring any reading from subsequent
814 chapters to make sense. It moves from topic to topic in a logical,
815 progressive order, building on information already explained.
816
817 Although the tutorial is paced and structured to allow beginners to
818 learn how to use @command{tar}, it is not intended solely for beginners.
819 The tutorial explains how to use the three most frequently used
820 operations (@samp{create}, @samp{list}, and @samp{extract}) as well as
821 two frequently used options (@samp{file} and @samp{verbose}). The other
822 chapters do not refer to the tutorial frequently; however, if a section
823 discusses something which is a complex variant of a basic concept, there
824 may be a cross reference to that basic concept. (The entire book,
825 including the tutorial, assumes that the reader understands some basic
826 concepts of using a Unix-type operating system; @pxref{Tutorial}.)
827
828 The third chapter presents the remaining five operations, and
829 information about using @command{tar} options and option syntax.
830
831 @FIXME{this sounds more like a @sc{gnu} Project Manuals Concept [tm] more
832 than the reality. should think about whether this makes sense to say
833 here, or not.} The other chapters are meant to be used as a
834 reference. Each chapter presents everything that needs to be said
835 about a specific topic.
836
837 One of the chapters (@pxref{Date input formats}) exists in its entirety
838 in other @sc{gnu} manuals, and is mostly self-contained. In addition, one
839 section of this manual (@pxref{Standard}) contains a big quote which is
840 taken directly from @command{tar} sources.
841
842 In general, we give both the long and short (abbreviated) option names
843 at least once in each section where the relevant option is covered, so
844 that novice readers will become familiar with both styles. (A few
845 options have no short versions, and the relevant sections will
846 indicate this.)
847
848 @node Definitions
849 @section Some Definitions
850
851 @cindex archive
852 @cindex tar archive
853 The @command{tar} program is used to create and manipulate @command{tar}
854 archives. An @dfn{archive} is a single file which contains the contents
855 of many files, while still identifying the names of the files, their
856 owner(s), and so forth. (In addition, archives record access
857 permissions, user and group, size in bytes, and last modification time.
858 Some archives also record the file names in each archived directory, as
859 well as other file and directory information.) You can use @command{tar}
860 to @dfn{create} a new archive in a specified directory.
861
862 @cindex member
863 @cindex archive member
864 @cindex file name
865 @cindex member name
866 The files inside an archive are called @dfn{members}. Within this
867 manual, we use the term @dfn{file} to refer only to files accessible in
868 the normal ways (by @command{ls}, @command{cat}, and so forth), and the term
869 @dfn{member} to refer only to the members of an archive. Similarly, a
870 @dfn{file name} is the name of a file, as it resides in the filesystem,
871 and a @dfn{member name} is the name of an archive member within the
872 archive.
873
874 @cindex extraction
875 @cindex unpacking
876 The term @dfn{extraction} refers to the process of copying an archive
877 member (or multiple members) into a file in the filesystem. Extracting
878 all the members of an archive is often called @dfn{extracting the
879 archive}. The term @dfn{unpack} can also be used to refer to the
880 extraction of many or all the members of an archive. Extracting an
881 archive does not destroy the archive's structure, just as creating an
882 archive does not destroy the copies of the files that exist outside of
883 the archive. You may also @dfn{list} the members in a given archive
884 (this is often thought of as ``printing'' them to the standard output,
885 or the command line), or @dfn{append} members to a pre-existing archive.
886 All of these operations can be performed using @command{tar}.
887
888 @node What tar Does
889 @section What @command{tar} Does
890
891 @cindex tar
892 The @command{tar} program provides the ability to create @command{tar}
893 archives, as well as various other kinds of manipulation. For example,
894 you can use @command{tar} on previously created archives to extract files,
895 to store additional files, or to update or list files which were already
896 stored.
897
898 Initially, @command{tar} archives were used to store files conveniently on
899 magnetic tape. The name @command{tar} comes from this use; it stands for
900 @code{t}ape @code{ar}chiver. Despite the utility's name, @command{tar} can
901 direct its output to available devices, files, or other programs (using
902 pipes). @command{tar} may even access remote devices or files (as archives).
903
904 @FIXME{the following table entries need a bit of work..}
905
906 You can use @command{tar} archives in many ways. We want to stress a few
907 of them: storage, backup, and transportation.
908
909 @table @asis
910 @item Storage
911 Often, @command{tar} archives are used to store related files for
912 convenient file transfer over a network. For example, the @sc{gnu} Project
913 distributes its software bundled into @command{tar} archives, so that
914 all the files relating to a particular program (or set of related
915 programs) can be transferred as a single unit.
916
917 A magnetic tape can store several files in sequence. However, the tape
918 has no names for these files; it only knows their relative position on
919 the tape. One way to store several files on one tape and retain their
920 names is by creating a @command{tar} archive. Even when the basic transfer
921 mechanism can keep track of names, as FTP can, the nuisance of handling
922 multiple files, directories, and multiple links makes @command{tar}
923 archives useful.
924
925 Archive files are also used for long-term storage. You can think of
926 this as transportation from the present into the future. (It is a
927 science-fiction idiom that you can move through time as well as in
928 space; the idea here is that @command{tar} can be used to move archives in
929 all dimensions, even time!)
930
931 @item Backup
932 Because the archive created by @command{tar} is capable of preserving file
933 information and directory structure, @command{tar} is commonly used for
934 performing full and incremental backups of disks. A backup puts a
935 collection of files (possibly pertaining to many users and
936 projects) together on a disk or a tape. This guards against accidental
937 destruction of the information in those files. @sc{gnu} @command{tar} has
938 special features that allow it to be used to make incremental and full
939 dumps of all the files in a filesystem.
940
941 @item Transportation
942 You can create an archive on one system, transfer it to another system,
943 and extract the contents there. This allows you to transport a group of
944 files from one system to another.
945 @end table
946
947 @node Naming tar Archives
948 @section How @command{tar} Archives are Named
949
950 Conventionally, @command{tar} archives are given names ending with
951 @samp{.tar}. This is not necessary for @command{tar} to operate properly,
952 but this manual follows that convention in order to accustom readers to
953 it and to make examples more clear.
954
955 @cindex tar file
956 @cindex entry
957 @cindex tar entry
958 Often, people refer to @command{tar} archives as ``@command{tar} files,'' and
959 archive members as ``files'' or ``entries''. For people familiar with
960 the operation of @command{tar}, this causes no difficulty. However, in
961 this manual, we consistently refer to ``archives'' and ``archive
962 members'' to make learning to use @command{tar} easier for novice users.
963
964 @node posix compliance
965 @section @sc{posix} Compliance
966
967 @noindent
968 @FIXME{must ask franc,ois about this. dan hagerty thinks this might
969 be an issue, but we're not really sure at this time. dan just tried a
970 test case of mixing up options' orders while the variable was set, and
971 there was no problem...}
972
973 We make some of our recommendations throughout this book for one
974 reason in addition to what we think of as ``good sense''. The main
975 additional reason for a recommendation is to be compliant with the
976 @sc{posix} standards. If you set the shell environment variable
977 @env{POSIXLY_CORRECT}, @sc{gnu} @command{tar} will force you to adhere to
978 these standards. Therefore, if this variable is set and you violate
979 one of the @sc{posix} standards in the way you phrase a command, for
980 example, @sc{gnu} @command{tar} will not allow the command and will signal an
981 error message. You would then have to reorder the options or rephrase
982 the command to comply with the @sc{posix} standards.
983
984 There is a chance in the future that, if you set this environment
985 variable, your archives will be forced to comply with @sc{posix} standards,
986 also. No @sc{gnu} @command{tar} extensions will be allowed.
987
988 @node Authors
989 @section @sc{gnu} @command{tar} Authors
990
991 @sc{gnu} @command{tar} was originally written by John Gilmore, and modified by
992 many people. The @sc{gnu} enhancements were written by Jay Fenlason, then
993 Joy Kendall, and the whole package has been further maintained by
994 Thomas Bushnell, n/BSG, and finally Fran@,{c}ois Pinard, with
995 the help of numerous and kind users.
996
997 We wish to stress that @command{tar} is a collective work, and owes much to
998 all those people who reported problems, offered solutions and other
999 insights, or shared their thoughts and suggestions. An impressive, yet
1000 partial list of those contributors can be found in the @file{THANKS}
1001 file from the @sc{gnu} @command{tar} distribution.
1002
1003 @FIXME{i want all of these names mentioned, Absolutely. BUT, i'm not
1004 sure i want to spell out the history in this detail, at least not for
1005 the printed book. i'm just not sure it needs to be said this way.
1006 i'll think about it.}
1007
1008 @FIXME{History is more important, and surely more interesting, than
1009 actual names. Quoting names without history would be meaningless. FP}
1010
1011 Jay Fenlason put together a draft of a @sc{gnu} @command{tar} manual,
1012 borrowing notes from the original man page from John Gilmore. This
1013 was withdrawn in version
1014 1.11. Thomas Bushnell, n/BSG and Amy Gorin worked on a tutorial and
1015 manual for @sc{gnu} @command{tar}. Fran@,{c}ois Pinard put version 1.11.8
1016 of the manual together by taking information from all these sources
1017 and merging them. Melissa Weisshaus finally edited and redesigned the
1018 book to create version 1.12. @FIXME{update version number as
1019 necessary; i'm being optimistic!} @FIXME{Someone [maybe karl berry?
1020 maybe bob chassell? maybe melissa? maybe julie sussman?] needs to
1021 properly index the thing.}
1022
1023 For version 1.12, Daniel Hagerty contributed a great deal of technical
1024 consulting. In particular, he is the primary author of @ref{Backups}.
1025
1026 @node Reports
1027 @section Reporting bugs or suggestions
1028
1029 @cindex bug reports
1030 @cindex reporting bugs
1031 If you find problems or have suggestions about this program or manual,
1032 please report them to @file{bug-tar@@gnu.org}.
1033
1034 @node Tutorial
1035 @chapter Tutorial Introduction to @command{tar}
1036
1037 This chapter guides you through some basic examples of three @command{tar}
1038 operations: @samp{--create}, @samp{--list}, and @samp{--extract}. If
1039 you already know how to use some other version of @command{tar}, then you
1040 may not need to read this chapter. This chapter omits most complicated
1041 details about how @command{tar} works.
1042
1043 @menu
1044 * assumptions::
1045 * stylistic conventions::
1046 * basic tar options:: Basic @command{tar} Operations and Options
1047 * frequent operations::
1048 * Two Frequent Options::
1049 * create:: How to Create Archives
1050 * list:: How to List Archives
1051 * extract:: How to Extract Members from an Archive
1052 * going further::
1053 @end menu
1054
1055 @node assumptions
1056 @section Assumptions this Tutorial Makes
1057
1058 This chapter is paced to allow beginners to learn about @command{tar}
1059 slowly. At the same time, we will try to cover all the basic aspects of
1060 these three operations. In order to accomplish both of these tasks, we
1061 have made certain assumptions about your knowledge before reading this
1062 manual, and the hardware you will be using:
1063
1064 @itemize @bullet
1065 @item
1066 Before you start to work through this tutorial, you should understand
1067 what the terms ``archive'' and ``archive member'' mean
1068 (@pxref{Definitions}). In addition, you should understand something
1069 about how Unix-type operating systems work, and you should know how to
1070 use some basic utilities. For example, you should know how to create,
1071 list, copy, rename, edit, and delete files and directories; how to
1072 change between directories; and how to figure out where you are in the
1073 filesystem. You should have some basic understanding of directory
1074 structure and how files are named according to which directory they are
1075 in. You should understand concepts such as standard output and standard
1076 input, what various definitions of the term ``argument'' mean, and the
1077 differences between relative and absolute path names. @FIXME{and what
1078 else?}
1079
1080 @item
1081 This manual assumes that you are working from your own home directory
1082 (unless we state otherwise). In this tutorial, you will create a
1083 directory to practice @command{tar} commands in. When we show path names,
1084 we will assume that those paths are relative to your home directory.
1085 For example, my home directory path is @file{/home/fsf/melissa}. All of
1086 my examples are in a subdirectory of the directory named by that path
1087 name; the subdirectory is called @file{practice}.
1088
1089 @item
1090 In general, we show examples of archives which exist on (or can be
1091 written to, or worked with from) a directory on a hard disk. In most
1092 cases, you could write those archives to, or work with them on any other
1093 device, such as a tape drive. However, some of the later examples in
1094 the tutorial and next chapter will not work on tape drives.
1095 Additionally, working with tapes is much more complicated than working
1096 with hard disks. For these reasons, the tutorial does not cover working
1097 with tape drives. @xref{Media}, for complete information on using
1098 @command{tar} archives with tape drives.
1099
1100 @FIXME{this is a cop out. need to add some simple tape drive info.}
1101 @end itemize
1102
1103 @node stylistic conventions
1104 @section Stylistic Conventions
1105
1106 In the examples, @samp{$} represents a typical shell prompt. It
1107 precedes lines you should type; to make this more clear, those lines are
1108 shown in @kbd{this font}, as opposed to lines which represent the
1109 computer's response; those lines are shown in @code{this font}, or
1110 sometimes @samp{like this}. When we have lines which are too long to be
1111 displayed in any other way, we will show them like this:
1112
1113 @smallexample
1114 This is an example of a line which would otherwise not fit in this space.
1115 @end smallexample
1116
1117 @FIXME{how often do we use smallexample?}
1118
1119 @node basic tar options
1120 @section Basic @command{tar} Operations and Options
1121
1122 @command{tar} can take a wide variety of arguments which specify and define
1123 the actions it will have on the particular set of files or the archive.
1124 The main types of arguments to @command{tar} fall into one of two classes:
1125 operations, and options.
1126
1127 Some arguments fall into a class called @dfn{operations}; exactly one of
1128 these is both allowed and required for any instance of using @command{tar};
1129 you may @emph{not} specify more than one. People sometimes speak of
1130 @dfn{operating modes}. You are in a particular operating mode when you
1131 have specified the operation which specifies it; there are eight
1132 operations in total, and thus there are eight operating modes.
1133
1134 The other arguments fall into the class known as @dfn{options}. You are
1135 not required to specify any options, and you are allowed to specify more
1136 than one at a time (depending on the way you are using @command{tar} at
1137 that time). Some options are used so frequently, and are so useful for
1138 helping you type commands more carefully that they are effectively
1139 ``required''. We will discuss them in this chapter.
1140
1141 You can write most of the @command{tar} operations and options in any of
1142 three forms: long (mnemonic) form, short form, and old style. Some of
1143 the operations and options have no short or ``old'' forms; however, the
1144 operations and options which we will cover in this tutorial have
1145 corresponding abbreviations. @FIXME{make sure this is still the case,
1146 at the end}We will indicate those abbreviations appropriately to get
1147 you used to seeing them. (Note that the ``old style'' option forms
1148 exist in @sc{gnu} @command{tar} for compatibility with Unix @command{tar}. We
1149 present a full discussion of this way of writing options and operations
1150 appears in @ref{Old Options}, and we discuss the other two styles of
1151 writing options in @ref{Mnemonic Options} and @ref{Short Options}.)
1152
1153 In the examples and in the text of this tutorial, we usually use the
1154 long forms of operations and options; but the ``short'' forms produce
1155 the same result and can make typing long @command{tar} commands easier.
1156 For example, instead of typing
1157
1158 @example
1159 @kbd{tar --create --verbose --file=afiles.tar apple angst aspic}
1160 @end example
1161
1162 @noindent
1163 you can type
1164 @example
1165 @kbd{tar -c -v -f afiles.tar apple angst aspic}
1166 @end example
1167
1168 @noindent
1169 or even
1170 @example
1171 @kbd{tar -cvf afiles.tar apple angst aspic}
1172 @end example
1173
1174 @noindent
1175 For more information on option syntax, see @ref{Advanced tar}. In
1176 discussions in the text, when we name an option by its long form, we
1177 also give the corresponding short option in parentheses.
1178
1179 The term, ``option'', can be confusing at times, since ``operations''
1180 are often lumped in with the actual, @emph{optional} ``options'' in certain
1181 general class statements. For example, we just talked about ``short and
1182 long forms of options and operations''. However, experienced @command{tar}
1183 users often refer to these by shorthand terms such as, ``short and long
1184 options''. This term assumes that the ``operations'' are included, also.
1185 Context will help you determine which definition of ``options'' to use.
1186
1187 Similarly, the term ``command'' can be confusing, as it is often used in
1188 two different ways. People sometimes refer to @command{tar} ``commands''.
1189 A @command{tar} @dfn{command} is the entire command line of user input
1190 which tells @command{tar} what to do --- including the operation, options,
1191 and any arguments (file names, pipes, other commands, etc). However,
1192 you will also sometimes hear the term ``the @command{tar} command''. When
1193 the word ``command'' is used specifically like this, a person is usually
1194 referring to the @command{tar} @emph{operation}, not the whole line.
1195 Again, use context to figure out which of the meanings the speaker
1196 intends.
1197
1198 @node frequent operations
1199 @section The Three Most Frequently Used Operations
1200
1201 Here are the three most frequently used operations (both short and long
1202 forms), as well as a brief description of their meanings. The rest of
1203 this chapter will cover how to use these operations in detail. We will
1204 present the rest of the operations in the next chapter.
1205
1206 @table @kbd
1207 @item --create
1208 @itemx -c
1209 Create a new @command{tar} archive.
1210 @item --list
1211 @itemx -t
1212 List the contents of an archive.
1213 @item --extract
1214 @itemx -x
1215 Extract one or more members from an archive.
1216 @end table
1217
1218 @node Two Frequent Options
1219 @section Two Frequently Used Options
1220
1221 To understand how to run @command{tar} in the three operating modes listed
1222 previously, you also need to understand how to use two of the options to
1223 @command{tar}: @samp{--file} (which takes an archive file as an argument)
1224 and @samp{--verbose}. (You are usually not @emph{required} to specify
1225 either of these options when you run @command{tar}, but they can be very
1226 useful in making things more clear and helping you avoid errors.)
1227
1228 @menu
1229 * file tutorial::
1230 * verbose tutorial::
1231 * help tutorial::
1232 @end menu
1233
1234 @node file tutorial
1235 @unnumberedsubsec The @samp{--file} Option
1236
1237 @table @kbd
1238 @item --file=@var{archive-name}
1239 @itemx -f @var{archive-name}
1240 Specify the name of an archive file.
1241 @end table
1242
1243 You can specify an argument for the @value{op-file} option whenever you
1244 use @command{tar}; this option determines the name of the archive file
1245 that @command{tar} will work on.
1246
1247 If you don't specify this argument, then @command{tar} will use a
1248 default, usually some physical tape drive attached to your machine.
1249 If there is no tape drive attached, or the default is not meaningful,
1250 then @command{tar} will print an error message. The error message might
1251 look roughly like one of the following:
1252
1253 @example
1254 tar: can't open /dev/rmt8 : No such device or address
1255 tar: can't open /dev/rsmt0 : I/O error
1256 @end example
1257
1258 @noindent
1259 To avoid confusion, we recommend that you always specify an archive file
1260 name by using @value{op-file} when writing your @command{tar} commands.
1261 For more information on using the @value{op-file} option, see
1262 @ref{file}.
1263
1264 @node verbose tutorial
1265 @unnumberedsubsec The @samp{--verbose} Option
1266
1267 @table @kbd
1268 @item --verbose
1269 @itemx -v
1270 Show the files being worked on as @command{tar} is running.
1271 @end table
1272
1273 @value{op-verbose} shows details about the results of running
1274 @command{tar}. This can be especially useful when the results might not be
1275 obvious. For example, if you want to see the progress of @command{tar} as
1276 it writes files into the archive, you can use the @samp{--verbose}
1277 option. In the beginning, you may find it useful to use
1278 @samp{--verbose} at all times; when you are more accustomed to
1279 @command{tar}, you will likely want to use it at certain times but not at
1280 others. We will use @samp{--verbose} at times to help make something
1281 clear, and we will give many examples both using and not using
1282 @samp{--verbose} to show the differences.
1283
1284 Sometimes, a single instance of @samp{--verbose} on the command line
1285 will show a full, @samp{ls} style listing of an archive or files,
1286 giving sizes, owners, and similar information. Other times,
1287 @samp{--verbose} will only show files or members that the particular
1288 operation is operating on at the time. In the latter case, you can
1289 use @samp{--verbose} twice in a command to get a listing such as that
1290 in the former case. For example, instead of saying
1291
1292 @example
1293 @kbd{tar -cvf afiles.tar apple angst aspic}
1294 @end example
1295
1296 @noindent
1297 above, you might say
1298
1299 @example
1300 @kbd{tar -cvvf afiles.tar apple angst aspic}
1301 @end example
1302
1303 @noindent
1304 This works equally well using short or long forms of options. Using
1305 long forms, you would simply write out the mnemonic form of the option
1306 twice, like this:
1307
1308 @example
1309 $ @kbd{tar --create --verbose --verbose @dots{}}
1310 @end example
1311
1312 @noindent
1313 Note that you must double the hyphens properly each time.
1314
1315 Later in the tutorial, we will give examples using @w{@samp{--verbose
1316 --verbose}}.
1317
1318 @node help tutorial
1319 @unnumberedsubsec Getting Help: Using the @code{--help} Option
1320
1321 @table @kbd
1322 @item --help
1323
1324 The @samp{--help} option to @command{tar} prints out a very brief list of
1325 all operations and option available for the current version of
1326 @command{tar} available on your system.
1327 @end table
1328
1329 @node create
1330 @section How to Create Archives
1331 @UNREVISED
1332
1333 One of the basic operations of @command{tar} is @value{op-create}, which
1334 you use to create a @command{tar} archive. We will explain
1335 @samp{--create} first because, in order to learn about the other
1336 operations, you will find it useful to have an archive available to
1337 practice on.
1338
1339 To make this easier, in this section you will first create a directory
1340 containing three files. Then, we will show you how to create an
1341 @emph{archive} (inside the new directory). Both the directory, and
1342 the archive are specifically for you to practice on. The rest of this
1343 chapter and the next chapter will show many examples using this
1344 directory and the files you will create: some of those files may be
1345 other directories and other archives.
1346
1347 The three files you will archive in this example are called
1348 @file{blues}, @file{folk}, and @file{jazz}. The archive is called
1349 @file{collection.tar}.
1350
1351 This section will proceed slowly, detailing how to use @samp{--create}
1352 in @code{verbose} mode, and showing examples using both short and long
1353 forms. In the rest of the tutorial, and in the examples in the next
1354 chapter, we will proceed at a slightly quicker pace. This section
1355 moves more slowly to allow beginning users to understand how
1356 @command{tar} works.
1357
1358 @menu
1359 * prepare for examples::
1360 * Creating the archive::
1361 * create verbose::
1362 * short create::
1363 * create dir::
1364 @end menu
1365
1366 @node prepare for examples
1367 @subsection Preparing a Practice Directory for Examples
1368
1369 To follow along with this and future examples, create a new directory
1370 called @file{practice} containing files called @file{blues}, @file{folk}
1371 and @file{jazz}. The files can contain any information you like:
1372 ideally, they should contain information which relates to their names,
1373 and be of different lengths. Our examples assume that @file{practice}
1374 is a subdirectory of your home directory.
1375
1376 Now @command{cd} to the directory named @file{practice}; @file{practice}
1377 is now your @dfn{working directory}. (@emph{Please note}: Although
1378 the full path name of this directory is
1379 @file{/@var{homedir}/practice}, in our examples we will refer to
1380 this directory as @file{practice}; the @var{homedir} is presumed.
1381
1382 In general, you should check that the files to be archived exist where
1383 you think they do (in the working directory) by running @command{ls}.
1384 Because you just created the directory and the files and have changed to
1385 that directory, you probably don't need to do that this time.
1386
1387 It is very important to make sure there isn't already a file in the
1388 working directory with the archive name you intend to use (in this case,
1389 @samp{collection.tar}), or that you don't care about its contents.
1390 Whenever you use @samp{create}, @command{tar} will erase the current
1391 contents of the file named by @value{op-file} if it exists. @command{tar}
1392 will not tell you if you are about to overwrite an archive unless you
1393 specify an option which does this. @FIXME{xref to the node for
1394 --backup!}To add files to an existing archive, you need to use a
1395 different option, such as @value{op-append}; see @ref{append} for
1396 information on how to do this.
1397
1398 @node Creating the archive
1399 @subsection Creating the Archive
1400
1401 To place the files @file{blues}, @file{folk}, and @file{jazz} into an
1402 archive named @file{collection.tar}, use the following command:
1403
1404 @example
1405 $ @kbd{tar --create --file=collection.tar blues folk jazz}
1406 @end example
1407
1408 The order of the arguments is not very important, @emph{when using long
1409 option forms}. You could also say:
1410
1411 @example
1412 $ @kbd{tar blues --create folk --file=collection.tar jazz}
1413 @end example
1414
1415 @noindent
1416 However, you can see that this order is harder to understand; this is
1417 why we will list the arguments in the order that makes the commands
1418 easiest to understand (and we encourage you to do the same when you use
1419 @command{tar}, to avoid errors).
1420
1421 Note that the part of the command which says,
1422 @w{@kbd{--file=collection.tar}} is considered to be @emph{one} argument.
1423 If you substituted any other string of characters for
1424 @kbd{collection.tar}, then that string would become the name of the
1425 archive file you create.
1426
1427 The order of the options becomes more important when you begin to use
1428 short forms. With short forms, if you type commands in the wrong order
1429 (even if you type them correctly in all other ways), you may end up with
1430 results you don't expect. For this reason, it is a good idea to get
1431 into the habit of typing options in the order that makes inherent sense.
1432 @xref{short create}, for more information on this.
1433
1434 In this example, you type the command as shown above: @samp{--create}
1435 is the operation which creates the new archive
1436 (@file{collection.tar}), and @samp{--file} is the option which lets
1437 you give it the name you chose. The files, @file{blues}, @file{folk},
1438 and @file{jazz}, are now members of the archive, @file{collection.tar}
1439 (they are @dfn{file name arguments} to the @samp{--create} operation).
1440 @FIXME{xref here to the discussion of file name args?}Now that they are
1441 in the archive, they are called @emph{archive members}, not files.
1442 @FIXME{xref to definitions?}
1443
1444 When you create an archive, you @emph{must} specify which files you want
1445 placed in the archive. If you do not specify any archive members, @sc{gnu}
1446 @command{tar} will complain.
1447
1448 If you now list the contents of the working directory (@kbd{ls}), you will
1449 find the archive file listed as well as the files you saw previously:
1450
1451 @example
1452 blues folk jazz collection.tar
1453 @end example
1454
1455 @noindent
1456 Creating the archive @samp{collection.tar} did not destroy the copies of
1457 the files in the directory.
1458
1459 Keep in mind that if you don't indicate an operation, @command{tar} will not
1460 run and will prompt you for one. If you don't name any files, @command{tar}
1461 will complain. You must have write access to the working directory,
1462 or else you will not be able to create an archive in that directory.
1463
1464 @emph{Caution}: Do not attempt to use @value{op-create} to add files to
1465 an existing archive; it will delete the archive and write a new one.
1466 Use @value{op-append} instead. @xref{append}.
1467
1468 @node create verbose
1469 @subsection Running @samp{--create} with @samp{--verbose}
1470
1471 If you include the @value{op-verbose} option on the command line,
1472 @command{tar} will list the files it is acting on as it is working. In
1473 verbose mode, the @code{create} example above would appear as:
1474
1475 @example
1476 $ @kbd{tar --create --verbose --file=collection.tar blues folk jazz}
1477 blues
1478 folk
1479 jazz
1480 @end example
1481
1482 This example is just like the example we showed which did not use
1483 @samp{--verbose}, except that @command{tar} generated the remaining lines
1484 @iftex
1485 (note the different font styles).
1486 @end iftex
1487 @ifinfo
1488 .
1489 @end ifinfo
1490
1491 In the rest of the examples in this chapter, we will frequently use
1492 @code{verbose} mode so we can show actions or @command{tar} responses that
1493 you would otherwise not see, and which are important for you to
1494 understand.
1495
1496 @node short create
1497 @subsection Short Forms with @samp{create}
1498
1499 As we said before, the @value{op-create} operation is one of the most
1500 basic uses of @command{tar}, and you will use it countless times.
1501 Eventually, you will probably want to use abbreviated (or ``short'')
1502 forms of options. A full discussion of the three different forms that
1503 options can take appears in @ref{Styles}; for now, here is what the
1504 previous example (including the @value{op-verbose} option) looks like
1505 using short option forms:
1506
1507 @example
1508 $ @kbd{tar -cvf collection.tar blues folk jazz}
1509 blues
1510 folk
1511 jazz
1512 @end example
1513
1514 @noindent
1515 As you can see, the system responds the same no matter whether you use
1516 long or short option forms.
1517
1518 @FIXME{i don't like how this is worded:} One difference between using
1519 short and long option forms is that, although the exact placement of
1520 arguments following options is no more specific when using short forms,
1521 it is easier to become confused and make a mistake when using short
1522 forms. For example, suppose you attempted the above example in the
1523 following way:
1524
1525 @example
1526 $ @kbd{tar -cfv collection.tar blues folk jazz}
1527 @end example
1528
1529 @noindent
1530 In this case, @command{tar} will make an archive file called @file{v},
1531 containing the files @file{blues}, @file{folk}, and @file{jazz}, because
1532 the @samp{v} is the closest ``file name'' to the @samp{-f} option, and
1533 is thus taken to be the chosen archive file name. @command{tar} will try
1534 to add a file called @file{collection.tar} to the @file{v} archive file;
1535 if the file @file{collection.tar} did not already exist, @command{tar} will
1536 report an error indicating that this file does not exist. If the file
1537 @file{collection.tar} does already exist (e.g., from a previous command
1538 you may have run), then @command{tar} will add this file to the archive.
1539 Because the @samp{-v} option did not get registered, @command{tar} will not
1540 run under @samp{verbose} mode, and will not report its progress.
1541
1542 The end result is that you may be quite confused about what happened,
1543 and possibly overwrite a file. To illustrate this further, we will show
1544 you how an example we showed previously would look using short forms.
1545
1546 This example,
1547
1548 @example
1549 $ @kbd{tar blues --create folk --file=collection.tar jazz}
1550 @end example
1551
1552 @noindent
1553 is confusing as it is. When shown using short forms, however, it
1554 becomes much more so:
1555
1556 @example
1557 $ @kbd{tar blues -c folk -f collection.tar jazz}
1558 @end example
1559
1560 @noindent
1561 It would be very easy to put the wrong string of characters
1562 immediately following the @samp{-f}, but doing that could sacrifice
1563 valuable data.
1564
1565 For this reason, we recommend that you pay very careful attention to
1566 the order of options and placement of file and archive names,
1567 especially when using short option forms. Not having the option name
1568 written out mnemonically can affect how well you remember which option
1569 does what, and therefore where different names have to be placed.
1570 (Placing options in an unusual order can also cause @command{tar} to
1571 report an error if you have set the shell environment variable
1572 @env{POSIXLY_CORRECT}; @pxref{posix compliance} for more information
1573 on this.)
1574
1575 @node create dir
1576 @subsection Archiving Directories
1577
1578 @cindex Archiving Directories
1579 @cindex Directories, Archiving
1580 You can archive a directory by specifying its directory name as a
1581 file name argument to @command{tar}. The files in the directory will be
1582 archived relative to the working directory, and the directory will be
1583 re-created along with its contents when the archive is extracted.
1584
1585 To archive a directory, first move to its superior directory. If you
1586 have followed the previous instructions in this tutorial, you should
1587 type:
1588
1589 @example
1590 $ @kbd{cd ..}
1591 $
1592 @end example
1593
1594 @noindent
1595 This will put you into the directory which contains @file{practice},
1596 i.e. your home directory. Once in the superior directory, you can
1597 specify the subdirectory, @file{practice}, as a file name argument. To
1598 store @file{practice} in the new archive file @file{music.tar}, type:
1599
1600 @example
1601 $ @kbd{tar --create --verbose --file=music.tar practice}
1602 @end example
1603
1604 @noindent
1605 @command{tar} should output:
1606
1607 @example
1608 practice/
1609 practice/blues
1610 practice/folk
1611 practice/jazz
1612 practice/collection.tar
1613 @end example
1614
1615 Note that the archive thus created is not in the subdirectory
1616 @file{practice}, but rather in the current working directory---the
1617 directory from which @command{tar} was invoked. Before trying to archive a
1618 directory from its superior directory, you should make sure you have
1619 write access to the superior directory itself, not only the directory
1620 you are trying archive with @command{tar}. For example, you will probably
1621 not be able to store your home directory in an archive by invoking
1622 @command{tar} from the root directory; @value{xref-absolute-names}. (Note
1623 also that @file{collection.tar}, the original archive file, has itself
1624 been archived. @command{tar} will accept any file as a file to be
1625 archived, regardless of its content. When @file{music.tar} is
1626 extracted, the archive file @file{collection.tar} will be re-written
1627 into the file system).
1628
1629 If you give @command{tar} a command such as
1630
1631 @example
1632 $ @kbd{tar --create --file=foo.tar .}
1633 @end example
1634
1635 @noindent
1636 @command{tar} will report @samp{tar: ./foo.tar is the archive; not dumped}.
1637 This happens because @command{tar} creates the archive @file{foo.tar} in
1638 the current directory before putting any files into it. Then, when
1639 @command{tar} attempts to add all the files in the directory @file{.} to
1640 the archive, it notices that the file @file{./foo.tar} is the same as the
1641 archive @file{foo.tar}, and skips it. (It makes no sense to put an archive
1642 into itself.) @sc{gnu} @command{tar} will continue in this case, and create the
1643 archive normally, except for the exclusion of that one file.
1644 (@emph{Please note:} Other versions of @command{tar} are not so clever;
1645 they will enter an infinite loop when this happens, so you should not
1646 depend on this behavior unless you are certain you are running @sc{gnu}
1647 @command{tar}.) @FIXME{bob doesn't like this sentence, since he does it
1648 all the time, and we've been doing it in the editing passes for this
1649 manual: In general, make sure that the archive is not inside a
1650 directory being dumped.}
1651
1652 @node list
1653 @section How to List Archives
1654
1655 Frequently, you will find yourself wanting to determine exactly what a
1656 particular archive contains. You can use the @value{op-list} operation
1657 to get the member names as they currently appear in the archive, as well
1658 as various attributes of the files at the time they were archived. For
1659 example, you can examine the archive @file{collection.tar} that you
1660 created in the last section with the command,
1661
1662 @example
1663 $ @kbd{tar --list --file=collection.tar}
1664 @end example
1665
1666 @noindent
1667 The output of @command{tar} would then be:
1668
1669 @example
1670 blues
1671 folk
1672 jazz
1673 @end example
1674
1675 @FIXME{we hope this will change. if it doesn't, need to show the
1676 creation of bfiles somewhere above!!! : }
1677
1678 @noindent
1679 The archive @file{bfiles.tar} would list as follows:
1680
1681 @example
1682 ./birds
1683 baboon
1684 ./box
1685 @end example
1686
1687 @noindent
1688 Be sure to use a @value{op-file} option just as with @value{op-create}
1689 to specify the name of the archive.
1690
1691 If you use the @value{op-verbose} option with @samp{--list}, then
1692 @command{tar} will print out a listing reminiscent of @w{@samp{ls -l}},
1693 showing owner, file size, and so forth.
1694
1695 If you had used @value{op-verbose} mode, the example above would look
1696 like:
1697
1698 @example
1699 $ @kbd{tar --list --verbose --file=collection.tar folk}
1700 -rw-rw-rw- myself user 62 1990-05-23 10:55 folk
1701 @end example
1702
1703 @cindex File name arguments, using @code{--list} with
1704 @cindex @code{--list} with file name arguments
1705 You can specify one or more individual member names as arguments when
1706 using @samp{list}. In this case, @command{tar} will only list the
1707 names of members you identify. For example, @w{@kbd{tar --list
1708 --file=afiles.tar apple}} would only print @file{apple}.
1709
1710 @FIXME{we hope the relevant aspects of this will change:}Because
1711 @command{tar} preserves paths, file names must be specified as they appear
1712 in the archive (ie., relative to the directory from which the archive
1713 was created). Therefore, it is essential when specifying member names
1714 to @command{tar} that you give the exact member names. For example,
1715 @w{@kbd{tar --list --file=bfiles birds}} would produce an error message
1716 something like @samp{tar: birds: Not found in archive}, because there is
1717 no member named @file{birds}, only one named @file{./birds}. While the
1718 names @file{birds} and @file{./birds} name the same file, @emph{member}
1719 names are compared using a simplistic name comparison, in which an exact
1720 match is necessary. @xref{absolute}.
1721
1722 However, @w{@kbd{tar --list --file=collection.tar folk}} would respond
1723 with @file{folk}, because @file{folk} is in the archive file
1724 @file{collection.tar}. If you are not sure of the exact file name, try
1725 listing all the files in the archive and searching for the one you
1726 expect to find; remember that if you use @samp{--list} with no file
1727 names as arguments, @command{tar} will print the names of all the members
1728 stored in the specified archive.
1729
1730 @menu
1731 * list dir::
1732 @end menu
1733
1734 @node list dir
1735 @unnumberedsubsec Listing the Contents of a Stored Directory
1736 @UNREVISED
1737
1738 @FIXME{i changed the order of these nodes around and haven't had a
1739 chance to play around with this node's example, yet. i have to play
1740 with it and see what it actually does for my own satisfaction, even if
1741 what it says *is* correct..}
1742
1743 To get information about the contents of an archived directory,
1744 use the directory name as a file name argument in conjunction with
1745 @value{op-list}. To find out file attributes, include the
1746 @value{op-verbose} option.
1747
1748 For example, to find out about files in the directory @file{practice}, in
1749 the archive file @file{music.tar}, type:
1750
1751 @example
1752 $ @kbd{tar --list --verbose --file=music.tar practice}
1753 @end example
1754
1755 @command{tar} responds:
1756
1757 @example
1758 drwxrwxrwx myself user 0 1990-05-31 21:49 practice/
1759 -rw-rw-rw- myself user 42 1990-05-21 13:29 practice/blues
1760 -rw-rw-rw- myself user 62 1990-05-23 10:55 practice/folk
1761 -rw-rw-rw- myself user 40 1990-05-21 13:30 practice/jazz
1762 -rw-rw-rw- myself user 10240 1990-05-31 21:49 practice/collection.tar
1763 @end example
1764
1765 When you use a directory name as a file name argument, @command{tar} acts on
1766 all the files (including sub-directories) in that directory.
1767
1768 @node extract
1769 @section How to Extract Members from an Archive
1770 @UNREVISED
1771 @cindex Extraction
1772 @cindex Retrieving files from an archive
1773 @cindex Resurrecting files from an archive
1774
1775 Creating an archive is only half the job---there is no point in storing
1776 files in an archive if you can't retrieve them. The act of retrieving
1777 members from an archive so they can be used and manipulated as
1778 unarchived files again is called @dfn{extraction}. To extract files
1779 from an archive, use the @value{op-extract} operation. As with
1780 @value{op-create}, specify the name of the archive with @value{op-file}.
1781 Extracting an archive does not modify the archive in any way; you can
1782 extract it multiple times if you want or need to.
1783
1784 Using @samp{--extract}, you can extract an entire archive, or specific
1785 files. The files can be directories containing other files, or not. As
1786 with @value{op-create} and @value{op-list}, you may use the short or the
1787 long form of the operation without affecting the performance.
1788
1789 @menu
1790 * extracting archives::
1791 * extracting files::
1792 * extract dir::
1793 * failing commands::
1794 @end menu
1795
1796 @node extracting archives
1797 @subsection Extracting an Entire Archive
1798
1799 To extract an entire archive, specify the archive file name only, with
1800 no individual file names as arguments. For example,
1801
1802 @example
1803 $ @kbd{tar -xvf collection.tar}
1804 @end example
1805
1806 @noindent
1807 produces this:
1808
1809 @example
1810 -rw-rw-rw- me user 28 1996-10-18 16:31 jazz
1811 -rw-rw-rw- me user 21 1996-09-23 16:44 blues
1812 -rw-rw-rw- me user 20 1996-09-23 16:44 folk
1813 @end example
1814
1815 @node extracting files
1816 @subsection Extracting Specific Files
1817
1818 To extract specific archive members, give their exact member names as
1819 arguments, as printed by @value{op-list}. If you had mistakenly deleted
1820 one of the files you had placed in the archive @file{collection.tar}
1821 earlier (say, @file{blues}), you can extract it from the archive without
1822 changing the archive's structure. It will be identical to the original
1823 file @file{blues} that you deleted. @FIXME{check this; will the times,
1824 permissions, owner, etc be the same, also?}
1825
1826 First, make sure you are in the @file{practice} directory, and list the
1827 files in the directory. Now, delete the file, @samp{blues}, and list
1828 the files in the directory again.
1829
1830 You can now extract the member @file{blues} from the archive file
1831 @file{collection.tar} like this:
1832
1833 @example
1834 $ @kbd{tar --extract --file=collection.tar blues}
1835 @end example
1836
1837 @noindent
1838 If you list the files in the directory again, you will see that the file
1839 @file{blues} has been restored, with its original permissions, creation
1840 times, and owner.@FIXME{This is only accidentally true, but not in
1841 general. In most cases, one has to be root for restoring the owner, and
1842 use a special option for restoring permissions. Here, it just happens
1843 that the restoring user is also the owner of the archived members, and
1844 that the current @code{umask} is compatible with original permissions.}
1845 (These parameters will be identical to those which
1846 the file had when you originally placed it in the archive; any changes
1847 you may have made before deleting the file from the file system,
1848 however, will @emph{not} have been made to the archive member.) The
1849 archive file, @samp{collection.tar}, is the same as it was before you
1850 extracted @samp{blues}. You can confirm this by running @command{tar} with
1851 @value{op-list}.
1852
1853 @FIXME{we hope this will change:}Remember that as with other operations,
1854 specifying the exact member name is important. @w{@kbd{tar --extract
1855 --file=bfiles.tar birds}} will fail, because there is no member named
1856 @file{birds}. To extract the member named @file{./birds}, you must
1857 specify @w{@kbd{tar --extract --file=bfiles.tar ./birds}}. To find the
1858 exact member names of the members of an archive, use @value{op-list}
1859 (@pxref{list}).
1860
1861 If you give the @value{op-verbose} option, then @value{op-extract} will
1862 print the names of the archive members as it extracts them.
1863
1864 @node extract dir
1865 @subsection Extracting Files that are Directories
1866
1867 Extracting directories which are members of an archive is similar to
1868 extracting other files. The main difference to be aware of is that if
1869 the extracted directory has the same name as any directory already in
1870 the working directory, then files in the extracted directory will be
1871 placed into the directory of the same name. Likewise, if there are
1872 files in the pre-existing directory with the same names as the members
1873 which you extract, the files from the extracted archive will replace
1874 the files already in the working directory (and possible
1875 subdirectories). This will happen regardless of whether or not the
1876 files in the working directory were more recent than those extracted.
1877
1878 However, if a file was stored with a directory name as part of its file
1879 name, and that directory does not exist under the working directory when
1880 the file is extracted, @command{tar} will create the directory.
1881
1882 We can demonstrate how to use @samp{--extract} to extract a directory
1883 file with an example. Change to the @file{practice} directory if you
1884 weren't there, and remove the files @file{folk} and @file{jazz}. Then,
1885 go back to the parent directory and extract the archive
1886 @file{music.tar}. You may either extract the entire archive, or you may
1887 extract only the files you just deleted. To extract the entire archive,
1888 don't give any file names as arguments after the archive name
1889 @file{music.tar}. To extract only the files you deleted, use the
1890 following command:
1891
1892 @example
1893 $ @kbd{tar -xvf music.tar practice/folk practice/jazz}
1894 @end example
1895
1896 @FIXME{need to show tar's response; used verbose above. also, here's a
1897 good place to demonstrate the -v -v thing. have to write that up
1898 (should be trivial, but i'm too tired!).}
1899
1900 @noindent
1901 Because you created the directory with @file{practice} as part of the
1902 file names of each of the files by archiving the @file{practice}
1903 directory as @file{practice}, you must give @file{practice} as part
1904 of the file names when you extract those files from the archive.
1905
1906 @FIXME{IMPORTANT! show the final structure, here. figure out what it
1907 will be.}
1908
1909 @node failing commands
1910 @subsection Commands That Will Fail
1911
1912 Here are some sample commands you might try which will not work, and why
1913 they won't work.
1914
1915 If you try to use this command,
1916
1917 @example
1918 $ @kbd{tar -xvf music.tar folk jazz}
1919 @end example
1920
1921 @noindent
1922 you will get the following response:
1923
1924 @example
1925 tar: folk: Not found in archive
1926 tar: jazz: Not found in archive
1927 $
1928 @end example
1929
1930 @noindent
1931 This is because these files were not originally @emph{in} the parent
1932 directory @file{..}, where the archive is located; they were in the
1933 @file{practice} directory, and their file names reflect this:
1934
1935 @example
1936 $ @kbd{tar -tvf music.tar}
1937 practice/folk
1938 practice/jazz
1939 practice/rock
1940 @end example
1941
1942 @FIXME{make sure the above works when going through the examples in
1943 order...}
1944
1945 @noindent
1946 Likewise, if you try to use this command,
1947
1948 @example
1949 $ @kbd{tar -tvf music.tar folk jazz}
1950 @end example
1951
1952 @noindent
1953 you would get a similar response. Members with those names are not in the
1954 archive. You must use the correct member names in order to extract the
1955 files from the archive.
1956
1957 If you have forgotten the correct names of the files in the archive,
1958 use @w{@kbd{tar --list --verbose}} to list them correctly.
1959
1960 @FIXME{more examples, here? hag thinks it's a good idea.}
1961
1962 @node going further
1963 @section Going Further Ahead in this Manual
1964
1965 @FIXME{need to write up a node here about the things that are going to
1966 be in the rest of the manual.}
1967
1968 @node tar invocation
1969 @chapter Invoking @sc{gnu} @command{tar}
1970 @UNREVISED
1971
1972 This chapter is about how one invokes the @sc{gnu} @command{tar} command, from
1973 the command synopsis (@pxref{Synopsis}). There are numerous options,
1974 and many styles for writing them. One mandatory option specifies
1975 the operation @command{tar} should perform (@pxref{Operation Summary}),
1976 other options are meant to detail how this operation should be performed
1977 (@pxref{Option Summary}). Non-option arguments are not always interpreted
1978 the same way, depending on what the operation is.
1979
1980 You will find in this chapter everything about option styles and rules for
1981 writing them (@pxref{Styles}). On the other hand, operations and options
1982 are fully described elsewhere, in other chapters. Here, you will find
1983 only synthetic descriptions for operations and options, together with
1984 pointers to other parts of the @command{tar} manual.
1985
1986 Some options are so special they are fully described right in this
1987 chapter. They have the effect of inhibiting the normal operation of
1988 @command{tar} or else, they globally alter the amount of feedback the user
1989 receives about what is going on. These are the @value{op-help} and
1990 @value{op-version} (@pxref{help}), @value{op-verbose} (@pxref{verbose})
1991 and @value{op-interactive} options (@pxref{interactive}).
1992
1993 @menu
1994 * Synopsis::
1995 * using tar options::
1996 * Styles::
1997 * All Options::
1998 * help::
1999 * verbose::
2000 * interactive::
2001 @end menu
2002
2003 @node Synopsis
2004 @section General Synopsis of @command{tar}
2005
2006 The @sc{gnu} @command{tar} program is invoked as either one of:
2007
2008 @example
2009 @kbd{tar @var{option}@dots{} [@var{name}]@dots{}}
2010 @kbd{tar @var{letter}@dots{} [@var{argument}]@dots{} [@var{option}]@dots{} [@var{name}]@dots{}}
2011 @end example
2012
2013 The second form is for when old options are being used.
2014
2015 You can use @command{tar} to store files in an archive, to extract them from
2016 an archive, and to do other types of archive manipulation. The primary
2017 argument to @command{tar}, which is called the @dfn{operation}, specifies
2018 which action to take. The other arguments to @command{tar} are either
2019 @dfn{options}, which change the way @command{tar} performs an operation,
2020 or file names or archive members, which specify the files or members
2021 @command{tar} is to act on.
2022
2023 You can actually type in arguments in any order, even if in this manual
2024 the options always precede the other arguments, to make examples easier
2025 to understand. Further, the option stating the main operation mode
2026 (the @command{tar} main command) is usually given first.
2027
2028 Each @var{name} in the synopsis above is interpreted as an archive member
2029 name when the main command is one of @value{op-compare}, @value{op-delete},
2030 @value{op-extract}, @value{op-list} or @value{op-update}. When naming
2031 archive members, you must give the exact name of the member in the
2032 archive, as it is printed by @value{op-list}. For @value{op-append}
2033 and @value{op-create}, these @var{name} arguments specify the names
2034 of either files or directory hierarchies to place in the archive.
2035 These files or hierarchies should already exist in the file system,
2036 prior to the execution of the @command{tar} command.
2037
2038 @command{tar} interprets relative file names as being relative to the
2039 working directory. @command{tar} will make all file names relative
2040 (by removing leading slashes when archiving or restoring files),
2041 unless you specify otherwise (using the @value{op-absolute-names}
2042 option). @value{xref-absolute-names}, for more information about
2043 @value{op-absolute-names}.
2044
2045 If you give the name of a directory as either a file name or a member
2046 name, then @command{tar} acts recursively on all the files and directories
2047 beneath that directory. For example, the name @file{/} identifies all
2048 the files in the filesystem to @command{tar}.
2049
2050 The distinction between file names and archive member names is especially
2051 important when shell globbing is used, and sometimes a source of confusion
2052 for newcomers. @xref{Wildcards}, for more information about globbing.
2053 The problem is that shells may only glob using existing files in the
2054 file system. Only @command{tar} itself may glob on archive members, so when
2055 needed, you must ensure that wildcard characters reach @command{tar} without
2056 being interpreted by the shell first. Using a backslash before @samp{*}
2057 or @samp{?}, or putting the whole argument between quotes, is usually
2058 sufficient for this.
2059
2060 Even if @var{name}s are often specified on the command line, they
2061 can also be read from a text file in the file system, using the
2062 @value{op-files-from} option.
2063
2064 If you don't use any file name arguments, @value{op-append},
2065 @value{op-delete} and @value{op-concatenate} will do nothing, while
2066 @value{op-create} will usually yield a diagnostic and inhibit @command{tar}
2067 execution. The other operations of @command{tar} (@value{op-list},
2068 @value{op-extract}, @value{op-compare}, and @value{op-update}) will act
2069 on the entire contents of the archive.
2070
2071 @cindex exit status
2072 @cindex return status
2073 Besides successful exits, @sc{gnu} @command{tar} may fail for many reasons.
2074 Some reasons correspond to bad usage, that is, when the @command{tar}
2075 command is improperly written.
2076 Errors may be encountered later, while encountering an error
2077 processing the archive or the files. Some errors are recoverable,
2078 in which case the failure is delayed until @command{tar} has completed
2079 all its work. Some errors are such that it would not meaningful,
2080 or at least risky, to continue processing: @command{tar} then aborts
2081 processing immediately. All abnormal exits, whether immediate or
2082 delayed, should always be clearly diagnosed on @code{stderr}, after
2083 a line stating the nature of the error.
2084
2085 @sc{gnu} @command{tar} returns only a few exit statuses. I'm really
2086 aiming simplicity in that area, for now. If you are not using the
2087 @value{op-compare} option, zero means that everything went well, besides
2088 maybe innocuous warnings. Nonzero means that something went wrong.
2089 Right now, as of today, ``nonzero'' is almost always 2, except for
2090 remote operations, where it may be 128.
2091
2092 @node using tar options
2093 @section Using @command{tar} Options
2094
2095 @sc{gnu} @command{tar} has a total of eight operating modes which allow you to
2096 perform a variety of tasks. You are required to choose one operating
2097 mode each time you employ the @command{tar} program by specifying one, and
2098 only one operation as an argument to the @command{tar} command (two lists
2099 of four operations each may be found at @ref{frequent operations} and
2100 @ref{Operations}). Depending on circumstances, you may also wish to
2101 customize how the chosen operating mode behaves. For example, you may
2102 wish to change the way the output looks, or the format of the files that
2103 you wish to archive may require you to do something special in order to
2104 make the archive look right.
2105
2106 You can customize and control @command{tar}'s performance by running
2107 @command{tar} with one or more options (such as @value{op-verbose}, which
2108 we used in the tutorial). As we said in the tutorial, @dfn{options} are
2109 arguments to @command{tar} which are (as their name suggests) optional.
2110 Depending on the operating mode, you may specify one or more options.
2111 Different options will have different effects, but in general they all
2112 change details of the operation, such as archive format, archive name,
2113 or level of user interaction. Some options make sense with all
2114 operating modes, while others are meaningful only with particular modes.
2115 You will likely use some options frequently, while you will only use
2116 others infrequently, or not at all. (A full list of options is
2117 available in @pxref{All Options}.)
2118
2119 The @env{TAR_OPTIONS} environment variable specifies default options to
2120 be placed in front of any explicit options. For example, if
2121 @code{TAR_OPTIONS} is @samp{-v --unlink-first}, @command{tar} behaves as
2122 if the two options @option{-v} and @option{--unlink-first} had been
2123 specified before any explicit options. Option specifications are
2124 separated by whitespace. A backslash escapes the next character, so it
2125 can be used to specify an option containing whitespace or a backslash.
2126
2127 Note that @command{tar} options are case sensitive. For example, the
2128 options @samp{-T} and @samp{-t} are different; the first requires an
2129 argument for stating the name of a file providing a list of @var{name}s,
2130 while the second does not require an argument and is another way to
2131 write @value{op-list}.
2132
2133 In addition to the eight operations, there are many options to
2134 @command{tar}, and three different styles for writing both: long (mnemonic)
2135 form, short form, and old style. These styles are discussed below.
2136 Both the options and the operations can be written in any of these three
2137 styles.
2138
2139 @FIXME{menu at end of this node. need to think of an actual outline
2140 for this chapter; probably do that after stuff from chap. 4 is
2141 incorporated.}
2142
2143 @node Styles
2144 @section The Three Option Styles
2145
2146 There are three styles for writing operations and options to the command
2147 line invoking @command{tar}. The different styles were developed at
2148 different times during the history of @command{tar}. These styles will be
2149 presented below, from the most recent to the oldest.
2150
2151 Some options must take an argument. (For example, @value{op-file} takes
2152 the name of an archive file as an argument. If you do not supply an
2153 archive file name, @command{tar} will use a default, but this can be
2154 confusing; thus, we recommend that you always supply a specific archive
2155 file name.) Where you @emph{place} the arguments generally depends on
2156 which style of options you choose. We will detail specific information
2157 relevant to each option style in the sections on the different option
2158 styles, below. The differences are subtle, yet can often be very
2159 important; incorrect option placement can cause you to overwrite a
2160 number of important files. We urge you to note these differences, and
2161 only use the option style(s) which makes the most sense to you until you
2162 feel comfortable with the others.
2163
2164 @FIXME{hag to write a brief paragraph on the option(s) which can
2165 optionally take an argument}
2166
2167 @menu
2168 * Mnemonic Options:: Mnemonic Option Style
2169 * Short Options:: Short Option Style
2170 * Old Options:: Old Option Style
2171 * Mixing:: Mixing Option Styles
2172 @end menu
2173
2174 @node Mnemonic Options
2175 @subsection Mnemonic Option Style
2176
2177 @FIXME{have to decide whether or ot to replace other occurrences of
2178 "mnemonic" with "long", or *ugh* vice versa.}
2179
2180 Each option has at least one long (or mnemonic) name starting with two
2181 dashes in a row, e.g.@: @samp{--list}. The long names are more clear than
2182 their corresponding short or old names. It sometimes happens that a
2183 single mnemonic option has many different different names which are
2184 synonymous, such as @samp{--compare} and @samp{--diff}. In addition,
2185 long option names can be given unique abbreviations. For example,
2186 @samp{--cre} can be used in place of @samp{--create} because there is no
2187 other mnemonic option which begins with @samp{cre}. (One way to find
2188 this out is by trying it and seeing what happens; if a particular
2189 abbreviation could represent more than one option, @command{tar} will tell
2190 you that that abbreviation is ambiguous and you'll know that that
2191 abbreviation won't work. You may also choose to run @samp{tar --help}
2192 to see a list of options. Be aware that if you run @command{tar} with a
2193 unique abbreviation for the long name of an option you didn't want to
2194 use, you are stuck; @command{tar} will perform the command as ordered.)
2195
2196 Mnemonic options are meant to be obvious and easy to remember, and their
2197 meanings are generally easier to discern than those of their
2198 corresponding short options (see below). For example:
2199
2200 @example
2201 $ @kbd{tar --create --verbose --blocking-factor=20 --file=/dev/rmt0}
2202 @end example
2203
2204 @noindent
2205 gives a fairly good set of hints about what the command does, even
2206 for those not fully acquainted with @command{tar}.
2207
2208 Mnemonic options which require arguments take those arguments
2209 immediately following the option name; they are introduced by an equal
2210 sign. For example, the @samp{--file} option (which tells the name
2211 of the @command{tar} archive) is given a file such as @file{archive.tar}
2212 as argument by using the notation @samp{--file=archive.tar} for the
2213 mnemonic option.
2214
2215 @node Short Options
2216 @subsection Short Option Style
2217
2218 Most options also have a short option name. Short options start with
2219 a single dash, and are followed by a single character, e.g.@: @samp{-t}
2220 (which is equivalent to @samp{--list}). The forms are absolutely
2221 identical in function; they are interchangeable.
2222
2223 The short option names are faster to type than long option names.
2224
2225 Short options which require arguments take their arguments immediately
2226 following the option, usually separated by white space. It is also
2227 possible to stick the argument right after the short option name, using
2228 no intervening space. For example, you might write @w{@samp{-f
2229 archive.tar}} or @samp{-farchive.tar} instead of using
2230 @samp{--file=archive.tar}. Both @samp{--file=@var{archive-name}} and
2231 @w{@samp{-f @var{archive-name}}} denote the option which indicates a
2232 specific archive, here named @file{archive.tar}.
2233
2234 Short options' letters may be clumped together, but you are not
2235 required to do this (as compared to old options; see below). When short
2236 options are clumped as a set, use one (single) dash for them all, e.g.@:
2237 @w{@samp{@command{tar} -cvf}}. Only the last option in such a set is allowed
2238 to have an argument@footnote{Clustering many options, the last of which
2239 has an argument, is a rather opaque way to write options. Some wonder if
2240 @sc{gnu} @code{getopt} should not even be made helpful enough for considering
2241 such usages as invalid.}.
2242
2243 When the options are separated, the argument for each option which requires
2244 an argument directly follows that option, as is usual for Unix programs.
2245 For example:
2246
2247 @example
2248 $ @kbd{tar -c -v -b 20 -f /dev/rmt0}
2249 @end example
2250
2251 If you reorder short options' locations, be sure to move any arguments
2252 that belong to them. If you do not move the arguments properly, you may
2253 end up overwriting files.
2254
2255 @node Old Options
2256 @subsection Old Option Style
2257 @UNREVISED
2258
2259 Like short options, old options are single letters. However, old options
2260 must be written together as a single clumped set, without spaces separating
2261 them or dashes preceding them@footnote{Beware that if you precede options
2262 with a dash, you are announcing the short option style instead of the
2263 old option style; short options are decoded differently.}. This set
2264 of letters must be the first to appear on the command line, after the
2265 @command{tar} program name and some white space; old options cannot appear
2266 anywhere else. The letter of an old option is exactly the same letter as
2267 the corresponding short option. For example, the old option @samp{t} is
2268 the same as the short option @samp{-t}, and consequently, the same as the
2269 mnemonic option @samp{--list}. So for example, the command @w{@samp{tar
2270 cv}} specifies the option @samp{-v} in addition to the operation @samp{-c}.
2271
2272 @FIXME{bob suggests having an uglier example. :-) }
2273
2274 When options that need arguments are given together with the command,
2275 all the associated arguments follow, in the same order as the options.
2276 Thus, the example given previously could also be written in the old
2277 style as follows:
2278
2279 @example
2280 $ @kbd{tar cvbf 20 /dev/rmt0}
2281 @end example
2282
2283 @noindent
2284 Here, @samp{20} is the argument of @samp{-b} and @samp{/dev/rmt0} is
2285 the argument of @samp{-f}.
2286
2287 On the other hand, this old style syntax makes it difficult to match
2288 option letters with their corresponding arguments, and is often
2289 confusing. In the command @w{@samp{tar cvbf 20 /dev/rmt0}}, for example,
2290 @samp{20} is the argument for @samp{-b}, @samp{/dev/rmt0} is the
2291 argument for @samp{-f}, and @samp{-v} does not have a corresponding
2292 argument. Even using short options like in @w{@samp{tar -c -v -b 20 -f
2293 /dev/rmt0}} is clearer, putting all arguments next to the option they
2294 pertain to.
2295
2296 If you want to reorder the letters in the old option argument, be
2297 sure to reorder any corresponding argument appropriately.
2298
2299 This old way of writing @command{tar} options can surprise even experienced
2300 users. For example, the two commands:
2301
2302 @example
2303 @kbd{tar cfz archive.tar.gz file}
2304 @kbd{tar -cfz archive.tar.gz file}
2305 @end example
2306
2307 @noindent
2308 are quite different. The first example uses @file{archive.tar.gz} as
2309 the value for option @samp{f} and recognizes the option @samp{z}. The
2310 second example, however, uses @file{z} as the value for option
2311 @samp{f}---probably not what was intended.
2312
2313 Old options are kept for compatibility with old versions of @command{tar}.
2314
2315 This second example could be corrected in many ways, among which the
2316 following are equivalent:
2317
2318 @example
2319 @kbd{tar -czf archive.tar.gz file}
2320 @kbd{tar -cf archive.tar.gz -z file}
2321 @kbd{tar cf archive.tar.gz -z file}
2322 @end example
2323
2324 @FIXME{still could explain this better; it's redundant:}
2325
2326 @cindex option syntax, traditional
2327 As far as we know, all @command{tar} programs, @sc{gnu} and non-@sc{gnu}, support
2328 old options. @sc{gnu} @command{tar} supports them not only for historical
2329 reasons, but also because many people are used to them. For
2330 compatibility with Unix @command{tar}, the first argument is always
2331 treated as containing command and option letters even if it doesn't
2332 start with @samp{-}. Thus, @samp{tar c} is equivalent to @w{@samp{tar
2333 -c}:} both of them specify the @value{op-create} command to create an
2334 archive.
2335
2336 @node Mixing
2337 @subsection Mixing Option Styles
2338
2339 All three styles may be intermixed in a single @command{tar} command, so
2340 long as the rules for each style are fully respected@footnote{Before @sc{gnu}
2341 @command{tar} version 1.11.6, a bug prevented intermixing old style options
2342 with mnemonic options in some cases.}. Old style options and either of the
2343 modern styles of options may be mixed within a single @command{tar} command.
2344 However, old style options must be introduced as the first arguments only,
2345 following the rule for old options (old options must appear directly
2346 after the @command{tar} command and some white space). Modern options may
2347 be given only after all arguments to the old options have been collected.
2348 If this rule is not respected, a modern option might be falsely interpreted
2349 as the value of the argument to one of the old style options.
2350
2351 For example, all the following commands are wholly equivalent, and
2352 illustrate the many combinations and orderings of option styles.
2353
2354 @example
2355 @kbd{tar --create --file=archive.tar}
2356 @kbd{tar --create -f archive.tar}
2357 @kbd{tar --create -farchive.tar}
2358 @kbd{tar --file=archive.tar --create}
2359 @kbd{tar --file=archive.tar -c}
2360 @kbd{tar -c --file=archive.tar}
2361 @kbd{tar -c -f archive.tar}
2362 @kbd{tar -c -farchive.tar}
2363 @kbd{tar -cf archive.tar}
2364 @kbd{tar -cfarchive.tar}
2365 @kbd{tar -f archive.tar --create}
2366 @kbd{tar -f archive.tar -c}
2367 @kbd{tar -farchive.tar --create}
2368 @kbd{tar -farchive.tar -c}
2369 @kbd{tar c --file=archive.tar}
2370 @kbd{tar c -f archive.tar}
2371 @kbd{tar c -farchive.tar}
2372 @kbd{tar cf archive.tar}
2373 @kbd{tar f archive.tar --create}
2374 @kbd{tar f archive.tar -c}
2375 @kbd{tar fc archive.tar}
2376 @end example
2377
2378 On the other hand, the following commands are @emph{not} equivalent to
2379 the previous set:
2380
2381 @example
2382 @kbd{tar -f -c archive.tar}
2383 @kbd{tar -fc archive.tar}
2384 @kbd{tar -fcarchive.tar}
2385 @kbd{tar -farchive.tarc}
2386 @kbd{tar cfarchive.tar}
2387 @end example
2388
2389 @noindent
2390 These last examples mean something completely different from what the
2391 user intended (judging based on the example in the previous set which
2392 uses long options, whose intent is therefore very clear). The first
2393 four specify that the @command{tar} archive would be a file named
2394 @samp{-c}, @samp{c}, @samp{carchive.tar} or @samp{archive.tarc},
2395 respectively. The first two examples also specify a single non-option,
2396 @var{name} argument having the value @samp{archive.tar}. The last
2397 example contains only old style option letters (repeating option
2398 @samp{c} twice), not all of which are meaningful (eg., @samp{.},
2399 @samp{h}, or @samp{i}), with no argument value. @FIXME{not sure i liked
2400 the first sentence of this paragraph..}
2401
2402 @node All Options
2403 @section All @command{tar} Options
2404
2405 The coming manual sections contain an alphabetical listing of all
2406 @command{tar} operations and options, with brief descriptions and cross
2407 references to more in-depth explanations in the body of the manual.
2408 They also contain an alphabetically arranged table of the short option
2409 forms with their corresponding long option. You can use this table as
2410 a reference for deciphering @command{tar} commands in scripts.
2411
2412 @menu
2413 * Operation Summary::
2414 * Option Summary::
2415 * Short Option Summary::
2416 @end menu
2417
2418 @node Operation Summary
2419 @subsection Operations
2420
2421 @table @kbd
2422
2423 @item --append
2424 @itemx -r
2425
2426 Appends files to the end of the archive. @xref{append}.
2427
2428 @item --catenate
2429 @itemx -A
2430
2431 Same as @samp{--concatenate}. @xref{concatenate}.
2432
2433 @item --compare
2434 @itemx -d
2435
2436 Compares archive members with their counterparts in the file
2437 system, and reports differences in file size, mode, owner,
2438 modification date and contents. @xref{compare}.
2439
2440 @item --concatenate
2441 @itemx -A
2442
2443 Appends other @command{tar} archives to the end of the archive.
2444 @xref{concatenate}.
2445
2446 @item --create
2447 @itemx -c
2448
2449 Creates a new @command{tar} archive. @xref{create}.
2450
2451 @item --delete
2452
2453 Deletes members from the archive. Don't try this on a archive on a
2454 tape! @xref{delete}.
2455
2456 @item --diff
2457 @itemx -d
2458
2459 Same @samp{--compare}. @xref{compare}.
2460
2461 @item --extract
2462 @itemx -x
2463
2464 Extracts members from the archive into the file system. @xref{extract}.
2465
2466 @item --get
2467 @itemx -x
2468
2469 Same as @samp{--extract}. @xref{extract}.
2470
2471 @item --list
2472 @itemx -t
2473
2474 Lists the members in an archive. @xref{list}.
2475
2476 @item --update
2477 @itemx -u
2478
2479 @FIXME{It was: A combination of the @samp{--compare} and @samp{--append} operations.
2480 This is not true and rather misleading, as @value{op-compare}
2481 does a lot more than @value{op-update} for ensuring files are identical.}
2482 Adds files to the end of the archive, but only if they are newer than
2483 their counterparts already in the archive, or if they do not already
2484 exist in the archive.
2485 @xref{update}.
2486
2487 @end table
2488
2489 @node Option Summary
2490 @subsection @command{tar} Options
2491
2492 @table @kbd
2493
2494 @item --absolute-names
2495 @itemx -P
2496
2497 Normally when creating an archive, @command{tar} strips an initial @samp{/} from
2498 member names. This option disables that behavior. @FIXME-xref{}
2499
2500 @item --after-date
2501
2502 (See @samp{--newer}.) @FIXME-pxref{}
2503
2504 @item --atime-preserve
2505
2506 Tells @command{tar} to preserve the access time field in a file's inode when
2507 reading it. Due to limitations in the @code{utimes} system call, the
2508 modification time field is also preserved, which may cause problems if
2509 the file is simultaneously being modified by another program.
2510 This option is incompatible with incremental backups, because
2511 preserving the access time involves updating the last-changed time.
2512 Also, this option does not work on files that you do not own,
2513 unless you're root.
2514 @FIXME-xref{}
2515
2516 @item --backup=@var{backup-type}
2517
2518 Rather than deleting files from the file system, @command{tar} will back them up
2519 using simple or numbered backups, depending upon @var{backup-type}.
2520 @FIXME-xref{}
2521
2522 @item --block-number
2523 @itemx -R
2524
2525 With this option present, @command{tar} prints error messages for read errors
2526 with the block number in the archive file. @FIXME-xref{}
2527
2528 @item --blocking-factor=@var{blocking}
2529 @itemx -b @var{blocking}
2530
2531 Sets the blocking factor @command{tar} uses to @var{blocking} x 512 bytes per
2532 record. @FIXME-xref{}
2533
2534 @item --bzip2
2535 @itemx -j
2536
2537 This option tells @command{tar} to read or write archives through @code{bzip2}.
2538 @FIXME-xref{}
2539
2540 @item --checkpoint
2541
2542 This option directs @command{tar} to print periodic checkpoint messages as it
2543 reads through the archive. Its intended for when you want a visual
2544 indication that @command{tar} is still running, but don't want to see
2545 @samp{--verbose} output. @FIXME-xref{}
2546
2547 @item --compress
2548 @itemx --uncompress
2549 @itemx -Z
2550
2551 @command{tar} will use the @command{compress} program when reading or writing the
2552 archive. This allows you to directly act on archives while saving
2553 space. @FIXME-xref{}
2554
2555 @item --confirmation
2556
2557 (See @samp{--interactive}.) @FIXME-pxref{}
2558
2559 @item --dereference
2560 @itemx -h
2561
2562 When creating a @command{tar} archive, @command{tar} will archive the file that a symbolic
2563 link points to, rather than archiving the symlink. @FIXME-xref{}
2564
2565 @item --directory=@var{dir}
2566 @itemx -C @var{dir}
2567
2568 When this option is specified, @command{tar} will change its current directory
2569 to @var{dir} before performing any operations. When this option is used
2570 during archive creation, it is order sensitive. @FIXME-xref{}
2571
2572 @item --exclude=@var{pattern}
2573
2574 When performing operations, @command{tar} will skip files that match
2575 @var{pattern}. @FIXME-xref{}
2576
2577 @item --exclude-from=@var{file}
2578 @itemx -X @var{file}
2579
2580 Similar to @samp{--exclude}, except @command{tar} will use the list of patterns
2581 in the file @var{file}. @FIXME-xref{}
2582
2583 @item --file=@var{archive}
2584 @itemx -f @var{archive}
2585
2586 @command{tar} will use the file @var{archive} as the @command{tar} archive it
2587 performs operations on, rather than @command{tar}'s compilation dependent
2588 default. @FIXME-xref{}
2589
2590 @item --files-from=@var{file}
2591 @itemx -T @var{file}
2592
2593 @command{tar} will use the contents of @var{file} as a list of archive members
2594 or files to operate on, in addition to those specified on the
2595 command-line. @FIXME-xref{}
2596
2597 @item --force-local
2598
2599 Forces @command{tar} to interpret the filename given to @samp{--file} as a local
2600 file, even if it looks like a remote tape drive name. @FIXME-xref{}
2601
2602 @item --group=@var{group}
2603
2604 Files added to the @command{tar} archive will have a group id of @var{group},
2605 rather than the group from the source file. @var{group} is first decoded
2606 as a group symbolic name, but if this interpretation fails, it has to be
2607 a decimal numeric group ID. @FIXME-xref{}
2608
2609 Also see the comments for the @value{op-owner} option.
2610
2611 @item --gunzip
2612
2613 (See @samp{--gzip}.) @FIXME-pxref{}
2614
2615 @item --gzip
2616 @itemx --gunzip
2617 @itemx --ungzip
2618 @itemx -z
2619
2620 This option tells @command{tar} to read or write archives through @command{gzip},
2621 allowing @command{tar} to directly operate on several kinds of compressed
2622 archives transparently. @FIXME-xref{}
2623
2624 @item --help
2625
2626 @command{tar} will print out a short message summarizing the operations and
2627 options to @command{tar} and exit. @FIXME-xref{}
2628
2629 @item --ignore-failed-read
2630
2631 Do not exit unsuccessfully merely because an unreadable file was encountered.
2632 @xref{Reading}.
2633
2634 @item --ignore-zeros
2635 @itemx -i
2636
2637 With this option, @command{tar} will ignore zeroed blocks in the archive, which
2638 normally signals EOF. @xref{Reading}.
2639
2640 @item --incremental
2641 @itemx -G
2642
2643 Used to inform @command{tar} that it is working with an old @sc{gnu}-format
2644 incremental backup archive. It is intended primarily for backwards
2645 compatibility only. @FIXME-xref{}
2646
2647 @item --info-script=@var{script-file}
2648 @itemx --new-volume-script=@var{script-file}
2649 @itemx -F @var{script-file}
2650
2651 When @command{tar} is performing multi-tape backups, @var{script-file} is run
2652 at the end of each tape. @FIXME-xref{}
2653
2654 @item --interactive
2655 @itemx --confirmation
2656 @itemx -w
2657
2658 Specifies that @command{tar} should ask the user for confirmation before
2659 performing potentially destructive options, such as overwriting files.
2660 @FIXME-xref{}
2661
2662 @item --keep-old-files
2663 @itemx -k
2664
2665 Do not overwrite existing files when extracting files from an archive.
2666 @xref{Writing}.
2667
2668 @item --label=@var{name}
2669 @itemx -V @var{name}
2670
2671 When creating an archive, instructs @command{tar} to write @var{name} as a name
2672 record in the archive. When extracting or listing archives, @command{tar} will
2673 only operate on archives that have a label matching the pattern
2674 specified in @var{name}. @FIXME-xref{}
2675
2676 @item --listed-incremental=@var{snapshot-file}
2677 @itemx -g @var{snapshot-file}
2678
2679 During a @samp{--create} operation, specifies that the archive that
2680 @command{tar} creates is a new @sc{gnu}-format incremental backup, using
2681 @var{snapshot-file} to determine which files to backup.
2682 With other operations, informs @command{tar} that the archive is in incremental
2683 format. @FIXME-xref{}
2684
2685 @item --mode=@var{permissions}
2686
2687 When adding files to an archive, @command{tar} will use @var{permissions}
2688 for the archive members, rather than the permissions from the files.
2689 The program @command{chmod} and this @command{tar} option share the same syntax
2690 for what @var{permissions} might be. @xref{File permissions, Permissions,
2691 File permissions, fileutils, @sc{gnu} file utilities}. This reference also
2692 has useful information for those not being overly familiar with the Unix
2693 permission system.
2694
2695 Of course, @var{permissions} might be plainly specified as an octal number.
2696 However, by using generic symbolic modifications to mode bits, this allows
2697 more flexibility. For example, the value @samp{a+rw} adds read and write
2698 permissions for everybody, while retaining executable bits on directories
2699 or on any other file already marked as executable.
2700
2701 @item --multi-volume
2702 @itemx -M
2703
2704 Informs @command{tar} that it should create or otherwise operate on a
2705 multi-volume @command{tar} archive. @FIXME-xref{}
2706
2707 @item --new-volume-script
2708
2709 (see --info-script)
2710
2711 @item --newer=@var{date}
2712 @itemx --after-date=@var{date}
2713 @itemx -N
2714
2715 When creating an archive, @command{tar} will only add files that have changed
2716 since @var{date}. If @var{date} begins with @samp{/} or @samp{.}, it
2717 is taken to be the name of a file whose last-modified time specifies
2718 the date. @FIXME-xref{}
2719
2720 @item --newer-mtime=@var{date}
2721
2722 Like @samp{--newer}, but add only files whose
2723 contents have changed (as opposed to just @samp{--newer}, which will
2724 also back up files for which any status information has changed).
2725
2726 @item --no-recursion
2727
2728 With this option, @command{tar} will not recurse into directories.
2729 @FIXME-xref{}
2730
2731 @item --no-same-owner
2732
2733 When extracting an archive, do not attempt to preserve the owner
2734 specified in the @command{tar} archive. This the default behavior
2735 for ordinary users; this option has an effect only for the superuser.
2736
2737 @item --no-same-permissions
2738
2739 When extracting an archive, subtract the user's umask from files from
2740 the permissions specified in the archive. This is the default behavior
2741 for ordinary users; this option has an effect only for the superuser.
2742
2743 @item --null
2744
2745 When @command{tar} is using the @samp{--files-from} option, this option
2746 instructs @command{tar} to expect filenames terminated with @kbd{NUL}, so
2747 @command{tar} can correctly work with file names that contain newlines.
2748 @FIXME-xref{}
2749
2750 @item --numeric-owner
2751
2752 This option will notify @command{tar} that it should use numeric user and group
2753 IDs when creating a @command{tar} file, rather than names. @FIXME-xref{}
2754
2755 @item --old-archive
2756
2757 (See @samp{--portability}.) @FIXME-pxref{}
2758
2759 @item --one-file-system
2760 @itemx -l
2761
2762 Used when creating an archive. Prevents @command{tar} from recursing into
2763 directories that are on different file systems from the current
2764 directory. @FIXME-xref{}
2765
2766 @item --overwrite
2767
2768 Overwrite existing files and directory metadata when extracting files
2769 from an archive. @xref{Overwrite Old Files}.
2770
2771 @item --owner=@var{user}
2772
2773 Specifies that @command{tar} should use @var{user} as the owner of members
2774 when creating archives, instead of the user associated with the source
2775 file. @var{user} is first decoded as a user symbolic name, but if
2776 this interpretation fails, it has to be a decimal numeric user ID.
2777 @FIXME-xref{}
2778
2779 There is no value indicating a missing number, and @samp{0} usually means
2780 @code{root}. Some people like to force @samp{0} as the value to offer in
2781 their distributions for the owner of files, because the @code{root} user is
2782 anonymous anyway, so that might as well be the owner of anonymous archives.
2783
2784 This option does not affect extraction from archives.
2785
2786 @item --portability
2787 @itemx --old-archive
2788 @itemx -o
2789
2790 Tells @command{tar} to create an archive that is compatible with Unix V7
2791 @command{tar}. @FIXME-xref{}
2792
2793 @item --posix
2794
2795 Instructs @command{tar} to create a @sc{posix} compliant @command{tar} archive. @FIXME-xref{}
2796
2797 @item --preserve
2798
2799 Synonymous with specifying both @samp{--preserve-permissions} and
2800 @samp{--same-order}. @FIXME-xref{}
2801
2802 @item --preserve-order
2803
2804 (See @samp{--same-order}; @pxref{Reading}.)
2805
2806 @item --preserve-permissions
2807 @itemx --same-permissions
2808 @itemx -p
2809
2810 When @command{tar} is extracting an archive, it normally subtracts the users'
2811 umask from the permissions specified in the archive and uses that
2812 number as the permissions to create the destination file. Specifying
2813 this option instructs @command{tar} that it should use the permissions directly
2814 from the archive. @xref{Writing}.
2815
2816 @item --read-full-records
2817 @itemx -B
2818
2819 Specifies that @command{tar} should reblock its input, for reading from pipes on
2820 systems with buggy implementations. @xref{Reading}.
2821
2822 @item --record-size=@var{size}
2823
2824 Instructs @command{tar} to use @var{size} bytes per record when accessing the
2825 archive. @FIXME-xref{}
2826
2827 @item --recursive-unlink
2828
2829 Remove existing
2830 directory hierarchies before extracting directories of the same name
2831 from the archive. @xref{Writing}.
2832
2833 @item --remove-files
2834
2835 Directs @command{tar} to remove the source file from the file system after
2836 appending it to an archive. @FIXME-xref{}
2837
2838 @item --rsh-command=@var{cmd}
2839
2840 Notifies @command{tar} that is should use @var{cmd} to communicate with remote
2841 devices. @FIXME-xref{}
2842
2843 @item --same-order
2844 @itemx --preserve-order
2845 @itemx -s
2846
2847 This option is an optimization for @command{tar} when running on machines with
2848 small amounts of memory. It informs @command{tar} that the list of file
2849 arguments has already been sorted to match the order of files in the
2850 archive. @xref{Reading}.
2851
2852 @item --same-owner
2853
2854 When extracting an archive, @command{tar} will attempt to preserve the owner
2855 specified in the @command{tar} archive with this option present.
2856 This is the default behavior for the superuser; this option has an
2857 effect only for ordinary users. @FIXME-xref{}
2858
2859 @item --same-permissions
2860
2861 (See @samp{--preserve-permissions}; @pxref{Writing}.)
2862
2863 @item --show-omitted-dirs
2864
2865 Instructs @command{tar} to mention directories its skipping over when operating
2866 on a @command{tar} archive. @FIXME-xref{}
2867
2868 @item --sparse
2869 @itemx -S
2870
2871 Invokes a @sc{gnu} extension when adding files to an archive that handles
2872 sparse files efficiently. @FIXME-xref{}
2873
2874 @item --starting-file=@var{name}
2875 @itemx -K @var{name}
2876
2877 This option affects extraction only; @command{tar} will skip extracting
2878 files in the archive until it finds one that matches @var{name}.
2879 @xref{Scarce}.
2880
2881 @item --suffix=@var{suffix}
2882
2883 Alters the suffix @command{tar} uses when backing up files from the default
2884 @samp{~}. @FIXME-xref{}
2885
2886 @item --tape-length=@var{num}
2887 @itemx -L @var{num}
2888
2889 Specifies the length of tapes that @command{tar} is writing as being
2890 @w{@var{num} x 1024} bytes long. @FIXME-xref{}
2891
2892 @item --to-stdout
2893 @itemx -O
2894
2895 During extraction, @command{tar} will extract files to stdout rather than to the
2896 file system. @xref{Writing}.
2897
2898 @item --totals
2899
2900 Displays the total number of bytes written after creating an archive.
2901 @FIXME-xref{}
2902
2903 @item --touch
2904 @itemx -m
2905
2906 Sets the modification time of extracted files to the extraction time,
2907 rather than the modification time stored in the archive.
2908 @xref{Writing}.
2909
2910 @item --uncompress
2911
2912 (See @samp{--compress}.) @FIXME-pxref{}
2913
2914 @item --ungzip
2915
2916 (See @samp{--gzip}.) @FIXME-pxref{}
2917
2918 @item --unlink-first
2919 @itemx -U
2920
2921 Directs @command{tar} to remove the corresponding file from the file
2922 system before extracting it from the archive. @xref{Writing}.
2923
2924 @item --use-compress-program=@var{prog}
2925
2926 Instructs @command{tar} to access the archive through @var{prog}, which is
2927 presumed to be a compression program of some sort. @FIXME-xref{}
2928
2929 @item --verbose
2930 @itemx -v
2931
2932 Specifies that @command{tar} should be more verbose about the operations its
2933 performing. This option can be specified multiple times for some
2934 operations to increase the amount of information displayed. @FIXME-xref{}
2935
2936 @item --verify
2937 @itemx -W
2938
2939 Verifies that the archive was correctly written when creating an
2940 archive. @FIXME-xref{}
2941
2942 @item --version
2943
2944 @command{tar} will print an informational message about what version it is and a
2945 copyright message, some credits, and then exit. @FIXME-xref{}
2946
2947 @item --volno-file=@var{file}
2948
2949 Used in conjunction with @samp{--multi-volume}. @command{tar} will keep track
2950 of which volume of a multi-volume archive its working in @var{file}.
2951 @FIXME-xref{}
2952 @end table
2953
2954 @node Short Option Summary
2955 @subsection Short Options Cross Reference
2956
2957 Here is an alphabetized list of all of the short option forms, matching
2958 them with the equivalent long option.
2959
2960 @table @kbd
2961
2962 @item -A
2963
2964 @samp{--concatenate}
2965
2966 @item -B
2967
2968 @samp{--read-full-records}
2969
2970 @item -C
2971
2972 @samp{--directory}
2973
2974 @item -F
2975
2976 @samp{--info-script}
2977
2978 @item -G
2979
2980 @samp{--incremental}
2981
2982 @item -K
2983
2984 @samp{--starting-file}
2985
2986 @item -L
2987
2988 @samp{--tape-length}
2989
2990 @item -M
2991
2992 @samp{--multi-volume}
2993
2994 @item -N
2995
2996 @samp{--newer}
2997
2998 @item -O
2999
3000 @samp{--to-stdout}
3001
3002 @item -P
3003
3004 @samp{--absolute-names}
3005
3006 @item -R
3007
3008 @samp{--block-number}
3009
3010 @item -S
3011
3012 @samp{--sparse}
3013
3014 @item -T
3015
3016 @samp{--files-from}
3017
3018 @item -U
3019
3020 @samp{--unlink-first}
3021
3022 @item -V
3023
3024 @samp{--label}
3025
3026 @item -W
3027
3028 @samp{--verify}
3029
3030 @item -X
3031
3032 @samp{--exclude-from}
3033
3034 @item -Z
3035
3036 @samp{--compress}
3037
3038 @item -b
3039
3040 @samp{--blocking-factor}
3041
3042 @item -c
3043
3044 @samp{--create}
3045
3046 @item -d
3047
3048 @samp{--compare}
3049
3050 @item -f
3051
3052 @samp{--file}
3053
3054 @item -g
3055
3056 @samp{--listed-incremental}
3057
3058 @item -h
3059
3060 @samp{--dereference}
3061
3062 @item -i
3063
3064 @samp{--ignore-zeros}
3065
3066 @item -k
3067
3068 @samp{--keep-old-files}
3069
3070 @item -l
3071
3072 @samp{--one-file-system}
3073
3074 @item -m
3075
3076 @samp{--touch}
3077
3078 @item -o
3079
3080 @samp{--portability}
3081
3082 @item -p
3083
3084 @samp{--preserve-permissions}
3085
3086 @item -r
3087
3088 @samp{--append}
3089
3090 @item -s
3091
3092 @samp{--same-order}
3093
3094 @item -t
3095
3096 @samp{--list}
3097
3098 @item -u
3099
3100 @samp{--update}
3101
3102 @item -v
3103
3104 @samp{--verbose}
3105
3106 @item -w
3107
3108 @samp{--interactive}
3109
3110 @item -x
3111
3112 @samp{--extract}
3113
3114 @item -z
3115
3116 @samp{--gzip}
3117
3118 @end table
3119
3120 @node help
3121 @section @sc{gnu} @command{tar} documentation
3122
3123 Being careful, the first thing is really checking that you are using @sc{gnu}
3124 @command{tar}, indeed. The @value{op-version} option will generate a message
3125 giving confirmation that you are using @sc{gnu} @command{tar}, with the precise
3126 version of @sc{gnu} @command{tar} you are using. @command{tar} identifies itself
3127 and prints the version number to the standard output, then immediately
3128 exits successfully, without doing anything else, ignoring all other
3129 options. For example, @w{@samp{tar --version}} might return:
3130
3131 @example
3132 tar (@sc{gnu} tar) @value{VERSION}
3133 @end example
3134
3135 @noindent
3136 The first occurrence of @samp{tar} in the result above is the program
3137 name in the package (for example, @command{rmt} is another program), while
3138 the second occurrence of @samp{tar} is the name of the package itself,
3139 containing possibly many programs. The package is currently named
3140 @samp{tar}, after the name of the main program it contains@footnote{There
3141 are plans to merge the @command{cpio} and @command{tar} packages into a single one
3142 which would be called @code{paxutils}. So, who knows if, one of this days,
3143 the @value{op-version} would not yield @w{@samp{tar (@sc{gnu} paxutils) 3.2}}}.
3144
3145 Another thing you might want to do is checking the spelling or meaning
3146 of some particular @command{tar} option, without resorting to this manual,
3147 for once you have carefully read it. @sc{gnu} @command{tar} has a short help
3148 feature, triggerable through the @value{op-help} option. By using this
3149 option, @command{tar} will print a usage message listing all available
3150 options on standard output, then exit successfully, without doing
3151 anything else and ignoring all other options. Even if this is only a
3152 brief summary, it may be several screens long. So, if you are not
3153 using some kind of scrollable window, you might prefer to use something
3154 like:
3155
3156 @example
3157 $ @kbd{tar --help | less}
3158 @end example
3159
3160 @noindent
3161 presuming, here, that you like using @command{less} for a pager. Other
3162 popular pagers are @command{more} and @command{pg}. If you know about some
3163 @var{keyword} which interests you and do not want to read all the
3164 @value{op-help} output, another common idiom is doing:
3165
3166 @example
3167 tar --help | grep @var{keyword}
3168 @end example
3169
3170 @noindent
3171 for getting only the pertinent lines.
3172
3173 The perceptive reader would have noticed some contradiction in the
3174 previous paragraphs. It is written that both @value{op-version} and
3175 @value{op-help} print something, and have all other options ignored. In
3176 fact, they cannot ignore each other, and one of them has to win. We do
3177 not specify which is stronger, here; experiment if you really wonder!
3178
3179 The short help output is quite succinct, and you might have to get back
3180 to the full documentation for precise points. If you are reading this
3181 paragraph, you already have the @command{tar} manual in some form. This
3182 manual is available in printed form, as a kind of small book. It may
3183 printed out of the @sc{gnu} @command{tar} distribution, provided you have @TeX{}
3184 already installed somewhere, and a laser printer around. Just configure
3185 the distribution, execute the command @w{@samp{make dvi}}, then print
3186 @file{doc/tar.dvi} the usual way (contact your local guru to know how).
3187 If @sc{gnu} @command{tar} has been conveniently installed at your place, this
3188 manual is also available in interactive, hypertextual form as an Info
3189 file. Just call @w{@samp{info tar}} or, if you do not have the
3190 @command{info} program handy, use the Info reader provided within @sc{gnu}
3191 Emacs, calling @samp{tar} from the main Info menu.
3192
3193 There is currently no @code{man} page for @sc{gnu} @command{tar}. If you observe
3194 such a @code{man} page on the system you are running, either it does not
3195 long to @sc{gnu} @command{tar}, or it has not been produced by @sc{gnu}. Currently,
3196 @sc{gnu} @command{tar} documentation is provided in Texinfo format only, if we
3197 except, of course, the short result of @kbd{tar --help}.
3198
3199 @node verbose
3200 @section Checking @command{tar} progress
3201
3202 @cindex Progress information
3203 @cindex Status information
3204 @cindex Information on progress and status of operations
3205 @cindex Verbose operation
3206 @cindex Block number where error occurred
3207 @cindex Error message, block number of
3208 @cindex Version of the @command{tar} program
3209
3210 @cindex Getting more information during the operation
3211 @cindex Information during operation
3212 @cindex Feedback from @command{tar}
3213
3214 Typically, @command{tar} performs most operations without reporting any
3215 information to the user except error messages. When using @command{tar}
3216 with many options, particularly ones with complicated or
3217 difficult-to-predict behavior, it is possible to make serious mistakes.
3218 @command{tar} provides several options that make observing @command{tar}
3219 easier. These options cause @command{tar} to print information as it
3220 progresses in its job, and you might want to use them just for being
3221 more careful about what is going on, or merely for entertaining
3222 yourself. If you have encountered a problem when operating on an
3223 archive, however, you may need more information than just an error
3224 message in order to solve the problem. The following options can be
3225 helpful diagnostic tools.
3226
3227 Normally, the @value{op-list} command to list an archive prints just
3228 the file names (one per line) and the other commands are silent.
3229 When used with most operations, the @value{op-verbose} option causes
3230 @command{tar} to print the name of each file or archive member as it
3231 is processed. This and the other options which make @command{tar} print
3232 status information can be useful in monitoring @command{tar}.
3233
3234 With @value{op-create} or @value{op-extract}, @value{op-verbose} used once
3235 just prints the names of the files or members as they are processed.
3236 Using it twice causes @command{tar} to print a longer listing (reminiscent
3237 of @samp{ls -l}) for each member. Since @value{op-list} already prints
3238 the names of the members, @value{op-verbose} used once with @value{op-list}
3239 causes @command{tar} to print an @samp{ls -l} type listing of the files
3240 in the archive. The following examples both extract members with
3241 long list output:
3242
3243 @example
3244 $ @kbd{tar --extract --file=archive.tar --verbose --verbose}
3245 $ @kbd{tar xvv archive.tar}
3246 @end example
3247
3248 Verbose output appears on the standard output except when an archive is
3249 being written to the standard output, as with @samp{tar --create
3250 --file=- --verbose} (@samp{tar cfv -}, or even @samp{tar cv}---if the
3251 installer let standard output be the default archive). In that case
3252 @command{tar} writes verbose output to the standard error stream.
3253
3254 The @value{op-totals} option---which is only meaningful when used with
3255 @value{op-create}---causes @command{tar} to print the total
3256 amount written to the archive, after it has been fully created.
3257
3258 The @value{op-checkpoint} option prints an occasional message
3259 as @command{tar} reads or writes the archive. In fact, it print
3260 directory names while reading the archive. It is designed for
3261 those who don't need the more detailed (and voluminous) output of
3262 @value{op-block-number}, but do want visual confirmation that @command{tar}
3263 is actually making forward progress.
3264
3265 @FIXME{There is some confusion here. It seems that -R once wrote a
3266 message at @samp{every} record read or written.}
3267
3268 The @value{op-show-omitted-dirs} option, when reading an archive---with
3269 @value{op-list} or @value{op-extract}, for example---causes a message
3270 to be printed for each directory in the archive which is skipped.
3271 This happens regardless of the reason for skipping: the directory might
3272 not have been named on the command line (implicitly or explicitly),
3273 it might be excluded by the use of the @value{op-exclude} option, or
3274 some other reason.
3275
3276 If @value{op-block-number} is used, @command{tar} prints, along with every
3277 message it would normally produce, the block number within the archive
3278 where the message was triggered. Also, supplementary messages are
3279 triggered when reading blocks full of NULs, or when hitting end of file on
3280 the archive. As of now, if the archive if properly terminated with a NUL
3281 block, the reading of the file may stop before end of file is met, so the
3282 position of end of file will not usually show when @value{op-block-number}
3283 is used. Note that @sc{gnu} @command{tar} drains the archive before exiting when
3284 reading the archive from a pipe.
3285
3286 This option is especially useful when reading damaged archives, since
3287 it helps pinpoint the damaged sections. It can also be used with
3288 @value{op-list} when listing a file-system backup tape, allowing you to
3289 choose among several backup tapes when retrieving a file later, in
3290 favor of the tape where the file appears earliest (closest to the
3291 front of the tape). @FIXME-xref{when the node name is set and the
3292 backup section written.}
3293
3294 @node interactive
3295 @section Asking for Confirmation During Operations
3296 @cindex Interactive operation
3297
3298 Typically, @command{tar} carries out a command without stopping for
3299 further instructions. In some situations however, you may want to
3300 exclude some files and archive members from the operation (for instance
3301 if disk or storage space is tight). You can do this by excluding
3302 certain files automatically (@pxref{Choosing}), or by performing
3303 an operation interactively, using the @value{op-interactive} option.
3304 @command{tar} also accepts @samp{--confirmation} for this option.
3305
3306 When the @value{op-interactive} option is specified, before
3307 reading, writing, or deleting files, @command{tar} first prints a message
3308 for each such file, telling what operation it intends to take, then asks
3309 for confirmation on the terminal. The actions which require
3310 confirmation include adding a file to the archive, extracting a file
3311 from the archive, deleting a file from the archive, and deleting a file
3312 from disk. To confirm the action, you must type a line of input
3313 beginning with @samp{y}. If your input line begins with anything other
3314 than @samp{y}, @command{tar} skips that file.
3315
3316 If @command{tar} is reading the archive from the standard input,
3317 @command{tar} opens the file @file{/dev/tty} to support the interactive
3318 communications.
3319
3320 Verbose output is normally sent to standard output, separate from
3321 other error messages. However, if the archive is produced directly
3322 on standard output, then verbose output is mixed with errors on
3323 @code{stderr}. Producing the archive on standard output may be used
3324 as a way to avoid using disk space, when the archive is soon to be
3325 consumed by another process reading it, say. Some people felt the need
3326 of producing an archive on stdout, still willing to segregate between
3327 verbose output and error output. A possible approach would be using a
3328 named pipe to receive the archive, and having the consumer process to
3329 read from that named pipe. This has the advantage of letting standard
3330 output free to receive verbose output, all separate from errors.
3331
3332 @node operations
3333 @chapter @sc{gnu} @command{tar} Operations
3334
3335 @menu
3336 * Basic tar::
3337 * Advanced tar::
3338 * create options::
3339 * extract options::
3340 * backup::
3341 * Applications::
3342 * looking ahead::
3343 @end menu
3344
3345 @node Basic tar
3346 @section Basic @sc{gnu} @command{tar} Operations
3347
3348 The basic @command{tar} operations, @value{op-create}, @value{op-list} and
3349 @value{op-extract}, are currently presented and described in the tutorial
3350 chapter of this manual. This section provides some complementary notes
3351 for these operations.
3352
3353 @table @asis
3354 @item @value{op-create}
3355
3356 Creating an empty archive would have some kind of elegance. One can
3357 initialize an empty archive and later use @value{op-append} for adding
3358 all members. Some applications would not welcome making an exception
3359 in the way of adding the first archive member. On the other hand,
3360 many people reported that it is dangerously too easy for @command{tar}
3361 to destroy a magnetic tape with an empty archive@footnote{This is well
3362 described in @cite{Unix-haters Handbook}, by Simson Garfinkel, Daniel
3363 Weise & Steven Strassmann, IDG Books, ISBN 1-56884-203-1.}. The two most
3364 common errors are:
3365
3366 @enumerate
3367 @item
3368 Mistakingly using @code{create} instead of @code{extract}, when the
3369 intent was to extract the full contents of an archive. This error
3370 is likely: keys @kbd{c} and @kbd{x} are right next ot each other on
3371 the QWERTY keyboard. Instead of being unpacked, the archive then
3372 gets wholly destroyed. When users speak about @dfn{exploding} an
3373 archive, they usually mean something else :-).
3374
3375 @item
3376 Forgetting the argument to @code{file}, when the intent was to create
3377 an archive with a single file in it. This error is likely because a
3378 tired user can easily add the @kbd{f} key to the cluster of option
3379 letters, by the mere force of habit, without realizing the full
3380 consequence of doing so. The usual consequence is that the single
3381 file, which was meant to be saved, is rather destroyed.
3382 @end enumerate
3383
3384 So, recognizing the likelihood and the catastrophical nature of these
3385 errors, @sc{gnu} @command{tar} now takes some distance from elegance, and
3386 cowardly refuses to create an archive when @value{op-create} option is
3387 given, there are no arguments besides options, and @value{op-files-from}
3388 option is @emph{not} used. To get around the cautiousness of @sc{gnu}
3389 @command{tar} and nevertheless create an archive with nothing in it,
3390 one may still use, as the value for the @value{op-files-from} option,
3391 a file with no names in it, as shown in the following commands:
3392
3393 @example
3394 @kbd{tar --create --file=empty-archive.tar --files-from=/dev/null}
3395 @kbd{tar cfT empty-archive.tar /dev/null}
3396 @end example
3397
3398 @item @value{op-extract}
3399
3400 A socket is stored, within a @sc{gnu} @command{tar} archive, as a pipe.
3401
3402 @item @value{op-list}
3403
3404 @sc{gnu} @command{tar} now shows dates as @samp{1996-08-30}, while it used to
3405 show them as @samp{Aug 30 1996}. (One can revert to the old behavior by
3406 defining @code{USE_OLD_CTIME} in @file{src/list.c} before reinstalling.)
3407 But preferably, people should get used to ISO 8601 dates. Local
3408 American dates should be made available again with full date localization
3409 support, once ready. In the meantime, programs not being localizable
3410 for dates should prefer international dates, that's really the way to go.
3411
3412 Look up @url{http://www.ft.uni-erlangen.de/~mskuhn/iso-time.html} if you
3413 are curious, it contains a detailed explanation of the ISO 8601 standard.
3414
3415 @end table
3416
3417 @node Advanced tar
3418 @section Advanced @sc{gnu} @command{tar} Operations
3419
3420 Now that you have learned the basics of using @sc{gnu} @command{tar}, you may
3421 want to learn about further ways in which @command{tar} can help you.
3422
3423 This chapter presents five, more advanced operations which you probably
3424 won't use on a daily basis, but which serve more specialized functions.
3425 We also explain the different styles of options and why you might want
3426 to use one or another, or a combination of them in your @command{tar}
3427 commands. Additionally, this chapter includes options which allow you to
3428 define the output from @command{tar} more carefully, and provide help and
3429 error correction in special circumstances.
3430
3431 @FIXME{check this after the chapter is actually revised to make sure
3432 it still introduces the info in the chapter correctly : ).}
3433
3434 @menu
3435 * Operations::
3436 * current state::
3437 * append::
3438 * update::
3439 * concatenate::
3440 * delete::
3441 * compare::
3442 @end menu
3443
3444 @node Operations
3445 @subsection The Five Advanced @command{tar} Operations
3446 @UNREVISED
3447
3448 In the last chapter, you learned about the first three operations to
3449 @command{tar}. This chapter presents the remaining five operations to
3450 @command{tar}: @samp{--append}, @samp{--update}, @samp{--concatenate},
3451 @samp{--delete}, and @samp{--compare}.
3452
3453 You are not likely to use these operations as frequently as those
3454 covered in the last chapter; however, since they perform specialized
3455 functions, they are quite useful when you do need to use them. We
3456 will give examples using the same directory and files that you created
3457 in the last chapter. As you may recall, the directory is called
3458 @file{practice}, the files are @samp{jazz}, @samp{blues}, @samp{folk},
3459 @samp{rock}, and the two archive files you created are
3460 @samp{collection.tar} and @samp{music.tar}.
3461
3462 We will also use the archive files @samp{afiles.tar} and
3463 @samp{bfiles.tar}. @samp{afiles.tar} contains the members @samp{apple},
3464 @samp{angst}, and @samp{aspic}. @samp{bfiles.tar} contains the members
3465 @samp{./birds}, @samp{baboon}, and @samp{./box}.
3466
3467 Unless we state otherwise, all practicing you do and examples you follow
3468 in this chapter will take place in the @file{practice} directory that
3469 you created in the previous chapter; see @ref{prepare for examples}.
3470 (Below in this section, we will remind you of the state of the examples
3471 where the last chapter left them.)
3472
3473 The five operations that we will cover in this chapter are:
3474
3475 @table @kbd
3476 @item --append
3477 @itemx -r
3478 Add new entries to an archive that already exists.
3479 @item --update
3480 @itemx -r
3481 Add more recent copies of archive members to the end of an archive, if
3482 they exist.
3483 @item --concatenate
3484 @itemx --catenate
3485 @itemx -A
3486 Add one or more pre-existing archives to the end of another archive.
3487 @item --delete
3488 Delete items from an archive (does not work on tapes).
3489 @item --compare
3490 @itemx --diff
3491 @itemx -d
3492 Compare archive members to their counterparts in the file system.
3493 @end table
3494
3495 @node current state
3496 @subsection The Current State of the Practice Files
3497
3498 Currently, the listing of the directory using @command{ls} is as follows:
3499
3500 @example
3501
3502 @end example
3503
3504 @noindent
3505 The archive file @samp{collection.tar} looks like this:
3506
3507 @example
3508 $ @kbd{tar -tvf collection.tar}
3509
3510 @end example
3511
3512 @noindent
3513 The archive file @samp{music.tar} looks like this:
3514
3515 @example
3516 $ @kbd{tar -tvf music.tar}
3517
3518 @end example
3519
3520 @FIXME{need to fill in the above!!!}
3521
3522 @node append
3523 @subsection How to Add Files to Existing Archives: @code{--append}
3524 @UNREVISED
3525
3526 If you want to add files to an existing archive, you don't need to
3527 create a new archive; you can use @value{op-append}. The archive must
3528 already exist in order to use @samp{--append}. (A related operation
3529 is the @samp{--update} operation; you can use this to add newer
3530 versions of archive members to an existing archive. To learn how to
3531 do this with @samp{--update}, @pxref{update}.)
3532
3533 @FIXME{Explain in second paragraph whether you can get to the previous
3534 version -- explain whole situation somewhat more clearly.}
3535
3536 If you use @value{op-append} to add a file that has the same name as an
3537 archive member to an archive containing that archive member, then the
3538 old member is not deleted. What does happen, however, is somewhat
3539 complex. @command{tar} @emph{allows} you to have infinite numbers of files
3540 with the same name. Some operations treat these same-named members no
3541 differently than any other set of archive members: for example, if you
3542 view an archive with @value{op-list}, you will see all of those members
3543 listed, with their modification times, owners, etc.
3544
3545 Other operations don't deal with these members as perfectly as you might
3546 prefer; if you were to use @value{op-extract} to extract the archive,
3547 only the most recently added copy of a member with the same name as four
3548 other members would end up in the working directory. This is because
3549 @samp{--extract} extracts an archive in the order the members appeared
3550 in the archive; the most recently archived members will be extracted
3551 last. Additionally, an extracted member will @emph{replace} a file of
3552 the same name which existed in the directory already, and @command{tar}
3553 will not prompt you about this. Thus, only the most recently archived
3554 member will end up being extracted, as it will replace the one
3555 extracted before it, and so on.
3556
3557 @FIXME{ hag -- you might want to incorporate some of the above into the
3558 MMwtSN node; not sure. i didn't know how to make it simpler...}
3559
3560 There are a few ways to get around this. @FIXME-xref{Multiple Members
3561 with the Same Name.}
3562
3563 @cindex Members, replacing with other members
3564 @cindex Replacing members with other members
3565 If you want to replace an archive member, use @value{op-delete} to
3566 delete the member you want to remove from the archive, , and then use
3567 @samp{--append} to add the member you want to be in the archive. Note
3568 that you can not change the order of the archive; the most recently
3569 added member will still appear last. In this sense, you cannot truly
3570 ``replace'' one member with another. (Replacing one member with another
3571 will not work on certain types of media, such as tapes; see @ref{delete}
3572 and @ref{Media}, for more information.)
3573
3574 @menu
3575 * appending files:: Appending Files to an Archive
3576 * multiple::
3577 @end menu
3578
3579 @node appending files
3580 @subsubsection Appending Files to an Archive
3581 @UNREVISED
3582 @cindex Adding files to an Archive
3583 @cindex Appending files to an Archive
3584 @cindex Archives, Appending files to
3585
3586 The simplest way to add a file to an already existing archive is the
3587 @value{op-append} operation, which writes specified files into the
3588 archive whether or not they are already among the archived files.
3589 When you use @samp{--append}, you @emph{must} specify file name
3590 arguments, as there is no default. If you specify a file that already
3591 exists in the archive, another copy of the file will be added to the
3592 end of the archive. As with other operations, the member names of the
3593 newly added files will be exactly the same as their names given on the
3594 command line. The @value{op-verbose} option will print out the names
3595 of the files as they are written into the archive.
3596
3597 @samp{--append} cannot be performed on some tape drives, unfortunately,
3598 due to deficiencies in the formats those tape drives use. The archive
3599 must be a valid @command{tar} archive, or else the results of using this
3600 operation will be unpredictable. @xref{Media}.
3601
3602 To demonstrate using @samp{--append} to add a file to an archive,
3603 create a file called @file{rock} in the @file{practice} directory.
3604 Make sure you are in the @file{practice} directory. Then, run the
3605 following @command{tar} command to add @file{rock} to
3606 @file{collection.tar}:
3607
3608 @example
3609 $ @kbd{tar --append --file=collection.tar rock}
3610 @end example
3611
3612 @noindent
3613 If you now use the @value{op-list} operation, you will see that
3614 @file{rock} has been added to the archive:
3615
3616 @example
3617 $ @kbd{tar --list --file=collection.tar}
3618 -rw-rw-rw- me user 28 1996-10-18 16:31 jazz
3619 -rw-rw-rw- me user 21 1996-09-23 16:44 blues
3620 -rw-rw-rw- me user 20 1996-09-23 16:44 folk
3621 -rw-rw-rw- me user 20 1996-09-23 16:44 rock
3622 @end example
3623
3624 @FIXME{in theory, dan will (soon) try to turn this node into what it's
3625 title claims it will become...}
3626
3627 @node multiple
3628 @subsubsection Multiple Files with the Same Name
3629
3630 You can use @value{op-append} to add copies of files which have been
3631 updated since the archive was created. (However, we do not recommend
3632 doing this since there is another @command{tar} option called
3633 @samp{--update}; @pxref{update} for more information. We describe this
3634 use of @samp{--append} here for the sake of completeness.) @FIXME{is
3635 this really a good idea, to give this whole description for something
3636 which i believe is basically a Stupid way of doing something? certain
3637 aspects of it show ways in which tar is more broken than i'd personally
3638 like to admit to, specifically the last sentence. On the other hand, i
3639 don't think it's a good idea to be saying that re explicitly don't
3640 recommend using something, but i can't see any better way to deal with
3641 the situation.}When you extract the archive, the older version will be
3642 effectively lost. This works because files are extracted from an
3643 archive in the order in which they were archived. Thus, when the
3644 archive is extracted, a file archived later in time will replace a
3645 file of the same name which was archived earlier, even though the older
3646 version of the file will remain in the archive unless you delete all
3647 versions of the file.
3648
3649 Supposing you change the file @file{blues} and then append the changed
3650 version to @file{collection.tar}. As you saw above, the original
3651 @file{blues} is in the archive @file{collection.tar}. If you change the
3652 file and append the new version of the file to the archive, there will
3653 be two copies in the archive. When you extract the archive, the older
3654 version of the file will be extracted first, and then replaced by the
3655 newer version when it is extracted.
3656
3657 You can append the new, changed copy of the file @file{blues} to the
3658 archive in this way:
3659
3660 @example
3661 $ @kbd{tar --append --verbose --file=collection.tar blues}
3662 blues
3663 @end example
3664
3665 @noindent
3666 Because you specified the @samp{--verbose} option, @command{tar} has
3667 printed the name of the file being appended as it was acted on. Now
3668 list the contents of the archive:
3669
3670 @example
3671 $ @kbd{tar --list --verbose --file=collection.tar}
3672 -rw-rw-rw- me user 28 1996-10-18 16:31 jazz
3673 -rw-rw-rw- me user 21 1996-09-23 16:44 blues
3674 -rw-rw-rw- me user 20 1996-09-23 16:44 folk
3675 -rw-rw-rw- me user 20 1996-09-23 16:44 rock
3676 -rw-rw-rw- me user 58 1996-10-24 18:30 blues
3677 @end example
3678
3679 @noindent
3680 The newest version of @file{blues} is now at the end of the archive
3681 (note the different creation dates and file sizes). If you extract
3682 the archive, the older version of the file @file{blues} will be
3683 replaced by the newer version. You can confirm this by extracting
3684 the archive and running @samp{ls} on the directory. @xref{Writing},
3685 for more information. (@emph{Please note:} This is the case unless
3686 you employ the @value{op-backup} option. @FIXME-ref{Multiple Members
3687 with the Same Name}.)
3688
3689 @node update
3690 @subsection Updating an Archive
3691 @UNREVISED
3692 @cindex Updating an archive
3693
3694 In the previous section, you learned how to use @value{op-append} to add
3695 a file to an existing archive. A related operation is
3696 @value{op-update}. The @samp{--update} operation updates a @command{tar}
3697 archive by comparing the date of the specified archive members against
3698 the date of the file with the same name. If the file has been modified
3699 more recently than the archive member, then the newer version of the
3700 file is added to the archive (as with @value{op-append}).
3701
3702 Unfortunately, you cannot use @samp{--update} with magnetic tape drives.
3703 The operation will fail.
3704
3705 @FIXME{other examples of media on which --update will fail? need to ask
3706 charles and/or mib/thomas/dave shevett..}
3707
3708 Both @samp{--update} and @samp{--append} work by adding to the end
3709 of the archive. When you extract a file from the archive, only the
3710 version stored last will wind up in the file system, unless you use
3711 the @value{op-backup} option. @FIXME-ref{Multiple Members with the
3712 Same Name}
3713
3714 @menu
3715 * how to update::
3716 @end menu
3717
3718 @node how to update
3719 @subsubsection How to Update an Archive Using @code{--update}
3720
3721 You must use file name arguments with the @value{op-update} operation.
3722 If you don't specify any files, @command{tar} won't act on any files and
3723 won't tell you that it didn't do anything (which may end up confusing
3724 you).
3725
3726 @FIXME{note: the above parenthetical added because in fact, this
3727 behavior just confused the author. :-) }
3728
3729 To see the @samp{--update} option at work, create a new file,
3730 @file{classical}, in your practice directory, and some extra text to the
3731 file @file{blues}, using any text editor. Then invoke @command{tar} with
3732 the @samp{update} operation and the @value{op-verbose} option specified,
3733 using the names of all the files in the practice directory as file name
3734 arguments:
3735
3736 @example
3737 $ @kbd{tar --update -v -f collection.tar blues folk rock classical}
3738 blues
3739 classical
3740 $
3741 @end example
3742
3743 @noindent
3744 Because we have specified verbose mode, @command{tar} prints out the names
3745 of the files it is working on, which in this case are the names of the
3746 files that needed to be updated. If you run @samp{tar --list} and look
3747 at the archive, you will see @file{blues} and @file{classical} at its
3748 end. There will be a total of two versions of the member @samp{blues};
3749 the one at the end will be newer and larger, since you added text before
3750 updating it.
3751
3752 (The reason @command{tar} does not overwrite the older file when updating
3753 it is because writing to the middle of a section of tape is a difficult
3754 process. Tapes are not designed to go backward. @xref{Media}, for more
3755 information about tapes.
3756
3757 @value{op-update} is not suitable for performing backups for two
3758 reasons: it does not change directory content entries, and it lengthens
3759 the archive every time it is used. The @sc{gnu} @command{tar} options intended
3760 specifically for backups are more efficient. If you need to run
3761 backups, please consult @ref{Backups}.
3762
3763 @node concatenate
3764 @subsection Combining Archives with @code{--concatenate}
3765
3766 @cindex Adding archives to an archive
3767 @cindex Concatenating Archives
3768 Sometimes it may be convenient to add a second archive onto the end of
3769 an archive rather than adding individual files to the archive. To add
3770 one or more archives to the end of another archive, you should use the
3771 @value{op-concatenate} operation.
3772
3773 To use @samp{--concatenate}, name the archives to be concatenated on the
3774 command line. (Nothing happens if you don't list any.) The members,
3775 and their member names, will be copied verbatim from those archives. If
3776 this causes multiple members to have the same name, it does not delete
3777 any members; all the members with the same name coexist. @FIXME-ref{For
3778 information on how this affects reading the archive, Multiple
3779 Members with the Same Name.}
3780
3781 To demonstrate how @samp{--concatenate} works, create two small archives
3782 called @file{bluesrock.tar} and @file{folkjazz.tar}, using the relevant
3783 files from @file{practice}:
3784
3785 @example
3786 $ @kbd{tar -cvf bluesrock.tar blues rock}
3787 blues
3788 classical
3789 $ @kbd{tar -cvf folkjazz.tar folk jazz}
3790 folk
3791 jazz
3792 @end example
3793
3794 @noindent
3795 If you like, You can run @samp{tar --list} to make sure the archives
3796 contain what they are supposed to:
3797
3798 @example
3799 $ @kbd{tar -tvf bluesrock.tar}
3800 -rw-rw-rw- melissa user 105 1997-01-21 19:42 blues
3801 -rw-rw-rw- melissa user 33 1997-01-20 15:34 rock
3802 $ @kbd{tar -tvf folkjazz.tar}
3803 -rw-rw-rw- melissa user 20 1996-09-23 16:44 folk
3804 -rw-rw-rw- melissa user 65 1997-01-30 14:15 jazz
3805 @end example
3806
3807 We can concatenate these two archives with @command{tar}:
3808
3809 @example
3810 $ @kbd{cd ..}
3811 $ @kbd{tar --concatenate --file=bluesrock.tar jazzfolk.tar}
3812 @end example
3813
3814 If you now list the contents of the @file{bluesclass.tar}, you will see
3815 that now it also contains the archive members of @file{jazzfolk.tar}:
3816
3817 @example
3818 $ @kbd{tar --list --file=bluesrock.tar}
3819 blues
3820 rock
3821 jazz
3822 folk
3823 @end example
3824
3825 When you use @samp{--concatenate}, the source and target archives must
3826 already exist and must have been created using compatible format
3827 parameters. @FIXME-pxref{Matching Format Parameters}The new,
3828 concatenated archive will be called by the same name as the first
3829 archive listed on the command line. @FIXME{is there a way to specify a
3830 new name?}
3831
3832 Like @value{op-append}, this operation cannot be performed on some
3833 tape drives, due to deficiencies in the formats those tape drives use.
3834
3835 @cindex @code{concatenate} vs @command{cat}
3836 @cindex @command{cat} vs @code{concatenate}
3837 It may seem more intuitive to you to want or try to use @command{cat} to
3838 concatenate two archives instead of using the @samp{--concatenate}
3839 operation; after all, @command{cat} is the utility for combining files.
3840
3841 However, @command{tar} archives incorporate an end-of-file marker which
3842 must be removed if the concatenated archives are to be read properly as
3843 one archive. @samp{--concatenate} removes the end-of-archive marker
3844 from the target archive before each new archive is appended. If you use
3845 @command{cat} to combine the archives, the result will not be a valid
3846 @command{tar} format archive. If you need to retrieve files from an
3847 archive that was added to using the @command{cat} utility, use the
3848 @value{op-ignore-zeros} option. @xref{Ignore Zeros}, for further
3849 information on dealing with archives improperly combined using the
3850 @command{cat} shell utility.
3851
3852 @FIXME{this shouldn't go here. where should it go?} You must specify
3853 the source archives using @value{op-file} (@value{pxref-file}). If you
3854 do not specify the target archive, @command{tar} uses the value of the
3855 environment variable @env{TAPE}, or, if this has not been set, the
3856 default archive name.
3857
3858 @node delete
3859 @subsection Removing Archive Members Using @samp{--delete}
3860 @UNREVISED
3861 @cindex Deleting files from an archive
3862 @cindex Removing files from an archive
3863
3864 You can remove members from an archive by using the @value{op-delete}
3865 option. Specify the name of the archive with @value{op-file} and then
3866 specify the names of the members to be deleted; if you list no member
3867 names, nothing will be deleted. The @value{op-verbose} option will
3868 cause @command{tar} to print the names of the members as they are deleted.
3869 As with @value{op-extract}, you must give the exact member names when
3870 using @samp{tar --delete}. @samp{--delete} will remove all versions of
3871 the named file from the archive. The @samp{--delete} operation can run
3872 very slowly.
3873
3874 Unlike other operations, @samp{--delete} has no short form.
3875
3876 @cindex Tapes, using @code{--delete} and
3877 @cindex Deleting from tape archives
3878 This operation will rewrite the archive. You can only use
3879 @samp{--delete} on an archive if the archive device allows you to
3880 write to any point on the media, such as a disk; because of this, it
3881 does not work on magnetic tapes. Do not try to delete an archive member
3882 from a magnetic tape; the action will not succeed, and you will be
3883 likely to scramble the archive and damage your tape. There is no safe
3884 way (except by completely re-writing the archive) to delete files from
3885 most kinds of magnetic tape. @xref{Media}.
3886
3887 To delete all versions of the file @file{blues} from the archive
3888 @file{collection.tar} in the @file{practice} directory, make sure you
3889 are in that directory, and then,
3890
3891 @example
3892 $ @kbd{tar --list --file=collection.tar}
3893 blues
3894 folk
3895 jazz
3896 rock
3897 practice/blues
3898 practice/folk
3899 practice/jazz
3900 practice/rock
3901 practice/blues
3902 $ @kbd{tar --delete --file=collection.tar blues}
3903 $ @kbd{tar --list --file=collection.tar}
3904 folk
3905 jazz
3906 rock
3907 $
3908 @end example
3909
3910 @FIXME{I changed the order of these nodes around and haven't had a chance
3911 to fix the above example's results, yet. I have to play with this and
3912 follow it and see what it actually does!}
3913
3914 The @value{op-delete} option has been reported to work properly when
3915 @command{tar} acts as a filter from @code{stdin} to @code{stdout}.
3916
3917 @node compare
3918 @subsection Comparing Archive Members with the File System
3919 @cindex Verifying the currency of an archive
3920 @UNREVISED
3921
3922 The @samp{--compare} (@samp{-d}), or @samp{--diff} operation compares
3923 specified archive members against files with the same names, and then
3924 reports differences in file size, mode, owner, modification date and
3925 contents. You should @emph{only} specify archive member names, not file
3926 names. If you do not name any members, then @command{tar} will compare the
3927 entire archive. If a file is represented in the archive but does not
3928 exist in the file system, @command{tar} reports a difference.
3929
3930 You have to specify the record size of the archive when modifying an
3931 archive with a non-default record size.
3932
3933 @command{tar} ignores files in the file system that do not have
3934 corresponding members in the archive.
3935
3936 The following example compares the archive members @file{rock},
3937 @file{blues} and @file{funk} in the archive @file{bluesrock.tar} with
3938 files of the same name in the file system. (Note that there is no file,
3939 @file{funk}; @command{tar} will report an error message.)
3940
3941 @example
3942 $ @kbd{tar --compare --file=bluesrock.tar rock blues funk}
3943 rock
3944 blues
3945 tar: funk not found in archive
3946 @end example
3947
3948 @noindent
3949 @FIXME{what does this actually depend on? i'm making a guess,
3950 here.}Depending on the system where you are running @command{tar} and the
3951 version you are running, @command{tar} may have a different error message,
3952 such as:
3953
3954 @example
3955 funk: does not exist
3956 @end example
3957
3958 @FIXME-xref{somewhere, for more information about format parameters.
3959 Melissa says: such as "format variations"? But why? Clearly I don't
3960 get it yet; I'll deal when I get to that section.}
3961
3962 The spirit behind the @value{op-compare} option is to check whether the
3963 archive represents the current state of files on disk, more than validating
3964 the integrity of the archive media. For this later goal, @xref{verify}.
3965
3966 @node create options
3967 @section Options Used by @code{--create}
3968
3969 The previous chapter described the basics of how to use
3970 @value{op-create} to create an archive from a set of files.
3971 @xref{create}. This section described advanced options to be used with
3972 @samp{--create}.
3973
3974 @menu
3975 * Ignore Failed Read::
3976 @end menu
3977
3978 @node Ignore Failed Read
3979 @subsection Ignore Fail Read
3980
3981 @table @kbd
3982 @item --ignore-failed-read
3983 Do not exit with nonzero on unreadable files or directories.
3984 @end table
3985
3986 @node extract options
3987 @section Options Used by @code{--extract}
3988 @UNREVISED
3989
3990 @FIXME{i need to get dan to go over these options with me and see if
3991 there's a better way of organizing them.}
3992
3993 The previous chapter showed how to use @value{op-extract} to extract
3994 an archive into the filesystem. Various options cause @command{tar} to
3995 extract more information than just file contents, such as the owner,
3996 the permissions, the modification date, and so forth. This section
3997 presents options to be used with @samp{--extract} when certain special
3998 considerations arise. You may review the information presented in
3999 @ref{extract} for more basic information about the
4000 @samp{--extract} operation.
4001
4002 @menu
4003 * Reading:: Options to Help Read Archives
4004 * Writing:: Changing How @command{tar} Writes Files
4005 * Scarce:: Coping with Scarce Resources
4006 @end menu
4007
4008 @node Reading
4009 @subsection Options to Help Read Archives
4010 @cindex Options when reading archives
4011 @cindex Reading incomplete records
4012 @cindex Records, incomplete
4013 @cindex End-of-archive entries, ignoring
4014 @cindex Ignoring end-of-archive entries
4015 @cindex Large lists of file names on small machines
4016 @cindex Small memory
4017 @cindex Running out of space
4018 @UNREVISED
4019
4020 Normally, @command{tar} will request data in full record increments from
4021 an archive storage device. If the device cannot return a full record,
4022 @command{tar} will report an error. However, some devices do not always
4023 return full records, or do not require the last record of an archive to
4024 be padded out to the next record boundary. To keep reading until you
4025 obtain a full record, or to accept an incomplete record if it contains
4026 an end-of-archive marker, specify the @value{op-read-full-records} option
4027 in conjunction with the @value{op-extract} or @value{op-list} operations.
4028 @value{xref-read-full-records}.
4029
4030 The @value{op-read-full-records} option is turned on by default when
4031 @command{tar} reads an archive from standard input, or from a remote
4032 machine. This is because on BSD Unix systems, attempting to read a
4033 pipe returns however much happens to be in the pipe, even if it is
4034 less than was requested. If this option were not enabled, @command{tar}
4035 would fail as soon as it read an incomplete record from the pipe.
4036
4037 If you're not sure of the blocking factor of an archive, you can
4038 read the archive by specifying @value{op-read-full-records} and
4039 @value{op-blocking-factor}, using a blocking factor larger than what the
4040 archive uses. This lets you avoid having to determine the blocking factor
4041 of an archive. @value{xref-blocking-factor}.
4042
4043 @menu
4044 * read full records::
4045 * Ignore Zeros::
4046 @end menu
4047
4048 @node read full records
4049 @unnumberedsubsubsec Reading Full Records
4050
4051 @FIXME{need sentence or so of intro here}
4052
4053 @table @kbd
4054 @item --read-full-records
4055 @item -B
4056 Use in conjunction with @value{op-extract} to read an archive which
4057 contains incomplete records, or one which has a blocking factor less
4058 than the one specified.
4059 @end table
4060
4061 @node Ignore Zeros
4062 @unnumberedsubsubsec Ignoring Blocks of Zeros
4063
4064 Normally, @command{tar} stops reading when it encounters a block of zeros
4065 between file entries (which usually indicates the end of the archive).
4066 @value{op-ignore-zeros} allows @command{tar} to completely read an archive
4067 which contains a block of zeros before the end (i.e.@: a damaged
4068 archive, or one which was created by concatenating several archives
4069 together).
4070
4071 The @value{op-ignore-zeros} option is turned off by default because many
4072 versions of @command{tar} write garbage after the end-of-archive entry,
4073 since that part of the media is never supposed to be read. @sc{gnu}
4074 @command{tar} does not write after the end of an archive, but seeks to
4075 maintain compatiblity among archiving utilities.
4076
4077 @table @kbd
4078 @item --ignore-zeros
4079 @itemx -i
4080 To ignore blocks of zeros (ie.@: end-of-archive entries) which may be
4081 encountered while reading an archive. Use in conjunction with
4082 @value{op-extract} or @value{op-list}.
4083 @end table
4084
4085 @node Writing
4086 @subsection Changing How @command{tar} Writes Files
4087 @cindex Overwriting old files, prevention
4088 @cindex Protecting old files
4089 @cindex Modification times of extracted files
4090 @cindex Permissions of extracted files
4091 @cindex Modes of extracted files
4092 @cindex Writing extracted files to standard output
4093 @cindex Standard output, writing extracted files to
4094 @UNREVISED
4095
4096 @FIXME{need to mention the brand new option, --backup}
4097
4098 @menu
4099 * Dealing with Old Files::
4100 * Overwrite Old Files::
4101 * Keep Old Files::
4102 * Unlink First::
4103 * Recursive Unlink::
4104 * Modification Times::
4105 * Setting Access Permissions::
4106 * Writing to Standard Output::
4107 * remove files::
4108 @end menu
4109
4110 @node Dealing with Old Files
4111 @unnumberedsubsubsec Options Controlling the Overwriting of Existing Files
4112
4113 When extracting files, if @command{tar} discovers that the extracted
4114 file already exists, it normally replaces the file by removing it before
4115 extracting it, to prevent confusion in the presence of hard or symbolic
4116 links. (If the existing file is a symbolic link, it is removed, not
4117 followed.) However, if a directory cannot be removed because it is
4118 nonempty, @command{tar} neither removes it nor modifies its ownership,
4119 permissions, or time stamps.
4120
4121 To be more cautious and prevent existing files from being replaced, use
4122 the @value{op-keep-old-files} option. It causes @command{tar} to refuse
4123 to replace or update a file that already exists, i.e., a file with the
4124 same name as an archive member prevents extraction of that archive
4125 member.
4126
4127 To be more aggressive about altering existing files, use the
4128 @value{op-overwrite} option. It causes @command{tar} to overwrite
4129 existing files and to follow existing symbolic links when extracting.
4130
4131 Some people argue that @sc{gnu} @command{tar} should not hesitate to overwrite
4132 files with other files when extracting. When extracting a @command{tar}
4133 archive, they expect to see a faithful copy of the state of the filesystem
4134 when the archive was created. It is debatable that this would always
4135 be a proper behavior. For example, suppose one has an archive in
4136 which @file{usr/local} is a link to @file{usr/local2}. Since then,
4137 maybe the site removed the link and renamed the whole hierarchy from
4138 @file{/usr/local2} to @file{/usr/local}. Such things happen all the time.
4139 I guess it would not be welcome at all that @sc{gnu} @command{tar} removes the
4140 whole hierarchy just to make room for the link to be reinstated (unless it
4141 @emph{also} simultaneously restores the full @file{/usr/local2}, of course!
4142 @sc{gnu} @command{tar} is indeed able to remove a whole hierarchy to reestablish a
4143 symbolic link, for example, but @emph{only if} @value{op-recursive-unlink}
4144 is specified to allow this behavior. In any case, single files are
4145 silently removed.
4146
4147 Finally, the @value{op-unlink-first} option can improve performance in
4148 some cases by causing @command{tar} to remove files unconditionally
4149 before extracting them.
4150
4151 @node Overwrite Old Files
4152 @unnumberedsubsubsec Overwrite Old Files
4153
4154 @table @kbd
4155 @item --overwrite
4156 Overwrite existing files and directory metadata when extracting files
4157 from an archive.
4158
4159 This
4160 causes @command{tar} to write extracted files into the file system without
4161 regard to the files already on the system; i.e., files with the same
4162 names as archive members are overwritten when the archive is extracted.
4163 It also causes @command{tar} to extract the ownership, permissions,
4164 and time stamps onto any preexisting files or directories.
4165 If the name of a corresponding file name is a symbolic link, the file
4166 pointed to by the symbolic link will be overwritten instead of the
4167 symbolic link itself (if this is possible). Moreover, special devices,
4168 empty directories and even symbolic links are automatically removed if
4169 they are in the way of extraction.
4170
4171 Be careful when using the @value{op-overwrite} option, particularly when
4172 combined with the @value{op-absolute-names} option, as this combination
4173 can change the contents, ownership or permissions of any file on your
4174 system. Also, many systems do not take kindly to overwriting files that
4175 are currently being executed.
4176 @end table
4177
4178 @node Keep Old Files
4179 @unnumberedsubsubsec Keep Old Files
4180
4181 @table @kbd
4182 @item --keep-old-files
4183 @itemx -k
4184 Do not replace existing files from archive. The
4185 @value{op-keep-old-files} option prevents @command{tar} from replacing
4186 existing files with files with the same name from the archive.
4187 The @value{op-keep-old-files} option is meaningless with @value{op-list}.
4188 Prevents @command{tar} from replacing files in the file system during
4189 extraction.
4190 @end table
4191
4192 @node Unlink First
4193 @unnumberedsubsubsec Unlink First
4194
4195 @table @kbd
4196 @item --unlink-first
4197 @itemx -U
4198 Remove files before extracting over them.
4199 This can make @command{tar} run a bit faster if you know in advance
4200 that the extracted files all need to be removed. Normally this option
4201 slows @command{tar} down slightly, so it is disabled by default.
4202 @end table
4203
4204 @node Recursive Unlink
4205 @unnumberedsubsubsec Recursive Unlink
4206
4207 @table @kbd
4208 @item --recursive-unlink
4209 When this option is specified, try removing files and directory hierarchies
4210 before extracting over them. @emph{This is a dangerous option!}
4211 @end table
4212
4213 If you specify the @value{op-recursive-unlink} option,
4214 @command{tar} removes @emph{anything} that keeps you from extracting a file
4215 as far as current permissions will allow it. This could include removal
4216 of the contents of a full directory hierarchy.
4217
4218 @node Modification Times
4219 @unnumberedsubsubsec Setting Modification Times
4220
4221 Normally, @command{tar} sets the modification times of extracted files to
4222 the modification times recorded for the files in the archive, but
4223 limits the permissions of extracted files by the current @code{umask}
4224 setting.
4225
4226 To set the modification times of extracted files to the time when
4227 the files were extracted, use the @value{op-touch} option in
4228 conjunction with @value{op-extract}.
4229
4230 @table @kbd
4231 @item --touch
4232 @itemx -m
4233 Sets the modification time of extracted archive members to the time
4234 they were extracted, not the time recorded for them in the archive.
4235 Use in conjunction with @value{op-extract}.
4236 @end table
4237
4238 @node Setting Access Permissions
4239 @unnumberedsubsubsec Setting Access Permissions
4240
4241 To set the modes (access permissions) of extracted files to those
4242 recorded for those files in the archive, use @samp{--same-permissions}
4243 in conjunction with the @value{op-extract} operation. @FIXME{Should be
4244 aliased to ignore-umask.}
4245
4246 @table @kbd
4247 @item --preserve-permission
4248 @itemx --same-permission
4249 @itemx --ignore-umask
4250 @itemx -p
4251 Set modes of extracted archive members to those recorded in the
4252 archive, instead of current umask settings. Use in conjunction with
4253 @value{op-extract}.
4254 @end table
4255
4256 @FIXME{Following paragraph needs to be rewritten: why doesn't this cat
4257 files together, why is this useful. is it really useful with
4258 more than one file?}
4259
4260 @node Writing to Standard Output
4261 @unnumberedsubsubsec Writing to Standard Output
4262
4263 To write the extracted files to the standard output, instead of
4264 creating the files on the file system, use @value{op-to-stdout} in
4265 conjunction with @value{op-extract}. This option is useful if you are
4266 extracting files to send them through a pipe, and do not need to
4267 preserve them in the file system. If you extract multiple members,
4268 they appear on standard output concatenated, in the order they are
4269 found in the archive.
4270
4271 @table @kbd
4272 @item --to-stdout
4273 @itemx -O
4274 Writes files to the standard output. Used in conjunction with
4275 @value{op-extract}. Extract files to standard output. When this option
4276 is used, instead of creating the files specified, @command{tar} writes
4277 the contents of the files extracted to its standard output. This may
4278 be useful if you are only extracting the files in order to send them
4279 through a pipe. This option is meaningless with @value{op-list}.
4280 @end table
4281
4282 @FIXME{Why would you want to do such a thing, how are files separated on
4283 the standard output? is this useful with more that one file? Are
4284 pipes the real reason?}
4285
4286 @node remove files
4287 @unnumberedsubsubsec Removing Files
4288
4289 @FIXME{the various macros in the front of the manual think that this
4290 option goes in this section. i have no idea; i only know it's nowhere
4291 else in the book...}
4292
4293 @table @kbd
4294 @item --remove-files
4295 Remove files after adding them to the archive.
4296 @end table
4297
4298 @node Scarce
4299 @subsection Coping with Scarce Resources
4300 @cindex Middle of the archive, starting in the
4301 @cindex Running out of space during extraction
4302 @cindex Disk space, running out of
4303 @cindex Space on the disk, recovering from lack of
4304 @UNREVISED
4305
4306 @menu
4307 * Starting File::
4308 * Same Order::
4309 @end menu
4310
4311 @node Starting File
4312 @unnumberedsubsubsec Starting File
4313
4314 @table @kbd
4315 @item --starting-file=@var{name}
4316 @itemx -K @var{name}
4317 Starts an operation in the middle of an archive. Use in conjunction
4318 with @value{op-extract} or @value{op-list}.
4319 @end table
4320
4321 If a previous attempt to extract files failed due to lack of disk
4322 space, you can use @value{op-starting-file} to start extracting only
4323 after member @var{name} of the archive. This assumes, of course, that
4324 there is now free space, or that you are now extracting into a
4325 different file system. (You could also choose to suspend @command{tar},
4326 remove unnecessary files from the file system, and then restart the
4327 same @command{tar} operation. In this case, @value{op-starting-file} is
4328 not necessary. @value{xref-incremental}, @value{xref-interactive},
4329 and @value{ref-exclude}.)
4330
4331 @node Same Order
4332 @unnumberedsubsubsec Same Order
4333
4334 @table @kbd
4335 @item --same-order
4336 @itemx --preserve-order
4337 @itemx -s
4338 To process large lists of file names on machines with small amounts of
4339 memory. Use in conjunction with @value{op-compare},
4340 @value{op-list}
4341 or @value{op-extract}.
4342 @end table
4343
4344 @FIXME{we don't need/want --preserve to exist any more (from melissa:
4345 ie, don't want that *version* of the option to exist, or don't want
4346 the option to exist in either version?}
4347
4348 @FIXME{i think this explanation is lacking.}
4349
4350 The @value{op-same-order} option tells @command{tar} that the list of file
4351 names to be listed or extracted is sorted in the same order as the
4352 files in the archive. This allows a large list of names to be used,
4353 even on a small machine that would not otherwise be able to hold all
4354 the names in memory at the same time. Such a sorted list can easily be
4355 created by running @samp{tar -t} on the archive and editing its output.
4356
4357 This option is probably never needed on modern computer systems.
4358
4359 @node backup
4360 @section Backup options
4361
4362 @cindex backup options
4363
4364 @sc{gnu} @command{tar} offers options for making backups of files before writing
4365 new versions. These options control the details of these backups.
4366 They may apply to the archive itself before it is created or rewritten,
4367 as well as individual extracted members. Other @sc{gnu} programs (@command{cp},
4368 @command{install}, @command{ln}, and @command{mv}, for example) offer similar
4369 options.
4370
4371 Backup options may prove unexpectedly useful when extracting archives
4372 containing many members having identical name, or when extracting archives
4373 on systems having file name limitations, making different members appear
4374 has having similar names through the side-effect of name truncation.
4375 (This is true only if we have a good scheme for truncated backup names,
4376 which I'm not sure at all: I suspect work is needed in this area.)
4377 When any existing file is backed up before being overwritten by extraction,
4378 then clashing files are automatically be renamed to be unique, and the
4379 true name is kept for only the last file of a series of clashing files.
4380 By using verbose mode, users may track exactly what happens.
4381
4382 At the detail level, some decisions are still experimental, and may
4383 change in the future, we are waiting comments from our users. So, please
4384 do not learn to depend blindly on the details of the backup features.
4385 For example, currently, directories themselves are never renamed through
4386 using these options, so, extracting a file over a directory still has
4387 good chances to fail. Also, backup options apply to created archives,
4388 not only to extracted members. For created archives, backups will not
4389 be attempted when the archive is a block or character device, or when it
4390 refers to a remote file.
4391
4392 For the sake of simplicity and efficiency, backups are made by renaming old
4393 files prior to creation or extraction, and not by copying. The original
4394 name is restored if the file creation fails. If a failure occurs after a
4395 partial extraction of a file, both the backup and the partially extracted
4396 file are kept.
4397
4398 @table @samp
4399
4400 @item --backup[=@var{method}]
4401 @opindex --backup
4402 @vindex VERSION_CONTROL
4403 @cindex backups
4404 Back up files that are about to be overwritten or removed.
4405 Without this option, the original versions are destroyed.
4406
4407 Use @var{method} to determine the type of backups made.
4408 If @var{method} is not specified, use the value of the @env{VERSION_CONTROL}
4409 environment variable. And if @env{VERSION_CONTROL} is not set,
4410 use the @samp{existing} method.
4411
4412 @vindex version-control @r{Emacs variable}
4413 This option corresponds to the Emacs variable @samp{version-control};
4414 the same values for @var{method} are accepted as in Emacs. This option
4415 also allows more descriptive names. The valid @var{method}s are:
4416
4417 @table @samp
4418 @item t
4419 @itemx numbered
4420 @opindex numbered @r{backup method}
4421 Always make numbered backups.
4422
4423 @item nil
4424 @itemx existing
4425 @opindex existing @r{backup method}
4426 Make numbered backups of files that already have them, simple backups
4427 of the others.
4428
4429 @item never
4430 @itemx simple
4431 @opindex simple @r{backup method}
4432 Always make simple backups.
4433
4434 @end table
4435
4436 @item --suffix=@var{suffix}
4437 @opindex --suffix
4438 @cindex backup suffix
4439 @vindex SIMPLE_BACKUP_SUFFIX
4440 Append @var{suffix} to each backup file made with @samp{--backup}. If this
4441 option is not specified, the value of the @env{SIMPLE_BACKUP_SUFFIX}
4442 environment variable is used. And if @env{SIMPLE_BACKUP_SUFFIX} is not
4443 set, the default is @samp{~}, just as in Emacs.
4444
4445 @end table
4446
4447 Some people express the desire to @emph{always} use the @value{op-backup}
4448 option, by defining some kind of alias or script. This is not as easy
4449 as one may think, due to the fact that old style options should appear first
4450 and consume arguments a bit unpredictably for an alias or script. But,
4451 if you are ready to give up using old style options, you may resort to
4452 using something like (a Bourne shell function here):
4453
4454 @example
4455 tar () @{ /usr/local/bin/tar --backup $*; @}
4456 @end example
4457
4458 @node Applications
4459 @section Notable @command{tar} Usages
4460 @UNREVISED
4461
4462 @FIXME{Using Unix file linking capability to recreate directory
4463 structures---linking files into one subdirectory and then
4464 @command{tar}ring that directory.}
4465
4466 @FIXME{Nice hairy example using absolute-names, newer, etc.}
4467
4468 @findex uuencode
4469 You can easily use archive files to transport a group of files from
4470 one system to another: put all relevant files into an archive on one
4471 computer system, transfer the archive to another system, and extract
4472 the contents there. The basic transfer medium might be magnetic tape,
4473 Internet FTP, or even electronic mail (though you must encode the
4474 archive with @command{uuencode} in order to transport it properly by
4475 mail). Both machines do not have to use the same operating system, as
4476 long as they both support the @command{tar} program.
4477
4478 For example, here is how you might copy a directory's contents from
4479 one disk to another, while preserving the dates, modes, owners and
4480 link-structure of all the files therein. In this case, the transfer
4481 medium is a @dfn{pipe}, which is one a Unix redirection mechanism:
4482
4483 @smallexample
4484 $ @kbd{cd sourcedir; tar -cf - . | (cd targetdir; tar -xf -)}
4485 @end smallexample
4486
4487 @noindent
4488 The command also works using short option forms:
4489
4490 @FIXME{The following using standard input/output correct??}
4491 @smallexample
4492 $ @w{@kbd{cd sourcedir; tar --create --file=- . | (cd targetdir; tar --extract --file=-)}}
4493 @end smallexample
4494
4495 @noindent
4496 This is one of the easiest methods to transfer a @command{tar} archive.
4497
4498 @node looking ahead
4499 @section Looking Ahead: The Rest of this Manual
4500
4501 You have now seen how to use all eight of the operations available to
4502 @command{tar}, and a number of the possible options. The next chapter
4503 explains how to choose and change file and archive names, how to use
4504 files to store names of other files which you can then call as
4505 arguments to @command{tar} (this can help you save time if you expect to
4506 archive the same list of files a number of times), and so forth.
4507 @FIXME{in case it's not obvious, i'm making this up in some sense
4508 based on my imited memory of what the next chapter *really* does. i
4509 just wanted to flesh out this final section a little bit so i'd
4510 remember to sitck it in here. :-)}
4511
4512 If there are too many files to conveniently list on the command line,
4513 you can list the names in a file, and @command{tar} will read that file.
4514 @value{xref-files-from}.
4515
4516 There are various ways of causing @command{tar} to skip over some files,
4517 and not archive them. @xref{Choosing}.
4518
4519 @node Backups
4520 @chapter Performing Backups and Restoring Files
4521 @UNREVISED
4522
4523 @sc{gnu} @command{tar} is distributed along with the scripts which the Free
4524 Software Foundation uses for performing backups. There is no corresponding
4525 scripts available yet for doing restoration of files. Even if there is
4526 a good chance those scripts may be satisfying to you, they are not the
4527 only scripts or methods available for doing backups and restore. You may
4528 well create your own, or use more sophisticated packages dedicated to
4529 that purpose.
4530
4531 Some users are enthusiastic about @code{Amanda} (The Advanced Maryland
4532 Automatic Network Disk Archiver), a backup system developed by James
4533 da Silva @file{jds@@cs.umd.edu} and available on many Unix systems.
4534 This is free software, and it is available at these places:
4535
4536 @example
4537 http://www.cs.umd.edu/projects/amanda/amanda.html
4538 ftp://ftp.cs.umd.edu/pub/amanda
4539 @end example
4540
4541 @ifclear PUBLISH
4542
4543 Here is a possible plan for a future documentation about the backuping
4544 scripts which are provided within the @sc{gnu} @command{tar} distribution.
4545
4546 @example
4547 .* dumps
4548 . + what are dumps
4549
4550 . + different levels of dumps
4551 . - full dump = dump everything
4552 . - level 1, level 2 dumps etc, -
4553 A level n dump dumps everything changed since the last level
4554 n-1 dump (?)
4555
4556 . + how to use scripts for dumps (ie, the concept)
4557 . - scripts to run after editing backup specs (details)
4558
4559 . + Backup Specs, what is it.
4560 . - how to customize
4561 . - actual text of script [/sp/dump/backup-specs]
4562
4563 . + Problems
4564 . - rsh doesn't work
4565 . - rtape isn't installed
4566 . - (others?)
4567
4568 . + the --incremental option of tar
4569
4570 . + tapes
4571 . - write protection
4572 . - types of media
4573 . : different sizes and types, useful for different things
4574 . - files and tape marks
4575 one tape mark between files, two at end.
4576 . - positioning the tape
4577 MT writes two at end of write,
4578 backspaces over one when writing again.
4579 @end example
4580
4581 @end ifclear
4582
4583 This chapter documents both the provided FSF scripts and @command{tar}
4584 options which are more specific to usage as a backup tool.
4585
4586 To @dfn{back up} a file system means to create archives that contain
4587 all the files in that file system. Those archives can then be used to
4588 restore any or all of those files (for instance if a disk crashes or a
4589 file is accidentally deleted). File system @dfn{backups} are also
4590 called @dfn{dumps}.
4591
4592 @menu
4593 * Full Dumps:: Using @command{tar} to Perform Full Dumps
4594 * Inc Dumps:: Using @command{tar} to Perform Incremental Dumps
4595 * incremental and listed-incremental:: The Incremental Options
4596 * Backup Levels:: Levels of Backups
4597 * Backup Parameters:: Setting Parameters for Backups and Restoration
4598 * Scripted Backups:: Using the Backup Scripts
4599 * Scripted Restoration:: Using the Restore Script
4600 @end menu
4601
4602 @node Full Dumps
4603 @section Using @command{tar} to Perform Full Dumps
4604 @UNREVISED
4605
4606 @cindex full dumps
4607 @cindex dumps, full
4608
4609 @cindex corrupted archives
4610 Full dumps should only be made when no other people or programs
4611 are modifying files in the filesystem. If files are modified while
4612 @command{tar} is making the backup, they may not be stored properly in
4613 the archive, in which case you won't be able to restore them if you
4614 have to. (Files not being modified are written with no trouble, and do
4615 not corrupt the entire archive.)
4616
4617 You will want to use the @value{op-label} option to give the archive a
4618 volume label, so you can tell what this archive is even if the label
4619 falls off the tape, or anything like that.
4620
4621 Unless the filesystem you are dumping is guaranteed to fit on
4622 one volume, you will need to use the @value{op-multi-volume} option.
4623 Make sure you have enough tapes on hand to complete the backup.
4624
4625 If you want to dump each filesystem separately you will need to use
4626 the @value{op-one-file-system} option to prevent @command{tar} from crossing
4627 filesystem boundaries when storing (sub)directories.
4628
4629 The @value{op-incremental} option is not needed, since this is a complete
4630 copy of everything in the filesystem, and a full restore from this
4631 backup would only be done onto a completely empty disk.
4632
4633 Unless you are in a hurry, and trust the @command{tar} program (and your
4634 tapes), it is a good idea to use the @value{op-verify} option, to make
4635 sure your files really made it onto the dump properly. This will
4636 also detect cases where the file was modified while (or just after)
4637 it was being archived. Not all media (notably cartridge tapes) are
4638 capable of being verified, unfortunately.
4639
4640 @value{op-listed-incremental} take a file name argument always. If the
4641 file doesn't exist, run a level zero dump, creating the file. If the
4642 file exists, uses that file to see what has changed.
4643
4644 @value{op-incremental} @FIXME{look it up}
4645
4646 @value{op-incremental} handle old @sc{gnu}-format incremental backup.
4647
4648 This option should only be used when creating an incremental backup of
4649 a filesystem. When the @value{op-incremental} option is used, @command{tar}
4650 writes, at the beginning of the archive, an entry for each of the
4651 directories that will be operated on. The entry for a directory
4652 includes a list of all the files in the directory at the time the
4653 dump was done, and a flag for each file indicating whether the file
4654 is going to be put in the archive. This information is used when
4655 doing a complete incremental restore.
4656
4657 Note that this option causes @command{tar} to create a non-standard
4658 archive that may not be readable by non-@sc{gnu} versions of the @command{tar}
4659 program.
4660
4661 The @value{op-incremental} option means the archive is an incremental
4662 backup. Its meaning depends on the command that it modifies.
4663
4664 If the @value{op-incremental} option is used with @value{op-list}, @command{tar}
4665 will list, for each directory in the archive, the list of files in
4666 that directory at the time the archive was created. This information
4667 is put out in a format that is not easy for humans to read, but which
4668 is unambiguous for a program: each file name is preceded by either a
4669 @samp{Y} if the file is present in the archive, an @samp{N} if the
4670 file is not included in the archive, or a @samp{D} if the file is
4671 a directory (and is included in the archive). Each file name is
4672 terminated by a null character. The last file is followed by an
4673 additional null and a newline to indicate the end of the data.
4674
4675 If the @value{op-incremental} option is used with @value{op-extract}, then
4676 when the entry for a directory is found, all files that currently
4677 exist in that directory but are not listed in the archive @emph{are
4678 deleted from the directory}.
4679
4680 This behavior is convenient when you are restoring a damaged file
4681 system from a succession of incremental backups: it restores the
4682 entire state of the file system to that which obtained when the backup
4683 was made. If you don't use @value{op-incremental}, the file system will
4684 probably fill up with files that shouldn't exist any more.
4685
4686 @value{op-listed-incremental} handle new @sc{gnu}-format incremental backup.
4687 This option handles new @sc{gnu}-format incremental backup. It has much the
4688 same effect as @value{op-incremental}, but also the time when the dump
4689 is done and the list of directories dumped is written to the given
4690 @var{file}. When restoring, only files newer than the saved time are
4691 restored, and the directory list is used to speed up operations.
4692
4693 @value{op-listed-incremental} acts like @value{op-incremental}, but when
4694 used in conjunction with @value{op-create} will also cause @command{tar} to
4695 use the file @var{file}, which contains information about the state
4696 of the filesystem at the time of the last backup, to decide which
4697 files to include in the archive being created. That file will then
4698 be updated by @command{tar}. If the file @var{file} does not exist when
4699 this option is specified, @command{tar} will create it, and include all
4700 appropriate files in the archive.
4701
4702 The file, which is archive independent, contains the date it was last
4703 modified and a list of devices, inode numbers and directory names.
4704 @command{tar} will archive files with newer mod dates or inode change
4705 times, and directories with an unchanged inode number and device but
4706 a changed directory name. The file is updated after the files to
4707 be archived are determined, but before the new archive is actually
4708 created.
4709
4710 @sc{gnu} @command{tar} actually writes the file twice: once before the data
4711 and written, and once after.
4712
4713 @node Inc Dumps
4714 @section Using @command{tar} to Perform Incremental Dumps
4715 @UNREVISED
4716
4717 @cindex incremental dumps
4718 @cindex dumps, incremental
4719
4720 Performing incremental dumps is similar to performing full dumps,
4721 although a few more options will usually be needed.
4722
4723 A standard scheme is to do a @emph{monthly} (full) dump once a month,
4724 a @emph{weekly} dump once a week of everything since the last monthly
4725 and a @emph{daily} every day of everything since the last (weekly or
4726 monthly) dump.
4727
4728 Here is a sample script to dump the directory hierarchies @samp{/usr}
4729 and @samp{/var}.
4730
4731 @example
4732 #! /bin/sh
4733 tar --create \
4734 --blocking-factor=126 \
4735 --file=/dev/rmt/0 \
4736 --label="`hostname` /usr /var `date +%Y-%m-%d`" \
4737 --listed-incremental=/var/log/usr-var.snar \
4738 --verbose \
4739 /usr /var
4740 @end example
4741
4742 This script uses the file @file{/var/log/usr-var.snar} as a snapshot to
4743 store information about the previous tar dump.
4744
4745 The blocking factor 126 is an attempt to make the tape drive stream.
4746 Some tape devices cannot handle 64 kB blocks or larger, and require the
4747 block size to be a multiple of 1 kB; for these devices, 126 is the
4748 largest blocking factor that can be used.
4749
4750 @node incremental and listed-incremental
4751 @section The Incremental Options
4752 @UNREVISED
4753
4754 @value{op-incremental} is used in conjunction with @value{op-create},
4755 @value{op-extract} or @value{op-list} when backing up and restoring file
4756 systems. An archive cannot be extracted or listed with the
4757 @value{op-incremental} option specified unless it was created with the
4758 option specified. This option should only be used by a script, not by
4759 the user, and is usually disregarded in favor of
4760 @value{op-listed-incremental}, which is described below.
4761
4762 @value{op-incremental} in conjunction with @value{op-create} causes
4763 @command{tar} to write, at the beginning of the archive, an entry for
4764 each of the directories that will be archived. The entry for a
4765 directory includes a list of all the files in the directory at the
4766 time the archive was created and a flag for each file indicating
4767 whether or not the file is going to be put in the archive.
4768
4769 Note that this option causes @command{tar} to create a non-standard
4770 archive that may not be readable by non-@sc{gnu} versions of the @command{tar}
4771 program.
4772
4773 @value{op-incremental} in conjunction with @value{op-extract} causes
4774 @command{tar} to read the lists of directory contents previously stored
4775 in the archive, @emph{delete} files in the file system that did not
4776 exist in their directories when the archive was created, and then
4777 extract the files in the archive.
4778
4779 This behavior is convenient when restoring a damaged file system from
4780 a succession of incremental backups: it restores the entire state of
4781 the file system to that which obtained when the backup was made. If
4782 @value{op-incremental} isn't specified, the file system will probably
4783 fill up with files that shouldn't exist any more.
4784
4785 @value{op-incremental} in conjunction with @value{op-list} causes
4786 @command{tar} to print, for each directory in the archive, the list of
4787 files in that directory at the time the archive was created. This
4788 information is put out in a format that is not easy for humans to
4789 read, but which is unambiguous for a program: each file name is
4790 preceded by either a @samp{Y} if the file is present in the archive,
4791 an @samp{N} if the file is not included in the archive, or a @samp{D}
4792 if the file is a directory (and is included in the archive). Each
4793 file name is terminated by a null character. The last file is followed
4794 by an additional null and a newline to indicate the end of the data.
4795
4796 @value{op-listed-incremental} acts like @value{op-incremental}, but when
4797 used in conjunction with @value{op-create} will also cause @command{tar}
4798 to use the file @var{snapshot-file}, which contains information about
4799 the state of the file system at the time of the last backup, to decide
4800 which files to include in the archive being created. That file will
4801 then be updated by @command{tar}. If the file @var{file} does not exist
4802 when this option is specified, @command{tar} will create it, and include
4803 all appropriate files in the archive.
4804
4805 The file @var{file}, which is archive independent, contains the date
4806 it was last modified and a list of devices, inode numbers and
4807 directory names. @command{tar} will archive files with newer mod dates
4808 or inode change times, and directories with an unchanged inode number
4809 and device but a changed directory name. The file is updated after
4810 the files to be archived are determined, but before the new archive is
4811 actually created.
4812
4813 Incremental dumps depend crucially on time stamps, so the results are
4814 unreliable if you modify a file's time stamps during dumping (e.g.@:
4815 with the @samp{--atime-preserve} option), or if you set the clock
4816 backwards.
4817
4818 Despite it should be obvious that a device has a non-volatile value, NFS
4819 devices have non-dependable values when an automounter gets in the picture.
4820 This led to a great deal of spurious redumping in incremental dumps,
4821 so it is somewhat useless to compare two NFS devices numbers over time.
4822 So @command{tar} now considers all NFS devices as being equal when it comes
4823 to comparing directories; this is fairly gross, but there does not seem
4824 to be a better way to go.
4825
4826 @FIXME{this section needs to be written}
4827
4828 @node Backup Levels
4829 @section Levels of Backups
4830 @UNREVISED
4831
4832 An archive containing all the files in the file system is called a
4833 @dfn{full backup} or @dfn{full dump}. You could insure your data by
4834 creating a full dump every day. This strategy, however, would waste a
4835 substantial amount of archive media and user time, as unchanged files
4836 are daily re-archived.
4837
4838 It is more efficient to do a full dump only occasionally. To back up
4839 files between full dumps, you can a incremental dump. A @dfn{level
4840 one} dump archives all the files that have changed since the last full
4841 dump.
4842
4843 A typical dump strategy would be to perform a full dump once a week,
4844 and a level one dump once a day. This means some versions of files
4845 will in fact be archived more than once, but this dump strategy makes
4846 it possible to restore a file system to within one day of accuracy by
4847 only extracting two archives---the last weekly (full) dump and the
4848 last daily (level one) dump. The only information lost would be in
4849 files changed or created since the last daily backup. (Doing dumps
4850 more than once a day is usually not worth the trouble).
4851
4852 @sc{gnu} @command{tar} comes with scripts you can use to do full and level-one
4853 dumps. Using scripts (shell programs) to perform backups and
4854 restoration is a convenient and reliable alternative to typing out
4855 file name lists and @command{tar} commands by hand.
4856
4857 Before you use these scripts, you need to edit the file
4858 @file{backup-specs}, which specifies parameters used by the backup
4859 scripts and by the restore script. @FIXME{There is no such restore
4860 script!}@FIXME-xref{Script Syntax}Once the backup parameters
4861 are set, you can perform backups or restoration by running the
4862 appropriate script.
4863
4864 The name of the restore script is @code{restore}. @FIXME{There is
4865 no such restore script!}The names of the level one and full backup
4866 scripts are, respectively, @code{level-1} and @code{level-0}.
4867 The @code{level-0} script also exists under the name @code{weekly}, and
4868 the @code{level-1} under the name @code{daily}---these additional names
4869 can be changed according to your backup schedule. @FIXME-xref{Scripted
4870 Restoration, for more information on running the restoration script.}
4871 @FIXME-xref{Scripted Backups, for more information on running the
4872 backup scripts.}
4873
4874 @emph{Please Note:} The backup scripts and the restoration scripts are
4875 designed to be used together. While it is possible to restore files by
4876 hand from an archive which was created using a backup script, and to create
4877 an archive by hand which could then be extracted using the restore script,
4878 it is easier to use the scripts.@FIXME{There is no such restore script!}
4879 @value{xref-incremental}, and @value{xref-listed-incremental},
4880 before making such an attempt.
4881
4882 @FIXME{shorten node names}
4883
4884 @node Backup Parameters
4885 @section Setting Parameters for Backups and Restoration
4886 @UNREVISED
4887
4888 The file @file{backup-specs} specifies backup parameters for the
4889 backup and restoration scripts provided with @command{tar}. You must
4890 edit @file{backup-specs} to fit your system configuration and schedule
4891 before using these scripts.
4892
4893 @FIXME{This about backup scripts needs to be written: BS is a shell
4894 script .... thus ... @file{backup-specs} is in shell script syntax.}
4895
4896 @FIXME-xref{Script Syntax, for an explanation of this syntax.}
4897
4898 @FIXME{Whats a parameter .... looked at by the backup scripts
4899 ... which will be expecting to find ... now syntax ... value is linked
4900 to lame ... @file{backup-specs} specifies the following parameters:}
4901
4902 @table @samp
4903 @item ADMINISTRATOR
4904 The user name of the backup administrator.
4905
4906 @item BACKUP_HOUR
4907 The hour at which the backups are done. This can be a number from 0
4908 to 23, or the string @samp{now}.
4909
4910 @item TAPE_FILE
4911 The device @command{tar} writes the archive to. This device should be
4912 attached to the host on which the dump scripts are run.
4913
4914 @FIXME{examples for all ...}
4915
4916 @item TAPE_STATUS
4917 The command to use to obtain the status of the archive device,
4918 including error count. On some tape drives there may not be such a
4919 command; in that case, simply use @samp{TAPE_STATUS=false}.
4920
4921 @item BLOCKING
4922 The blocking factor @command{tar} will use when writing the dump archive.
4923 @value{xref-blocking-factor}.
4924
4925 @item BACKUP_DIRS
4926 A list of file systems to be dumped. You can include any directory
4927 name in the list---subdirectories on that file system will be
4928 included, regardless of how they may look to other networked machines.
4929 Subdirectories on other file systems will be ignored.
4930
4931 The host name specifies which host to run @command{tar} on, and should
4932 normally be the host that actually contains the file system. However,
4933 the host machine must have @sc{gnu} @command{tar} installed, and must be able
4934 to access the directory containing the backup scripts and their
4935 support files using the same file name that is used on the machine
4936 where the scripts are run (ie. what @command{pwd} will print when in that
4937 directory on that machine). If the host that contains the file system
4938 does not have this capability, you can specify another host as long as
4939 it can access the file system through NFS.
4940
4941 @item BACKUP_FILES
4942 A list of individual files to be dumped. These should be accessible
4943 from the machine on which the backup script is run.
4944
4945 @FIXME{Same file name, be specific. Through NFS ...}
4946
4947 @end table
4948
4949 @menu
4950 * backup-specs example:: An Example Text of @file{Backup-specs}
4951 * Script Syntax:: Syntax for @file{Backup-specs}
4952 @end menu
4953
4954 @node backup-specs example
4955 @subsection An Example Text of @file{Backup-specs}
4956 @UNREVISED
4957
4958 The following is the text of @file{backup-specs} as it appears at FSF:
4959
4960 @example
4961 # site-specific parameters for file system backup.
4962
4963 ADMINISTRATOR=friedman
4964 BACKUP_HOUR=1
4965 TAPE_FILE=/dev/nrsmt0
4966 TAPE_STATUS="mts -t $TAPE_FILE"
4967 BLOCKING=124
4968 BACKUP_DIRS="
4969 albert:/fs/fsf
4970 apple-gunkies:/gd
4971 albert:/fs/gd2
4972 albert:/fs/gp
4973 geech:/usr/jla
4974 churchy:/usr/roland
4975 albert:/
4976 albert:/usr
4977 apple-gunkies:/
4978 apple-gunkies:/usr
4979 gnu:/hack
4980 gnu:/u
4981 apple-gunkies:/com/mailer/gnu
4982 apple-gunkies:/com/archive/gnu"
4983
4984 BACKUP_FILES="/com/mailer/aliases /com/mailer/league*[a-z]"
4985
4986 @end example
4987
4988 @node Script Syntax
4989 @subsection Syntax for @file{Backup-specs}
4990 @UNREVISED
4991
4992 @file{backup-specs} is in shell script syntax. The following
4993 conventions should be considered when editing the script:
4994 @FIXME{"conventions?"}
4995
4996 A quoted string is considered to be contiguous, even if it is on more
4997 than one line. Therefore, you cannot include commented-out lines
4998 within a multi-line quoted string. BACKUP_FILES and BACKUP_DIRS are
4999 the two most likely parameters to be multi-line.
5000
5001 A quoted string typically cannot contain wildcards. In
5002 @file{backup-specs}, however, the parameters BACKUP_DIRS and
5003 BACKUP_FILES can contain wildcards.
5004
5005 @node Scripted Backups
5006 @section Using the Backup Scripts
5007 @UNREVISED
5008
5009 The syntax for running a backup script is:
5010
5011 @example
5012 @file{script-name} [@var{time-to-be-run}]
5013 @end example
5014
5015 where @var{time-to-be-run} can be a specific system time, or can be
5016 @kbd{now}. If you do not specify a time, the script runs at the time
5017 specified in @file{backup-specs}. @FIXME-pxref{Script Syntax}
5018
5019 You should start a script with a tape or disk mounted. Once you
5020 start a script, it prompts you for new tapes or disks as it
5021 needs them. Media volumes don't have to correspond to archive
5022 files---a multi-volume archive can be started in the middle of a
5023 tape that already contains the end of another multi-volume archive.
5024 The @code{restore} script prompts for media by its archive volume,
5025 so to avoid an error message you should keep track of which tape
5026 (or disk) contains which volume of the archive. @FIXME{There is
5027 no such restore script!} @FIXME-xref{Scripted Restoration}
5028 @FIXME{Have file names changed?}
5029
5030 The backup scripts write two files on the file system. The first is a
5031 record file in @file{/etc/tar-backup/}, which is used by the scripts
5032 to store and retrieve information about which files were dumped. This
5033 file is not meant to be read by humans, and should not be deleted by
5034 them. @FIXME-xref{incremental and listed-incremental, for a more
5035 detailed explanation of this file.}
5036
5037 The second file is a log file containing the names of the file systems
5038 and files dumped, what time the backup was made, and any error
5039 messages that were generated, as well as how much space was left in
5040 the media volume after the last volume of the archive was written.
5041 You should check this log file after every backup. The file name is
5042 @file{log-@var{mmm-ddd-yyyy}-level-1} or
5043 @file{log-@var{mmm-ddd-yyyy}-full}.
5044
5045 The script also prints the name of each system being dumped to the
5046 standard output.
5047
5048 @node Scripted Restoration
5049 @section Using the Restore Script
5050 @UNREVISED
5051
5052 @ifset PUBLISH
5053
5054 The @command{tar} distribution does not provide restoring scripts.
5055
5056 @end ifset
5057
5058 @ifclear PUBLISH
5059
5060 @quotation
5061 @strong{Warning:} The @sc{gnu} @command{tar} distribution does @emph{not}
5062 provide any such @code{restore} script yet. This section is only
5063 listed here for documentation maintenance purposes. In any case,
5064 all contents is subject to change as things develop.
5065 @end quotation
5066
5067 @FIXME{A section on non-scripted restore may be a good idea.}
5068
5069 To restore files that were archived using a scripted backup, use the
5070 @code{restore} script. The syntax for the script is:
5071
5072 where ***** are the file systems to restore from, and
5073 ***** is a regular expression which specifies which files to
5074 restore. If you specify --all, the script restores all the files
5075 in the file system.
5076
5077 You should start the restore script with the media containing the
5078 first volume of the archive mounted. The script will prompt for other
5079 volumes as they are needed. If the archive is on tape, you don't need
5080 to rewind the tape to to its beginning---if the tape head is
5081 positioned past the beginning of the archive, the script will rewind
5082 the tape as needed. @FIXME-xref{Media, for a discussion of tape
5083 positioning.}
5084
5085 If you specify @samp{--all} as the @var{files} argument, the
5086 @code{restore} script extracts all the files in the archived file
5087 system into the active file system.
5088
5089 @quotation
5090 @strong{Warning:} The script will delete files from the active file
5091 system if they were not in the file system when the archive was made.
5092 @end quotation
5093
5094 @value{xref-incremental}, and @value{ref-listed-incremental},
5095 for an explanation of how the script makes that determination.
5096
5097 @FIXME{this may be an option, not a given}
5098
5099 @end ifclear
5100
5101 @node Choosing
5102 @chapter Choosing Files and Names for @command{tar}
5103 @UNREVISED
5104
5105 @FIXME{Melissa (still) Doesn't Really Like This ``Intro'' Paragraph!!!}
5106
5107 Certain options to @command{tar} enable you to specify a name for your
5108 archive. Other options let you decide which files to include or exclude
5109 from the archive, based on when or whether files were modified, whether
5110 the file names do or don't match specified patterns, or whether files
5111 are in specified directories.
5112
5113 @menu
5114 * file:: Choosing the Archive's Name
5115 * Selecting Archive Members::
5116 * files:: Reading Names from a File
5117 * exclude:: Excluding Some Files
5118 * Wildcards::
5119 * after:: Operating Only on New Files
5120 * recurse:: Descending into Directories
5121 * one:: Crossing Filesystem Boundaries
5122 @end menu
5123
5124 @node file
5125 @section Choosing and Naming Archive Files
5126 @cindex Naming an archive
5127 @cindex Archive Name
5128 @cindex Directing output
5129 @cindex Choosing an archive file
5130 @cindex Where is the archive?
5131 @UNREVISED
5132
5133 @FIXME{should the title of this section actually be, "naming an
5134 archive"?}
5135
5136 By default, @command{tar} uses an archive file name that was compiled when
5137 it was built on the system; usually this name refers to some physical
5138 tape drive on the machine. However, the person who installed @command{tar}
5139 on the system may not set the default to a meaningful value as far as
5140 most users are concerned. As a result, you will usually want to tell
5141 @command{tar} where to find (or create) the archive. The @value{op-file}
5142 option allows you to either specify or name a file to use as the archive
5143 instead of the default archive file location.
5144
5145 @table @kbd
5146 @item --file=@var{archive-name}
5147 @itemx -f @var{archive-name}
5148 Name the archive to create or operate on. Use in conjunction with
5149 any operation.
5150 @end table
5151
5152 For example, in this @command{tar} command,
5153
5154 @example
5155 $ @kbd{tar -cvf collection.tar blues folk jazz}
5156 @end example
5157
5158 @noindent
5159 @file{collection.tar} is the name of the archive. It must directly
5160 follow the @samp{-f} option, since whatever directly follows @samp{-f}
5161 @emph{will} end up naming the archive. If you neglect to specify an
5162 archive name, you may end up overwriting a file in the working directory
5163 with the archive you create since @command{tar} will use this file's name
5164 for the archive name.
5165
5166 An archive can be saved as a file in the file system, sent through a
5167 pipe or over a network, or written to an I/O device such as a tape,
5168 floppy disk, or CD write drive.
5169
5170 @cindex Writing new archives
5171 @cindex Archive creation
5172 If you do not name the archive, @command{tar} uses the value of the
5173 environment variable @env{TAPE} as the file name for the archive. If
5174 that is not available, @command{tar} uses a default, compiled-in archive
5175 name, usually that for tape unit zero (ie. @file{/dev/tu00}).
5176 @command{tar} always needs an archive name.
5177
5178 If you use @file{-} as an @var{archive-name}, @command{tar} reads the
5179 archive from standard input (when listing or extracting files), or
5180 writes it to standard output (when creating an archive). If you use
5181 @file{-} as an @var{archive-name} when modifying an archive,
5182 @command{tar} reads the original archive from its standard input and
5183 writes the entire new archive to its standard output.
5184
5185 @FIXME{might want a different example here; this is already used in
5186 "notable tar usages".}
5187
5188 @example
5189 $ @kbd{cd sourcedir; tar -cf - . | (cd targetdir; tar -xf -)}
5190 @end example
5191
5192 @FIXME{help!}
5193
5194 @cindex Standard input and output
5195 @cindex tar to standard input and output
5196 To specify an archive file on a device attached to a remote machine,
5197 use the following:
5198
5199 @example
5200 @kbd{--file=@var{hostname}:/@var{dev}/@var{file name}}
5201 @end example
5202
5203 @noindent
5204 @command{tar} will complete the remote connection, if possible, and
5205 prompt you for a username and password. If you use
5206 @samp{--file=@@@var{hostname}:/@var{dev}/@var{file name}}, @command{tar}
5207 will complete the remote connection, if possible, using your username
5208 as the username on the remote machine.
5209
5210 If the archive file name includes a colon (@samp{:}), then it is assumed
5211 to be a file on another machine. If the archive file is
5212 @samp{@var{user}@@@var{host}:@var{file}}, then @var{file} is used on the
5213 host @var{host}. The remote host is accessed using the @command{rsh}
5214 program, with a username of @var{user}. If the username is omitted
5215 (along with the @samp{@@} sign), then your user name will be used.
5216 (This is the normal @command{rsh} behavior.) It is necessary for the
5217 remote machine, in addition to permitting your @command{rsh} access, to
5218 have the @file{/usr/ucb/rmt} program installed. If you need to use a
5219 file whose name includes a colon, then the remote tape drive behavior
5220 can be inhibited by using the @value{op-force-local} option.
5221
5222 @FIXME{i know we went over this yesterday, but bob (and now i do again,
5223 too) thinks it's out of the middle of nowhere. it doesn't seem to tie
5224 into what came before it well enough <<i moved it now, is it better
5225 here?>>. bob also comments that if Amanda isn't free software, we
5226 shouldn't mention it..}
5227
5228 When the archive is being created to @file{/dev/null}, @sc{gnu} @command{tar}
5229 tries to minimize input and output operations. The Amanda backup
5230 system, when used with @sc{gnu} @command{tar}, has an initial sizing pass which
5231 uses this feature.
5232
5233 @node Selecting Archive Members
5234 @section Selecting Archive Members
5235 @cindex Specifying files to act on
5236 @cindex Specifying archive members
5237
5238 @dfn{File Name arguments} specify which files in the file system
5239 @command{tar} operates on, when creating or adding to an archive, or which
5240 archive members @command{tar} operates on, when reading or deleting from
5241 an archive. @xref{Operations}.
5242
5243 To specify file names, you can include them as the last arguments on
5244 the command line, as follows:
5245 @smallexample
5246 @kbd{tar} @var{operation} [@var{option1} @var{option2} @dots{}] [@var{file name-1} @var{file name-2} @dots{}]
5247 @end smallexample
5248
5249 If you specify a directory name as a file name argument, all the files
5250 in that directory are operated on by @command{tar}.
5251
5252 If you do not specify files when @command{tar} is invoked with
5253 @value{op-create}, @command{tar} operates on all the non-directory files in
5254 the working directory. If you specify either @value{op-list} or
5255 @value{op-extract}, @command{tar} operates on all the archive members in the
5256 archive. If you specify any operation other than one of these three,
5257 @command{tar} does nothing.
5258
5259 By default, @command{tar} takes file names from the command line. However,
5260 there are other ways to specify file or member names, or to modify the
5261 manner in which @command{tar} selects the files or members upon which to
5262 operate. @FIXME{add xref here}In general, these methods work both for
5263 specifying the names of files and archive members.
5264
5265 @node files
5266 @section Reading Names from a File
5267 @UNREVISED
5268
5269 @cindex Reading file names from a file
5270 @cindex Lists of file names
5271 @cindex File Name arguments, alternatives
5272 Instead of giving the names of files or archive members on the command
5273 line, you can put the names into a file, and then use the
5274 @value{op-files-from} option to @command{tar}. Give the name of the file
5275 which contains the list of files to include as the argument to
5276 @samp{--files-from}. In the list, the file names should be separated by
5277 newlines. You will frequently use this option when you have generated
5278 the list of files to archive with the @command{find} utility.
5279
5280 @table @kbd
5281 @item --files-from=@var{file name}
5282 @itemx -T @var{file name}
5283 Get names to extract or create from file @var{file name}.
5284 @end table
5285
5286 If you give a single dash as a file name for @samp{--files-from}, (i.e.,
5287 you specify either @samp{--files-from=-} or @samp{-T -}), then the file
5288 names are read from standard input.
5289
5290 Unless you are running @command{tar} with @samp{--create}, you can not use
5291 both @samp{--files-from=-} and @samp{--file=-} (@samp{-f -}) in the same
5292 command.
5293
5294 @FIXME{add bob's example, from his message on 2-10-97}
5295
5296 The following example shows how to use @command{find} to generate a list of
5297 files smaller than 400K in length and put that list into a file
5298 called @file{small-files}. You can then use the @samp{-T} option to
5299 @command{tar} to specify the files from that file, @file{small-files}, to
5300 create the archive @file{little.tgz}. (The @samp{-z} option to
5301 @command{tar} compresses the archive with @command{gzip}; @pxref{gzip} for
5302 more information.)
5303
5304 @example
5305 $ @kbd{find . -size -400 -print > small-files}
5306 $ @kbd{tar -c -v -z -T small-files -f little.tgz}
5307 @end example
5308
5309 @noindent
5310 @FIXME{say more here to conclude the example/section?}
5311
5312 @menu
5313 * nul::
5314 @end menu
5315
5316 @node nul
5317 @subsection @kbd{NUL} Terminated File Names
5318
5319 @cindex File names, terminated by @kbd{NUL}
5320 @cindex @kbd{NUL} terminated file names
5321 The @value{op-null} option causes @value{op-files-from} to read file
5322 names terminated by a @code{NUL} instead of a newline, so files whose
5323 names contain newlines can be archived using @samp{--files-from}.
5324
5325 @table @kbd
5326 @item --null
5327 Only consider @kbd{NUL} terminated file names, instead of files that
5328 terminate in a newline.
5329 @end table
5330
5331 The @samp{--null} option is just like the one in @sc{gnu} @command{xargs} and
5332 @command{cpio}, and is useful with the @samp{-print0} predicate of @sc{gnu}
5333 @command{find}. In @command{tar}, @samp{--null} also causes
5334 @value{op-directory} options to be treated as file names to archive, in
5335 case there are any files out there called @file{-C}.
5336
5337 This example shows how to use @command{find} to generate a list of files
5338 larger than 800K in length and put that list into a file called
5339 @file{long-files}. The @samp{-print0} option to @command{find} just just
5340 like @samp{-print}, except that it separates files with a @kbd{NUL}
5341 rather than with a newline. You can then run @command{tar} with both the
5342 @samp{--null} and @samp{-T} options to specify that @command{tar} get the
5343 files from that file, @file{long-files}, to create the archive
5344 @file{big.tgz}. The @samp{--null} option to @command{tar} will cause
5345 @command{tar} to recognize the @kbd{NUL} separator between files.
5346
5347 @example
5348 $ @kbd{find . -size +800 -print0 > long-files}
5349 $ @kbd{tar -c -v --null --files-from=long-files --file=big.tar}
5350 @end example
5351
5352 @FIXME{say anything else here to conclude the section?}
5353
5354 @node exclude
5355 @section Excluding Some Files
5356 @cindex File names, excluding files by
5357 @cindex Excluding files by name and pattern
5358 @cindex Excluding files by file system
5359 @UNREVISED
5360
5361 To avoid operating on files whose names match a particular pattern,
5362 use the @value{op-exclude} or @value{op-exclude-from} options.
5363
5364 @table @kbd
5365 @item --exclude=@var{pattern}
5366 Causes @command{tar} to ignore files that match the @var{pattern}.
5367 @end table
5368
5369 @findex exclude
5370 The @value{op-exclude} option prevents any file or member whose name
5371 matches the shell wildcard (@var{pattern}) from being operated on.
5372 For example, to create an archive with all the contents of the directory
5373 @file{src} except for files whose names end in @file{.o}, use the
5374 command @samp{tar -cf src.tar --exclude='*.o' src}.
5375
5376 A @var{pattern} containing @samp{/} excludes a name if an initial
5377 subsequence of the name's components matches @var{pattern}; a
5378 @var{pattern} without @samp{/} excludes a name if it matches any of its
5379 name components. For example, the pattern @samp{*b/RCS} contains
5380 @samp{/}, so it excludes @file{blob/RCS} and @file{.blob/RCS/f} but not
5381 @file{blob/RCSit/RCS} or @file{/blob/RCS}, whereas the pattern
5382 @samp{RCS} excludes all these names. Conversely, the pattern @samp{*.o}
5383 lacks @samp{/}, so it excludes @file{.f.o}, @file{d/f.o}, and
5384 @file{d.o/f}.
5385
5386 Other than optionally stripping leading @samp{/} from names
5387 (@pxref{absolute}), patterns and candidate names are used as-is. For
5388 example, trailing @samp{/} is not trimmed from a user-specified name
5389 before deciding whether to exclude it.
5390
5391 You may give multiple @samp{--exclude} options.
5392
5393 @table @kbd
5394 @item --exclude-from=@var{file}
5395 @itemx -X @var{file}
5396 Causes @command{tar} to ignore files that match the patterns listed in
5397 @var{file}.
5398 @end table
5399
5400 @findex exclude-from
5401 Use the @samp{--exclude-from=@var{file-of-patterns}} option to read a
5402 list of shell wildcards, one per line, from @var{file}; @command{tar} will
5403 ignore files matching those regular expressions. Thus if @command{tar} is
5404 called as @w{@samp{tar -c -X foo .}} and the file @file{foo} contains a
5405 single line @file{*.o}, no files whose names end in @file{.o} will be
5406 added to the archive.
5407
5408 @FIXME{do the exclude options files need to have stuff separated by
5409 newlines the same as the files-from option does?}
5410
5411 @menu
5412 * problems with exclude::
5413 @end menu
5414
5415 @node problems with exclude
5416 @unnumberedsubsec Problems with Using the @code{exclude} Options
5417
5418 Some users find @samp{exclude} options confusing. Here are some common
5419 pitfalls:
5420
5421 @itemize @bullet
5422 @item
5423 The main operating mode of @command{tar} does not act on a path name
5424 explicitly listed on the command line if one of its file name
5425 components is excluded. In the example above, if
5426 you create an archive and exclude files that end with @samp{*.o}, but
5427 explicitly name the file @samp{dir.o/foo} after all the options have been
5428 listed, @samp{dir.o/foo} will be excluded from the archive.
5429
5430 @item
5431 You can sometimes confuse the meanings of @value{op-exclude} and
5432 @value{op-exclude-from}. Be careful: use @value{op-exclude} when files
5433 to be excluded are given as a pattern on the command line. Use
5434 @samp{--exclude-from=@var{file-of-patterns}} to introduce the name of a
5435 file which contains a list of patterns, one per line; each of these
5436 patterns can exclude zero, one, or many files.
5437
5438 @item
5439 When you use @value{op-exclude}, be sure to quote the @var{pattern}
5440 parameter, so @sc{gnu} @command{tar} sees wildcard characters like @samp{*}.
5441 If you do not do this, the shell might expand the @samp{*} itself
5442 using files at hand, so @command{tar} might receive a list of files
5443 instead of one pattern, or none at all, making the command somewhat
5444 illegal. This might not correspond to what you want.
5445
5446 For example, write:
5447
5448 @example
5449 $ @kbd{tar -c -f @var{archive.tar} --exclude '*.o' @var{directory}}
5450 @end example
5451
5452 @noindent
5453 rather than:
5454
5455 @example
5456 $ @kbd{tar -c -f @var{archive.tar} --exclude *.o @var{directory}}
5457 @end example
5458
5459 @item
5460 You must use use shell syntax, or globbing, rather than @code{regexp}
5461 syntax, when using exclude options in @command{tar}. If you try to use
5462 @code{regexp} syntax to describe files to be excluded, your command
5463 might fail.
5464
5465 @item
5466 In earlier versions of @command{tar}, what is now the
5467 @samp{--exclude-from=@var{file-of-patterns}} option was called
5468 @samp{--exclude=@var{pattern}} instead. Now,
5469 @samp{--exclude=@var{pattern}} applies to patterns listed on the command
5470 line and @samp{--exclude-from=@var{file-of-patterns}} applies to
5471 patterns listed in a file.
5472
5473 @end itemize
5474
5475 @node Wildcards
5476 @section Wildcards Patterns and Matching
5477
5478 @dfn{Globbing} is the operation by which @dfn{wildcard} characters,
5479 @samp{*} or @samp{?} for example, are replaced and expanded into all
5480 existing files matching the given pattern. However, @command{tar} often
5481 uses wildcard patterns for matching (or globbing) archive members instead
5482 of actual files in the filesystem. Wildcard patterns are also used for
5483 verifying volume labels of @command{tar} archives. This section has the
5484 purpose of explaining wildcard syntax for @command{tar}.
5485
5486 @FIXME{the next few paragraphs need work.}
5487
5488 A @var{pattern} should be written according to shell syntax, using wildcard
5489 characters to effect globbing. Most characters in the pattern stand
5490 for themselves in the matched string, and case is significant: @samp{a}
5491 will match only @samp{a}, and not @samp{A}. The character @samp{?} in the
5492 pattern matches any single character in the matched string. The character
5493 @samp{*} in the pattern matches zero, one, or more single characters in
5494 the matched string. The character @samp{\} says to take the following
5495 character of the pattern @emph{literally}; it is useful when one needs to
5496 match the @samp{?}, @samp{*}, @samp{[} or @samp{\} characters, themselves.
5497
5498 The character @samp{[}, up to the matching @samp{]}, introduces a character
5499 class. A @dfn{character class} is a list of acceptable characters
5500 for the next single character of the matched string. For example,
5501 @samp{[abcde]} would match any of the first five letters of the alphabet.
5502 Note that within a character class, all of the ``special characters''
5503 listed above other than @samp{\} lose their special meaning; for example,
5504 @samp{[-\\[*?]]} would match any of the characters, @samp{-}, @samp{\},
5505 @samp{[}, @samp{*}, @samp{?}, or @samp{]}. (Due to parsing constraints,
5506 the characters @samp{-} and @samp{]} must either come @emph{first} or
5507 @emph{last} in a character class.)
5508
5509 @cindex Excluding characters from a character class
5510 @cindex Character class, excluding characters from
5511 If the first character of the class after the opening @samp{[}
5512 is @samp{!} or @samp{^}, then the meaning of the class is reversed.
5513 Rather than listing character to match, it lists those characters which
5514 are @emph{forbidden} as the next single character of the matched string.
5515
5516 Other characters of the class stand for themselves. The special
5517 construction @samp{[@var{a}-@var{e}]}, using an hyphen between two
5518 letters, is meant to represent all characters between @var{a} and
5519 @var{e}, inclusive.
5520
5521 @FIXME{need to add a sentence or so here to make this clear for those
5522 who don't have dan around.}
5523
5524 Periods (@samp{.}) or forward slashes (@samp{/}) are not considered
5525 special for wildcard matches. However, if a pattern completely matches
5526 a directory prefix of a matched string, then it matches the full matched
5527 string: excluding a directory also excludes all the files beneath it.
5528
5529 There are some discussions floating in the air and asking for modifications
5530 in the way @sc{gnu} @command{tar} accomplishes wildcard matches. We perceive
5531 any change of semantics in this area as a delicate thing to impose on
5532 @sc{gnu} @command{tar} users. On the other hand, the @sc{gnu} project should be
5533 progressive enough to correct any ill design: compatibility at all price
5534 is not always a good attitude. In conclusion, it is @emph{possible}
5535 that slight amendments be later brought to the previous description.
5536 Your opinions on the matter are welcome.
5537
5538 @node after
5539 @section Operating Only on New Files
5540 @cindex Excluding file by age
5541 @cindex Modification time, excluding files by
5542 @cindex Age, excluding files by
5543 @UNREVISED
5544
5545 The @value{op-after-date} option causes @command{tar} to only work on files
5546 whose modification or inode-changed times are newer than the @var{date}
5547 given. If @var{date} starts with @samp{/} or @samp{.}, it is taken to
5548 be a file name; the last-modified time of that file is used as the date.
5549 If you use this option when creating or appending to an archive,
5550 the archive will only include new files. If you use @samp{--after-date}
5551 when extracting an archive, @command{tar} will only extract files newer
5552 than the @var{date} you specify.
5553
5554 If you only want @command{tar} to make the date comparison based on
5555 modification of the actual contents of the file (rather than inode
5556 changes), then use the @value{op-newer-mtime} option.
5557
5558 You may use these options with any operation. Note that these options
5559 differ from the @value{op-update} operation in that they allow you to
5560 specify a particular date against which @command{tar} can compare when
5561 deciding whether or not to archive the files.
5562
5563 @table @kbd
5564 @item --after-date=@var{date}
5565 @itemx --newer=@var{date}
5566 @itemx -N @var{date}
5567 Only store files newer than @var{date}.
5568
5569 Acts on files only if their modification or inode-changed times are
5570 later than @var{date}. Use in conjunction with any operation.
5571
5572 If @var{date} starts with @samp{/} or @samp{.}, it is taken to be a file
5573 name; the last-modified time of that file is used as the date.
5574
5575 @item --newer-mtime=@var{date}
5576 Acts like @value{op-after-date}, but only looks at modification times.
5577 @end table
5578
5579 These options limit @command{tar} to only operating on files which have
5580 been modified after the date specified. A file is considered to have
5581 changed if the contents have been modified, or if the owner,
5582 permissions, and so forth, have been changed. (For more information on
5583 how to specify a date, see @ref{Date input formats}; remember that the
5584 entire date argument must be quoted if it contains any spaces.)
5585
5586 Gurus would say that @value{op-after-date} tests both the @code{mtime}
5587 (time the contents of the file were last modified) and @code{ctime}
5588 (time the file's status was last changed: owner, permissions, etc)
5589 fields, while @value{op-newer-mtime} tests only @code{mtime} field.
5590
5591 To be precise, @value{op-after-date} checks @emph{both} @code{mtime} and
5592 @code{ctime} and processes the file if either one is more recent than
5593 @var{date}, while @value{op-newer-mtime} only checks @code{mtime} and
5594 disregards @code{ctime}. Neither uses @code{atime} (the last time the
5595 contents of the file were looked at).
5596
5597 Date specifiers can have embedded spaces. Because of this, you may need
5598 to quote date arguments to keep the shell from parsing them as separate
5599 arguments.
5600
5601 @FIXME{Need example of --newer-mtime with quoted argument.}
5602
5603 @quotation
5604 @strong{Please Note:} @value{op-after-date} and @value{op-newer-mtime}
5605 should not be used for incremental backups. Some files (such as those
5606 in renamed directories) are not selected properly by these options.
5607 @xref{incremental and listed-incremental}.
5608 @end quotation
5609
5610 @noindent
5611 @FIXME{which tells -- need to fill this in!}
5612
5613 @node recurse
5614 @section Descending into Directories
5615 @cindex Avoiding recursion in directories
5616 @cindex Descending directories, avoiding
5617 @cindex Directories, avoiding recursion
5618 @cindex Recursion in directories, avoiding
5619 @UNREVISED
5620
5621 @FIXME{arrggh! this is still somewhat confusing to me. :-< }
5622
5623 @FIXME{show dan bob's comments, from 2-10-97}
5624
5625 Usually, @command{tar} will recursively explore all directories (either
5626 those given on the command line or through the @value{op-files-from}
5627 option) for the various files they contain. However, you may not always
5628 want @command{tar} to act this way.
5629
5630 The @value{op-no-recursion} option inhibits @command{tar}'s recursive descent
5631 into specified directories. If you specify @samp{--no-recursion}, you can
5632 use the @command{find} utility for hunting through levels of directories to
5633 construct a list of file names which you could then pass to @command{tar}.
5634 @command{find} allows you to be more selective when choosing which files to
5635 archive; see @ref{files} for more information on using @command{find} with
5636 @command{tar}, or look.
5637
5638 @table @kbd
5639 @item --no-recursion
5640 Prevents @command{tar} from recursively descending directories.
5641 @end table
5642
5643 When you use @samp{--no-recursion}, @sc{gnu} @command{tar} grabs directory entries
5644 themselves, but does not descend on them recursively. Many people use
5645 @command{find} for locating files they want to back up, and since
5646 @command{tar} @emph{usually} recursively descends on directories, they have
5647 to use the @samp{@w{! -d}} option to @command{find} @FIXME{needs more
5648 explanation or a cite to another info file}as they usually do not want
5649 all the files in a directory. They then use the @value{op-files-from}
5650 option to archive the files located via @command{find}.
5651
5652 The problem when restoring files archived in this manner is that the
5653 directories themselves are not in the archive; so the
5654 @value{op-same-permissions} option does not affect them---while users
5655 might really like it to. Specifying @value{op-no-recursion} is a way to
5656 tell @command{tar} to grab only the directory entries given to it, adding
5657 no new files on its own.
5658
5659 The @value{op-no-recursion} option also applies when extracting: it
5660 causes @command{tar} to extract only the matched directory entries, not
5661 the files under those directories.
5662
5663 @FIXME{example here}
5664
5665 @node one
5666 @section Crossing Filesystem Boundaries
5667 @cindex File system boundaries, not crossing
5668 @UNREVISED
5669
5670 @command{tar} will normally automatically cross file system boundaries in
5671 order to archive files which are part of a directory tree. You can
5672 change this behavior by running @command{tar} and specifying
5673 @value{op-one-file-system}. This option only affects files that are
5674 archived because they are in a directory that is being archived;
5675 @command{tar} will still archive files explicitly named on the command line
5676 or through @value{op-files-from}, regardless of where they reside.
5677
5678 @table @kbd
5679 @item --one-file-system
5680 @itemx -l
5681 Prevents @command{tar} from crossing file system boundaries when
5682 archiving. Use in conjunction with any write operation.
5683 @end table
5684
5685 The @samp{--one-file-system} option causes @command{tar} to modify its
5686 normal behavior in archiving the contents of directories. If a file in
5687 a directory is not on the same filesystem as the directory itself, then
5688 @command{tar} will not archive that file. If the file is a directory
5689 itself, @command{tar} will not archive anything beneath it; in other words,
5690 @command{tar} will not cross mount points.
5691
5692 It is reported that using this option, the mount point is is archived,
5693 but nothing under it.
5694
5695 This option is useful for making full or incremental archival backups of
5696 a file system. If this option is used in conjunction with
5697 @value{op-verbose}, files that are excluded are mentioned by name on the
5698 standard error.
5699
5700 @menu
5701 * directory:: Changing Directory
5702 * absolute:: Absolute File Names
5703 @end menu
5704
5705 @node directory
5706 @subsection Changing the Working Directory
5707
5708 @FIXME{need to read over this node now for continuity; i've switched
5709 things around some.}
5710
5711 @cindex Changing directory mid-stream
5712 @cindex Directory, changing mid-stream
5713 @cindex Working directory, specifying
5714 @UNREVISED
5715
5716 To change the working directory in the middle of a list of file names,
5717 either on the command line or in a file specified using
5718 @value{op-files-from}, use @value{op-directory}. This will change the
5719 working directory to the directory @var{directory} after that point in
5720 the list.
5721
5722 @table @kbd
5723 @item --directory=@var{directory}
5724 @itemx -C @var{directory}
5725 Changes the working directory in the middle of a command line.
5726 @end table
5727
5728 For example,
5729
5730 @example
5731 $ @kbd{tar -c -f jams.tar grape prune -C food cherry}
5732 @end example
5733
5734 @noindent
5735 will place the files @file{grape} and @file{prune} from the current
5736 directory into the archive @file{jams.tar}, followed by the file
5737 @file{cherry} from the directory @file{food}. This option is especially
5738 useful when you have several widely separated files that you want to
5739 store in the same archive.
5740
5741 Note that the file @file{cherry} is recorded in the archive under the
5742 precise name @file{cherry}, @emph{not} @file{food/cherry}. Thus, the
5743 archive will contain three files that all appear to have come from the
5744 same directory; if the archive is extracted with plain @samp{tar
5745 --extract}, all three files will be written in the current directory.
5746
5747 Contrast this with the command,
5748
5749 @example
5750 $ @kbd{tar -c -f jams.tar grape prune -C food red/cherry}
5751 @end example
5752
5753 @noindent
5754 which records the third file in the archive under the name
5755 @file{red/cherry} so that, if the archive is extracted using
5756 @samp{tar --extract}, the third file will be written in a subdirectory
5757 named @file{orange-colored}.
5758
5759 You can use the @samp{--directory} option to make the archive
5760 independent of the original name of the directory holding the files.
5761 The following command places the files @file{/etc/passwd},
5762 @file{/etc/hosts}, and @file{/lib/libc.a} into the archive
5763 @file{foo.tar}:
5764
5765 @example
5766 $ @kbd{tar -c -f foo.tar -C /etc passwd hosts -C /lib libc.a}
5767 @end example
5768
5769 @noindent
5770 However, the names of the archive members will be exactly what they were
5771 on the command line: @file{passwd}, @file{hosts}, and @file{libc.a}.
5772 They will not appear to be related by file name to the original
5773 directories where those files were located.
5774
5775 Note that @samp{--directory} options are interpreted consecutively. If
5776 @samp{--directory} specifies a relative file name, it is interpreted
5777 relative to the then current directory, which might not be the same as
5778 the original current working directory of @command{tar}, due to a previous
5779 @samp{--directory} option.
5780
5781 @FIXME{dan: does this mean that you *can* use the short option form, but
5782 you can *not* use the long option form with --files-from? or is this
5783 totally screwed?}
5784
5785 When using @samp{--files-from} (@pxref{files}), you can put @samp{-C}
5786 options in the file list. Unfortunately, you cannot put
5787 @samp{--directory} options in the file list. (This interpretation can
5788 be disabled by using the @value{op-null} option.)
5789
5790 @node absolute
5791 @subsection Absolute File Names
5792 @UNREVISED
5793
5794 @table @kbd
5795 @item -P
5796 @itemx --absolute-names
5797 Do not strip leading slashes from file names, and permit file names
5798 containing a @file{..} file name component.
5799 @end table
5800
5801 By default, @sc{gnu} @command{tar} drops a leading @samp{/} on input or output,
5802 and complains about file names containing a @file{..} component.
5803 This option turns off this behavior.
5804
5805 When @command{tar} extracts archive members from an archive, it strips any
5806 leading slashes (@samp{/}) from the member name. This causes absolute
5807 member names in the archive to be treated as relative file names. This
5808 allows you to have such members extracted wherever you want, instead of
5809 being restricted to extracting the member in the exact directory named
5810 in the archive. For example, if the archive member has the name
5811 @file{/etc/passwd}, @command{tar} will extract it as if the name were
5812 really @file{etc/passwd}.
5813
5814 File names containing @file{..} can cause problems when extracting, so
5815 @command{tar} normally warns you about such files when creating an
5816 archive, and rejects attempts to extracts such files.
5817
5818 Other @command{tar} programs do not do this. As a result, if you create an
5819 archive whose member names start with a slash, they will be difficult
5820 for other people with a non-@sc{gnu} @command{tar} program to use. Therefore,
5821 @sc{gnu} @command{tar} also strips leading slashes from member names when
5822 putting members into the archive. For example, if you ask @command{tar} to
5823 add the file @file{/bin/ls} to an archive, it will do so, but the member
5824 name will be @file{bin/ls}.
5825
5826 If you use the @value{op-absolute-names} option, @command{tar} will do
5827 none of these transformations.
5828
5829 To archive or extract files relative to the root directory, specify
5830 the @value{op-absolute-names} option.
5831
5832 Normally, @command{tar} acts on files relative to the working
5833 directory---ignoring superior directory names when archiving, and
5834 ignoring leading slashes when extracting.
5835
5836 When you specify @value{op-absolute-names}, @command{tar} stores file names
5837 including all superior directory names, and preserves leading slashes.
5838 If you only invoked @command{tar} from the root directory you would never
5839 need the @value{op-absolute-names} option, but using this option may be
5840 more convenient than switching to root.
5841
5842 @FIXME{Should be an example in the tutorial/wizardry section using this
5843 to transfer files between systems.}
5844
5845 @FIXME{Is write access an issue?}
5846
5847 @table @kbd
5848 @item --absolute-names
5849 Preserves full file names (including superior directory names) when
5850 archiving files. Preserves leading slash when extracting files.
5851
5852 @end table
5853
5854 @FIXME{this is still horrible; need to talk with dan on monday.}
5855
5856 @command{tar} prints out a message about removing the @samp{/} from file
5857 names. This message appears once per @sc{gnu} @command{tar} invocation. It
5858 represents something which ought to be told; ignoring what it means can
5859 cause very serious surprises, later.
5860
5861 Some people, nevertheless, do not want to see this message. Wanting to
5862 play really dangerously, one may of course redirect @command{tar} standard
5863 error to the sink. For example, under @command{sh}:
5864
5865 @example
5866 $ @kbd{tar -c -f archive.tar /home 2> /dev/null}
5867 @end example
5868
5869 @noindent
5870 Another solution, both nicer and simpler, would be to change to
5871 the @file{/} directory first, and then avoid absolute notation.
5872 For example:
5873
5874 @example
5875 $ @kbd{(cd / && tar -c -f archive.tar home)}
5876 $ @kbd{tar -c -f archive.tar -C / home}
5877 @end example
5878
5879 @include getdate.texi
5880
5881 @node Formats
5882 @chapter Controlling the Archive Format
5883
5884 @FIXME{need an intro here}
5885
5886 @menu
5887 * Portability:: Making @command{tar} Archives More Portable
5888 * Compression:: Using Less Space through Compression
5889 * Attributes:: Handling File Attributes
5890 * Standard:: The Standard Format
5891 * Extensions:: @sc{gnu} Extensions to the Archive Format
5892 * cpio:: Comparison of @command{tar} and @command{cpio}
5893 @end menu
5894
5895 @node Portability
5896 @section Making @command{tar} Archives More Portable
5897
5898 Creating a @command{tar} archive on a particular system that is meant to be
5899 useful later on many other machines and with other versions of @command{tar}
5900 is more challenging than you might think. @command{tar} archive formats
5901 have been evolving since the first versions of Unix. Many such formats
5902 are around, and are not always compatible with each other. This section
5903 discusses a few problems, and gives some advice about making @command{tar}
5904 archives more portable.
5905
5906 One golden rule is simplicity. For example, limit your @command{tar}
5907 archives to contain only regular files and directories, avoiding
5908 other kind of special files. Do not attempt to save sparse files or
5909 contiguous files as such. Let's discuss a few more problems, in turn.
5910
5911 @menu
5912 * Portable Names:: Portable Names
5913 * dereference:: Symbolic Links
5914 * old:: Old V7 Archives
5915 * posix:: @sc{posix} archives
5916 * Checksumming:: Checksumming Problems
5917 * Large or Negative Values:: Large files, negative time stamps, etc.
5918 @end menu
5919
5920 @node Portable Names
5921 @subsection Portable Names
5922
5923 Use portable file and member names. A name is portable if it contains
5924 only ASCII letters and digits, @samp{/}, @samp{.}, @samp{_}, and
5925 @samp{-}; it cannot be empty, start with @samp{-} or @samp{//}, or
5926 contain @samp{/-}. Avoid deep directory nesting. For portability to
5927 old Unix hosts, limit your file name components to 14 characters or
5928 less.
5929
5930 If you intend to have your @command{tar} archives to be read under MSDOS,
5931 you should not rely on case distinction for file names, and you might
5932 use the @sc{gnu} @command{doschk} program for helping you further diagnosing
5933 illegal MSDOS names, which are even more limited than System V's.
5934
5935 @node dereference
5936 @subsection Symbolic Links
5937 @cindex File names, using symbolic links
5938 @cindex Symbolic link as file name
5939
5940 Normally, when @command{tar} archives a symbolic link, it writes a
5941 block to the archive naming the target of the link. In that way, the
5942 @command{tar} archive is a faithful record of the filesystem contents.
5943 @value{op-dereference} is used with @value{op-create}, and causes @command{tar}
5944 to archive the files symbolic links point to, instead of the links
5945 themselves. When this option is used, when @command{tar} encounters a
5946 symbolic link, it will archive the linked-to file, instead of simply
5947 recording the presence of a symbolic link.
5948
5949 The name under which the file is stored in the file system is not
5950 recorded in the archive. To record both the symbolic link name and
5951 the file name in the system, archive the file under both names. If
5952 all links were recorded automatically by @command{tar}, an extracted file
5953 might be linked to a file name that no longer exists in the file
5954 system.
5955
5956 If a linked-to file is encountered again by @command{tar} while creating
5957 the same archive, an entire second copy of it will be stored. (This
5958 @emph{might} be considered a bug.)
5959
5960 So, for portable archives, do not archive symbolic links as such,
5961 and use @value{op-dereference}: many systems do not support
5962 symbolic links, and moreover, your distribution might be unusable if
5963 it contains unresolved symbolic links.
5964
5965 @node old
5966 @subsection Old V7 Archives
5967 @cindex Format, old style
5968 @cindex Old style format
5969 @cindex Old style archives
5970
5971 Certain old versions of @command{tar} cannot handle additional
5972 information recorded by newer @command{tar} programs. To create an
5973 archive in V7 format (not ANSI), which can be read by these old
5974 versions, specify the @value{op-old-archive} option in
5975 conjunction with the @value{op-create}. @command{tar} also
5976 accepts @samp{--portability} for this option. When you specify it,
5977 @command{tar} leaves out information about directories, pipes, fifos,
5978 contiguous files, and device files, and specifies file ownership by
5979 group and user IDs instead of group and user names.
5980
5981 When updating an archive, do not use @value{op-old-archive}
5982 unless the archive was created with using this option.
5983
5984 In most cases, a @emph{new} format archive can be read by an @emph{old}
5985 @command{tar} program without serious trouble, so this option should
5986 seldom be needed. On the other hand, most modern @command{tar}s are
5987 able to read old format archives, so it might be safer for you to
5988 always use @value{op-old-archive} for your distributions.
5989
5990 @node posix
5991 @subsection @sc{gnu} @command{tar} and @sc{posix} @command{tar}
5992
5993 @sc{gnu} @command{tar} was based on an early draft of the @sc{posix} 1003.1
5994 @code{ustar} standard. @sc{gnu} extensions to @command{tar}, such as the
5995 support for file names longer than 100 characters, use portions of the
5996 @command{tar} header record which were specified in that @sc{posix} draft as
5997 unused. Subsequent changes in @sc{posix} have allocated the same parts of
5998 the header record for other purposes. As a result, @sc{gnu} @command{tar} is
5999 incompatible with the current @sc{posix} spec, and with @command{tar} programs
6000 that follow it.
6001
6002 We plan to reimplement these @sc{gnu} extensions in a new way which is
6003 upward compatible with the latest @sc{posix} @command{tar} format, but we
6004 don't know when this will be done.
6005
6006 In the mean time, there is simply no telling what might happen if you
6007 read a @sc{gnu} @command{tar} archive, which uses the @sc{gnu} extensions, using
6008 some other @command{tar} program. So if you want to read the archive
6009 with another @command{tar} program, be sure to write it using the
6010 @samp{--old-archive} option (@samp{-o}).
6011
6012 @FIXME{is there a way to tell which flavor of tar was used to write a
6013 particular archive before you try to read it?}
6014
6015 Traditionally, old @command{tar}s have a limit of 100 characters. @sc{gnu}
6016 @command{tar} attempted two different approaches to overcome this limit,
6017 using and extending a format specified by a draft of some P1003.1.
6018 The first way was not that successful, and involved @file{@@MaNgLeD@@}
6019 file names, or such; while a second approach used @file{././@@LongLink}
6020 and other tricks, yielding better success. In theory, @sc{gnu} @command{tar}
6021 should be able to handle file names of practically unlimited length.
6022 So, if @sc{gnu} @command{tar} fails to dump and retrieve files having more
6023 than 100 characters, then there is a bug in @sc{gnu} @command{tar}, indeed.
6024
6025 But, being strictly @sc{posix}, the limit was still 100 characters.
6026 For various other purposes, @sc{gnu} @command{tar} used areas left unassigned
6027 in the @sc{posix} draft. @sc{posix} later revised P1003.1 @code{ustar} format by
6028 assigning previously unused header fields, in such a way that the upper
6029 limit for file name length was raised to 256 characters. However, the
6030 actual @sc{posix} limit oscillates between 100 and 256, depending on the
6031 precise location of slashes in full file name (this is rather ugly).
6032 Since @sc{gnu} @command{tar} use the same fields for quite other purposes,
6033 it became incompatible with the latest @sc{posix} standards.
6034
6035 For longer or non-fitting file names, we plan to use yet another set
6036 of @sc{gnu} extensions, but this time, complying with the provisions @sc{posix}
6037 offers for extending the format, rather than conflicting with it.
6038 Whenever an archive uses old @sc{gnu} @command{tar} extension format or @sc{posix}
6039 extensions, would it be for very long file names or other specialities,
6040 this archive becomes non-portable to other @command{tar} implementations.
6041 In fact, anything can happen. The most forgiving @command{tar}s will
6042 merely unpack the file using a wrong name, and maybe create another
6043 file named something like @file{@@LongName}, with the true file name
6044 in it. @command{tar}s not protecting themselves may segment violate!
6045
6046 Compatibility concerns make all this thing more difficult, as we
6047 will have to support @emph{all} these things together, for a while.
6048 @sc{gnu} @command{tar} should be able to produce and read true @sc{posix} format
6049 files, while being able to detect old @sc{gnu} @command{tar} formats, besides
6050 old V7 format, and process them conveniently. It would take years
6051 before this whole area stabilizes@dots{}
6052
6053 There are plans to raise this 100 limit to 256, and yet produce @sc{posix}
6054 conforming archives. Past 256, I do not know yet if @sc{gnu} @command{tar}
6055 will go non-@sc{posix} again, or merely refuse to archive the file.
6056
6057 There are plans so @sc{gnu} @command{tar} support more fully the latest @sc{posix}
6058 format, while being able to read old V7 format, @sc{gnu} (semi-@sc{posix} plus
6059 extension), as well as full @sc{posix}. One may ask if there is part of
6060 the @sc{posix} format that we still cannot support. This simple question
6061 has a complex answer. Maybe that, on intimate look, some strong
6062 limitations will pop up, but until now, nothing sounds too difficult
6063 (but see below). I only have these few pages of @sc{posix} telling about
6064 ``Extended tar Format'' (P1003.1-1990 -- section 10.1.1), and there are
6065 references to other parts of the standard I do not have, which should
6066 normally enforce limitations on stored file names (I suspect things
6067 like fixing what @kbd{/} and @kbd{@key{NUL}} means). There are also
6068 some points which the standard does not make clear, Existing practice
6069 will then drive what I should do.
6070
6071 @sc{posix} mandates that, when a file name cannot fit within 100 to
6072 256 characters (the variance comes from the fact a @kbd{/} is
6073 ideally needed as the 156'th character), or a link name cannot
6074 fit within 100 characters, a warning should be issued and the file
6075 @emph{not} be stored. Unless some @value{op-posix} option is given
6076 (or @env{POSIXLY_CORRECT} is set), I suspect that @sc{gnu} @command{tar}
6077 should disobey this specification, and automatically switch to using
6078 @sc{gnu} extensions to overcome file name or link name length limitations.
6079
6080 There is a problem, however, which I did not intimately studied yet.
6081 Given a truly @sc{posix} archive with names having more than 100 characters,
6082 I guess that @sc{gnu} @command{tar} up to 1.11.8 will process it as if it were an
6083 old V7 archive, and be fooled by some fields which are coded differently.
6084 So, the question is to decide if the next generation of @sc{gnu} @command{tar}
6085 should produce @sc{posix} format by default, whenever possible, producing
6086 archives older versions of @sc{gnu} @command{tar} might not be able to read
6087 correctly. I fear that we will have to suffer such a choice one of these
6088 days, if we want @sc{gnu} @command{tar} to go closer to @sc{posix}. We can rush it.
6089 Another possibility is to produce the current @sc{gnu} @command{tar} format
6090 by default for a few years, but have @sc{gnu} @command{tar} versions from some
6091 1.@var{POSIX} and up able to recognize all three formats, and let older
6092 @sc{gnu} @command{tar} fade out slowly. Then, we could switch to producing @sc{posix}
6093 format by default, with not much harm to those still having (very old at
6094 that time) @sc{gnu} @command{tar} versions prior to 1.@var{POSIX}.
6095
6096 @sc{posix} format cannot represent very long names, volume headers,
6097 splitting of files in multi-volumes, sparse files, and incremental
6098 dumps; these would be all disallowed if @value{op-posix} or
6099 @env{POSIXLY_CORRECT}. Otherwise, if @command{tar} is given long
6100 names, or @samp{-[VMSgG]}, then it should automatically go non-@sc{posix}.
6101 I think this is easily granted without much discussion.
6102
6103 Another point is that only @code{mtime} is stored in @sc{posix}
6104 archives, while @sc{gnu} @command{tar} currently also store @code{atime}
6105 and @code{ctime}. If we want @sc{gnu} @command{tar} to go closer to @sc{posix},
6106 my choice would be to drop @code{atime} and @code{ctime} support on
6107 average. On the other hand, I perceive that full dumps or incremental
6108 dumps need @code{atime} and @code{ctime} support, so for those special
6109 applications, @sc{posix} has to be avoided altogether.
6110
6111 A few users requested that @value{op-sparse} be always active by
6112 default, I think that before replying to them, we have to decide
6113 if we want @sc{gnu} @command{tar} to go closer to @sc{posix} on average, while
6114 producing files. My choice would be to go closer to @sc{posix} in the
6115 long run. Besides possible double reading, I do not see any point
6116 of not trying to save files as sparse when creating archives which
6117 are neither @sc{posix} nor old-V7, so the actual @value{op-sparse} would
6118 become selected by default when producing such archives, whatever
6119 the reason is. So, @value{op-sparse} alone might be redefined to force
6120 @sc{gnu}-format archives, and recover its previous meaning from this fact.
6121
6122 @sc{gnu}-format as it exists now can easily fool other @sc{posix} @command{tar},
6123 as it uses fields which @sc{posix} considers to be part of the file name
6124 prefix. I wonder if it would not be a good idea, in the long run,
6125 to try changing @sc{gnu}-format so any added field (like @code{ctime},
6126 @code{atime}, file offset in subsequent volumes, or sparse file
6127 descriptions) be wholly and always pushed into an extension block,
6128 instead of using space in the @sc{posix} header block. I could manage
6129 to do that portably between future @sc{gnu} @command{tar}s. So other @sc{posix}
6130 @command{tar}s might be at least able to provide kind of correct listings
6131 for the archives produced by @sc{gnu} @command{tar}, if not able to process
6132 them otherwise.
6133
6134 Using these projected extensions might induce older @command{tar}s to fail.
6135 We would use the same approach as for @sc{posix}. I'll put out a @command{tar}
6136 capable of reading @sc{posix}ier, yet extended archives, but will not produce
6137 this format by default, in @sc{gnu} mode. In a few years, when newer @sc{gnu}
6138 @command{tar}s will have flooded out @command{tar} 1.11.X and previous, we
6139 could switch to producing @sc{posix}ier extended archives, with no real harm
6140 to users, as almost all existing @sc{gnu} @command{tar}s will be ready to read
6141 @sc{posix}ier format. In fact, I'll do both changes at the same time, in a
6142 few years, and just prepare @command{tar} for both changes, without effecting
6143 them, from 1.@var{POSIX}. (Both changes: 1---using @sc{posix} convention for
6144 getting over 100 characters; 2---avoiding mangling @sc{posix} headers for @sc{gnu}
6145 extensions, using only @sc{posix} mandated extension techniques).
6146
6147 So, a future @command{tar} will have a @value{op-posix}
6148 flag forcing the usage of truly @sc{posix} headers, and so, producing
6149 archives previous @sc{gnu} @command{tar} will not be able to read.
6150 So, @emph{once} pretest will announce that feature, it would be
6151 particularly useful that users test how exchangeable will be archives
6152 between @sc{gnu} @command{tar} with @value{op-posix} and other @sc{posix} @command{tar}.
6153
6154 In a few years, when @sc{gnu} @command{tar} will produce @sc{posix} headers by
6155 default, @value{op-posix} will have a strong meaning and will disallow
6156 @sc{gnu} extensions. But in the meantime, for a long while, @value{op-posix}
6157 in @sc{gnu} tar will not disallow @sc{gnu} extensions like @value{op-label},
6158 @value{op-multi-volume}, @value{op-sparse}, or very long file or link names.
6159 However, @value{op-posix} with @sc{gnu} extensions will use @sc{posix}
6160 headers with reserved-for-users extensions to headers, and I will be
6161 curious to know how well or bad @sc{posix} @command{tar}s will react to these.
6162
6163 @sc{gnu} @command{tar} prior to 1.@var{POSIX}, and after 1.@var{POSIX} without
6164 @value{op-posix}, generates and checks @samp{ustar@w{ }@w{ }}, with two
6165 suffixed spaces. This is sufficient for older @sc{gnu} @command{tar} not to
6166 recognize @sc{posix} archives, and consequently, wrongly decide those archives
6167 are in old V7 format. It is a useful bug for me, because @sc{gnu} @command{tar}
6168 has other @sc{posix} incompatibilities, and I need to segregate @sc{gnu} @command{tar}
6169 semi-@sc{posix} archives from truly @sc{posix} archives, for @sc{gnu} @command{tar} should
6170 be somewhat compatible with itself, while migrating closer to latest
6171 @sc{posix} standards. So, I'll be very careful about how and when I will do
6172 the correction.
6173
6174 @node Checksumming
6175 @subsection Checksumming Problems
6176
6177 SunOS and HP-UX @command{tar} fail to accept archives created using @sc{gnu}
6178 @command{tar} and containing non-ASCII file names, that is, file names
6179 having characters with the eight bit set, because they use signed
6180 checksums, while @sc{gnu} @command{tar} uses unsigned checksums while creating
6181 archives, as per @sc{posix} standards. On reading, @sc{gnu} @command{tar} computes
6182 both checksums and accept any. It is somewhat worrying that a lot of
6183 people may go around doing backup of their files using faulty (or at
6184 least non-standard) software, not learning about it until it's time
6185 to restore their missing files with an incompatible file extractor,
6186 or vice versa.
6187
6188 @sc{gnu} @command{tar} compute checksums both ways, and accept any on read,
6189 so @sc{gnu} tar can read Sun tapes even with their wrong checksums.
6190 @sc{gnu} @command{tar} produces the standard checksum, however, raising
6191 incompatibilities with Sun. That is to say, @sc{gnu} @command{tar} has not
6192 been modified to @emph{produce} incorrect archives to be read by buggy
6193 @command{tar}'s. I've been told that more recent Sun @command{tar} now
6194 read standard archives, so maybe Sun did a similar patch, after all?
6195
6196 The story seems to be that when Sun first imported @command{tar}
6197 sources on their system, they recompiled it without realizing that
6198 the checksums were computed differently, because of a change in
6199 the default signing of @code{char}'s in their compiler. So they
6200 started computing checksums wrongly. When they later realized their
6201 mistake, they merely decided to stay compatible with it, and with
6202 themselves afterwards. Presumably, but I do not really know, HP-UX
6203 has chosen that their @command{tar} archives to be compatible with Sun's.
6204 The current standards do not favor Sun @command{tar} format. In any
6205 case, it now falls on the shoulders of SunOS and HP-UX users to get
6206 a @command{tar} able to read the good archives they receive.
6207
6208 @node Large or Negative Values
6209 @subsection Large or Negative Values
6210 @cindex large values
6211 @cindex future time stamps
6212 @cindex negative time stamps
6213
6214 @sc{posix} @command{tar} format uses fixed-sized unsigned octal strings
6215 to represent numeric values. User and group IDs and device major and
6216 minor numbers have unsigned 21-bit representations, and file sizes and
6217 times have unsigned 33-bit representations. @sc{gnu} @command{tar}
6218 generates @sc{posix} representations when possible, but for values
6219 outside the @sc{posix} range it generates two's-complement base-256
6220 strings: uids, gids, and device numbers have signed 57-bit
6221 representations, and file sizes and times have signed 89-bit
6222 representations. These representations are an extension to @sc{posix}
6223 @command{tar} format, so they are not universally portable.
6224
6225 The most common portability problems with out-of-range numeric values
6226 are large files and future or negative time stamps.
6227
6228 Portable archives should avoid members of 8 GB or larger, as @sc{posix}
6229 @command{tar} format cannot represent them.
6230
6231 Portable archives should avoid time stamps from the future. @sc{posix}
6232 @command{tar} format can represent time stamps in the range 1970-01-01
6233 00:00:00 through 2242-03-16 12:56:31 @sc{utc}. However, many current
6234 hosts use a signed 32-bit @code{time_t}, or internal time stamp format,
6235 and cannot represent time stamps after 2038-01-19 03:14:07 @sc{utc}; so
6236 portable archives must avoid these time stamps for many years to come.
6237
6238 Portable archives should also avoid time stamps before 1970. These time
6239 stamps are a common @sc{posix} extension but their @code{time_t}
6240 representations are negative. Many traditional @command{tar}
6241 implementations generate a two's complement representation for negative
6242 time stamps that assumes a signed 32-bit @code{time_t}; hence they
6243 generate archives that are not portable to hosts with differing
6244 @code{time_t} representations. @sc{gnu} @command{tar} recognizes this
6245 situation when it is run on host with a signed 32-bit @code{time_t}, but
6246 it issues a warning, as these time stamps are nonstandard and unportable.
6247
6248 @node Compression
6249 @section Using Less Space through Compression
6250
6251 @menu
6252 * gzip:: Creating and Reading Compressed Archives
6253 * sparse:: Archiving Sparse Files
6254 @end menu
6255
6256 @node gzip
6257 @subsection Creating and Reading Compressed Archives
6258 @cindex Compressed archives
6259 @cindex Storing archives in compressed format
6260 @UNREVISED
6261
6262 @table @kbd
6263 @item -z
6264 @itemx --gzip
6265 @itemx --ungzip
6266 Filter the archive through @command{gzip}.
6267 @end table
6268
6269 @FIXME{ach; these two bits orig from "compare" (?). where to put?} Some
6270 format parameters must be taken into consideration when modifying an
6271 archive.@FIXME{???} Compressed archives cannot be modified.
6272
6273 You can use @samp{--gzip} and @samp{--gunzip} on physical devices
6274 (tape drives, etc.) and remote files as well as on normal files; data
6275 to or from such devices or remote files is reblocked by another copy
6276 of the @command{tar} program to enforce the specified (or default) record
6277 size. The default compression parameters are used; if you need to
6278 override them, avoid the @value{op-gzip} option and run @command{gzip}
6279 explicitly. (Or set the @env{GZIP} environment variable.)
6280
6281 The @value{op-gzip} option does not work with the @value{op-multi-volume}
6282 option, or with the @value{op-update}, @value{op-append},
6283 @value{op-concatenate}, or @value{op-delete} operations.
6284
6285 It is not exact to say that @sc{gnu} @command{tar} is to work in concert
6286 with @command{gzip} in a way similar to @command{zip}, say. Surely, it is
6287 possible that @command{tar} and @command{gzip} be done with a single call,
6288 like in:
6289
6290 @example
6291 $ @kbd{tar cfz archive.tar.gz subdir}
6292 @end example
6293
6294 @noindent
6295 to save all of @samp{subdir} into a @code{gzip}'ed archive. Later you
6296 can do:
6297
6298 @example
6299 $ @kbd{tar xfz archive.tar.gz}
6300 @end example
6301
6302 @noindent
6303 to explode and unpack.
6304
6305 The difference is that the whole archive is compressed. With
6306 @command{zip}, archive members are archived individually. @command{tar}'s
6307 method yields better compression. On the other hand, one can view the
6308 contents of a @command{zip} archive without having to decompress it. As
6309 for the @command{tar} and @command{gzip} tandem, you need to decompress the
6310 archive to see its contents. However, this may be done without needing
6311 disk space, by using pipes internally:
6312
6313 @example
6314 $ @kbd{tar tfz archive.tar.gz}
6315 @end example
6316
6317 @cindex corrupted archives
6318 About corrupted compressed archives: @command{gzip}'ed files have no
6319 redundancy, for maximum compression. The adaptive nature of the
6320 compression scheme means that the compression tables are implicitly
6321 spread all over the archive. If you lose a few blocks, the dynamic
6322 construction of the compression tables becomes unsynchronized, and there
6323 is little chance that you could recover later in the archive.
6324
6325 There are pending suggestions for having a per-volume or per-file
6326 compression in @sc{gnu} @command{tar}. This would allow for viewing the
6327 contents without decompression, and for resynchronizing decompression at
6328 every volume or file, in case of corrupted archives. Doing so, we might
6329 lose some compressibility. But this would have make recovering easier.
6330 So, there are pros and cons. We'll see!
6331
6332 @table @kbd
6333 @item -j
6334 @itemx --bzip2
6335 Filter the archive through @code{bzip2}. Otherwise like @value{op-gzip}.
6336
6337 @item -Z
6338 @itemx --compress
6339 @itemx --uncompress
6340 Filter the archive through @command{compress}. Otherwise like @value{op-gzip}.
6341
6342 @item --use-compress-program=@var{prog}
6343 Filter through @var{prog} (must accept @samp{-d}).
6344 @end table
6345
6346 @value{op-compress} stores an archive in compressed format. This
6347 option is useful in saving time over networks and space in pipes, and
6348 when storage space is at a premium. @value{op-compress} causes
6349 @command{tar} to compress when writing the archive, or to uncompress when
6350 reading the archive.
6351
6352 To perform compression and uncompression on the archive, @command{tar}
6353 runs the @command{compress} utility. @command{tar} uses the default
6354 compression parameters; if you need to override them, avoid the
6355 @value{op-compress} option and run the @command{compress} utility
6356 explicitly. It is useful to be able to call the @command{compress}
6357 utility from within @command{tar} because the @command{compress} utility by
6358 itself cannot access remote tape drives.
6359
6360 The @value{op-compress} option will not work in conjunction with the
6361 @value{op-multi-volume} option or the @value{op-append}, @value{op-update}
6362 and @value{op-delete} operations. @xref{Operations}, for
6363 more information on these operations.
6364
6365 If there is no compress utility available, @command{tar} will report an error.
6366 @strong{Please note} that the @command{compress} program may be covered by
6367 a patent, and therefore we recommend you stop using it.
6368
6369 @value{op-bzip2} acts like @value{op-compress}, except that it uses
6370 the @code{bzip2} utility.
6371
6372 @table @kbd
6373 @item --compress
6374 @itemx --uncompress
6375 @itemx -z
6376 @itemx -Z
6377 When this option is specified, @command{tar} will compress (when writing
6378 an archive), or uncompress (when reading an archive). Used in
6379 conjunction with the @value{op-create}, @value{op-extract}, @value{op-list} and
6380 @value{op-compare} operations.
6381 @end table
6382
6383 You can have archives be compressed by using the @value{op-gzip} option.
6384 This will arrange for @command{tar} to use the @command{gzip} program to be
6385 used to compress or uncompress the archive wren writing or reading it.
6386
6387 To use the older, obsolete, @command{compress} program, use the
6388 @value{op-compress} option. The @sc{gnu} Project recommends you not use
6389 @command{compress}, because there is a patent covering the algorithm it
6390 uses. You could be sued for patent infringement merely by running
6391 @command{compress}.
6392
6393 I have one question, or maybe it's a suggestion if there isn't a way
6394 to do it now. I would like to use @value{op-gzip}, but I'd also like the
6395 output to be fed through a program like @sc{gnu} @command{ecc} (actually, right
6396 now that's @samp{exactly} what I'd like to use :-)), basically adding
6397 ECC protection on top of compression. It seems as if this should be
6398 quite easy to do, but I can't work out exactly how to go about it.
6399 Of course, I can pipe the standard output of @command{tar} through
6400 @command{ecc}, but then I lose (though I haven't started using it yet,
6401 I confess) the ability to have @command{tar} use @command{rmt} for it's I/O
6402 (I think).
6403
6404 I think the most straightforward thing would be to let me specify a
6405 general set of filters outboard of compression (preferably ordered,
6406 so the order can be automatically reversed on input operations, and
6407 with the options they require specifiable), but beggars shouldn't be
6408 choosers and anything you decide on would be fine with me.
6409
6410 By the way, I like @command{ecc} but if (as the comments say) it can't
6411 deal with loss of block sync, I'm tempted to throw some time at adding
6412 that capability. Supposing I were to actually do such a thing and
6413 get it (apparently) working, do you accept contributed changes to
6414 utilities like that? (Leigh Clayton @file{loc@@soliton.com}, May 1995).
6415
6416 Isn't that exactly the role of the @value{op-use-compress-prog} option?
6417 I never tried it myself, but I suspect you may want to write a
6418 @var{prog} script or program able to filter stdin to stdout to
6419 way you want. It should recognize the @samp{-d} option, for when
6420 extraction is needed rather than creation.
6421
6422 It has been reported that if one writes compressed data (through the
6423 @value{op-gzip} or @value{op-compress} options) to a DLT and tries to use
6424 the DLT compression mode, the data will actually get bigger and one will
6425 end up with less space on the tape.
6426
6427 @node sparse
6428 @subsection Archiving Sparse Files
6429 @cindex Sparse Files
6430 @UNREVISED
6431
6432 @table @kbd
6433 @item -S
6434 @itemx --sparse
6435 Handle sparse files efficiently.
6436 @end table
6437
6438 This option causes all files to be put in the archive to be tested for
6439 sparseness, and handled specially if they are. The @value{op-sparse}
6440 option is useful when many @code{dbm} files, for example, are being
6441 backed up. Using this option dramatically decreases the amount of
6442 space needed to store such a file.
6443
6444 In later versions, this option may be removed, and the testing and
6445 treatment of sparse files may be done automatically with any special
6446 @sc{gnu} options. For now, it is an option needing to be specified on
6447 the command line with the creation or updating of an archive.
6448
6449 Files in the filesystem occasionally have ``holes.'' A hole in a file
6450 is a section of the file's contents which was never written. The
6451 contents of a hole read as all zeros. On many operating systems,
6452 actual disk storage is not allocated for holes, but they are counted
6453 in the length of the file. If you archive such a file, @command{tar}
6454 could create an archive longer than the original. To have @command{tar}
6455 attempt to recognize the holes in a file, use @value{op-sparse}. When
6456 you use the @value{op-sparse} option, then, for any file using less
6457 disk space than would be expected from its length, @command{tar} searches
6458 the file for consecutive stretches of zeros. It then records in the
6459 archive for the file where the consecutive stretches of zeros are, and
6460 only archives the ``real contents'' of the file. On extraction (using
6461 @value{op-sparse} is not needed on extraction) any such files have
6462 hols created wherever the continuous stretches of zeros were found.
6463 Thus, if you use @value{op-sparse}, @command{tar} archives won't take
6464 more space than the original.
6465
6466 A file is sparse if it contains blocks of zeros whose existence is
6467 recorded, but that have no space allocated on disk. When you specify
6468 the @value{op-sparse} option in conjunction with the @value{op-create}
6469 operation, @command{tar} tests all files for sparseness while archiving.
6470 If @command{tar} finds a file to be sparse, it uses a sparse representation of
6471 the file in the archive. @value{xref-create}, for more information
6472 about creating archives.
6473
6474 @value{op-sparse} is useful when archiving files, such as dbm files,
6475 likely to contain many nulls. This option dramatically
6476 decreases the amount of space needed to store such an archive.
6477
6478 @quotation
6479 @strong{Please Note:} Always use @value{op-sparse} when performing file
6480 system backups, to avoid archiving the expanded forms of files stored
6481 sparsely in the system.
6482
6483 Even if your system has no sparse files currently, some may be
6484 created in the future. If you use @value{op-sparse} while making file
6485 system backups as a matter of course, you can be assured the archive
6486 will never take more space on the media than the files take on disk
6487 (otherwise, archiving a disk filled with sparse files might take
6488 hundreds of tapes). @FIXME-xref{incremental when node name is set.}
6489 @end quotation
6490
6491 @command{tar} ignores the @value{op-sparse} option when reading an archive.
6492
6493 @table @kbd
6494 @item --sparse
6495 @itemx -S
6496 Files stored sparsely in the file system are represented sparsely in
6497 the archive. Use in conjunction with write operations.
6498 @end table
6499
6500 However, users should be well aware that at archive creation time, @sc{gnu}
6501 @command{tar} still has to read whole disk file to locate the @dfn{holes}, and
6502 so, even if sparse files use little space on disk and in the archive, they
6503 may sometimes require inordinate amount of time for reading and examining
6504 all-zero blocks of a file. Although it works, it's painfully slow for a
6505 large (sparse) file, even though the resulting tar archive may be small.
6506 (One user reports that dumping a @file{core} file of over 400 megabytes,
6507 but with only about 3 megabytes of actual data, took about 9 minutes on
6508 a Sun Sparcstation ELC, with full CPU utilization.)
6509
6510 This reading is required in all cases and is not related to the fact
6511 the @value{op-sparse} option is used or not, so by merely @emph{not}
6512 using the option, you are not saving time@footnote{Well! We should say
6513 the whole truth, here. When @value{op-sparse} is selected while creating
6514 an archive, the current @command{tar} algorithm requires sparse files to be
6515 read twice, not once. We hope to develop a new archive format for saving
6516 sparse files in which one pass will be sufficient.}.
6517
6518 Programs like @command{dump} do not have to read the entire file; by examining
6519 the file system directly, they can determine in advance exactly where the
6520 holes are and thus avoid reading through them. The only data it need read
6521 are the actual allocated data blocks. @sc{gnu} @command{tar} uses a more portable
6522 and straightforward archiving approach, it would be fairly difficult that
6523 it does otherwise. Elizabeth Zwicky writes to @file{comp.unix.internals},
6524 on 1990-12-10:
6525
6526 @quotation
6527 What I did say is that you cannot tell the difference between a hole and an
6528 equivalent number of nulls without reading raw blocks. @code{st_blocks} at
6529 best tells you how many holes there are; it doesn't tell you @emph{where}.
6530 Just as programs may, conceivably, care what @code{st_blocks} is (care
6531 to name one that does?), they may also care where the holes are (I have
6532 no examples of this one either, but it's equally imaginable).
6533
6534 I conclude from this that good archivers are not portable. One can
6535 arguably conclude that if you want a portable program, you can in good
6536 conscience restore files with as many holes as possible, since you can't
6537 get it right.
6538 @end quotation
6539
6540 @node Attributes
6541 @section Handling File Attributes
6542 @UNREVISED
6543
6544 When @command{tar} reads files, this causes them to have the access
6545 times updated. To have @command{tar} attempt to set the access times
6546 back to what they were before they were read, use the
6547 @value{op-atime-preserve} option.
6548
6549 Handling of file attributes
6550
6551 @table @kbd
6552 @item --atime-preserve
6553 Preserve access times on files that are read.
6554 This doesn't work for files that
6555 you don't own, unless you're root, and it doesn't interact with
6556 incremental dumps nicely (@pxref{Backups}), and it can set access or
6557 modification times incorrectly if other programs access the file while
6558 @command{tar} is running; but it is good enough for some purposes.
6559
6560 @item -m
6561 @itemx --touch
6562 Do not extract file modified time.
6563
6564 When this option is used, @command{tar} leaves the modification times
6565 of the files it extracts as the time when the files were extracted,
6566 instead of setting it to the time recorded in the archive.
6567
6568 This option is meaningless with @value{op-list}.
6569
6570 @item --same-owner
6571 Create extracted files with the same ownership they have in the
6572 archive.
6573
6574 This is the default behavior for the superuser,
6575 so this option is meaningful only for non-root users, when @command{tar}
6576 is executed on those systems able to give files away. This is
6577 considered as a security flaw by many people, at least because it
6578 makes quite difficult to correctly account users for the disk space
6579 they occupy. Also, the @code{suid} or @code{sgid} attributes of
6580 files are easily and silently lost when files are given away.
6581
6582 When writing an archive, @command{tar} writes the user id and user name
6583 separately. If it can't find a user name (because the user id is not
6584 in @file{/etc/passwd}), then it does not write one. When restoring,
6585 and doing a @code{chmod} like when you use @value{op-same-permissions},
6586 @FIXME{same-owner?}it tries to look the name (if one was written)
6587 up in @file{/etc/passwd}. If it fails, then it uses the user id
6588 stored in the archive instead.
6589
6590 @item --no-same-owner
6591 Do not attempt to restore ownership when extracting. This is the
6592 default behavior for ordinary users, so this option has an effect
6593 only for the superuser.
6594
6595 @item --numeric-owner
6596 The @value{op-numeric-owner} option allows (ANSI) archives to be written
6597 without user/group name information or such information to be ignored
6598 when extracting. It effectively disables the generation and/or use
6599 of user/group name information. This option forces extraction using
6600 the numeric ids from the archive, ignoring the names.
6601
6602 This is useful in certain circumstances, when restoring a backup from
6603 an emergency floppy with different passwd/group files for example.
6604 It is otherwise impossible to extract files with the right ownerships
6605 if the password file in use during the extraction does not match the
6606 one belonging to the filesystem(s) being extracted. This occurs,
6607 for example, if you are restoring your files after a major crash and
6608 had booted from an emergency floppy with no password file or put your
6609 disk into another machine to do the restore.
6610
6611 The numeric ids are @emph{always} saved into @command{tar} archives.
6612 The identifying names are added at create time when provided by the
6613 system, unless @value{op-old-archive} is used. Numeric ids could be
6614 used when moving archives between a collection of machines using
6615 a centralized management for attribution of numeric ids to users
6616 and groups. This is often made through using the NIS capabilities.
6617
6618 When making a @command{tar} file for distribution to other sites, it
6619 is sometimes cleaner to use a single owner for all files in the
6620 distribution, and nicer to specify the write permission bits of the
6621 files as stored in the archive independently of their actual value on
6622 the file system. The way to prepare a clean distribution is usually
6623 to have some Makefile rule creating a directory, copying all needed
6624 files in that directory, then setting ownership and permissions as
6625 wanted (there are a lot of possible schemes), and only then making a
6626 @command{tar} archive out of this directory, before cleaning everything
6627 out. Of course, we could add a lot of options to @sc{gnu} @command{tar} for
6628 fine tuning permissions and ownership. This is not the good way,
6629 I think. @sc{gnu} @command{tar} is already crowded with options and moreover,
6630 the approach just explained gives you a great deal of control already.
6631
6632 @item -p
6633 @itemx --same-permissions
6634 @itemx --preserve-permissions
6635 Extract all protection information.
6636
6637 This option causes @command{tar} to set the modes (access permissions) of
6638 extracted files exactly as recorded in the archive. If this option
6639 is not used, the current @code{umask} setting limits the permissions
6640 on extracted files.
6641
6642 This option is meaningless with @value{op-list}.
6643
6644 @item --preserve
6645 Same as both @value{op-same-permissions} and @value{op-same-order}.
6646
6647 The @value{op-preserve} option has no equivalent short option name.
6648 It is equivalent to @value{op-same-permissions} plus @value{op-same-order}.
6649
6650 @FIXME{I do not see the purpose of such an option. (Neither I. FP.)}
6651
6652 @end table
6653
6654 @node Standard
6655 @section The Standard Format
6656 @UNREVISED
6657
6658 While an archive may contain many files, the archive itself is a
6659 single ordinary file. Like any other file, an archive file can be
6660 written to a storage device such as a tape or disk, sent through a
6661 pipe or over a network, saved on the active file system, or even
6662 stored in another archive. An archive file is not easy to read or
6663 manipulate without using the @command{tar} utility or Tar mode in @sc{gnu}
6664 Emacs.
6665
6666 Physically, an archive consists of a series of file entries terminated
6667 by an end-of-archive entry, which consists of 512 zero bytes. A file
6668 entry usually describes one of the files in the archive (an
6669 @dfn{archive member}), and consists of a file header and the contents
6670 of the file. File headers contain file names and statistics, checksum
6671 information which @command{tar} uses to detect file corruption, and
6672 information about file types.
6673
6674 Archives are permitted to have more than one member with the same
6675 member name. One way this situation can occur is if more than one
6676 version of a file has been stored in the archive. For information
6677 about adding new versions of a file to an archive, see @ref{update}.
6678 @FIXME-xref{To learn more about having more than one archive member with the
6679 same name, see -backup node, when it's written.}
6680
6681 In addition to entries describing archive members, an archive may
6682 contain entries which @command{tar} itself uses to store information.
6683 @value{xref-label}, for an example of such an archive entry.
6684
6685 A @command{tar} archive file contains a series of blocks. Each block
6686 contains @code{BLOCKSIZE} bytes. Although this format may be thought
6687 of as being on magnetic tape, other media are often used.
6688
6689 Each file archived is represented by a header block which describes
6690 the file, followed by zero or more blocks which give the contents
6691 of the file. At the end of the archive file there may be a block
6692 filled with binary zeros as an end-of-file marker. A reasonable system
6693 should write a block of zeros at the end, but must not assume that
6694 such a block exists when reading an archive.
6695
6696 The blocks may be @dfn{blocked} for physical I/O operations.
6697 Each record of @var{n} blocks (where @var{n} is set by the
6698 @value{op-blocking-factor} option to @command{tar}) is written with a single
6699 @w{@samp{write ()}} operation. On magnetic tapes, the result of
6700 such a write is a single record. When writing an archive,
6701 the last record of blocks should be written at the full size, with
6702 blocks after the zero block containing all zeros. When reading
6703 an archive, a reasonable system should properly handle an archive
6704 whose last record is shorter than the rest, or which contains garbage
6705 records after a zero block.
6706
6707 The header block is defined in C as follows. In the @sc{gnu} @command{tar}
6708 distribution, this is part of file @file{src/tar.h}:
6709
6710 @example
6711 @include header.texi
6712 @end example
6713
6714 All characters in header blocks are represented by using 8-bit
6715 characters in the local variant of ASCII. Each field within the
6716 structure is contiguous; that is, there is no padding used within
6717 the structure. Each character on the archive medium is stored
6718 contiguously.
6719
6720 Bytes representing the contents of files (after the header block
6721 of each file) are not translated in any way and are not constrained
6722 to represent characters in any character set. The @command{tar} format
6723 does not distinguish text files from binary files, and no translation
6724 of file contents is performed.
6725
6726 The @code{name}, @code{linkname}, @code{magic}, @code{uname}, and
6727 @code{gname} are null-terminated character strings. All other fileds
6728 are zero-filled octal numbers in ASCII. Each numeric field of width
6729 @var{w} contains @var{w} minus 2 digits, a space, and a null, except
6730 @code{size}, and @code{mtime}, which do not contain the trailing null.
6731
6732 The @code{name} field is the file name of the file, with directory names
6733 (if any) preceding the file name, separated by slashes.
6734
6735 @FIXME{how big a name before field overflows?}
6736
6737 The @code{mode} field provides nine bits specifying file permissions
6738 and three bits to specify the Set UID, Set GID, and Save Text
6739 (@dfn{sticky}) modes. Values for these bits are defined above.
6740 When special permissions are required to create a file with a given
6741 mode, and the user restoring files from the archive does not hold such
6742 permissions, the mode bit(s) specifying those special permissions
6743 are ignored. Modes which are not supported by the operating system
6744 restoring files from the archive will be ignored. Unsupported modes
6745 should be faked up when creating or updating an archive; e.g.@: the
6746 group permission could be copied from the @emph{other} permission.
6747
6748 The @code{uid} and @code{gid} fields are the numeric user and group
6749 ID of the file owners, respectively. If the operating system does
6750 not support numeric user or group IDs, these fields should be ignored.
6751
6752 The @code{size} field is the size of the file in bytes; linked files
6753 are archived with this field specified as zero. @FIXME-xref{Modifiers, in
6754 particular the @value{op-incremental} option.}
6755
6756 The @code{mtime} field is the modification time of the file at the time
6757 it was archived. It is the ASCII representation of the octal value of
6758 the last time the file was modified, represented as an integer number of
6759 seconds since January 1, 1970, 00:00 Coordinated Universal Time.
6760
6761 The @code{chksum} field is the ASCII representation of the octal value
6762 of the simple sum of all bytes in the header block. Each 8-bit
6763 byte in the header is added to an unsigned integer, initialized to
6764 zero, the precision of which shall be no less than seventeen bits.
6765 When calculating the checksum, the @code{chksum} field is treated as
6766 if it were all blanks.
6767
6768 The @code{typeflag} field specifies the type of file archived. If a
6769 particular implementation does not recognize or permit the specified
6770 type, the file will be extracted as if it were a regular file. As this
6771 action occurs, @command{tar} issues a warning to the standard error.
6772
6773 The @code{atime} and @code{ctime} fields are used in making incremental
6774 backups; they store, respectively, the particular file's access time
6775 and last inode-change time.
6776
6777 The @code{offset} is used by the @value{op-multi-volume} option, when
6778 making a multi-volume archive. The offset is number of bytes into
6779 the file that we need to restart at to continue the file on the next
6780 tape, i.e., where we store the location that a continued file is
6781 continued at.
6782
6783 The following fields were added to deal with sparse files. A file
6784 is @dfn{sparse} if it takes in unallocated blocks which end up being
6785 represented as zeros, i.e., no useful data. A test to see if a file
6786 is sparse is to look at the number blocks allocated for it versus the
6787 number of characters in the file; if there are fewer blocks allocated
6788 for the file than would normally be allocated for a file of that
6789 size, then the file is sparse. This is the method @command{tar} uses to
6790 detect a sparse file, and once such a file is detected, it is treated
6791 differently from non-sparse files.
6792
6793 Sparse files are often @code{dbm} files, or other database-type files
6794 which have data at some points and emptiness in the greater part of
6795 the file. Such files can appear to be very large when an @samp{ls
6796 -l} is done on them, when in truth, there may be a very small amount
6797 of important data contained in the file. It is thus undesirable
6798 to have @command{tar} think that it must back up this entire file, as
6799 great quantities of room are wasted on empty blocks, which can lead
6800 to running out of room on a tape far earlier than is necessary.
6801 Thus, sparse files are dealt with so that these empty blocks are
6802 not written to the tape. Instead, what is written to the tape is a
6803 description, of sorts, of the sparse file: where the holes are, how
6804 big the holes are, and how much data is found at the end of the hole.
6805 This way, the file takes up potentially far less room on the tape,
6806 and when the file is extracted later on, it will look exactly the way
6807 it looked beforehand. The following is a description of the fields
6808 used to handle a sparse file:
6809
6810 The @code{sp} is an array of @code{struct sparse}. Each @code{struct
6811 sparse} contains two 12-character strings which represent an offset
6812 into the file and a number of bytes to be written at that offset.
6813 The offset is absolute, and not relative to the offset in preceding
6814 array element.
6815
6816 The header can hold four of these @code{struct sparse} at the moment;
6817 if more are needed, they are not stored in the header.
6818
6819 The @code{isextended} flag is set when an @code{extended_header}
6820 is needed to deal with a file. Note that this means that this flag
6821 can only be set when dealing with a sparse file, and it is only set
6822 in the event that the description of the file will not fit in the
6823 allotted room for sparse structures in the header. In other words,
6824 an extended_header is needed.
6825
6826 The @code{extended_header} structure is used for sparse files which
6827 need more sparse structures than can fit in the header. The header can
6828 fit 4 such structures; if more are needed, the flag @code{isextended}
6829 gets set and the next block is an @code{extended_header}.
6830
6831 Each @code{extended_header} structure contains an array of 21
6832 sparse structures, along with a similar @code{isextended} flag
6833 that the header had. There can be an indeterminate number of such
6834 @code{extended_header}s to describe a sparse file.
6835
6836 @table @asis
6837
6838 @item @code{REGTYPE}
6839 @itemx @code{AREGTYPE}
6840 These flags represent a regular file. In order to be compatible
6841 with older versions of @command{tar}, a @code{typeflag} value of
6842 @code{AREGTYPE} should be silently recognized as a regular file.
6843 New archives should be created using @code{REGTYPE}. Also, for
6844 backward compatibility, @command{tar} treats a regular file whose name
6845 ends with a slash as a directory.
6846
6847 @item @code{LNKTYPE}
6848 This flag represents a file linked to another file, of any type,
6849 previously archived. Such files are identified in Unix by each
6850 file having the same device and inode number. The linked-to name is
6851 specified in the @code{linkname} field with a trailing null.
6852
6853 @item @code{SYMTYPE}
6854 This represents a symbolic link to another file. The linked-to name
6855 is specified in the @code{linkname} field with a trailing null.
6856
6857 @item @code{CHRTYPE}
6858 @itemx @code{BLKTYPE}
6859 These represent character special files and block special files
6860 respectively. In this case the @code{devmajor} and @code{devminor}
6861 fields will contain the major and minor device numbers respectively.
6862 Operating systems may map the device specifications to their own
6863 local specification, or may ignore the entry.
6864
6865 @item @code{DIRTYPE}
6866 This flag specifies a directory or sub-directory. The directory
6867 name in the @code{name} field should end with a slash. On systems where
6868 disk allocation is performed on a directory basis, the @code{size} field
6869 will contain the maximum number of bytes (which may be rounded to
6870 the nearest disk block allocation unit) which the directory may
6871 hold. A @code{size} field of zero indicates no such limiting. Systems
6872 which do not support limiting in this manner should ignore the
6873 @code{size} field.
6874
6875 @item @code{FIFOTYPE}
6876 This specifies a FIFO special file. Note that the archiving of a
6877 FIFO file archives the existence of this file and not its contents.
6878
6879 @item @code{CONTTYPE}
6880 This specifies a contiguous file, which is the same as a normal
6881 file except that, in operating systems which support it, all its
6882 space is allocated contiguously on the disk. Operating systems
6883 which do not allow contiguous allocation should silently treat this
6884 type as a normal file.
6885
6886 @item @code{A} @dots{} @code{Z}
6887 These are reserved for custom implementations. Some of these are
6888 used in the @sc{gnu} modified format, as described below.
6889
6890 @end table
6891
6892 Other values are reserved for specification in future revisions of
6893 the P1003 standard, and should not be used by any @command{tar} program.
6894
6895 The @code{magic} field indicates that this archive was output in
6896 the P1003 archive format. If this field contains @code{TMAGIC},
6897 the @code{uname} and @code{gname} fields will contain the ASCII
6898 representation of the owner and group of the file respectively.
6899 If found, the user and group IDs are used rather than the values in
6900 the @code{uid} and @code{gid} fields.
6901
6902 For references, see ISO/IEC 9945-1:1990 or IEEE Std 1003.1-1990, pages
6903 169-173 (section 10.1) for @cite{Archive/Interchange File Format}; and
6904 IEEE Std 1003.2-1992, pages 380-388 (section 4.48) and pages 936-940
6905 (section E.4.48) for @cite{pax - Portable archive interchange}.
6906
6907 @node Extensions
6908 @section @sc{gnu} Extensions to the Archive Format
6909 @UNREVISED
6910
6911 The @sc{gnu} format uses additional file types to describe new types of
6912 files in an archive. These are listed below.
6913
6914 @table @code
6915 @item GNUTYPE_DUMPDIR
6916 @itemx 'D'
6917 This represents a directory and a list of files created by the
6918 @value{op-incremental} option. The @code{size} field gives the total
6919 size of the associated list of files. Each file name is preceded by
6920 either a @samp{Y} (the file should be in this archive) or an @samp{N}.
6921 (The file is a directory, or is not stored in the archive.) Each file
6922 name is terminated by a null. There is an additional null after the
6923 last file name.
6924
6925 @item GNUTYPE_MULTIVOL
6926 @itemx 'M'
6927 This represents a file continued from another volume of a multi-volume
6928 archive created with the @value{op-multi-volume} option. The original
6929 type of the file is not given here. The @code{size} field gives the
6930 maximum size of this piece of the file (assuming the volume does
6931 not end before the file is written out). The @code{offset} field
6932 gives the offset from the beginning of the file where this part of
6933 the file begins. Thus @code{size} plus @code{offset} should equal
6934 the original size of the file.
6935
6936 @item GNUTYPE_SPARSE
6937 @itemx 'S'
6938 This flag indicates that we are dealing with a sparse file. Note
6939 that archiving a sparse file requires special operations to find
6940 holes in the file, which mark the positions of these holes, along
6941 with the number of bytes of data to be found after the hole.
6942
6943 @item GNUTYPE_VOLHDR
6944 @itemx 'V'
6945 This file type is used to mark the volume header that was given with
6946 the @value{op-label} option when the archive was created. The @code{name}
6947 field contains the @code{name} given after the @value{op-label} option.
6948 The @code{size} field is zero. Only the first file in each volume
6949 of an archive should have this type.
6950
6951 @end table
6952
6953 You may have trouble reading a @sc{gnu} format archive on a non-@sc{gnu}
6954 system if the options @value{op-incremental}, @value{op-multi-volume},
6955 @value{op-sparse}, or @value{op-label} were used when writing the archive.
6956 In general, if @command{tar} does not use the @sc{gnu}-added fields of the
6957 header, other versions of @command{tar} should be able to read the
6958 archive. Otherwise, the @command{tar} program will give an error, the
6959 most likely one being a checksum error.
6960
6961 @node cpio
6962 @section Comparison of @command{tar} and @command{cpio}
6963 @UNREVISED
6964
6965 @FIXME{Reorganize the following material}
6966
6967 The @command{cpio} archive formats, like @command{tar}, do have maximum
6968 pathname lengths. The binary and old ASCII formats have a max path
6969 length of 256, and the new ASCII and CRC ASCII formats have a max
6970 path length of 1024. @sc{gnu} @command{cpio} can read and write archives
6971 with arbitrary pathname lengths, but other @command{cpio} implementations
6972 may crash unexplainedly trying to read them.
6973
6974 @command{tar} handles symbolic links in the form in which it comes in BSD;
6975 @command{cpio} doesn't handle symbolic links in the form in which it comes
6976 in System V prior to SVR4, and some vendors may have added symlinks
6977 to their system without enhancing @command{cpio} to know about them.
6978 Others may have enhanced it in a way other than the way I did it
6979 at Sun, and which was adopted by AT&T (and which is, I think, also
6980 present in the @command{cpio} that Berkeley picked up from AT&T and put
6981 into a later BSD release---I think I gave them my changes).
6982
6983 (SVR4 does some funny stuff with @command{tar}; basically, its @command{cpio}
6984 can handle @command{tar} format input, and write it on output, and it
6985 probably handles symbolic links. They may not have bothered doing
6986 anything to enhance @command{tar} as a result.)
6987
6988 @command{cpio} handles special files; traditional @command{tar} doesn't.
6989
6990 @command{tar} comes with V7, System III, System V, and BSD source;
6991 @command{cpio} comes only with System III, System V, and later BSD
6992 (4.3-tahoe and later).
6993
6994 @command{tar}'s way of handling multiple hard links to a file can handle
6995 file systems that support 32-bit inumbers (e.g., the BSD file system);
6996 @command{cpio}s way requires you to play some games (in its "binary"
6997 format, i-numbers are only 16 bits, and in its "portable ASCII" format,
6998 they're 18 bits---it would have to play games with the "file system ID"
6999 field of the header to make sure that the file system ID/i-number pairs
7000 of different files were always different), and I don't know which
7001 @command{cpio}s, if any, play those games. Those that don't might get
7002 confused and think two files are the same file when they're not, and
7003 make hard links between them.
7004
7005 @command{tar}s way of handling multiple hard links to a file places only
7006 one copy of the link on the tape, but the name attached to that copy
7007 is the @emph{only} one you can use to retrieve the file; @command{cpio}s
7008 way puts one copy for every link, but you can retrieve it using any
7009 of the names.
7010
7011 @quotation
7012 What type of check sum (if any) is used, and how is this calculated.
7013 @end quotation
7014
7015 See the attached manual pages for @command{tar} and @command{cpio} format.
7016 @command{tar} uses a checksum which is the sum of all the bytes in the
7017 @command{tar} header for a file; @command{cpio} uses no checksum.
7018
7019 @quotation
7020 If anyone knows why @command{cpio} was made when @command{tar} was present
7021 at the unix scene,
7022 @end quotation
7023
7024 It wasn't. @command{cpio} first showed up in PWB/UNIX 1.0; no
7025 generally-available version of UNIX had @command{tar} at the time. I don't
7026 know whether any version that was generally available @emph{within AT&T}
7027 had @command{tar}, or, if so, whether the people within AT&T who did
7028 @command{cpio} knew about it.
7029
7030 On restore, if there is a corruption on a tape @command{tar} will stop at
7031 that point, while @command{cpio} will skip over it and try to restore the
7032 rest of the files.
7033
7034 The main difference is just in the command syntax and header format.
7035
7036 @command{tar} is a little more tape-oriented in that everything is blocked
7037 to start on a record boundary.
7038
7039 @quotation
7040 Is there any differences between the ability to recover crashed
7041 archives between the two of them. (Is there any chance of recovering
7042 crashed archives at all.)
7043 @end quotation
7044
7045 Theoretically it should be easier under @command{tar} since the blocking
7046 lets you find a header with some variation of @samp{dd skip=@var{nn}}.
7047 However, modern @command{cpio}'s and variations have an option to just
7048 search for the next file header after an error with a reasonable chance
7049 of resyncing. However, lots of tape driver software won't allow you to
7050 continue past a media error which should be the only reason for getting
7051 out of sync unless a file changed sizes while you were writing the
7052 archive.
7053
7054 @quotation
7055 If anyone knows why @command{cpio} was made when @command{tar} was present
7056 at the unix scene, please tell me about this too.
7057 @end quotation
7058
7059 Probably because it is more media efficient (by not blocking everything
7060 and using only the space needed for the headers where @command{tar}
7061 always uses 512 bytes per file header) and it knows how to archive
7062 special files.
7063
7064 You might want to look at the freely available alternatives. The major
7065 ones are @command{afio}, @sc{gnu} @command{tar}, and @command{pax}, each of which
7066 have their own extensions with some backwards compatibility.
7067
7068 Sparse files were @command{tar}red as sparse files (which you can easily
7069 test, because the resulting archive gets smaller, and @sc{gnu} @command{cpio}
7070 can no longer read it).
7071
7072 @node Media
7073 @chapter Tapes and Other Archive Media
7074 @UNREVISED
7075
7076 A few special cases about tape handling warrant more detailed
7077 description. These special cases are discussed below.
7078
7079 Many complexities surround the use of @command{tar} on tape drives. Since
7080 the creation and manipulation of archives located on magnetic tape was
7081 the original purpose of @command{tar}, it contains many features making
7082 such manipulation easier.
7083
7084 Archives are usually written on dismountable media---tape cartridges,
7085 mag tapes, or floppy disks.
7086
7087 The amount of data a tape or disk holds depends not only on its size,
7088 but also on how it is formatted. A 2400 foot long reel of mag tape
7089 holds 40 megabytes of data when formatted at 1600 bits per inch. The
7090 physically smaller EXABYTE tape cartridge holds 2.3 gigabytes.
7091
7092 Magnetic media are re-usable---once the archive on a tape is no longer
7093 needed, the archive can be erased and the tape or disk used over.
7094 Media quality does deteriorate with use, however. Most tapes or disks
7095 should be discarded when they begin to produce data errors. EXABYTE
7096 tape cartridges should be discarded when they generate an @dfn{error
7097 count} (number of non-usable bits) of more than 10k.
7098
7099 Magnetic media are written and erased using magnetic fields, and
7100 should be protected from such fields to avoid damage to stored data.
7101 Sticking a floppy disk to a filing cabinet using a magnet is probably
7102 not a good idea.
7103
7104 @menu
7105 * Device:: Device selection and switching
7106 * Remote Tape Server::
7107 * Common Problems and Solutions::
7108 * Blocking:: Blocking
7109 * Many:: Many archives on one tape
7110 * Using Multiple Tapes:: Using Multiple Tapes
7111 * label:: Including a Label in the Archive
7112 * verify::
7113 * Write Protection::
7114 @end menu
7115
7116 @node Device
7117 @section Device Selection and Switching
7118 @UNREVISED
7119
7120 @table @kbd
7121 @item -f [@var{hostname}:]@var{file}
7122 @itemx --file=[@var{hostname}:]@var{file}
7123 Use archive file or device @var{file} on @var{hostname}.
7124 @end table
7125
7126 This option is used to specify the file name of the archive @command{tar}
7127 works on.
7128
7129 If the file name is @samp{-}, @command{tar} reads the archive from standard
7130 input (when listing or extracting), or writes it to standard output
7131 (when creating). If the @samp{-} file name is given when updating an
7132 archive, @command{tar} will read the original archive from its standard
7133 input, and will write the entire new archive to its standard output.
7134
7135 If the file name contains a @samp{:}, it is interpreted as
7136 @samp{hostname:file name}. If the @var{hostname} contains an @dfn{at}
7137 sign (@kbd{@@}), it is treated as @samp{user@@hostname:file name}. In
7138 either case, @command{tar} will invoke the command @command{rsh} (or
7139 @command{remsh}) to start up an @file{/etc/rmt} on the remote machine. If
7140 you give an alternate login name, it will be given to the @command{rsh}.
7141 Naturally, the remote machine must have an executable @file{/etc/rmt}.
7142 This program is free software from the University of California, and a
7143 copy of the source code can be found with the sources for @command{tar};
7144 it's compiled and installed by default.
7145
7146 If this option is not given, but the environment variable @env{TAPE} is
7147 set, its value is used; otherwise, old versions of @command{tar} used a default
7148 archive name (which was picked when @command{tar} was compiled). The
7149 default is normally set up to be the @dfn{first} tape drive or other
7150 transportable I/O medium on the system.
7151
7152 Starting with version 1.11.5, @sc{gnu} @command{tar} uses standard input and
7153 standard output as the default device, and I will not try anymore
7154 supporting automatic device detection at installation time. This was
7155 failing really in too many cases, it was hopeless. This is now
7156 completely left to the installer to override standard input and standard
7157 output for default device, if this seems preferable.
7158 Further, I think @emph{most} actual usages of @command{tar} are done with
7159 pipes or disks, not really tapes, cartridges or diskettes.
7160
7161 Some users think that using standard input and output is running
7162 after trouble. This could lead to a nasty surprise on your screen if
7163 you forget to specify an output file name---especially if you are going
7164 through a network or terminal server capable of buffering large amounts
7165 of output. We had so many bug reports in that area of configuring
7166 default tapes automatically, and so many contradicting requests, that
7167 we finally consider the problem to be portably intractable. We could
7168 of course use something like @samp{/dev/tape} as a default, but this
7169 is @emph{also} running after various kind of trouble, going from hung
7170 processes to accidental destruction of real tapes. After having seen
7171 all this mess, using standard input and output as a default really
7172 sounds like the only clean choice left, and a very useful one too.
7173
7174 @sc{gnu} @command{tar} reads and writes archive in records, I suspect this is the
7175 main reason why block devices are preferred over character devices.
7176 Most probably, block devices are more efficient too. The installer
7177 could also check for @samp{DEFTAPE} in @file{<sys/mtio.h>}.
7178
7179 @table @kbd
7180 @item --force-local
7181 Archive file is local even if it contains a colon.
7182
7183 @item --rsh-command=@var{command}
7184 Use remote @var{command} instead of @command{rsh}. This option exists
7185 so that people who use something other than the standard @command{rsh}
7186 (e.g., a Kerberized @command{rsh}) can access a remote device.
7187
7188 When this command is not used, the shell command found when
7189 the @command{tar} program was installed is used instead. This is
7190 the first found of @file{/usr/ucb/rsh}, @file{/usr/bin/remsh},
7191 @file{/usr/bin/rsh}, @file{/usr/bsd/rsh} or @file{/usr/bin/nsh}.
7192 The installer may have overridden this by defining the environment
7193 variable @env{RSH} @emph{at installation time}.
7194
7195 @item -[0-7][lmh]
7196 Specify drive and density.
7197
7198 @item -M
7199 @itemx --multi-volume
7200 Create/list/extract multi-volume archive.
7201
7202 This option causes @command{tar} to write a @dfn{multi-volume} archive---one
7203 that may be larger than will fit on the medium used to hold it.
7204 @xref{Multi-Volume Archives}.
7205
7206 @item -L @var{num}
7207 @itemx --tape-length=@var{num}
7208 Change tape after writing @var{num} x 1024 bytes.
7209
7210 This option might be useful when your tape drivers do not properly
7211 detect end of physical tapes. By being slightly conservative on the
7212 maximum tape length, you might avoid the problem entirely.
7213
7214 @item -F @var{file}
7215 @itemx --info-script=@var{file}
7216 @itemx --new-volume-script=@var{file}
7217 Execute @file{file} at end of each tape. This implies
7218 @value{op-multi-volume}.
7219 @end table
7220
7221 @node Remote Tape Server
7222 @section The Remote Tape Server
7223
7224 @cindex remote tape drive
7225 @pindex rmt
7226 In order to access the tape drive on a remote machine, @command{tar}
7227 uses the remote tape server written at the University of California at
7228 Berkeley. The remote tape server must be installed as @file{/etc/rmt}
7229 on any machine whose tape drive you want to use. @command{tar} calls
7230 @file{/etc/rmt} by running an @command{rsh} or @command{remsh} to the remote
7231 machine, optionally using a different login name if one is supplied.
7232
7233 A copy of the source for the remote tape server is provided. It is
7234 Copyright @copyright{} 1983 by the Regents of the University of
7235 California, but can be freely distributed. Instructions for compiling
7236 and installing it are included in the @file{Makefile}.
7237
7238 @cindex absolute file names
7239 Unless you use the @value{op-absolute-names} option, @sc{gnu} @command{tar} will
7240 not allow you to create an archive that contains absolute file names
7241 (a file name beginning with @samp{/}.) If you try, @command{tar} will
7242 automatically remove the leading @samp{/} from the file names it
7243 stores in the archive. It will also type a warning message telling
7244 you what it is doing.
7245
7246 When reading an archive that was created with a different @command{tar}
7247 program, @sc{gnu} @command{tar} automatically extracts entries in the archive
7248 which have absolute file names as if the file names were not absolute.
7249 This is an important feature. A visitor here once gave a
7250 @command{tar} tape to an operator to restore; the operator used Sun @command{tar}
7251 instead of @sc{gnu} @command{tar}, and the result was that it replaced large
7252 portions of our @file{/bin} and friends with versions from the tape;
7253 needless to say, we were unhappy about having to recover the file system
7254 from backup tapes.
7255
7256 For example, if the archive contained a file @file{/usr/bin/computoy},
7257 @sc{gnu} @command{tar} would extract the file to @file{usr/bin/computoy},
7258 relative to the current directory. If you want to extract the files in
7259 an archive to the same absolute names that they had when the archive
7260 was created, you should do a @samp{cd /} before extracting the files
7261 from the archive, or you should either use the @value{op-absolute-names}
7262 option, or use the command @samp{tar -C / @dots{}}.
7263
7264 @cindex Ultrix 3.1 and write failure
7265 Some versions of Unix (Ultrix 3.1 is know to have this problem),
7266 can claim that a short write near the end of a tape succeeded,
7267 when it actually failed. This will result in the -M option not
7268 working correctly. The best workaround at the moment is to use a
7269 significantly larger blocking factor than the default 20.
7270
7271 In order to update an archive, @command{tar} must be able to backspace the
7272 archive in order to reread or rewrite a record that was just read (or
7273 written). This is currently possible only on two kinds of files: normal
7274 disk files (or any other file that can be backspaced with @samp{lseek}),
7275 and industry-standard 9-track magnetic tape (or any other kind of tape
7276 that can be backspaced with the @code{MTIOCTOP} @code{ioctl}.
7277
7278 This means that the @value{op-append}, @value{op-update},
7279 @value{op-concatenate}, and @value{op-delete} commands will not work on any
7280 other kind of file. Some media simply cannot be backspaced, which
7281 means these commands and options will never be able to work on them.
7282 These non-backspacing media include pipes and cartridge tape drives.
7283
7284 Some other media can be backspaced, and @command{tar} will work on them
7285 once @command{tar} is modified to do so.
7286
7287 Archives created with the @value{op-multi-volume}, @value{op-label}, and
7288 @value{op-incremental} options may not be readable by other version
7289 of @command{tar}. In particular, restoring a file that was split over
7290 a volume boundary will require some careful work with @command{dd}, if
7291 it can be done at all. Other versions of @command{tar} may also create
7292 an empty file whose name is that of the volume header. Some versions
7293 of @command{tar} may create normal files instead of directories archived
7294 with the @value{op-incremental} option.
7295
7296 @node Common Problems and Solutions
7297 @section Some Common Problems and their Solutions
7298
7299 @ifclear PUBLISH
7300
7301 @format
7302 errors from system:
7303 permission denied
7304 no such file or directory
7305 not owner
7306
7307 errors from @command{tar}:
7308 directory checksum error
7309 header format error
7310
7311 errors from media/system:
7312 i/o error
7313 device busy
7314 @end format
7315
7316 @end ifclear
7317
7318 @node Blocking
7319 @section Blocking
7320 @UNREVISED
7321
7322 @dfn{Block} and @dfn{record} terminology is rather confused, and it
7323 is also confusing to the expert reader. On the other hand, readers
7324 who are new to the field have a fresh mind, and they may safely skip
7325 the next two paragraphs, as the remainder of this manual uses those
7326 two terms in a quite consistent way.
7327
7328 John Gilmore, the writer of the public domain @command{tar} from which
7329 @sc{gnu} @command{tar} was originally derived, wrote (June 1995):
7330
7331 @quotation
7332 The nomenclature of tape drives comes from IBM, where I believe
7333 they were invented for the IBM 650 or so. On IBM mainframes, what
7334 is recorded on tape are tape blocks. The logical organization of
7335 data is into records. There are various ways of putting records into
7336 blocks, including @code{F} (fixed sized records), @code{V} (variable
7337 sized records), @code{FB} (fixed blocked: fixed size records, @var{n}
7338 to a block), @code{VB} (variable size records, @var{n} to a block),
7339 @code{VSB} (variable spanned blocked: variable sized records that can
7340 occupy more than one block), etc. The @code{JCL} @samp{DD RECFORM=}
7341 parameter specified this to the operating system.
7342
7343 The Unix man page on @command{tar} was totally confused about this.
7344 When I wrote @code{PD TAR}, I used the historically correct terminology
7345 (@command{tar} writes data records, which are grouped into blocks).
7346 It appears that the bogus terminology made it into @sc{posix} (no surprise
7347 here), and now Fran@,{c}ois has migrated that terminology back
7348 into the source code too.
7349 @end quotation
7350
7351 The term @dfn{physical block} means the basic transfer chunk from or
7352 to a device, after which reading or writing may stop without anything
7353 being lost. In this manual, the term @dfn{block} usually refers to
7354 a disk physical block, @emph{assuming} that each disk block is 512
7355 bytes in length. It is true that some disk devices have different
7356 physical blocks, but @command{tar} ignore these differences in its own
7357 format, which is meant to be portable, so a @command{tar} block is always
7358 512 bytes in length, and @dfn{block} always mean a @command{tar} block.
7359 The term @dfn{logical block} often represents the basic chunk of
7360 allocation of many disk blocks as a single entity, which the operating
7361 system treats somewhat atomically; this concept is only barely used
7362 in @sc{gnu} @command{tar}.
7363
7364 The term @dfn{physical record} is another way to speak of a physical
7365 block, those two terms are somewhat interchangeable. In this manual,
7366 the term @dfn{record} usually refers to a tape physical block,
7367 @emph{assuming} that the @command{tar} archive is kept on magnetic tape.
7368 It is true that archives may be put on disk or used with pipes,
7369 but nevertheless, @command{tar} tries to read and write the archive one
7370 @dfn{record} at a time, whatever the medium in use. One record is made
7371 up of an integral number of blocks, and this operation of putting many
7372 disk blocks into a single tape block is called @dfn{reblocking}, or
7373 more simply, @dfn{blocking}. The term @dfn{logical record} refers to
7374 the logical organization of many characters into something meaningful
7375 to the application. The term @dfn{unit record} describes a small set
7376 of characters which are transmitted whole to or by the application,
7377 and often refers to a line of text. Those two last terms are unrelated
7378 to what we call a @dfn{record} in @sc{gnu} @command{tar}.
7379
7380 When writing to tapes, @command{tar} writes the contents of the archive
7381 in chunks known as @dfn{records}. To change the default blocking
7382 factor, use the @value{op-blocking-factor} option. Each record will
7383 then be composed of @var{512-size} blocks. (Each @command{tar} block is
7384 512 bytes. @xref{Standard}.) Each file written to the archive uses
7385 at least one full record. As a result, using a larger record size
7386 can result in more wasted space for small files. On the other hand, a
7387 larger record size can often be read and written much more efficiently.
7388
7389 Further complicating the problem is that some tape drives ignore the
7390 blocking entirely. For these, a larger record size can still improve
7391 performance (because the software layers above the tape drive still
7392 honor the blocking), but not as dramatically as on tape drives that
7393 honor blocking.
7394
7395 When reading an archive, @command{tar} can usually figure out the record
7396 size on itself. When this is the case, and a non-standard record size
7397 was used when the archive was created, @command{tar} will print a message
7398 about a non-standard blocking factor, and then operate normally. On
7399 some tape devices, however, @command{tar} cannot figure out the record size
7400 itself. On most of those, you can specify a blocking factor (with
7401 @value{op-blocking-factor}) larger than the actual blocking factor, and then use
7402 the @value{op-read-full-records} option. (If you specify a blocking factor
7403 with @value{op-blocking-factor} and don't use the @value{op-read-full-records}
7404 option, then @command{tar} will not attempt to figure out the recording size
7405 itself.) On some devices, you must always specify the record size
7406 exactly with @value{op-blocking-factor} when reading, because @command{tar} cannot
7407 figure it out. In any case, use @value{op-list} before doing any
7408 extractions to see whether @command{tar} is reading the archive correctly.
7409
7410 @command{tar} blocks are all fixed size (512 bytes), and its scheme for
7411 putting them into records is to put a whole number of them (one or
7412 more) into each record. @command{tar} records are all the same size;
7413 at the end of the file there's a block containing all zeros, which
7414 is how you tell that the remainder of the last record(s) are garbage.
7415
7416 In a standard @command{tar} file (no options), the block size is 512
7417 and the record size is 10240, for a blocking factor of 20. What the
7418 @value{op-blocking-factor} option does is sets the blocking factor,
7419 changing the record size while leaving the block size at 512 bytes.
7420 20 was fine for ancient 800 or 1600 bpi reel-to-reel tape drives;
7421 most tape drives these days prefer much bigger records in order to
7422 stream and not waste tape. When writing tapes for myself, some tend
7423 to use a factor of the order of 2048, say, giving a record size of
7424 around one megabyte.
7425
7426 If you use a blocking factor larger than 20, older @command{tar} programs
7427 might not be able to read the archive, so we recommend this as a limit
7428 to use in practice. @sc{gnu} @command{tar}, however, will support arbitrarily
7429 large record sizes, limited only by the amount of virtual memory or the
7430 physical characteristics of the tape device.
7431
7432 @menu
7433 * Format Variations:: Format Variations
7434 * Blocking Factor:: The Blocking Factor of an Archive
7435 @end menu
7436
7437 @node Format Variations
7438 @subsection Format Variations
7439 @cindex Format Parameters
7440 @cindex Format Options
7441 @cindex Options, archive format specifying
7442 @cindex Options, format specifying
7443 @UNREVISED
7444
7445 Format parameters specify how an archive is written on the archive
7446 media. The best choice of format parameters will vary depending on
7447 the type and number of files being archived, and on the media used to
7448 store the archive.
7449
7450 To specify format parameters when accessing or creating an archive,
7451 you can use the options described in the following sections.
7452 If you do not specify any format parameters, @command{tar} uses
7453 default parameters. You cannot modify a compressed archive.
7454 If you create an archive with the @value{op-blocking-factor} option
7455 specified (@value{pxref-blocking-factor}), you must specify that
7456 blocking-factor when operating on the archive. @xref{Formats}, for other
7457 examples of format parameter considerations.
7458
7459 @node Blocking Factor
7460 @subsection The Blocking Factor of an Archive
7461 @cindex Blocking Factor
7462 @cindex Record Size
7463 @cindex Number of blocks per record
7464 @cindex Number of bytes per record
7465 @cindex Bytes per record
7466 @cindex Blocks per record
7467 @UNREVISED
7468
7469 The data in an archive is grouped into blocks, which are 512 bytes.
7470 Blocks are read and written in whole number multiples called
7471 @dfn{records}. The number of blocks in a record (ie. the size of a
7472 record in units of 512 bytes) is called the @dfn{blocking factor}.
7473 The @value{op-blocking-factor} option specifies the blocking factor of
7474 an archive. The default blocking factor is typically 20 (ie.@:
7475 10240 bytes), but can be specified at installation. To find out
7476 the blocking factor of an existing archive, use @samp{tar --list
7477 --file=@var{archive-name}}. This may not work on some devices.
7478
7479 Records are separated by gaps, which waste space on the archive media.
7480 If you are archiving on magnetic tape, using a larger blocking factor
7481 (and therefore larger records) provides faster throughput and allows you
7482 to fit more data on a tape (because there are fewer gaps). If you are
7483 archiving on cartridge, a very large blocking factor (say 126 or more)
7484 greatly increases performance. A smaller blocking factor, on the other
7485 hand, may be useful when archiving small files, to avoid archiving lots
7486 of nulls as @command{tar} fills out the archive to the end of the record.
7487 In general, the ideal record size depends on the size of the
7488 inter-record gaps on the tape you are using, and the average size of the
7489 files you are archiving. @xref{create}, for information on
7490 writing archives.
7491
7492 @FIXME{Need example of using a cartridge with blocking factor=126 or more.}
7493
7494 Archives with blocking factors larger than 20 cannot be read
7495 by very old versions of @command{tar}, or by some newer versions
7496 of @command{tar} running on old machines with small address spaces.
7497 With @sc{gnu} @command{tar}, the blocking factor of an archive is limited
7498 only by the maximum record size of the device containing the archive,
7499 or by the amount of available virtual memory.
7500
7501 Also, on some systems, not using adequate blocking factors, as sometimes
7502 imposed by the device drivers, may yield unexpected diagnostics. For
7503 example, this has been reported:
7504
7505 @example
7506 Cannot write to /dev/dlt: Invalid argument
7507 @end example
7508
7509 @noindent
7510 In such cases, it sometimes happen that the @command{tar} bundled by the
7511 system is aware of block size idiosyncrasies, while @sc{gnu} @command{tar} requires
7512 an explicit specification for the block size, which it cannot guess.
7513 This yields some people to consider @sc{gnu} @command{tar} is misbehaving, because
7514 by comparison, @cite{the bundle @command{tar} works OK}. Adding @w{@kbd{-b
7515 256}}, for example, might resolve the problem.
7516
7517 If you use a non-default blocking factor when you create an archive, you
7518 must specify the same blocking factor when you modify that archive. Some
7519 archive devices will also require you to specify the blocking factor when
7520 reading that archive, however this is not typically the case. Usually, you
7521 can use @value{op-list} without specifying a blocking factor---@command{tar}
7522 reports a non-default record size and then lists the archive members as
7523 it would normally. To extract files from an archive with a non-standard
7524 blocking factor (particularly if you're not sure what the blocking factor
7525 is), you can usually use the @value{op-read-full-records} option while
7526 specifying a blocking factor larger then the blocking factor of the archive
7527 (ie. @samp{tar --extract --read-full-records --blocking-factor=300}.
7528 @xref{list}, for more information on the @value{op-list}
7529 operation. @xref{Reading}, for a more detailed explanation of that option.
7530
7531 @table @kbd
7532 @item --blocking-factor=@var{number}
7533 @itemx -b @var{number}
7534 Specifies the blocking factor of an archive. Can be used with any
7535 operation, but is usually not necessary with @value{op-list}.
7536 @end table
7537
7538 Device blocking
7539
7540 @table @kbd
7541 @item -b @var{blocks}
7542 @itemx --blocking-factor=@var{blocks}
7543 Set record size to @math{@var{blocks} * 512} bytes.
7544
7545 This option is used to specify a @dfn{blocking factor} for the archive.
7546 When reading or writing the archive, @command{tar}, will do reads and writes
7547 of the archive in records of @math{@var{block}*512} bytes. This is true
7548 even when the archive is compressed. Some devices requires that all
7549 write operations be a multiple of a certain size, and so, @command{tar}
7550 pads the archive out to the next record boundary.
7551
7552 The default blocking factor is set when @command{tar} is compiled, and is
7553 typically 20. Blocking factors larger than 20 cannot be read by very
7554 old versions of @command{tar}, or by some newer versions of @command{tar}
7555 running on old machines with small address spaces.
7556
7557 With a magnetic tape, larger records give faster throughput and fit
7558 more data on a tape (because there are fewer inter-record gaps).
7559 If the archive is in a disk file or a pipe, you may want to specify
7560 a smaller blocking factor, since a large one will result in a large
7561 number of null bytes at the end of the archive.
7562
7563 When writing cartridge or other streaming tapes, a much larger
7564 blocking factor (say 126 or more) will greatly increase performance.
7565 However, you must specify the same blocking factor when reading or
7566 updating the archive.
7567
7568 Apparently, Exabyte drives have a physical block size of 8K bytes.
7569 If we choose our blocksize as a multiple of 8k bytes, then the problem
7570 seems to dissapper. Id est, we are using block size of 112 right
7571 now, and we haven't had the problem since we switched@dots{}
7572
7573 With @sc{gnu} @command{tar} the blocking factor is limited only by the maximum
7574 record size of the device containing the archive, or by the amount of
7575 available virtual memory.
7576
7577 However, deblocking or reblocking is virtually avoided in a special
7578 case which often occurs in practice, but which requires all the
7579 following conditions to be simultaneously true:
7580 @itemize @bullet
7581 @item
7582 the archive is subject to a compression option,
7583 @item
7584 the archive is not handled through standard input or output, nor
7585 redirected nor piped,
7586 @item
7587 the archive is directly handled to a local disk, instead of any special
7588 device,
7589 @item
7590 @value{op-blocking-factor} is not explicitly specified on the @command{tar}
7591 invocation.
7592 @end itemize
7593
7594 In previous versions of @sc{gnu} @command{tar}, the @samp{--compress-block}
7595 option (or even older: @samp{--block-compress}) was necessary to
7596 reblock compressed archives. It is now a dummy option just asking
7597 not to be used, and otherwise ignored. If the output goes directly
7598 to a local disk, and not through stdout, then the last write is
7599 not extended to a full record size. Otherwise, reblocking occurs.
7600 Here are a few other remarks on this topic:
7601
7602 @itemize @bullet
7603
7604 @item
7605 @command{gzip} will complain about trailing garbage if asked to
7606 uncompress a compressed archive on tape, there is an option to turn
7607 the message off, but it breaks the regularity of simply having to use
7608 @samp{@var{prog} -d} for decompression. It would be nice if gzip was
7609 silently ignoring any number of trailing zeros. I'll ask Jean-loup
7610 Gailly, by sending a copy of this message to him.
7611
7612 @item
7613 @command{compress} does not show this problem, but as Jean-loup pointed
7614 out to Michael, @samp{compress -d} silently adds garbage after
7615 the result of decompression, which tar ignores because it already
7616 recognized its end-of-file indicator. So this bug may be safely
7617 ignored.
7618
7619 @item
7620 @samp{gzip -d -q} will be silent about the trailing zeros indeed,
7621 but will still return an exit status of 2 which tar reports in turn.
7622 @command{tar} might ignore the exit status returned, but I hate doing
7623 that, as it weakens the protection @command{tar} offers users against
7624 other possible problems at decompression time. If @command{gzip} was
7625 silently skipping trailing zeros @emph{and} also avoiding setting the
7626 exit status in this innocuous case, that would solve this situation.
7627
7628 @item
7629 @command{tar} should become more solid at not stopping to read a pipe at
7630 the first null block encountered. This inelegantly breaks the pipe.
7631 @command{tar} should rather drain the pipe out before exiting itself.
7632 @end itemize
7633
7634 @item -i
7635 @itemx --ignore-zeros
7636 Ignore blocks of zeros in archive (means EOF).
7637
7638 The @value{op-ignore-zeros} option causes @command{tar} to ignore blocks
7639 of zeros in the archive. Normally a block of zeros indicates the
7640 end of the archive, but when reading a damaged archive, or one which
7641 was created by concatenating several archives together, this option
7642 allows @command{tar} to read the entire archive. This option is not on
7643 by default because many versions of @command{tar} write garbage after
7644 the zeroed blocks.
7645
7646 Note that this option causes @command{tar} to read to the end of the
7647 archive file, which may sometimes avoid problems when multiple files
7648 are stored on a single physical tape.
7649
7650 @item -B
7651 @itemx --read-full-records
7652 Reblock as we read (for reading 4.2BSD pipes).
7653
7654 If @value{op-read-full-records} is used, @command{tar} will not panic if an
7655 attempt to read a record from the archive does not return a full record.
7656 Instead, @command{tar} will keep reading until it has obtained a full
7657 record.
7658
7659 This option is turned on by default when @command{tar} is reading
7660 an archive from standard input, or from a remote machine. This is
7661 because on BSD Unix systems, a read of a pipe will return however
7662 much happens to be in the pipe, even if it is less than @command{tar}
7663 requested. If this option was not used, @command{tar} would fail as
7664 soon as it read an incomplete record from the pipe.
7665
7666 This option is also useful with the commands for updating an archive.
7667
7668 @end table
7669
7670 Tape blocking
7671
7672 @FIXME{Appropriate options should be moved here from elsewhere.}
7673
7674 @cindex blocking factor
7675 @cindex tape blocking
7676
7677 When handling various tapes or cartridges, you have to take care of
7678 selecting a proper blocking, that is, the number of disk blocks you
7679 put together as a single tape block on the tape, without intervening
7680 tape gaps. A @dfn{tape gap} is a small landing area on the tape
7681 with no information on it, used for decelerating the tape to a
7682 full stop, and for later regaining the reading or writing speed.
7683 When the tape driver starts reading a record, the record has to
7684 be read whole without stopping, as a tape gap is needed to stop the
7685 tape motion without loosing information.
7686
7687 @cindex Exabyte blocking
7688 @cindex DAT blocking
7689 Using higher blocking (putting more disk blocks per tape block) will use
7690 the tape more efficiently as there will be less tape gaps. But reading
7691 such tapes may be more difficult for the system, as more memory will be
7692 required to receive at once the whole record. Further, if there is a
7693 reading error on a huge record, this is less likely that the system will
7694 succeed in recovering the information. So, blocking should not be too
7695 low, nor it should be too high. @command{tar} uses by default a blocking of
7696 20 for historical reasons, and it does not really matter when reading or
7697 writing to disk. Current tape technology would easily accommodate higher
7698 blockings. Sun recommends a blocking of 126 for Exabytes and 96 for DATs.
7699 We were told that for some DLT drives, the blocking should be a multiple
7700 of 4Kb, preferably 64Kb (@w{@kbd{-b 128}}) or 256 for decent performance.
7701 Other manufacturers may use different recommendations for the same tapes.
7702 This might also depends of the buffering techniques used inside modern
7703 tape controllers. Some imposes a minimum blocking, or a maximum blocking.
7704 Others request blocking to be some exponent of two.
7705
7706 So, there is no fixed rule for blocking. But blocking at read time
7707 should ideally be the same as blocking used at write time. At one place
7708 I know, with a wide variety of equipment, they found it best to use a
7709 blocking of 32 to guarantee that their tapes are fully interchangeable.
7710
7711 I was also told that, for recycled tapes, prior erasure (by the same
7712 drive unit that will be used to create the archives) sometimes lowers
7713 the error rates observed at rewriting time.
7714
7715 I might also use @samp{--number-blocks} instead of
7716 @samp{--block-number}, so @samp{--block} will then expand to
7717 @samp{--blocking-factor} unambiguously.
7718
7719 @node Many
7720 @section Many Archives on One Tape
7721
7722 @FIXME{Appropriate options should be moved here from elsewhere.}
7723
7724 @findex ntape @r{device}
7725 Most tape devices have two entries in the @file{/dev} directory, or
7726 entries that come in pairs, which differ only in the minor number for
7727 this device. Let's take for example @file{/dev/tape}, which often
7728 points to the only or usual tape device of a given system. There might
7729 be a corresponding @file{/dev/nrtape} or @file{/dev/ntape}. The simpler
7730 name is the @emph{rewinding} version of the device, while the name
7731 having @samp{nr} in it is the @emph{no rewinding} version of the same
7732 device.
7733
7734 A rewinding tape device will bring back the tape to its beginning point
7735 automatically when this device is opened or closed. Since @command{tar}
7736 opens the archive file before using it and closes it afterwards, this
7737 means that a simple:
7738
7739 @example
7740 $ @kbd{tar cf /dev/tape @var{directory}}
7741 @end example
7742
7743 @noindent
7744 will reposition the tape to its beginning both prior and after saving
7745 @var{directory} contents to it, thus erasing prior tape contents and
7746 making it so that any subsequent write operation will destroy what has
7747 just been saved.
7748
7749 @cindex tape positioning
7750 So, a rewinding device is normally meant to hold one and only one file.
7751 If you want to put more than one @command{tar} archive on a given tape, you
7752 will need to avoid using the rewinding version of the tape device. You
7753 will also have to pay special attention to tape positioning. Errors in
7754 positioning may overwrite the valuable data already on your tape. Many
7755 people, burnt by past experiences, will only use rewinding devices and
7756 limit themselves to one file per tape, precisely to avoid the risk of
7757 such errors. Be fully aware that writing at the wrong position on a
7758 tape loses all information past this point and most probably until the
7759 end of the tape, and this destroyed information @emph{cannot} be
7760 recovered.
7761
7762 To save @var{directory-1} as a first archive at the beginning of a
7763 tape, and leave that tape ready for a second archive, you should use:
7764
7765 @example
7766 $ @kbd{mt -f /dev/nrtape rewind}
7767 $ @kbd{tar cf /dev/nrtape @var{directory-1}}
7768 @end example
7769
7770 @cindex tape marks
7771 @dfn{Tape marks} are special magnetic patterns written on the tape
7772 media, which are later recognizable by the reading hardware. These
7773 marks are used after each file, when there are many on a single tape.
7774 An empty file (that is to say, two tape marks in a row) signal the
7775 logical end of the tape, after which no file exist. Usually,
7776 non-rewinding tape device drivers will react to the close request issued
7777 by @command{tar} by first writing two tape marks after your archive, and by
7778 backspacing over one of these. So, if you remove the tape at that time
7779 from the tape drive, it is properly terminated. But if you write
7780 another file at the current position, the second tape mark will be
7781 erased by the new information, leaving only one tape mark between files.
7782
7783 So, you may now save @var{directory-2} as a second archive after the
7784 first on the same tape by issuing the command:
7785
7786 @example
7787 $ @kbd{tar cf /dev/nrtape @var{directory-2}}
7788 @end example
7789
7790 @noindent
7791 and so on for all the archives you want to put on the same tape.
7792
7793 Another usual case is that you do not write all the archives the same
7794 day, and you need to remove and store the tape between two archive
7795 sessions. In general, you must remember how many files are already
7796 saved on your tape. Suppose your tape already has 16 files on it, and
7797 that you are ready to write the 17th. You have to take care of skipping
7798 the first 16 tape marks before saving @var{directory-17}, say, by using
7799 these commands:
7800
7801 @example
7802 $ @kbd{mt -f /dev/nrtape rewind}
7803 $ @kbd{mt -f /dev/nrtape fsf 16}
7804 $ @kbd{tar cf /dev/nrtape @var{directory-17}}
7805 @end example
7806
7807 In all the previous examples, we put aside blocking considerations, but
7808 you should do the proper things for that as well. @xref{Blocking}.
7809
7810 @menu
7811 * Tape Positioning:: Tape Positions and Tape Marks
7812 * mt:: The @command{mt} Utility
7813 @end menu
7814
7815 @node Tape Positioning
7816 @subsection Tape Positions and Tape Marks
7817 @UNREVISED
7818
7819 Just as archives can store more than one file from the file system,
7820 tapes can store more than one archive file. To keep track of where
7821 archive files (or any other type of file stored on tape) begin and
7822 end, tape archive devices write magnetic @dfn{tape marks} on the
7823 archive media. Tape drives write one tape mark between files,
7824 two at the end of all the file entries.
7825
7826 If you think of data as a series of records "rrrr"'s, and tape marks as
7827 "*"'s, a tape might look like the following:
7828
7829 @example
7830 rrrr*rrrrrr*rrrrr*rr*rrrrr**-------------------------
7831 @end example
7832
7833 Tape devices read and write tapes using a read/write @dfn{tape
7834 head}---a physical part of the device which can only access one
7835 point on the tape at a time. When you use @command{tar} to read or
7836 write archive data from a tape device, the device will begin reading
7837 or writing from wherever on the tape the tape head happens to be,
7838 regardless of which archive or what part of the archive the tape
7839 head is on. Before writing an archive, you should make sure that no
7840 data on the tape will be overwritten (unless it is no longer needed).
7841 Before reading an archive, you should make sure the tape head is at
7842 the beginning of the archive you want to read. (The @code{restore}
7843 script will find the archive automatically. @FIXME{There is no such
7844 restore script!}@FIXME-xref{Scripted Restoration}@xref{mt}, for
7845 an explanation of the tape moving utility.
7846
7847 If you want to add new archive file entries to a tape, you should
7848 advance the tape to the end of the existing file entries, backspace
7849 over the last tape mark, and write the new archive file. If you were
7850 to add two archives to the example above, the tape might look like the
7851 following:
7852
7853 @example
7854 rrrr*rrrrrr*rrrrr*rr*rrrrr*rrr*rrrr**----------------
7855 @end example
7856
7857 @node mt
7858 @subsection The @command{mt} Utility
7859 @UNREVISED
7860
7861 @FIXME{Is it true that this only works on non-block devices?
7862 should explain the difference, (fixed or variable).}
7863 @value{xref-blocking-factor}.
7864
7865 You can use the @command{mt} utility to advance or rewind a tape past a
7866 specified number of archive files on the tape. This will allow you
7867 to move to the beginning of an archive before extracting or reading
7868 it, or to the end of all the archives before writing a new one.
7869 @FIXME{Why isn't there an "advance 'til you find two tape marks
7870 together"?}
7871
7872 The syntax of the @command{mt} command is:
7873
7874 @example
7875 @kbd{mt [-f @var{tapename}] @var{operation} [@var{number}]}
7876 @end example
7877
7878 where @var{tapename} is the name of the tape device, @var{number} is
7879 the number of times an operation is performed (with a default of one),
7880 and @var{operation} is one of the following:
7881
7882 @FIXME{is there any use for record operations?}
7883
7884 @table @kbd
7885 @item eof
7886 @itemx weof
7887 Writes @var{number} tape marks at the current position on the tape.
7888
7889 @item fsf
7890 Moves tape position forward @var{number} files.
7891
7892 @item bsf
7893 Moves tape position back @var{number} files.
7894
7895 @item rewind
7896 Rewinds the tape. (Ignores @var{number}).
7897
7898 @item offline
7899 @itemx rewoff1
7900 Rewinds the tape and takes the tape device off-line. (Ignores @var{number}).
7901
7902 @item status
7903 Prints status information about the tape unit.
7904
7905 @end table
7906
7907 @FIXME{Is there a better way to frob the spacing on the list?}
7908
7909 If you don't specify a @var{tapename}, @command{mt} uses the environment
7910 variable @env{TAPE}; if @env{TAPE} is not set, @command{mt} uses the device
7911 @file{/dev/rmt12}.
7912
7913 @command{mt} returns a 0 exit status when the operation(s) were
7914 successful, 1 if the command was unrecognized, and 2 if an operation
7915 failed.
7916
7917 @FIXME{New node on how to find an archive?}
7918
7919 If you use @value{op-extract} with the @value{op-label} option specified,
7920 @command{tar} will read an archive label (the tape head has to be positioned
7921 on it) and print an error if the archive label doesn't match the
7922 @var{archive-name} specified. @var{archive-name} can be any regular
7923 expression. If the labels match, @command{tar} extracts the archive.
7924 @value{xref-label}.
7925 @FIXME-xref{Matching Format Parameters}@FIXME{fix cross
7926 references}@samp{tar --list --label} will cause @command{tar} to print the
7927 label.
7928
7929 @FIXME{Program to list all the labels on a tape?}
7930
7931 @node Using Multiple Tapes
7932 @section Using Multiple Tapes
7933 @UNREVISED
7934
7935 Often you might want to write a large archive, one larger than will fit
7936 on the actual tape you are using. In such a case, you can run multiple
7937 @command{tar} commands, but this can be inconvenient, particularly if you
7938 are using options like @value{op-exclude} or dumping entire filesystems.
7939 Therefore, @command{tar} supports multiple tapes automatically.
7940
7941 Use @value{op-multi-volume} on the command line, and then @command{tar} will,
7942 when it reaches the end of the tape, prompt for another tape, and
7943 continue the archive. Each tape will have an independent archive, and
7944 can be read without needing the other. (As an exception to this, the
7945 file that @command{tar} was archiving when it ran out of tape will usually
7946 be split between the two archives; in this case you need to extract from
7947 the first archive, using @value{op-multi-volume}, and then put in the
7948 second tape when prompted, so @command{tar} can restore both halves of the
7949 file.)
7950
7951 @sc{gnu} @command{tar} multi-volume archives do not use a truly portable format.
7952 You need @sc{gnu} @command{tar} at both end to process them properly.
7953
7954 When prompting for a new tape, @command{tar} accepts any of the following
7955 responses:
7956
7957 @table @kbd
7958 @item ?
7959 Request @command{tar} to explain possible responses
7960 @item q
7961 Request @command{tar} to exit immediately.
7962 @item n @var{file name}
7963 Request @command{tar} to write the next volume on the file @var{file name}.
7964 @item !
7965 Request @command{tar} to run a subshell.
7966 @item y
7967 Request @command{tar} to begin writing the next volume.
7968 @end table
7969
7970 (You should only type @samp{y} after you have changed the tape;
7971 otherwise @command{tar} will write over the volume it just finished.)
7972
7973 If you want more elaborate behavior than this, give @command{tar} the
7974 @value{op-info-script} option. The file @var{script-name} is expected
7975 to be a program (or shell script) to be run instead of the normal
7976 prompting procedure. When the program finishes, @command{tar} will
7977 immediately begin writing the next volume. The behavior of the
7978 @samp{n} response to the normal tape-change prompt is not available
7979 if you use @value{op-info-script}.
7980
7981 The method @command{tar} uses to detect end of tape is not perfect, and
7982 fails on some operating systems or on some devices. You can use the
7983 @value{op-tape-length} option if @command{tar} can't detect the end of the
7984 tape itself. This option selects @value{op-multi-volume} automatically.
7985 The @var{size} argument should then be the usable size of the tape.
7986 But for many devices, and floppy disks in particular, this option is
7987 never required for real, as far as we know.
7988
7989 The volume number used by @command{tar} in its tape-change prompt
7990 can be changed; if you give the @value{op-volno-file} option, then
7991 @var{file-of-number} should be an unexisting file to be created, or else,
7992 a file already containing a decimal number. That number will be used
7993 as the volume number of the first volume written. When @command{tar} is
7994 finished, it will rewrite the file with the now-current volume number.
7995 (This does not change the volume number written on a tape label, as
7996 per @value{ref-label}, it @emph{only} affects the number used in
7997 the prompt.)
7998
7999 If you want @command{tar} to cycle through a series of tape drives, then
8000 you can use the @samp{n} response to the tape-change prompt. This is
8001 error prone, however, and doesn't work at all with @value{op-info-script}.
8002 Therefore, if you give @command{tar} multiple @value{op-file} options, then
8003 the specified files will be used, in sequence, as the successive volumes
8004 of the archive. Only when the first one in the sequence needs to be
8005 used again will @command{tar} prompt for a tape change (or run the info
8006 script).
8007
8008 Multi-volume archives
8009
8010 With @value{op-multi-volume}, @command{tar} will not abort when it cannot
8011 read or write any more data. Instead, it will ask you to prepare a new
8012 volume. If the archive is on a magnetic tape, you should change tapes
8013 now; if the archive is on a floppy disk, you should change disks, etc.
8014
8015 Each volume of a multi-volume archive is an independent @command{tar}
8016 archive, complete in itself. For example, you can list or extract any
8017 volume alone; just don't specify @value{op-multi-volume}. However, if one
8018 file in the archive is split across volumes, the only way to extract
8019 it successfully is with a multi-volume extract command @samp{--extract
8020 --multi-volume} (@samp{-xM}) starting on or before the volume where
8021 the file begins.
8022
8023 For example, let's presume someone has two tape drives on a system
8024 named @file{/dev/tape0} and @file{/dev/tape1}. For having @sc{gnu}
8025 @command{tar} to switch to the second drive when it needs to write the
8026 second tape, and then back to the first tape, etc., just do either of:
8027
8028 @smallexample
8029 $ @kbd{tar --create --multi-volume --file=/dev/tape0 --file=/dev/tape1 @var{files}}
8030 $ @kbd{tar cMff /dev/tape0 /dev/tape1 @var{files}}
8031 @end smallexample
8032
8033 @menu
8034 * Multi-Volume Archives:: Archives Longer than One Tape or Disk
8035 * Tape Files:: Tape Files
8036 @end menu
8037
8038 @node Multi-Volume Archives
8039 @subsection Archives Longer than One Tape or Disk
8040 @cindex Multi-volume archives
8041 @UNREVISED
8042
8043 To create an archive that is larger than will fit on a single unit of
8044 the media, use the @value{op-multi-volume} option in conjunction with
8045 the @value{op-create} option (@pxref{create}). A
8046 @dfn{multi-volume} archive can be manipulated like any other archive
8047 (provided the @value{op-multi-volume} option is specified), but is
8048 stored on more than one tape or disk.
8049
8050 When you specify @value{op-multi-volume}, @command{tar} does not report an
8051 error when it comes to the end of an archive volume (when reading), or
8052 the end of the media (when writing). Instead, it prompts you to load
8053 a new storage volume. If the archive is on a magnetic tape, you
8054 should change tapes when you see the prompt; if the archive is on a
8055 floppy disk, you should change disks; etc.
8056
8057 You can read each individual volume of a multi-volume archive as if it
8058 were an archive by itself. For example, to list the contents of one
8059 volume, use @value{op-list}, without @value{op-multi-volume} specified.
8060 To extract an archive member from one volume (assuming it is described
8061 that volume), use @value{op-extract}, again without
8062 @value{op-multi-volume}.
8063
8064 If an archive member is split across volumes (ie. its entry begins on
8065 one volume of the media and ends on another), you need to specify
8066 @value{op-multi-volume} to extract it successfully. In this case, you
8067 should load the volume where the archive member starts, and use
8068 @samp{tar --extract --multi-volume}---@command{tar} will prompt for later
8069 volumes as it needs them. @xref{extracting archives}, for more
8070 information about extracting archives.
8071
8072 @value{op-info-script} is like @value{op-multi-volume}, except that
8073 @command{tar} does not prompt you directly to change media volumes when
8074 a volume is full---instead, @command{tar} runs commands you have stored
8075 in @var{script-name}. For example, this option can be used to eject
8076 cassettes, or to broadcast messages such as @samp{Someone please come
8077 change my tape} when performing unattended backups. When @var{script-name}
8078 is done, @command{tar} will assume that the media has been changed.
8079
8080 Multi-volume archives can be modified like any other archive. To add
8081 files to a multi-volume archive, you need to only mount the last
8082 volume of the archive media (and new volumes, if needed). For all
8083 other operations, you need to use the entire archive.
8084
8085 If a multi-volume archive was labeled using @value{op-label}
8086 (@value{pxref-label}) when it was created, @command{tar} will not
8087 automatically label volumes which are added later. To label subsequent
8088 volumes, specify @value{op-label} again in conjunction with the
8089 @value{op-append}, @value{op-update} or @value{op-concatenate} operation.
8090
8091 @cindex Labeling multi-volume archives
8092 @FIXME{example}
8093
8094 @FIXME{There should be a sample program here, including an exit
8095 before end. Is the exit status even checked in tar? :-(}
8096
8097 @table @kbd
8098 @item --multi-volume
8099 @itemx -M
8100 Creates a multi-volume archive, when used in conjunction with
8101 @value{op-create}. To perform any other operation on a multi-volume
8102 archive, specify @value{op-multi-volume} in conjunction with that
8103 operation.
8104
8105 @item --info-script=@var{program-file}
8106 @itemx -F @var{program-file}
8107 Creates a multi-volume archive via a script. Used in conjunction with
8108 @value{op-create}.
8109 @end table
8110
8111 Beware that there is @emph{no} real standard about the proper way, for a
8112 @command{tar} archive, to span volume boundaries. If you have a multi-volume
8113 created by some vendor's @command{tar}, there is almost no chance you could
8114 read all the volumes with @sc{gnu} @command{tar}. The converse is also true:
8115 you may not expect multi-volume archives created by @sc{gnu} @command{tar} to
8116 be fully recovered by vendor's @command{tar}. Since there is little chance
8117 that, in mixed system configurations, some vendor's @command{tar} will work on
8118 another vendor's machine, and there is a great chance that @sc{gnu} @command{tar}
8119 will work on most of them, your best bet is to install @sc{gnu} @command{tar}
8120 on all machines between which you know exchange of files is possible.
8121
8122 @node Tape Files
8123 @subsection Tape Files
8124 @UNREVISED
8125
8126 To give the archive a name which will be recorded in it, use the
8127 @value{op-label} option. This will write a special block identifying
8128 @var{volume-label} as the name of the archive to the front of the archive
8129 which will be displayed when the archive is listed with @value{op-list}.
8130 If you are creating a multi-volume archive with
8131 @value{op-multi-volume}@FIXME-pxref{Using Multiple Tapes}, then the
8132 volume label will have
8133 @samp{Volume @var{nnn}} appended to the name you give, where @var{nnn} is
8134 the number of the volume of the archive. (If you use the @value{op-label}
8135 option when reading an archive, it checks to make sure the label on the
8136 tape matches the one you give. @value{xref-label}.
8137
8138 When @command{tar} writes an archive to tape, it creates a single
8139 tape file. If multiple archives are written to the same tape, one
8140 after the other, they each get written as separate tape files. When
8141 extracting, it is necessary to position the tape at the right place
8142 before running @command{tar}. To do this, use the @command{mt} command.
8143 For more information on the @command{mt} command and on the organization
8144 of tapes into a sequence of tape files, see @ref{mt}.
8145
8146 People seem to often do:
8147
8148 @example
8149 @kbd{--label="@var{some-prefix} `date +@var{some-format}`"}
8150 @end example
8151
8152 or such, for pushing a common date in all volumes or an archive set.
8153
8154 @node label
8155 @section Including a Label in the Archive
8156 @cindex Labeling an archive
8157 @cindex Labels on the archive media
8158 @UNREVISED
8159
8160 @table @kbd
8161 @item -V @var{name}
8162 @itemx --label=@var{name}
8163 Create archive with volume name @var{name}.
8164 @end table
8165
8166 This option causes @command{tar} to write out a @dfn{volume header} at
8167 the beginning of the archive. If @value{op-multi-volume} is used, each
8168 volume of the archive will have a volume header of @samp{@var{name}
8169 Volume @var{n}}, where @var{n} is 1 for the first volume, 2 for the
8170 next, and so on.
8171
8172 @FIXME{Should the arg to --label be a quoted string?? No.}
8173
8174 To avoid problems caused by misplaced paper labels on the archive
8175 media, you can include a @dfn{label} entry---an archive member which
8176 contains the name of the archive---in the archive itself. Use the
8177 @value{op-label} option in conjunction with the @value{op-create} operation
8178 to include a label entry in the archive as it is being created.
8179
8180 If you create an archive using both @value{op-label} and
8181 @value{op-multi-volume}, each volume of the archive will have an
8182 archive label of the form @samp{@var{archive-label} Volume @var{n}},
8183 where @var{n} is 1 for the first volume, 2 for the next, and so on.
8184 @FIXME-xref{Multi-Volume Archives, for information on creating multiple
8185 volume archives.}
8186
8187 If you list or extract an archive using @value{op-label}, @command{tar} will
8188 print an error if the archive label doesn't match the @var{archive-label}
8189 specified, and will then not list nor extract the archive. In those cases,
8190 @var{archive-label} argument is interpreted as a globbing-style pattern
8191 which must match the actual magnetic volume label. @xref{exclude}, for
8192 a precise description of how match is attempted@footnote{Previous versions
8193 of @command{tar} used full regular expression matching, or before that, only
8194 exact string matching, instead of wildcard matchers. We decided for the
8195 sake of simplicity to use a uniform matching device through @command{tar}.}.
8196 If the switch @value{op-multi-volume} is being used, the volume label
8197 matcher will also suffix @var{archive-label} by @w{@samp{ Volume [1-9]*}}
8198 if the initial match fails, before giving up. Since the volume numbering
8199 is automatically added in labels at creation time, it sounded logical to
8200 equally help the user taking care of it when the archive is being read.
8201
8202 The @value{op-label} was once called @samp{--volume}, but is not available
8203 under that name anymore.
8204
8205 To find out an archive's label entry (or to find out if an archive has
8206 a label at all), use @samp{tar --list --verbose}. @command{tar} will print the
8207 label first, and then print archive member information, as in the
8208 example below:
8209
8210 @example
8211 $ @kbd{tar --verbose --list --file=iamanarchive}
8212 V--------- 0 0 0 1992-03-07 12:01 iamalabel--Volume Header--
8213 -rw-rw-rw- ringo user 40 1990-05-21 13:30 iamafilename
8214 @end example
8215
8216 @table @kbd
8217 @item --label=@var{archive-label}
8218 @itemx -V @var{archive-label}
8219 Includes an @dfn{archive-label} at the beginning of the archive when
8220 the archive is being created, when used in conjunction with the
8221 @value{op-create} option. Checks to make sure the archive label
8222 matches the one specified (when used in conjunction with the
8223 @value{op-extract} option.
8224 @end table
8225
8226 To get a common information on all tapes of a series, use the
8227 @value{op-label} option. For having this information different in each
8228 series created through a single script used on a regular basis, just
8229 manage to get some date string as part of the label. For example:
8230
8231 @example
8232 $ @kbd{tar cfMV /dev/tape "Daily backup for `date +%Y-%m-%d`"}
8233 $ @kbd{tar --create --file=/dev/tape --multi-volume \
8234 --volume="Daily backup for `date +%Y-%m-%d`"}
8235 @end example
8236
8237 Also note that each label has its own date and time, which corresponds
8238 to when @sc{gnu} @command{tar} initially attempted to write it, often soon
8239 after the operator launches @command{tar} or types the carriage return
8240 telling that the next tape is ready. Comparing date labels does give
8241 an idea of tape throughput only if the delays for rewinding tapes
8242 and the operator switching them were negligible, which is usually
8243 not the case.
8244
8245 @FIXME{was --volume}
8246
8247 @node verify
8248 @section Verifying Data as It is Stored
8249 @cindex Verifying a write operation
8250 @cindex Double-checking a write operation
8251
8252 @table @kbd
8253 @item -W
8254 @itemx --verify
8255 Attempt to verify the archive after writing.
8256 @end table
8257
8258 This option causes @command{tar} to verify the archive after writing it.
8259 Each volume is checked after it is written, and any discrepancies
8260 are recorded on the standard error output.
8261
8262 Verification requires that the archive be on a back-space-able medium.
8263 This means pipes, some cartridge tape drives, and some other devices
8264 cannot be verified.
8265
8266 You can insure the accuracy of an archive by comparing files in the
8267 system with archive members. @command{tar} can compare an archive to the
8268 file system as the archive is being written, to verify a write
8269 operation, or can compare a previously written archive, to insure that
8270 it is up to date.
8271
8272 To check for discrepancies in an archive immediately after it is
8273 written, use the @value{op-verify} option in conjunction with
8274 the @value{op-create} operation. When this option is
8275 specified, @command{tar} checks archive members against their counterparts
8276 in the file system, and reports discrepancies on the standard error.
8277
8278 To verify an archive, you must be able to read it from before the end
8279 of the last written entry. This option is useful for detecting data
8280 errors on some tapes. Archives written to pipes, some cartridge tape
8281 drives, and some other devices cannot be verified.
8282
8283 One can explicitly compare an already made archive with the file system
8284 by using the @value{op-compare} option, instead of using the more automatic
8285 @value{op-verify} option. @value{xref-compare}.
8286
8287 Note that these two options have a slightly different intent. The
8288 @value{op-compare} option how identical are the logical contents of some
8289 archive with what is on your disks, while the @value{op-verify} option is
8290 really for checking if the physical contents agree and if the recording
8291 media itself is of dependable quality. So, for the @value{op-verify}
8292 operation, @command{tar} tries to defeat all in-memory cache pertaining to
8293 the archive, while it lets the speed optimization undisturbed for the
8294 @value{op-compare} option. If you nevertheless use @value{op-compare} for
8295 media verification, you may have to defeat the in-memory cache yourself,
8296 maybe by opening and reclosing the door latch of your recording unit,
8297 forcing some doubt in your operating system about the fact this is really
8298 the same volume as the one just written or read.
8299
8300 The @value{op-verify} option would not be necessary if drivers were indeed
8301 able to detect dependably all write failures. This sometimes require many
8302 magnetic heads, some able to read after the writes occurred. One would
8303 not say that drivers unable to detect all cases are necessarily flawed,
8304 as long as programming is concerned.
8305
8306 The @value{op-verify} option will not work in conjunction with the
8307 @value{op-multi-volume} option or the @value{op-append},
8308 @value{op-update} and @value{op-delete} operations. @xref{Operations},
8309 for more information on these operations.
8310
8311 @node Write Protection
8312 @section Write Protection
8313
8314 Almost all tapes and diskettes, and in a few rare cases, even disks can
8315 be @dfn{write protected}, to protect data on them from being changed.
8316 Once an archive is written, you should write protect the media to prevent
8317 the archive from being accidentally overwritten or deleted. (This will
8318 protect the archive from being changed with a tape or floppy drive---it
8319 will not protect it from magnet fields or other physical hazards).
8320
8321 The write protection device itself is usually an integral part of the
8322 physical media, and can be a two position (write enabled/write
8323 disabled) switch, a notch which can be popped out or covered, a ring
8324 which can be removed from the center of a tape reel, or some other
8325 changeable feature.
8326
8327 @include fdl.texi
8328
8329 @node Index
8330 @unnumbered Index
8331
8332 @printindex cp
8333
8334 @summarycontents
8335 @contents
8336 @bye
8337
8338 @c Local variables:
8339 @c texinfo-column-for-description: 32
8340 @c End:
This page took 0.404248 seconds and 5 git commands to generate.