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