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