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