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