]> git.wh0rd.org - dump.git/blob - dump/dump.8.in
Made explicit in the dump man page that dump will not create
[dump.git] / dump / dump.8.in
1 .\" Copyright (c) 1980, 1991, 1993
2 .\" Regents of the University of California.
3 .\" All rights reserved.
4 .\"
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
7 .\" are met:
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\" notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\" notice, this list of conditions and the following disclaimer in the
12 .\" documentation and/or other materials provided with the distribution.
13 .\" 3. Neither the name of the University nor the names of its contributors
14 .\" may be used to endorse or promote products derived from this software
15 .\" without specific prior written permission.
16 .\"
17 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
18 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
21 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 .\" SUCH DAMAGE.
28 .\"
29 .\" $Id: dump.8.in,v 1.55 2004/02/18 16:26:41 stelian Exp $
30 .\"
31 .TH DUMP 8 "version __VERSION__ of __DATE__" BSD "System management commands"
32 .SH NAME
33 dump \- ext2/3 filesystem backup
34 .SH SYNOPSIS
35 .B dump
36 [\fB\-0123456789ackMnqSuv\fR]
37 [\fB\-A \fIfile\fR]
38 [\fB\-B \fIrecords\fR]
39 [\fB\-b \fIblocksize\fR]
40 [\fB\-d \fIdensity\fR]
41 [\fB\-D \fIfile\fR]
42 [\fB\-e \fIinode numbers\fR]
43 [\fB\-E \fIfile\fR]
44 [\fB\-f \fIfile\fR]
45 [\fB\-F \fIscript\fR]
46 [\fB\-h \fIlevel\fR]
47 [\fB\-I \fInr errors\fR]
48 [\fB\-j\fIcompression level\fR]
49 [\fB\-L \fIlabel\fR]
50 [\fB\-Q \fIfile\fR]
51 [\fB\-s \fIfeet\fR]
52 [\fB\-T \fIdate\fR]
53 [\fB\-y\fR]
54 [\fB\-z\fIcompression level\fR]
55 .I files-to-dump
56 .PP
57 .B dump
58 [\fB\-W \fR| \fB\-w\fR]
59 .PP
60 (The 4.3BSD option syntax is implemented for backward compatibility but is not
61 documented here.)
62 .SH DESCRIPTION
63 .B Dump
64 examines files on an ext2/3 filesystem and determines which files need to be
65 backed up. These files are copied to the given disk, tape or other storage
66 medium for safe keeping (see the
67 .B \-f
68 option below for doing remote backups). A dump that is larger than the output
69 medium is broken into multiple volumes. On most media the size is determined by
70 writing until an end-of-media indication is returned.
71 .PP
72 On media that cannot reliably return an end-of-media indication (such as some
73 cartridge tape drives), each volume is of a fixed size; the actual size is
74 determined by specifying cartridge media, or via the tape size, density and/or
75 block count options below. By default, the same output file name is used for
76 each volume after prompting the operator to change media.
77 .PP
78 .I files-to-dump
79 is either a mountpoint of a filesystem or a list of files and directories to be
80 backed up as a subset of a filesystem. In the former case, either the path to a
81 mounted filesystem or the device of an unmounted filesystem can be used. In the
82 latter case, certain restrictions are placed on the backup:
83 .B \-u
84 is not allowed, the only dump level that is supported is
85 .B 0
86 and all the files and directories must reside on the same filesystem.
87 .SH OPTIONS
88 The following options are supported by
89 .B dump:
90 .TP
91 .BI \-0\-9
92 Dump levels. A level 0, full backup, guarantees the entire file system is
93 copied (but see also the
94 .B \-h
95 option below). A level number above 0, incremental backup, tells
96 .B dump
97 to
98 copy all files new or modified since the last dump of a lower level. The
99 default level is 9.
100 .TP
101 .BI \-a
102 \*(lqauto-size\*(rq. Bypass all tape length calculations, and write until an
103 end-of-media indication is returned. This works best for most modern tape
104 drives, and is the default. Use of this option is particularly recommended when
105 appending to an existing tape, or using a tape drive with hardware compression
106 (where you can never be sure about the compression ratio).
107 .TP
108 .BI \-A " archive_file"
109 Archive a dump table-of-contents in the specified
110 .I archive_file
111 to be used by
112 .BR restore (8)
113 to determine whether a file is in the dump file that is being restored.
114 .TP
115 .BI \-b " blocksize"
116 The number of kilobytes per dump record. The default blocksize is 10,
117 unless the
118 .B \-d
119 option has been used to specify a tape density of 6250BPI or more,
120 in which case the default blocksize is 32. Th maximal value is 1024.
121 Note however that, since the IO system slices all requests into chunks
122 of
123 .B MAXBSIZE
124 (which can be as low as 64kB), you can experience problems with
125 .BR dump (8)
126 and
127 .BR restore (8)
128 when using a higher value, depending on your kernel and/or libC versions.
129 .TP
130 .BI \-B " records"
131 The number of 1 kB blocks per volume. Not normally required, as
132 .B dump
133 can detect end-of-media. When the specified size is reached,
134 .B dump
135 waits for you to change the volume. This option overrides the calculation of
136 tape size based on length and density. If compression is on this limits the
137 size of the compressed output per volume. Multiple values may be given
138 as a single argument separated by commas. Each value will be used for one
139 dump volume in the order listed; if
140 .B dump
141 creates more volumes than the
142 number of values given, the last value will be used for the remaining
143 volumes. This is useful for filling up already partially filled media
144 (and then continuing with full size volumes on empty media) or mixing media
145 of different sizes.
146 .TP
147 .BI \-c
148 Change the defaults for use with a cartridge tape drive, with a density of 8000
149 bpi, and a length of 1700 feet. Specifying a cartridge drive overrides the
150 end-of-media detection.
151 .TP
152 .BI \-d " density"
153 Set tape density to
154 .IR density .
155 The default is 1600BPI. Specifying a tape density overrides the end-of-media
156 detection.
157 .TP
158 .BI \-D " file"
159 Set the path name of the file storing the information about the previous
160 full and incremental dumps. The default location is
161 .IR __DUMPDATES__ .
162 .TP
163 .BI \-e " inodes"
164 Exclude
165 .I inodes
166 from the dump. The
167 .I inodes
168 parameter is a comma separated list of inode numbers (you can use
169 .BR stat (1)
170 to find the inode number for a file or directory).
171 .TP
172 .BI \-E " file"
173 Read list of inodes to be excluded from the dump from the text file
174 .IR file .
175 The file
176 .I file
177 should be an ordinary file containing inode numbers separated by newlines.
178 .TP
179 .BI \-f " file"
180 Write the backup to
181 .IR file ;
182 .I file
183 may be a special device file like
184 .I /dev/st0
185 (a tape drive),
186 .I /dev/rsd1c
187 (a floppy disk drive), an ordinary file, or
188 .I \-
189 (the standard output). Multiple file names may be given as a single argument
190 separated by commas. Each file will be used for one dump volume in the order
191 listed; if the dump requires more volumes than the number of names given,
192 the last file name will used for all remaining volumes after prompting for
193 media changes. If the name of the file is of the form
194 .I host:file
195 or
196 .I user@host:file
197 .B dump
198 writes to the named file on the remote host (which should already
199 exist, dump doesn't create a new remote file) using
200 .BR rmt (8).
201 The default path name of the remote
202 .BR rmt (8)
203 program is
204 .IR /etc/rmt ;
205 this can be overridden by the environment variable
206 .BR RMT .
207 .TP
208 .BI \-F " script"
209 Run script at the end of each tape (except for the last one).
210 The device name and the current volume number are passed on the
211 command line. The script must return 0 if
212 .B dump
213 should continue without asking the user to change the tape, 1 if
214 .B dump
215 should continue but ask the user to change the tape. Any other exit code will
216 cause
217 .B dump
218 to abort. For security reasons,
219 .B dump
220 reverts back to the real user ID and the real group ID before running the
221 script.
222 .TP
223 .BI \-h " level"
224 Honor the user
225 .B nodump
226 flag
227 .B UF_NODUMP
228 only for dumps at or above the given
229 .IR level .
230 The default honor level is 1, so that incremental backups omit such files but
231 full backups retain them.
232 .TP
233 .BI \-I " nr errors"
234 By default,
235 .B dump
236 will ignore the first 32 read errors on the file system before asking for
237 operator intervention. You can change this using this flag to any value. This
238 is useful when running
239 .B dump
240 on an active filesystem where read errors simply indicate an inconsistency
241 between the mapping and dumping passes.
242 .IP
243 A value of 0 means that all read errors will be ignored.
244 .TP
245 .BI \-j "compression level"
246 Compress every block to be written on the tape using bzlib library. This option
247 will work only when dumping to a file or pipe or, when dumping to a tape drive,
248 if the tape drive is capable of writing variable length blocks. You will need
249 at least the 0.4b24 version of
250 .B restore
251 in order to extract compressed tapes. Tapes written using compression will not
252 be compatible with the BSD tape format. The (optional) parameter specifies the
253 compression level bzlib will use. The default compression level is 2. If the
254 optional parameter is specified, there should be no white space between the
255 option letter and the parameter.
256 .TP
257 .BI \-k
258 Use Kerberos authentication to talk to remote tape servers. (Only available if
259 this option was enabled when
260 .B dump
261 was compiled.)
262 .TP
263 .BI \-L " label"
264 The user-supplied text string
265 .I label
266 is placed into the dump header, where tools like
267 .BR restore (8)
268 and
269 .BR file (8)
270 can access it. Note that this label is limited to be at most
271 .B LBLSIZE
272 (currently 16) characters, which must include the terminating \e0.
273 .TP
274 .BI \-m
275 If this flag is specified,
276 .B dump
277 will optimise the output for inodes having been changed but not modified since
278 the last dump ('changed' and 'modified' have the meaning defined in
279 .BR stat (2)
280 ). For those inodes,
281 .B dump
282 will save only the metadata, instead of saving the entire inode contents.
283 Inodes which are either directories or have been modified since the last dump
284 are saved in a regular way. Uses of this flag must be consistent, meaning that
285 either every dump in an incremental dump set have the flag, or no one has it.
286 .IP
287 Tapes written using such 'metadata only' inodes will not be compatible with the
288 BSD tape format or older versions of
289 .B restore.
290 .TP
291 .BI \-M
292 Enable the multi-volume feature. The name specified with
293 .B f
294 is treated as a prefix and
295 .B dump
296 writes in sequence to
297 .I <prefix>001, <prefix>002
298 etc. This can be useful when dumping to files on an ext2 partition, in order to
299 bypass the 2GB file size limitation.
300 .TP
301 .BI \-n
302 Whenever
303 .B dump
304 requires operator attention, notify all operators in the group
305 .B operator
306 by means similar to a
307 .BR wall (1).
308 .TP
309 .BI \-q
310 Make
311 .B dump
312 abort immediately whenever operator attention is required, without prompting in
313 case of write errors, tape changes etc.
314 .TP
315 .BI \-Q " file"
316 Enable the Quick File Access support. Tape positions for each inode are stored
317 into the file
318 .I file
319 which is used by
320 .B restore
321 (if called with parameter
322 .B \-Q
323 and the filename) to directly position the tape at the file
324 .B restore
325 is currently working on. This saves hours when restoring single files from
326 large backups, saves the tapes and the drive's head.
327 .IP
328 It is recommended to set up the st driver to return logical tape positions
329 rather than physical before calling
330 .B dump/restore
331 with parameter
332 .BR \-Q .
333 Since not all tape devices support physical tape positions those tape devices
334 return an error during
335 .B dump/restore
336 when the st driver is set to the default physical setting. Please see the
337 .BR st (4)
338 man page, option
339 .B MTSETDRVBUFFER
340 , or the
341 .BR mt (1)
342 man page, on how to set the driver to return logical tape positions.
343 .IP
344 Before calling
345 .B restore
346 with parameter
347 .BR \-Q ,
348 always make sure the st driver is set to return the same type of tape position
349 used during the call to
350 .BR dump .
351 Otherwise
352 .B restore
353 may be confused.
354 .IP
355 This option can be used when dumping to local tapes (see above) or to local
356 files.
357 .TP
358 .BI \-s " feet"
359 Attempt to calculate the amount of tape needed at a particular density. If this
360 amount is exceeded,
361 .B dump
362 prompts for a new tape. It is recommended to be a bit conservative on this
363 option. The default tape length is 2300 feet. Specifying the tape size
364 overrides end-of-media detection.
365 .TP
366 .BI \-S
367 Size estimate. Determine the amount of space that is needed to perform the dump
368 without actually doing it, and display the estimated number of bytes it will
369 take. This is useful with incremental dumps to determine how many volumes of
370 media will be needed.
371 .TP
372 .BI \-T " date"
373 Use the specified date as the starting time for the dump instead of the time
374 determined from looking in
375 .I __DUMPDATES__ .
376 The format of
377 .I date
378 is the same as that of
379 .BR ctime (3)
380 followed by an rfc822 timezone specification: either a plus or minus sign
381 followed by two digits for the number of hours and two digits for the minutes.
382 For example, -0800 for eight hours west of Greenwich or +0230 for two hours
383 and a half east of Greenwich. This timezone offset takes into account
384 daylight savings time (if applicable to the timezone): UTC offsets
385 when daylight savings time is in effect will be different than offsets
386 when daylight savings time is not in effect. For backward
387 compatibility, if no timezone is specified, a local time is assumed.
388 This option is useful for automated dump scripts that wish to dump over a
389 specific period of time. The
390 .B \-T
391 option is mutually exclusive from the
392 .B \-u
393 option.
394 .TP
395 .BI \-u
396 Update the file
397 .I __DUMPDATES__
398 after a successful dump. The format of
399 .I __DUMPDATES__
400 is readable by people, consisting of one free format record per line:
401 filesystem name, increment level and
402 .BR ctime (3)
403 format dump date followed by a rfc822 timezone specification (see the
404 .B \-u
405 option for details). If no timezone offset is specified, times are interpreted
406 as local. Whenever the file is written, all dates in the file are converted
407 to the local time zone, without changing the UTC times. There
408 may be only one entry per filesystem at each level. The file
409 .I __DUMPDATES__
410 may be edited to change any of the fields, if necessary.
411 .TP
412 .BI \-v
413 The
414 .B \-v
415 (verbose) makes
416 .B dump
417 to print extra information which could be helpful in debug sessions.
418 .TP
419 .BI \-W
420 .B Dump
421 tells the operator what file systems need to be dumped. This information is
422 gleaned from the files
423 .I __DUMPDATES__
424 and
425 .IR /etc/fstab .
426 The
427 .B \-W
428 option causes
429 .B dump
430 to print out, for all file systems in
431 .I __DUMPDATES__ ,
432 and regognized file systems in
433 .I /etc/mtab
434 and
435 .IR /etc/fstab .
436 the most recent dump date and level, and highlights those that should be
437 dumped. If the
438 .B \-W
439 option is set, all other options are ignored, and
440 .B dump
441 exits immediately.
442 .TP
443 .BI \-w
444 Is like
445 .BR \-W ,
446 but prints only recognized filesystems in
447 .I /etc/mtab
448 and
449 .I /etc/fstab
450 which need to be dumped.
451 .TP
452 .BI \-y
453 Compress every block to be written to the tape using the lzo library.
454 This doesn't compress as well as the zlib library but it's much faster.
455 This option will work only when dumping to a file or pipe or, when dumping to
456 a tape drive, if the tape drive is capable of writing variable length blocks.
457 You will need at least the 0.4b34 version of
458 .B restore
459 in order to extract compressed tapes. Tapes written using compression will not
460 be compatible with the BSD tape format.
461 .TP
462 .BI \-z "compression level"
463 Compress every block to be written on the tape using zlib library. This option
464 will work only when dumping to a file or pipe or, when dumping to a tape drive,
465 if the tape drive is capable of writing variable length blocks. You will need
466 at least the 0.4b22 version of
467 .B restore
468 in order to extract compressed tapes. Tapes written using compression will not
469 be compatible with the BSD tape format. The (optional) parameter specifies the
470 compression level zlib will use. The default compression level is 2. If the
471 optional parameter is specified, there should be no white space between the
472 option letter and the parameter.
473 .PP
474 .B Dump
475 requires operator intervention on these conditions: end of tape, end of dump,
476 tape write error, tape open error or disk read error (if there is more than a
477 threshold of nr errors). In addition to alerting all operators implied by the
478 .B \-n
479 key,
480 .B dump
481 interacts with the operator on dump's control terminal at times when
482 .B dump
483 can no longer proceed, or if something is grossly wrong. All questions
484 .B dump
485 poses
486 .I must
487 be answered by typing \*(lqyes\*(rq or \*(lqno\*(rq, appropriately.
488 .PP
489 Since making a dump involves a lot of time and effort for full dumps,
490 .B dump
491 checkpoints itself at the start of each tape volume. If writing that volume
492 fails for some reason,
493 .B dump
494 will, with operator permission, restart itself from the checkpoint after the
495 old tape has been rewound and removed, and a new tape has been mounted.
496 .PP
497 .B Dump
498 tells the operator what is going on at periodic intervals, including usually
499 low estimates of the number of blocks to write, the number of tapes it will
500 take, the time to completion, and the time to the tape change. The output is
501 verbose, so that others know that the terminal controlling
502 .B dump
503 is busy, and will be for some time.
504 .PP
505 In the event of a catastrophic disk event, the time required to restore all the
506 necessary backup tapes or files to disk can be kept to a minimum by staggering
507 the incremental dumps. An efficient method of staggering incremental dumps to
508 minimize the number of tapes follows:
509 .IP \(em
510 Always start with a level 0 backup, for example:
511 .RS 14
512 .B /sbin/dump -0u -f /dev/st0 /usr/src
513 .RE
514 .IP
515 This should be done at set intervals, say once a month or once every two months,
516 and on a set of fresh tapes that is saved forever.
517 .IP \(em
518 After a level 0, dumps of active file systems are taken on a daily basis, using
519 a modified Tower of Hanoi algorithm, with this sequence of dump levels:
520 .RS 14
521 .B 3 2 5 4 7 6 9 8 9 9 ...
522 .RE
523 .IP
524 For the daily dumps, it should be possible to use a fixed number of tapes for
525 each day, used on a weekly basis. Each week, a level 1 dump is taken, and the
526 daily Hanoi sequence repeats beginning with 3. For weekly dumps, another fixed
527 set of tapes per dumped file system is used, also on a cyclical basis.
528 .PP
529 After several months or so, the daily and weekly tapes should get rotated out
530 of the dump cycle and fresh tapes brought in.
531 .SH ENVIRONMENT
532 .TP
533 .B TAPE
534 If no
535 .B \-f
536 option was specified,
537 .B dump
538 will use the device specified via
539 .B TAPE
540 as the dump device.
541 .B TAPE
542 may be of the form
543 .IR tapename ,
544 .IR host:tapename ,
545 or
546 .IR user@host:tapename .
547 .TP
548 .B RMT
549 The environment variable
550 .B RMT
551 will be used to determine the pathname of the remote
552 .BR rmt (8)
553 program.
554 .TP
555 .B RSH
556 .B Dump
557 uses the contents of this variable to determine the name of the remote shell
558 command to use when doing remote backups (rsh, ssh etc.). If this variable is
559 not set,
560 .BR rcmd (3)
561 will be used, but only root will be able to do remote backups.
562 .SH FILES
563 .TP
564 .I /dev/st0
565 default tape unit to dump to
566 .TP
567 .I __DUMPDATES__
568 dump date records
569 .TP
570 .I /etc/fstab
571 dump table: file systems and frequency
572 .TP
573 .I /etc/mtab
574 dump table: mounted file systems
575 .TP
576 .I /etc/group
577 to find group
578 .I operator
579 .SH SEE ALSO
580 .BR fstab (5),
581 .BR restore (8),
582 .BR rmt (8)
583 .SH DIAGNOSTICS
584 Many, and verbose.
585 .SH COMPATIBILITY
586 The format of the
587 .I __DUMPDATES__
588 file has changed in release 0.4b34, however, the file will be read
589 correctly with either pre-0.4b34 or 0.4b34 and later versions of
590 .B dump
591 provided that the machine on which
592 .B dump
593 is run did not change timezones (which should be a fairly rare occurence).
594 .SH EXIT STATUS
595 .B Dump
596 exits with zero status on success. Startup errors are indicated with an exit
597 code of 1; abnormal termination is indicated with an exit code of 3.
598 .SH BUGS
599 It might be considered a bug that this version of dump can only handle ext2/3
600 filesystems. Specifically, it does not work with FAT filesystems.
601 .PP
602 Fewer than 32 read errors (change this with
603 .BR \-I )
604 on the filesystem are ignored. If noticing read errors is important, the output
605 from dump can be parsed to look for lines that contain the text 'read error'.
606 .PP
607 When a read error occurs,
608 .B dump
609 prints out the corresponding physical disk block and sector number and the
610 ext2/3 logical block number. It doesn't print out the corresponing file name or
611 even the inode number. The user has to use
612 .BR debugfs (8),
613 commands
614 .B ncheck
615 and
616 .B icheck
617 to translate the
618 .B ext2blk
619 number printed out by
620 .B dump
621 into an inode number, then into a file name.
622 .PP
623 Each reel requires a new process, so parent processes for reels already written
624 just hang around until the entire tape is written.
625 .PP
626 The estimated number of tapes is not correct if compression is on.
627 .PP
628 It would be nice if
629 .B dump
630 knew about the dump sequence, kept track of the tapes scribbled on, told the
631 operator which tape to mount when, and provided more assistance for the
632 operator running
633 .BR restore .
634 .PP
635 .B Dump
636 cannot do remote backups without being run as root, due to its security history.
637 Presently, it works if you set it setuid (like it used to be), but this might
638 constitute a security risk. Note that you can set
639 .B RSH
640 to use a remote shell program instead.
641 .SH AUTHOR
642 The
643 .B dump/restore
644 backup suite was ported to Linux's Second Extended File System by Remy Card
645 <card@Linux.EU.Org>. He maintained the initial versions of
646 .B dump
647 (up and including 0.4b4, released in january 1997).
648 .PP
649 Starting with 0.4b5, the new maintainer is Stelian Pop <stelian@popies.net>.
650 .SH AVAILABILITY
651 The
652 .B dump/restore
653 backup suite is available from <http://dump.sourceforge.net>
654 .SH HISTORY
655 A
656 .B dump
657 command appeared in
658 .B Version 6 AT&T UNIX.